Skip to content

Improvements to opening external links#2842

Open
harshad1 wants to merge 13 commits into
gsantner:masterfrom
harshad1:improvements_to_uri
Open

Improvements to opening external links#2842
harshad1 wants to merge 13 commits into
gsantner:masterfrom
harshad1:improvements_to_uri

Conversation

@harshad1

Copy link
Copy Markdown
Collaborator

This PR adds support for

  1. opening markor:// links
  2. specifying line number and view mode in the link

private void handleLaunchingIntent(final Intent rawIntent) {
if (rawIntent == null) return;

final Intent intent = normalizeIntent(rawIntent, this);

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This function normalizes the incoming intent

@harshad1 harshad1 changed the title Improvements to opening external links etc Improvements to opening external links Jun 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant