1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-27 07:33:20 +00:00
NewPipe/app/src/main/java/org/schabi/newpipe
AudricV 1a8aa8b17e
Use a system chooser when opening links in browser in the case there is no browser available
This change makes the app using the behavior when there is no default browser
on Android 11 and lower, by opening a system chooser when there is no browser
available (on all Android versions).

Also catch any exception when the system chooser cannot be opened and show the
"No app on your device can open this" toast in this case, as an
`ActivityNotFoundException` could be thrown if no app is available to open a
given web link.
2023-03-26 00:04:38 +01:00
..
about Correctly open urls in browser on Android 11+ 2023-02-25 09:13:59 +01:00
database Merge pull request #9707 from Jared234/1473_remove_duplicates_from_playlist 2023-02-28 22:14:01 +01:00
download Merge pull request #9499 from pratyaksh1610/branch-9466 2023-01-11 19:46:51 +01:00
error Correctly open urls in browser on Android 11+ 2023-02-25 09:13:59 +01:00
fragments Merge pull request #8180 from Trust04zh/fix-4053-8176 2023-02-26 13:22:13 +01:00
info_list Merge pull request #9728 from mahendranv/channel_card 2023-02-26 13:43:09 +01:00
ktx Add reusable classes extending AnimatorListenerAdapter. 2022-08-05 06:08:13 +05:30
local Merge pull request #9707 from Jared234/1473_remove_duplicates_from_playlist 2023-02-28 22:14:01 +01:00
player Merge pull request #9847 from Redirion/exo183 2023-02-26 19:16:25 +01:00
settings Fix more NPEs after OnSharedPreferenceChangeListener changes 2023-01-16 23:05:29 +01:00
streams Use Math.floorDiv(). 2022-11-09 20:01:40 +05:30
util Use a system chooser when opening links in browser in the case there is no browser available 2023-03-26 00:04:38 +01:00
views Create text subpackage in util 2023-01-15 11:51:07 +01:00
App.java Use List.of(). 2022-07-20 04:39:11 +05:30
BaseFragment.java Get rid of setUserVisibleHint 2021-10-16 15:33:45 -04:00
DownloaderImpl.java Use Collectors.joining(). 2022-08-06 06:54:21 +05:30
ExitActivity.java Clean up pre-Lollipop checks 2022-07-13 19:02:24 +02:00
MainActivity.java Chenged the name of the icon 2023-01-14 09:21:37 +01:00
NewPipeDatabase.java Fixed the bug by replacing the thumbnail_url with the thumbnail_stream_id 2023-02-05 20:32:34 +01:00
NewVersionWorker.kt Apply ktlint formatting. 2022-12-04 12:01:57 +01:00
PanicResponderActivity.java Clean up pre-Lollipop checks 2022-07-13 19:02:24 +02:00
QueueItemMenuUtil.java Use correct fragment manager for download dialog 2022-12-31 19:31:24 +01:00
RouterActivity.java Fix toast crash on API 33 2023-01-12 11:39:25 +01:00