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

Links menu and handling tweaks #4867

Merged
merged 1 commit into from Apr 2, 2019
Merged

Commits on Apr 2, 2019

  1. Links menu and handling tweaks

    - Removed "Swipe to follow first link on page" menu item and
      handling code, as it feels not really as practical as
      "Swipe to follow nearest link".
    - Removed recently added "External link action", as we can
      just always present a popup with the url and the available
      actions.
    - Generic handling of these actions in onGoToExternalLink(),
      so they are proposed on the Wikipedia lookup popup too.
    - Allow external link on PDF documents (previously, only
      internal links were handled).
    - Have "Ignore external links on tap" available on all
      document types.
    - Added "Ignore external links on swipe" (default to true,
      the current behaviour).
    - Added multiswipe gesture "Follow nearest internal link"
      (the existing "Follow nearest link" now follows the
      nearest external or internal link)
    - ButtonDialogTitle: added an option to look a bit more
      alike ConfirmBoxes.
    - Footnote popups: fix link unhighlight when tap on external link.
    poire-z committed Apr 2, 2019
    Copy the full SHA
    85375de View commit details
    Browse the repository at this point in the history