Skip to content

Add shared link routing#2796

Open
IstarVin wants to merge 3 commits into
recloudstream:masterfrom
IstarVin:shareUrl
Open

Add shared link routing#2796
IstarVin wants to merge 3 commits into
recloudstream:masterfrom
IstarVin:shareUrl

Conversation

@IstarVin
Copy link
Copy Markdown
Contributor

  • Add ShareLinkActivity to receive shared text and HTTP(S) link intents.
  • Route supported provider links directly to Result View.
  • Route supported extractor links directly to the player.
  • Wait for plugin loading before showing unsupported-link feedback.
  • Harden shared URL parsing, matching, and duplicate intent handling.

used AI

Copy link
Copy Markdown
Contributor

@LagradOst LagradOst left a comment

Choose a reason for hiding this comment

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

This functionallity already exists in

Only "extractor links" is not implemented, so implement that here instead, it should be a 10line change.

@IstarVin
Copy link
Copy Markdown
Contributor Author

the current implementation only handles links with "csshare:" which is from the built in share feature from the app.
this pull request would add an entry in the android share link which would accept direct https link which the app would match to its currently registered providers and redirect to the correct result view.

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.

2 participants