Skip to content

Support Intent interception for all links #7456

@goyalyashpal

Description

@goyalyashpal

Checklist

What feature do you want?

  • Newpipe may OPTIONALLY add separate activity for opening all intent links (think: like browser app)
  • and check the incoming link with the newpipe's "supported links" list
  • if the link matches/is supported by newpipe extractor, then open it as media/whatever
  • otherwise pass it back to android system
  • the whole mechanism being similar to open links with app
  • i cant think of a suitable name for the service, but it can be smth like "Newpipe check links" ?!

Why do you want this feature?

Think of it like "dynamic intents" where the supported intents can be updated dynamically by the app. but this is not supported in android (and shouldnt be either imo).

Additional Context:

  • I recently stumbled upon ability to add instance links in Peertube instances < Content < Settings ( NewPipeExtractor#746 )
  • even after adding link there, it was not supported by newpipe when i clicked such a link from other app
  • .... since there can be so many links supported by newpipe, all those obv cant be added in the newpipe's intent
  • but this restricts the ability to use newpipe to its full potential
  • this proposal will make opening all these kinds of links in newpipe very very easy without causing any significant side effects

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requestIssue is related to a feature in the app

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions