NewPipe/app/src/main/java/org/schabi/newpipe
TiA4f8R a57fd69fb4
External sharing improvements
Improve NewPipe's share on some devices + fix crash when no browser is set on some devices

Catching ActivityNotFoundException when trying to open the default browser
Use an ACTION_CHOOSER intent and put as an extra intent the intent to
open an URI / share an URI when no default app is set.

Add a LinkHelper class which set a custom action when clicking web links
in the description of a content. This class also helps to implement a confirmation dialog when trying to open web links in an external app.
2021-01-16 13:23:06 +01:00
..
about External sharing improvements 2021-01-16 13:23:06 +01:00
database [FIX] - Use of a Data class instead of overriding equals method 2020-12-07 10:53:33 +01:00
download Use view binding in DownloadDialog. 2021-01-14 11:16:01 +05:30
fragments External sharing improvements 2021-01-16 13:23:06 +01:00
info_list Convert AnimationUtils functions to extension functions. 2021-01-16 14:49:37 +05:30
ktx Convert AnimationUtils functions to extension functions. 2021-01-16 14:49:37 +05:30
local Convert AnimationUtils functions to extension functions. 2021-01-16 14:49:37 +05:30
player Convert AnimationUtils functions to extension functions. 2021-01-16 14:49:37 +05:30
report External sharing improvements 2021-01-16 13:23:06 +01:00
settings cleanup 2021-01-03 20:32:16 +01:00
streams Fix typos 2020-12-07 13:35:37 +03:00
util External sharing improvements 2021-01-16 13:23:06 +01:00
views Convert AnimationUtils functions to extension functions. 2021-01-16 14:49:37 +05:30
ActivityCommunicator.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
App.java Merge pull request #4947 from Isira-Seneviratne/Convert_ExceptionUtils_to_extensions 2021-01-14 14:54:37 +01:00
BaseFragment.java Upgrade LeakCanary 2020-05-25 11:03:07 +02:00
CheckForNewAppVersion.java Update NewPipe's API url for new app's version check 2020-12-15 18:57:36 +01:00
DownloaderImpl.java Lint: Make a bunch of stuff final 2020-11-18 17:50:00 -05:00
ExitActivity.java Clean up SDK version checks 2020-09-06 12:55:30 +02:00
ImageDownloader.java Use AndroidX preference 2020-09-06 12:52:42 +02:00
MainActivity.java Merge pull request #5371 from Stypox/merge-player 2021-01-14 10:43:11 +01:00
NewPipeDatabase.java Use final where possible 2020-08-16 10:25:09 +02:00
PanicResponderActivity.java Clean up SDK version checks 2020-09-06 12:55:30 +02:00
ReCaptchaActivity.java Use WebViewClientCompat in ReCaptchaActivity. 2020-12-19 13:21:57 +05:30
RouterActivity.java Use ServiceCompat.stopForeground(). 2020-12-19 16:52:17 +05:30