Feature #336
closedRedirect supported links to apps
0%
Description
Most popular browsers, e.g. Firefox, Chrome, Brave, have the ability to open supported links in apps (for example open YouTube pages in NewPipe or the YT app, or open Wikipedia articles in the Wikipedia app.)
IMHO the addition of such feature into Privacy Browser would be a substantial quality of life improvement.
Files
Updated by Soren Stoutner about 6 years ago
- Priority changed from 2 to 3.x
That's a good idea. I will plan to implement it in the 3.x series after tabbed browsing.
I'm assuming that each app will need to be individually programmed. So we should start making a list of which apps would be desirable.
1. NewPipe
2. YouTube
3. Google Play
If you think of any others you can add them below.
Updated by Anonymous about 6 years ago
- File Screenshot_Settings_20181005-172547.png Screenshot_Settings_20181005-172547.png added
- File Screenshot_System_UI_20181005-172604.png Screenshot_System_UI_20181005-172604.png added
Isn't there a "supported links" feature in Android itself? That is, doesn't each app report that it can open supported links of a type?
Asking because I've seen Brave suggest my installed apps, for pretty uncommon websites, without even being granted the permission to list installed apps (using XPrivacyLua).
Updated by Soren Stoutner about 6 years ago
1. Apps can check if another specific app is installed without the need for any permissions. That is how Privacy Browser checks to see if Orbot is installed and displays the version number in the About screen if it is. However, the ability to do so might be limited to asking by name if a specific app is installed, and thus doesn't allow the enumeration of all apps.
2. Apps can register an intent with the OS that lists what types of things they are able to open. Privacy Browser uses this list for the share functionality. This doesn't currently work with YouTube or NewPipe, probably because Privacy Browser shares both the website title and the URL in a way that works well with sharing to a message or email.
3. I should be able to create a different menu that shares just the URL in a way that other apps can open it up (URI format will probably work best). I will look at adding such a menu when I get to this feature request.
4. Some apps might need to have a specific intent to work correctly. In addition to the above list, I should probably also look at opening F-Droid as well.
Updated by Soren Stoutner almost 6 years ago
I am going to implement item 3 in https://redmine.stoutner.com/issues/362. This might be all that is needed. If not, I will come back to this in the 3.x series.
Updated by Soren Stoutner almost 6 years ago
- Status changed from New to Closed
- Priority changed from 3.x to Next Release
Implemented in commit https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=5241a83576c30f1fbb6f3527dfb0849b1b81d876 with an Open with App menu item.