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

CB-14013: (android) Change the InAppBrowser to allow custom schemes for oAuth #263

Merged

Commits on Apr 4, 2018

  1. InAppBrowser.java: New method isURLWhileListed to check for whitelist…

    …ing.
    
    Newtest in shouldOverrideUrlLoading, to allow whitelisted custom schemes
    like"mycoolapp://"
    
    inappbrowser.js: Added "customscheme" channel.
    SailingSteve committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    44d9bb0 View commit details
    Browse the repository at this point in the history
  2. InAppBrowser.java: New method isURLWhileListed to check for whitelist…

    …ing.
    
    Newtest in shouldOverrideUrlLoading, to allow whitelisted custom schemes
    like"mycoolapp://"
    
    inappbrowser.js: Added "customscheme" channel.
    SailingSteve committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    a6c7b54 View commit details
    Browse the repository at this point in the history
  3. InAppBrowser.java: New method isURLWhileListed to check for whitelist…

    …ing.
    
    Newtest in shouldOverrideUrlLoading, to allow whitelisted custom schemes
    like"mycoolapp://"
    
    inappbrowser.js: Added "customscheme" channel.
    SailingSteve committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    2d69afc View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2018

  1. InAppBrowser.java: New method isURLWhileListed to check for whitelist…

    …ing of
    
    "AllowedSchemes" in a new preference configuration item.
    There is a new check in shouldOverrideUrlLoading, to allow whitelisted
    custom schemes like "mycoolapp://"
    
    inappbrowser.js: Added "customscheme" channel.
    SailingSteve committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    019ec39 View commit details
    Browse the repository at this point in the history
  2. InAppBrowser.java: New method isURLWhileListed to check for whitelist…

    …ing of
    
    "AllowedSchemes" in a new preference configuration item.
    There is a new check in shouldOverrideUrlLoading, to allow whitelisted
    custom schemes like "mycoolapp://"
    
    inappbrowser.js: Added "customscheme" channel.
    SailingSteve committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    4c4bee5 View commit details
    Browse the repository at this point in the history
  3. In file AppBrowser.java: New code within shouldOverrideUrlLoading() to

    check for whitelisting custom schemes via a new "AllowedSchemes"
    preference configuration item.  Allows custom schemes like
    "mycoolapp://" or "wevotetwitterscheme://"
    
    In file inappbrowser.js: Added new "customscheme" channel.
    SailingSteve committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    27500c2 View commit details
    Browse the repository at this point in the history
  4. In file AppBrowser.java: New code within shouldOverrideUrlLoading() to

    check for whitelisting custom schemes via a new "AllowedSchemes"
    preference configuration item.  Allows custom schemes like
    "mycoolapp://" or "wevotetwitterscheme://"
    
    In file inappbrowser.js: Added new "customscheme" channel.
    SailingSteve committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    42df297 View commit details
    Browse the repository at this point in the history