NewPipe/app/src/main/java/org/schabi/newpipe/util
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
..
urlfinder Auto-format using Ktlint 2020-05-01 20:13:21 +02:00
BitmapUtils.java Use final where possible 2020-08-16 10:25:09 +02:00
CommentTextOnTouchListener.java External sharing improvements 2021-01-16 13:23:06 +01:00
Constants.kt Combine the two Constants files into one file. 2021-01-15 12:13:47 +05:30
CookieUtils.java Use final where possible 2020-08-16 10:25:09 +02:00
DeviceUtils.java Use ContextCompat.getSystemService() and the Context.getSystemService() extension function. 2020-10-09 08:52:05 +05:30
ExtractorHelper.java External sharing improvements 2021-01-16 13:23:06 +01:00
FallbackViewHolder.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
FilePickerActivityHelper.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
FilenameUtils.java Use AndroidX preference 2020-09-06 12:52:42 +02:00
ImageDisplayConstants.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
InfoCache.java Use final where possible 2020-08-16 10:25:09 +02:00
KioskTranslator.java [media.ccc.de] Add live stream kiosk 2020-12-27 13:26:49 +01:00
KoreUtil.java pass serviceId instead of item, reduce duplication 2021-01-02 11:24:33 -08:00
LayoutManagerSmoothScroller.java Use final where possible 2020-08-16 10:25:09 +02:00
LinkHelper.java External sharing improvements 2021-01-16 13:23:06 +01:00
ListHelper.java Fix typos 2020-11-22 10:39:00 +01:00
Localization.java Merge pull request #5371 from Stypox/merge-player 2021-01-14 10:43:11 +01:00
NavigationHelper.java External sharing improvements 2021-01-16 13:23:06 +01:00
OnClickGesture.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
PeertubeHelper.java Use AndroidX preference 2020-09-06 12:52:42 +02:00
PermissionHelper.java Clean up SDK version checks 2020-09-06 12:55:30 +02:00
RelatedStreamInfo.java Some general-purpose lint cleanup 2020-09-06 12:55:26 +02:00
SavedState.kt Convert SavedState to Kotlin and use the Parcelize annotation. 2020-11-21 12:47:32 +05:30
SecondaryStreamHelper.java Use final where possible 2020-08-16 10:25:09 +02:00
SerializedCache.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
ServiceHelper.java [peertube] implement sepia search 2020-12-23 15:14:26 +01:00
ShareUtils.java External sharing improvements 2021-01-16 13:23:06 +01:00
SliderStrategy.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
StateSaver.java Use try-with-resources. 2020-11-21 13:47:13 +05:30
StreamDialogEntry.java address pull request feedback 2020-12-30 14:45:14 -08:00
StreamItemAdapter.java Update most dependencies 2020-11-22 14:03:10 +01:00
TLSSocketFactoryCompat.java Lint: Make a bunch of stuff final 2020-11-18 17:50:00 -05:00
ThemeHelper.java Merge branch 'dev' into pr3178 2020-09-08 23:58:10 +02:00
ZipHelper.java Move isValidZipFile to ZipHelper 2021-01-03 20:32:16 +01:00