LinkSheet
LinkSheet restores the Url-App-Chooser that was removed in Android 12+ in favor of verified app links.
Features
- Set preferred browser: Always list all browsers, only list native apps, always list selected browser, only list whitelisted browsers
- Preferred app for host: Set app to always open for selected host
- List apps which have verified links so you can easily disable them to allow LinkSheet to work
- Include usage stats and "last app used history" in sorting algorithm
- Copy url button in bottom sheet which copies the current url to the clipboard
- Share To button in bottom sheet which sends a "Share To" intent to other apps
- Single tap: Only require a single tap in bottom sheet to open app
- Always show package name: Shows package names all throughout the application
- Disable toast: Disables all toast messages
- Display apps in grid instead of list
- Resolve redirects either locally or via API hosted @ supabase.com (Supabase Privacy policy), API itself does not log anything except timestamp
- Experimental: ClearURLs integration (removes tracking parameters) (report issues/bugs here)
- Experimental: FastFoward rule integration (extracts redirects from url parameters) (report issues/bugs here)
- Experimental: LibRedirect integration (redirects to non-proprietary frontends) (report issues/bugs here)
Nightly builds
Github automatically builds a "nightly" version of LinkSheet on push (e.g. meaning one or more commits have occurred). The latest nightly version can always be downloaded via nightly.link, but if you are using something like Obtainium, there also is a LinkSheetNightly repository where nightly builds are released as Github releases.
Note
This is a hobby project, and since I have many of those, I sometimes choose to ignore issues or postpone working on them as I am either not motivated or don't have any time (since I also have a job). LinkSheet is feature-complete for my use-case, so everything I add/change is because someone requested it. I have made less than 2€ from donations and there is no incentive other than providing a solid app for this project. Please take that into consideration before opening an issue. If you would really like a new feature added or a bug fixed, send me an email and we can talk about a small donation in exchange for the immediate start of development.
License
- LinkSheet, excluding all
strings.xml
andplural.xml
files, is licensed under the FXL - All
strings.xml
andplural.xml
files are licensed under GPL-3.0
Donations
Want to donate in another way (Bank Transfer/Paypal etc., another crypto)? Send a mail to grrfe[at]420blaze.it
Acknowledgements
- App was initially based on OpenLinkWith
- Seal has been a reference to learn from