1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-07-06 12:03:19 +00:00
NewPipe/app/src/main/java/org/schabi/newpipe
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
..
about real markdown support for descriptions 2020-02-08 10:48:36 +01:00
database Fixed library showing null 2019-10-16 19:56:31 -06:00
download fix wrong language shown many popup dialogs 2020-02-01 09:44:49 +01:00
fragments Multiple localization fixes 2020-02-15 12:40:23 +01:00
info_list Multiple localization fixes 2020-02-15 12:40:23 +01:00
local Use AlertDialog.Builder instead of BookmarkDialog class for the same look. 2020-02-02 12:54:43 +01:00
player app language: refactoring 2020-01-29 21:21:00 +01:00
report app language: refactoring 2020-01-29 21:21:00 +01:00
settings Multiple localization fixes 2020-02-15 12:40:23 +01:00
streams Update DataReader.java 2020-02-06 17:00:32 -03:00
util Multiple localization fixes 2020-02-15 12:40:23 +01:00
views improve code consistency in ScrollableTabLayout 2020-01-02 13:02:14 +01:00
ActivityCommunicator.java Update extractor and refactored NewPipe 2017-09-03 13:57:12 -03:00
App.java app language now changes time formatting (3hrs ago), was system language b4 2020-01-09 15:51:41 +01:00
BaseFragment.java Enable toolbar title visibility when setting a new one 2019-11-20 00:23:33 -03:00
CheckForNewAppVersionTask.java Migrate to AndroidX 2019-10-04 14:59:08 +02:00
DownloaderImpl.java Remove commented-out code and hide stacktraces in release mode 2019-12-13 21:46:19 +01:00
ExitActivity.java Update extractor and refactored NewPipe 2017-09-03 13:57:12 -03:00
ImageDownloader.java Use new Localization and Downloader implementations from extractor 2019-11-17 23:58:52 -03:00
MainActivity.java app language: refactoring 2020-01-29 21:21:00 +01:00
NewPipeDatabase.java Migrate to AndroidX 2019-10-04 14:59:08 +02:00
PanicResponderActivity.java Update extractor and refactored NewPipe 2017-09-03 13:57:12 -03:00
ReCaptchaActivity.java Remove unused imports and clean up comment style 2020-02-02 21:48:45 +01:00
RouterActivity.java Migrate to AndroidX 2019-10-04 14:59:08 +02:00