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

Adding fix to opening external links #24

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jul 8, 2020

  1. Handle if request comes from same hostname. If not, it may be an intent.

    This may solve the "External links constantly opening xtools-at#15" issue
    camoralb committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    fc10c9f View commit details
    Browse the repository at this point in the history
  2. Need to change minSdkVersion to 21 to fix webview infinite loop Intents

    "request.getUrl()" Needs sdk 21 or greater. So my last fix needs this change too.
    camoralb committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    72f5e62 View commit details
    Browse the repository at this point in the history