NewPipe/app/src/main/java/org/schabi/newpipe/util
TiA4f8R 761c0ff9ac
[Android 10+] Add image preview of the content shared where possible
These previews will be only available for images cached in the cache used by Picasso.
The Bitmap of the content is compressed in JPEG 90 and saved inside the application cache folder under the name android_share_sheet_image_preview.jpg.
The current image will be, of course, always overwritten by the next one and cleared when the application cache is cleared.
2022-05-14 16:53:24 +02:00
..
external_communication [Android 10+] Add image preview of the content shared where possible 2022-05-14 16:53:24 +02:00
urlfinder Auto-format using Ktlint 2020-05-01 20:13:21 +02:00
CommentTextOnTouchListener.java Initial work: use disposables for timestamps parsing in YouTube video descriptions and YouTube comments 2021-06-11 12:12:08 +02: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 Disable media tunneling on Philips QM16XE 2021-12-04 22:23:09 +01:00
ExtractorHelper.java Deduplicate code for fetching stream info when sparse 2022-03-03 16:54:40 +01:00
FallbackViewHolder.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
FilenameUtils.java Apply the requested changes and little improvements 2021-01-16 13:23:42 +01:00
FilePickerActivityHelper.java Support SAF properly 2021-06-08 10:40:44 +02:00
InfoCache.java Use final where possible 2020-08-16 10:25:09 +02:00
KeyboardUtil.java Fix keyboard showing after the search box acquiring focus (#8227) 2022-04-18 16:05:42 +02:00
KioskTranslator.java Annotate some NonNulls, some lint cleaning 2022-03-18 13:15:44 -04:00
ListHelper.java Fixed typo 2022-02-20 19:40:01 +01:00
Localization.java Added plural forms for download related strings (#6930) 2021-08-29 13:28:01 +02:00
NavigationHelper.java Merge branch 'dev' into pr2335 2022-03-19 22:29:10 +01:00
NewPipeTextViewHelper.java Adress new requested changes 2021-10-16 15:32:56 +02:00
OnClickGesture.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
PeertubeHelper.java Apply the requested changes and little improvements 2021-01-16 13:23:42 +01:00
PermissionHelper.java Fix a few SonarLint warnings 2021-09-05 19:54:28 +02:00
PicassoHelper.java [Android 10+] Add image preview of the content shared where possible 2022-05-14 16:53:24 +02:00
RelatedItemInfo.java Rename related streams to related items 2021-03-31 22:33:22 +02:00
ReleaseVersionUtil.kt Convert NewVersionWorker to Kotlin 2022-03-03 13:34:35 -05:00
SavedState.kt Changed package as the old one is deprecated 2021-08-26 18:09:27 +02:00
SecondaryStreamHelper.java Use final where possible 2020-08-16 10:25:09 +02:00
SerializedCache.java Solve Java warning "Raw use of parameterized class" 2022-02-19 17:30:38 +01:00
ServiceHelper.java Removed placeholder prefix 2022-05-07 15:08:37 +02:00
SimpleOnSeekBarChangeListener.kt Create stub implementation for OnSeekBarChangeListener 2022-03-17 21:49:04 -04:00
SliderStrategy.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
SparseItemUtil.java Fix SparseItemUtil loading 2022-03-30 21:11:15 +02:00
StateSaver.java Fix NullPointerException: Attempt to get length of null array in MainActivity (#5999) 2021-04-06 14:13:13 +02:00
StreamItemAdapter.java Better naming 2022-04-02 15:44:06 +02:00
StreamTypeUtil.java Improved streamType check and documentation 2021-09-25 10:31:42 +02:00
ThemeHelper.java Merged `DrawableResolver into ThemeHelper` 2022-04-16 21:21:57 +02:00
TLSSocketFactoryCompat.java Removed unused imports 2021-11-06 21:07:00 +01:00
ZipHelper.java Move Stored(File|Directory)Helper into NewPipe 2021-06-08 10:40:44 +02:00