Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reCaptcha #387

Merged
merged 6 commits into from
Dec 24, 2016
Merged

reCaptcha #387

merged 6 commits into from
Dec 24, 2016

Commits on Dec 7, 2016

  1. Configuration menu
    Copy the full SHA
    b4f595e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3391067 View commit details
    Browse the repository at this point in the history
  3. Add ReCaptcha Activity

     * ReCaptchas are implemented using a simple WebView with Javascript enable.
    
     * All HTTP responses inside the WebView are catched (using onPageFinished())
     ** When Google reCatcha cookies are detected, register cookies to the
        Downloader class and Return to MainActivity
    be-neth committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    54eb353 View commit details
    Browse the repository at this point in the history
  4. Add reCaptchaException

    be-neth committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    a5ac528 View commit details
    Browse the repository at this point in the history
  5. Start reCaptchaActivity when reCaptcha is requested and fix Typo

     * Fix typo setSearchWorkerResultListner to setSearchWorkerResultListener
    be-neth committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    5379604 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5cc1bbc View commit details
    Browse the repository at this point in the history