NewPipe/app/src/main/java/org/schabi/newpipe/util
bopol f089cd027e Multiple localization fixes
With the extractor PR, fixes title & description shown in the wrong language.
Fixed views / spectators counts possibly in the wrong language
Fixed live spectators not showing full count on detail page
Fixed LIVE shown on players, it shows translated instead

Fixed Videos string in search / three dots not available in Weblate
(because it was videos, but there already was a plural string named videos, in Weblate)

Subscriber count is always giving the short count.
We can't get exact number since this YouTube update: https://support.google.com/youtube/thread/6543166
But only short count (B, M, k), so showing full number, eg for 1.9M: 1,900,000, is wrong because the number could be 1,923,490 or 1,897,789…

Added a « sytem default » option to content language and country language selector.
It's the one selected by default (not en-GB anymore then), and correspond to the
language of the system / country of the system
By system I mean phone, tablet, TV…

Fixed russian showing - before time ago (eg 19hrs ago)
This is a workaround fix, I opened an issue on prettytime library repo.

Fixed russian plurals:
other was used instead of many for videos and subscribers

Fixed seek_duration english only
2020-02-15 12:40:23 +01:00
..
AnimationUtils.java Migrate to AndroidX 2019-10-04 14:59:08 +02:00
BitmapUtils.java Code improvements 2020-01-02 15:00:31 +01:00
CommentTextOnTouchListener.java Implement playback state management 2019-04-13 13:34:36 +03:00
Constants.java menu-item History visibility accordingly to settings 2020-01-14 19:30:36 +01:00
ExtractorHelper.java Use new Localization and Downloader implementations from extractor 2019-11-17 23:58:52 -03:00
FallbackViewHolder.java Migrate to AndroidX 2019-10-04 14:59:08 +02:00
FilePickerActivityHelper.java Migrate to AndroidX 2019-10-04 14:59:08 +02:00
FilenameUtils.java more SAF implementation 2019-06-03 18:18:20 -03:00
FireTvUtils.java move firetv utils into utils package 2019-02-19 14:57:49 +01:00
ImageDisplayConstants.java -Changed thumbnail toggle in disabled mode to load dark dummy image. 2018-03-19 16:44:17 -07:00
InfoCache.java Migrate to AndroidX 2019-10-04 14:59:08 +02:00
KioskTranslator.java update extractor, kiosk names and icons 2019-12-03 01:50:23 +05:30
KoreUtil.java Add send to Kodi button to player next to share button 2020-01-27 10:27:24 +01:00
LayoutManagerSmoothScroller.java Migrate to AndroidX 2019-10-04 14:59:08 +02:00
ListHelper.java Migrate to AndroidX 2019-10-04 14:59:08 +02:00
Localization.java Multiple localization fixes 2020-02-15 12:40:23 +01:00
NavigationHelper.java Add field START_PAUSED to the Player Intent 2020-01-16 20:57:55 +01:00
OnClickGesture.java Migrate to AndroidX 2019-10-04 14:59:08 +02:00
PeertubeHelper.java easily switch between multiple peertube instances 2019-11-24 21:08:06 +05:30
PermissionHelper.java Migrate to AndroidX 2019-10-04 14:59:08 +02:00
RelatedStreamInfo.java improved fling behavior, added tab indicator dots, added next video in related videos 2018-10-17 00:23:02 +05:30
SecondaryStreamHelper.java add missing change after updating NPE 2019-12-07 00:16:01 -03:00
SerializedCache.java Migrate to AndroidX 2019-10-04 14:59:08 +02:00
ServiceHelper.java Multiple localization fixes 2020-02-15 12:40:23 +01:00
ShareUtils.java Add ShareUtils class to share videos or open urls in browser. 2019-04-06 20:11:23 +02:00
SliderStrategy.java -Added quadratic slider strategy implementation and tests. 2018-03-21 20:08:33 -07:00
SparseArrayUtils.java Refactor adapter 2019-04-27 21:23:52 +03:00
StateSaver.java Migrate to AndroidX 2019-10-04 14:59:08 +02:00
StreamDialogEntry.java Migrate to AndroidX 2019-10-04 14:59:08 +02:00
StreamItemAdapter.java fixup 2020-01-08 12:42:34 -03:00
TLSSocketFactoryCompat.java Remove commented-out code and hide stacktraces in release mode 2019-12-13 21:46:19 +01:00
ThemeHelper.java white space changes 2019-11-24 21:42:05 +05:30
ZipHelper.java Java language level + javadoc + xml 2018-09-11 19:20:10 +02:00