- Add adjustment_step_key to settings_keys.xml to be used when
saving/loading the step size.
- Remove the global stepSize variable and the code that saves it to
outState/loads it from savedInstanceState because it's now saved to
Shared Preferences.
- Move initially setting step size to setupStepSizeSelector to be
consistent with the other view setup methods, using the value loaded
from Shared Preferences.
- Save the step size to Shared Preferences inside setStepSize.
Fixes: #7031
Currently translated at 49.2% (32 of 65 strings)
Translated using Weblate (Swedish)
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (Greek)
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (Chinese (Traditional))
Currently translated at 58.4% (38 of 65 strings)
Translated using Weblate (Dutch (Belgium))
Currently translated at 23.0% (15 of 65 strings)
Translated using Weblate (French)
Currently translated at 66.1% (43 of 65 strings)
Translated using Weblate (Azerbaijani)
Currently translated at 7.6% (5 of 65 strings)
Translated using Weblate (Italian)
Currently translated at 38.4% (25 of 65 strings)
Translated using Weblate (Polish)
Currently translated at 55.3% (36 of 65 strings)
Translated using Weblate (Hebrew)
Currently translated at 53.8% (35 of 65 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (65 of 65 strings)
Translated using Weblate (Chinese (Traditional, Hong Kong))
Currently translated at 7.6% (5 of 65 strings)
Translated using Weblate (German)
Currently translated at 66.1% (43 of 65 strings)
Translated using Weblate (Polish)
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (Turkish)
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (English)
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (English)
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (English)
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (French)
Currently translated at 65.6% (42 of 64 strings)
Translated using Weblate (Dutch)
Currently translated at 71.8% (46 of 64 strings)
Translated using Weblate (Catalan)
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (Indonesian)
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (Arabic)
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (Chinese (Traditional, Hong Kong))
Currently translated at 80.4% (493 of 613 strings)
Translated using Weblate (French)
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (Indonesian)
Currently translated at 100.0% (613 of 613 strings)
Co-authored-by: Agnieszka C <aga_04@o2.pl>
Co-authored-by: Alex25820 <alexs25820@gmail.com>
Co-authored-by: Benedikt Freisen <b.freisen@gmx.net>
Co-authored-by: Corc <nizamismidov4@gmail.com>
Co-authored-by: Guillem <guillemglez@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Ihor Hordiichuk <igor_ck@outlook.com>
Co-authored-by: Issa1553 <fairfull.playing@gmail.com>
Co-authored-by: Linerly <linerly@protonmail.com>
Co-authored-by: Mohammed Anas <triallax@tutanota.com>
Co-authored-by: Oğuz Ersen <oguzersen@protonmail.com>
Co-authored-by: Ray <ray.cfu@protonmail.com>
Co-authored-by: Retrial <giwrgosmant@gmail.com>
Co-authored-by: Stypox <stypox@pm.me>
Co-authored-by: TiA4f8R <avdivers84@gmail.com>
Co-authored-by: Vitor Henrique <vitorhcl00@gmail.com>
Co-authored-by: Yaron Shahrabani <sh.yaron@gmail.com>
Co-authored-by: mm4c <oldblue@vivaldi.net>
Co-authored-by: ssantos <ssantos@web.de>
Co-authored-by: zmni <zmni@outlook.com>
Co-authored-by: Éfrit <efrit@posteo.net>
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/az/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/de/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/fr/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/he/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/it/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/nl/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/nl_BE/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/pl/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/sv/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/uk/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/zh_Hant/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/zh_Hant_HK/
Translation: NewPipe/Metadata
Removed some non-translatable strings and just hardcoded them in the code, like it's being done for other string separators. This also deduplicates some code by using Localization.
Used some Kotlin feature to reduce code.
This commit refactors the way `InfoItemDialog`s are generated. This is necessary because the old way used the `StreamDialogEntry` enum for most of the dialogs' content generation process. This required static variables and methods to store the entries which are used for the dialog to be build (See e.g.`enabledEntries` and methods like `generateCommands()`). In other words, `StreamDialogEntry` wasn't an enumeration anymore.
To address this issue, a `Builder` is introduced for the `InfoItemDialog`'s genration. The builder also comes with some default entries and and a specific order. Both can be used, but are not enforced.
A second problem that introduced a structure which was atypical for an enumeration was the usage of non-final attributes within `StreamDialogEntry` instances. These were needed, because the default actions needed to overriden in some cases.
To address this problem, the `StreamDialogEntry` enumeration was renamed to `StreamDialogDefaultEntry` and a new `StreamDialogEntry` class is used instead.
ExoPlayer right now fetches HLS video tracks even if you disable them (with setRendererDisabled or setSelectionOverride).
See issue 9282 of ExoPlayer's issue tracker for more information.
* Replaced by ``wasLastResolvedVideoAndAudioSeparated``
* Uses an ``Optional`` instead (we can't determine if the video and audio streams are separated when we did not fetch it)
Unable to compile!
* Cleaned up ``getMostCompactAudioIndex`` and ``getHighestQualityAudioIndex`` into a new method ``getAudioIndexByHighestRank``
* Removed unreadable code and use Java Streams API
* Tests work as expected
Prefering video-only streams to video streams for our player will allow us to make seamless transitions on 360 and 720p qualities on YouTube.
External players and the downloader are not affected by this change.
This is only available when playing video-only streams (and when there is no audio stream and only video streams with audio) and audio-only streams.
For more details about which conditions are required to get this transition, look at the changes in the useVideoSource(boolean) method of the Player class.
It ensures that queues are not the same. Without this check when you have multiple videos in the backstack and navigating back via Back button you'll get duplicated videos
This happened in fullscreen player: while play-pause, brightness, volume, ... buttons were correctly centered in the app UI, the fast seek overlay was centered in the system UI, causing a mismatch between the two that looked ugly
Currently translated at 100.0% (64 of 64 strings)
Translated using Weblate (Chinese (Traditional, Hong Kong))
Currently translated at 6.2% (4 of 64 strings)
Translated using Weblate (Malay)
Currently translated at 60.0% (368 of 613 strings)
Translated using Weblate (Estonian)
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (Finnish)
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (Arabic)
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (Arabic)
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (Chinese (Traditional, Hong Kong))
Currently translated at 63.9% (392 of 613 strings)
Translated using Weblate (Portuguese)
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (Dutch)
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (Dutch)
Currently translated at 64.0% (41 of 64 strings)
Translated using Weblate (Hebrew)
Currently translated at 53.1% (34 of 64 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (Polish)
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (Greek)
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (Dutch)
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (German)
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (Polish)
Currently translated at 54.6% (35 of 64 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (64 of 64 strings)
Translated using Weblate (Norwegian Bokmål)
Currently translated at 95.2% (584 of 613 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (Slovak)
Currently translated at 98.0% (601 of 613 strings)
Translated using Weblate (Hungarian)
Currently translated at 99.5% (610 of 613 strings)
Translated using Weblate (English)
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (63 of 63 strings)
Translated using Weblate (Dutch)
Currently translated at 46.0% (29 of 63 strings)
Translated using Weblate (Hebrew)
Currently translated at 52.3% (33 of 63 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (63 of 63 strings)
Translated using Weblate (Interlingua)
Currently translated at 35.0% (215 of 613 strings)
Translated using Weblate (Danish)
Currently translated at 49.1% (301 of 613 strings)
Translated using Weblate (Norwegian Bokmål)
Currently translated at 94.2% (578 of 613 strings)
Translated using Weblate (Estonian)
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (Finnish)
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (Arabic)
Currently translated at 99.6% (611 of 613 strings)
Translated using Weblate (Dutch)
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (Dutch)
Currently translated at 28.5% (18 of 63 strings)
Translated using Weblate (Dutch)
Currently translated at 28.5% (18 of 63 strings)
Translated using Weblate (Swedish)
Currently translated at 48.3% (30 of 62 strings)
Translated using Weblate (French)
Currently translated at 66.1% (41 of 62 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (62 of 62 strings)
Translated using Weblate (Estonian)
Currently translated at 99.8% (612 of 613 strings)
Translated using Weblate (Catalan)
Currently translated at 99.1% (608 of 613 strings)
Translated using Weblate (Tamil)
Currently translated at 55.4% (340 of 613 strings)
Translated using Weblate (Finnish)
Currently translated at 99.0% (607 of 613 strings)
Translated using Weblate (Swedish)
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (Armenian)
Currently translated at 19.0% (117 of 613 strings)
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (Persian)
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (Turkish)
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (Indonesian)
Currently translated at 99.8% (612 of 613 strings)
Translated using Weblate (Japanese)
Currently translated at 99.8% (612 of 613 strings)
Translated using Weblate (French)
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (English)
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (Sardinian)
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (Arabic)
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (Kurdish (Central))
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (Catalan)
Currently translated at 99.3% (609 of 613 strings)
Translated using Weblate (Lithuanian)
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (Hebrew)
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (Portuguese)
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (Italian)
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (Dutch)
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (French)
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (German)
Currently translated at 100.0% (613 of 613 strings)
Added translation using Weblate (German (Low))
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (Polish)
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (Greek)
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (Russian)
Currently translated at 100.0% (613 of 613 strings)
Translated using Weblate (Malay)
Currently translated at 4.8% (3 of 62 strings)
Translated using Weblate (Chinese (Traditional, Hong Kong))
Currently translated at 4.8% (3 of 62 strings)
Translated using Weblate (Galician)
Currently translated at 94.9% (581 of 612 strings)
Translated using Weblate (Malay)
Currently translated at 60.1% (368 of 612 strings)
Translated using Weblate (Malay)
Currently translated at 60.1% (368 of 612 strings)
Translated using Weblate (Tamil)
Currently translated at 49.8% (305 of 612 strings)
Translated using Weblate (Finnish)
Currently translated at 97.2% (595 of 612 strings)
Translated using Weblate (Arabic)
Currently translated at 100.0% (612 of 612 strings)
Translated using Weblate (Chinese (Traditional, Hong Kong))
Currently translated at 57.1% (350 of 612 strings)
Translated using Weblate (French)
Currently translated at 99.6% (610 of 612 strings)
Translated using Weblate (English (United Kingdom))
Currently translated at 7.6% (47 of 612 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (62 of 62 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (62 of 62 strings)
Translated using Weblate (Tamil)
Currently translated at 44.6% (273 of 612 strings)
Translated using Weblate (Arabic)
Currently translated at 99.8% (611 of 612 strings)
Co-authored-by: A <ville.mourujarvi@hostedweblate.mail.kapsi.fi>
Co-authored-by: Agnieszka C <aga_04@o2.pl>
Co-authored-by: Ajeje Brazorf <lmelonimamo@yahoo.it>
Co-authored-by: Albert Vila <vilacalvo.albert@gmail.com>
Co-authored-by: Alex25820 <alexs25820@gmail.com>
Co-authored-by: Alfonso Scarpino <alfonso.scarpino@gmail.com>
Co-authored-by: Allan Nordhøy <epost@anotheragency.no>
Co-authored-by: Danial Behzadi <dani.behzi@ubuntu.com>
Co-authored-by: Davit Mayilyan <davit.mayilyan@protonmail.ch>
Co-authored-by: Denys Nykula <nykula@ukr.net>
Co-authored-by: Eric <alchemillatruth@purelymail.com>
Co-authored-by: GnuPGを使うべきだ <dieeeazpnnqbpddh@cock.email>
Co-authored-by: GobinathAL <gobinathal8@gmail.com>
Co-authored-by: Guillem <guillemglez@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Ihor Hordiichuk <igor_ck@outlook.com>
Co-authored-by: JY3 <GeeyunJY3@gmail.com>
Co-authored-by: Jeff Huang <s8321414@gmail.com>
Co-authored-by: John Smith <a@shatin.ml>
Co-authored-by: Karl Tammik <karltammik@protonmail.com>
Co-authored-by: Lim Jia Ming <jiaminglimjm@protonmail.com>
Co-authored-by: Linerly <linerly@protonmail.com>
Co-authored-by: Marian Hanzel <marulinko@gmail.com>
Co-authored-by: Mark <theMurk@protonmail.com>
Co-authored-by: Mohammed Anas <6daf084a-8eaf-40fb-86c7-8500077c3b69@anonaddy.me>
Co-authored-by: Mohammed Anas <triallax@tutanota.com>
Co-authored-by: MohammedSR Vevo <mohammednajmidin@gmail.com>
Co-authored-by: My <quentin.lalle@gmail.com>
Co-authored-by: Ray <ray.cfu@protonmail.com>
Co-authored-by: Rex_sa <rex.sa@pm.me>
Co-authored-by: Ricardo <contatorms7@tutamail.com>
Co-authored-by: S3aBreeze <paperwork@evilcorp.ltd>
Co-authored-by: SamTada <SamLbttyw@protonmail.com>
Co-authored-by: Software In Interlingua <softinterlingua@gmail.com>
Co-authored-by: THANOS SIOURDAKIS <siourdakisthanos@gmail.com>
Co-authored-by: Thomas Frarke <goetzknecht23@gmail.com>
Co-authored-by: TobiGr <tobigr@mail.de>
Co-authored-by: Vasilis K <skyhirules@gmail.com>
Co-authored-by: VfBFan <drop0815@posteo.de>
Co-authored-by: Ville Rantanen <v.r@iki.fi>
Co-authored-by: WB <web0nst@tuta.io>
Co-authored-by: Yaron Shahrabani <sh.yaron@gmail.com>
Co-authored-by: chr56 <chr0056@gmail.com>
Co-authored-by: gymka <gymka@archlinux.lt>
Co-authored-by: jojo <welwhazosky@gmail.com>
Co-authored-by: mm4c <oldblue@vivaldi.net>
Co-authored-by: nzgha <nzgha.hw@runbox.com>
Co-authored-by: ssantos <ssantos@web.de>
Co-authored-by: translator <kvb@tuta.io>
Co-authored-by: xainsworth <202120614015@ogr.balikesir.edu.tr>
Co-authored-by: Ács Zoltán <acszoltan111@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/fr/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/he/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/ms/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/nl/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/pl/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/sv/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/uk/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/zh_Hant_HK/
Translation: NewPipe/Metadata
The previous/reverted behavior caused unwanted data transmission:
* Removed loading via handleResults/loadMoreItems-callback because the RecyclerView is apparently not immediately updated in the UI when the data is set which causes one load of data to much.
* Always recreate the footer so that it's not possible to attach the same instance twice
* Removed support for creating a custom footer as it's never used
* Supply the header with an supplier
* This might not fix the problem completely as we currently can only create the header once inside Channel, Playlist and RelatedItems-Fragment - allowing creation of multiple headers might be done in the future if the issues still arise
* Other minor fixes
The workaround set before was not applied when switching to main player with content thumbnail from popup or background player. This commit fixes this by applying the workaround when switching to main player with content thumbnail from popup or background player.
ExoPlayer's default behavior is to use a multiplication of target segment by a coefficient (3,5).
This coefficient (and this behavior) cannot be customized without using a custom HlsPlaylistTracker right now.
New behavior is to wait 15 seconds before throwing a PlaylistStuckException.
This should improve a lot HLS live streaming on (very) low-latency livestreams with buffering issues, especially on YouTube with their HLS manifests.
Instead of trying to reload the play queue manager and then throwing an error, BehindLiveWindowExceptions now make the app seek to the default playback position, like recommended by ExoPlayer.
The buffering state is shown in this case.
Error handling of other exceptions is not changed.
This checks if the uploaderUrl is in the database, if not it gets the
uploaderUrl and puts it in the database. This is similar to the fetching
of uploaderUrl when it doesn't exist done in #6919.
Also use createNotification when error occurs in getStreamInfo.
The issue was caused by an ExoPlayer change, which when setting a media source, resets the current playback position and the current window index by default.
Also set player recovery in more places to fix playback position not propely set in some cases after a player type switch.
* Consolidated main-setttings into a single file
* Debug settings are only enabled in the DEBUG build
* Moved LeakCanary (debug) specific stuff into a small class that's only shipped with the debug build
* Other minor fixes
Currently translated at 58.4% (374 of 640 strings)
Translated using Weblate (Swedish)
Currently translated at 100.0% (640 of 640 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (640 of 640 strings)
Translated using Weblate (Indonesian)
Currently translated at 100.0% (640 of 640 strings)
Translated using Weblate (Italian)
Currently translated at 100.0% (640 of 640 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (640 of 640 strings)
Translated using Weblate (Hungarian)
Currently translated at 100.0% (640 of 640 strings)
Translated using Weblate (Sardinian)
Currently translated at 100.0% (640 of 640 strings)
Translated using Weblate (Norwegian Bokmål)
Currently translated at 94.8% (607 of 640 strings)
Translated using Weblate (Swedish)
Currently translated at 99.6% (638 of 640 strings)
Translated using Weblate (Hebrew)
Currently translated at 100.0% (640 of 640 strings)
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (640 of 640 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (640 of 640 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (640 of 640 strings)
Translated using Weblate (Persian)
Currently translated at 100.0% (640 of 640 strings)
Translated using Weblate (Polish)
Currently translated at 100.0% (640 of 640 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (640 of 640 strings)
Translated using Weblate (Arabic)
Currently translated at 100.0% (640 of 640 strings)
Translated using Weblate (Greek)
Currently translated at 100.0% (640 of 640 strings)
Translated using Weblate (Basque)
Currently translated at 100.0% (640 of 640 strings)
Translated using Weblate (Italian)
Currently translated at 100.0% (640 of 640 strings)
Translated using Weblate (Japanese)
Currently translated at 99.5% (637 of 640 strings)
Translated using Weblate (Russian)
Currently translated at 100.0% (640 of 640 strings)
Translated using Weblate (Dutch)
Currently translated at 100.0% (640 of 640 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (640 of 640 strings)
Translated using Weblate (German)
Currently translated at 100.0% (640 of 640 strings)
Translated using Weblate (German)
Currently translated at 100.0% (640 of 640 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (62 of 62 strings)
Translated using Weblate (Swedish)
Currently translated at 25.8% (16 of 62 strings)
Translated using Weblate (Portuguese)
Currently translated at 67.7% (42 of 62 strings)
Translated using Weblate (Ukrainian)
Currently translated at 82.2% (51 of 62 strings)
Translated using Weblate (Telugu)
Currently translated at 51.4% (328 of 638 strings)
Translated using Weblate (Swedish)
Currently translated at 100.0% (638 of 638 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (638 of 638 strings)
Translated using Weblate (Turkish)
Currently translated at 100.0% (638 of 638 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (638 of 638 strings)
Translated using Weblate (Czech)
Currently translated at 97.1% (620 of 638 strings)
Translated using Weblate (Japanese)
Currently translated at 99.2% (633 of 638 strings)
Translated using Weblate (Russian)
Currently translated at 100.0% (638 of 638 strings)
Translated using Weblate (French)
Currently translated at 99.5% (635 of 638 strings)
Translated using Weblate (French)
Currently translated at 99.5% (635 of 638 strings)
Translated using Weblate (Santali)
Currently translated at 13.9% (89 of 638 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (62 of 62 strings)
Translated using Weblate (Chinese (Traditional))
Currently translated at 59.6% (37 of 62 strings)
Translated using Weblate (Portuguese (Portugal))
Currently translated at 66.1% (41 of 62 strings)
Translated using Weblate (Persian)
Currently translated at 62.9% (39 of 62 strings)
Translated using Weblate (Spanish)
Currently translated at 58.0% (36 of 62 strings)
Translated using Weblate (Dutch)
Currently translated at 12.9% (8 of 62 strings)
Translated using Weblate (Hebrew)
Currently translated at 51.6% (32 of 62 strings)
Translated using Weblate (Portuguese)
Currently translated at 66.1% (41 of 62 strings)
Translated using Weblate (Ukrainian)
Currently translated at 80.6% (50 of 62 strings)
Translated using Weblate (Dutch)
Currently translated at 98.4% (628 of 638 strings)
Translated using Weblate (Hindi)
Currently translated at 4.9% (3 of 61 strings)
Translated using Weblate (Hungarian)
Currently translated at 6.5% (4 of 61 strings)
Translated using Weblate (Hebrew)
Currently translated at 100.0% (638 of 638 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (638 of 638 strings)
Translated using Weblate (Russian)
Currently translated at 99.8% (637 of 638 strings)
Translated using Weblate (Hungarian)
Currently translated at 100.0% (638 of 638 strings)
Translated using Weblate (French)
Currently translated at 99.3% (634 of 638 strings)
Translated using Weblate (Hungarian)
Currently translated at 6.5% (4 of 61 strings)
Translated using Weblate (Hungarian)
Currently translated at 6.5% (4 of 61 strings)
Translated using Weblate (Hungarian)
Currently translated at 4.9% (3 of 61 strings)
Translated using Weblate (Telugu)
Currently translated at 51.0% (326 of 638 strings)
Translated using Weblate (Italian)
Currently translated at 100.0% (638 of 638 strings)
Translated using Weblate (Swedish)
Currently translated at 24.5% (15 of 61 strings)
Translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (638 of 638 strings)
Translated using Weblate (Sardinian)
Currently translated at 100.0% (638 of 638 strings)
Translated using Weblate (Croatian)
Currently translated at 98.7% (630 of 638 strings)
Translated using Weblate (Vietnamese)
Currently translated at 99.8% (637 of 638 strings)
Translated using Weblate (Swedish)
Currently translated at 100.0% (638 of 638 strings)
Translated using Weblate (Hebrew)
Currently translated at 99.0% (632 of 638 strings)
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (638 of 638 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (638 of 638 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (638 of 638 strings)
Translated using Weblate (Turkish)
Currently translated at 100.0% (638 of 638 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (638 of 638 strings)
Translated using Weblate (Arabic)
Currently translated at 100.0% (638 of 638 strings)
Translated using Weblate (Greek)
Currently translated at 100.0% (638 of 638 strings)
Translated using Weblate (Chinese (Traditional, Hong Kong))
Currently translated at 58.4% (373 of 638 strings)
Translated using Weblate (Portuguese)
Currently translated at 100.0% (638 of 638 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (638 of 638 strings)
Added translation using Weblate (English (Middle))
Translated using Weblate (Dutch)
Currently translated at 11.4% (7 of 61 strings)
Translated using Weblate (Telugu)
Currently translated at 50.6% (323 of 638 strings)
Translated using Weblate (Hebrew)
Currently translated at 97.9% (625 of 638 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (638 of 638 strings)
Translated using Weblate (Persian)
Currently translated at 100.0% (638 of 638 strings)
Translated using Weblate (Polish)
Currently translated at 100.0% (638 of 638 strings)
Translated using Weblate (Indonesian)
Currently translated at 100.0% (638 of 638 strings)
Translated using Weblate (Greek)
Currently translated at 99.8% (637 of 638 strings)
Translated using Weblate (Japanese)
Currently translated at 98.5% (629 of 638 strings)
Translated using Weblate (Russian)
Currently translated at 98.1% (626 of 638 strings)
Translated using Weblate (French)
Currently translated at 98.5% (629 of 638 strings)
Translated using Weblate (Spanish)
Currently translated at 99.0% (632 of 638 strings)
Translated using Weblate (German)
Currently translated at 100.0% (638 of 638 strings)
Translated using Weblate (English)
Currently translated at 100.0% (631 of 631 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (631 of 631 strings)
Translated using Weblate (French)
Currently translated at 99.6% (629 of 631 strings)
Translated using Weblate (Telugu)
Currently translated at 43.2% (273 of 631 strings)
Translated using Weblate (Japanese)
Currently translated at 99.8% (630 of 631 strings)
Translated using Weblate (French)
Currently translated at 99.6% (629 of 631 strings)
Co-authored-by: Abhishek Kumar <abhi7737-22@yahoo.com>
Co-authored-by: Agnieszka C <aga_04@o2.pl>
Co-authored-by: AioiLight <info@aioilight.space>
Co-authored-by: Ajeje Brazorf <lmelonimamo@yahoo.it>
Co-authored-by: Alex25820 <alexs25820@gmail.com>
Co-authored-by: Alfonso Scarpino <alfonso.scarpino@gmail.com>
Co-authored-by: Allan Nordhøy <epost@anotheragency.no>
Co-authored-by: Andreas P <andreas.polnas93@hotmail.com>
Co-authored-by: Andrey F <firsan777@mail.ru>
Co-authored-by: Balázs Meskó <meskobalazs@mailbox.org>
Co-authored-by: Boros Zsombor <zsombor2626@gmail.com>
Co-authored-by: Calcitem <calcitem@outlook.com>
Co-authored-by: Danial Behzadi <dani.behzi@ubuntu.com>
Co-authored-by: Emin Tufan Çetin <etcetin@gmail.com>
Co-authored-by: Florian <flo.site@zaclys.net>
Co-authored-by: GnuPGを使うべきだ <dieeeazpnnqbpddh@cock.email>
Co-authored-by: Gontzal Manuel Pujana Onaindia <thadahdenyse@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Ihor Hordiichuk <igor_ck@outlook.com>
Co-authored-by: JY3 <GeeyunJY3@gmail.com>
Co-authored-by: Jeff Huang <s8321414@gmail.com>
Co-authored-by: Linerly <linerly@protonmail.com>
Co-authored-by: Milo Ivir <mail@milotype.de>
Co-authored-by: Name Protected <notemailprotected@protonmail.com>
Co-authored-by: Prasanta-Hembram <Prasantahembram720@gmail.com>
Co-authored-by: Ray <ray.cfu@protonmail.com>
Co-authored-by: Retrial <giwrgosmant@gmail.com>
Co-authored-by: Rex_sa <rex.sa@pm.me>
Co-authored-by: Ricardo <contatorms7@tutamail.com>
Co-authored-by: S3aBreeze <paperwork@evilcorp.ltd>
Co-authored-by: TiA4f8R <avdivers84@gmail.com>
Co-authored-by: Vasilis K <skyhirules@gmail.com>
Co-authored-by: VfBFan <drop0815@posteo.de>
Co-authored-by: Yaron Shahrabani <sh.yaron@gmail.com>
Co-authored-by: Yuki Monkey <ymonkey32@gmail.com>
Co-authored-by: bomzhellino <adm.bomzh@gmail.com>
Co-authored-by: bruh <quangtrung02hn16@gmail.com>
Co-authored-by: chr56 <chr0056@gmail.com>
Co-authored-by: evfjunior <evfjunior@protonmail.com>
Co-authored-by: mm4c <oldblue@vivaldi.net>
Co-authored-by: nautilusx <translate@disroot.org>
Co-authored-by: ndrnry <ondernuray@gmail.com>
Co-authored-by: nzgha <nzgha@runbox.com>
Co-authored-by: nzgha <nzghafoss.ldxwe@slmail.me>
Co-authored-by: pjammo <adrianoghr@hotmail.it>
Co-authored-by: ssantos <ssantos@web.de>
Co-authored-by: subba raidu <raidu4u@gmail.com>
Co-authored-by: translator <kvb@tuta.io>
Co-authored-by: wmd arg <wmdarg3@gmail.com>
Co-authored-by: zmni <zmni@outlook.com>
Co-authored-by: 刘韬 <lyuutau@outlook.com>
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/es/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/fa/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/he/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/hi/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/hu/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/nl/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/pt/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/pt_PT/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/sv/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/uk/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/zh_Hant/
Translation: NewPipe/Metadata
* When rewinding: Check if <0,5s
* When fast-forwarding: Check if player has completed or the current playback has ended
This allows rewinding on the endscreen
* Deduplicated and simplified a lot of code
* Fixed ``invalidSeekConditions`` so that it's possible to seek while the player is loading (like currently the case)
* Replace JUnit asserts with AssertJ in HistoryRecordManagerTest
They provide a wider range of assertions, which allow for more detailed error messages.
Also convert SearchHistoryEntry to kotlin data class for better error messages, since toString() is implemented.
Co-authored-by: Mohammed Anas <triallax@tutanota.com>
Add annotations to methods and parameters.
Replace Jetbrains' @NotNull with Androidx' @NonNull annotatiation.
Make class variables static if possible.
Use constants for some Strings.
Simplify if conditions.
Currently translated at 99.5% (628 of 631 strings)
Translated using Weblate (Hungarian)
Currently translated at 3.2% (2 of 61 strings)
Translated using Weblate (Punjabi)
Currently translated at 4.9% (3 of 61 strings)
Translated using Weblate (Telugu)
Currently translated at 6.5% (4 of 61 strings)
Translated using Weblate (German)
Currently translated at 50.8% (31 of 61 strings)
Translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (631 of 631 strings)
Translated using Weblate (Punjabi)
Currently translated at 91.4% (577 of 631 strings)
Translated using Weblate (Telugu)
Currently translated at 38.1% (241 of 631 strings)
Translated using Weblate (Indonesian)
Currently translated at 100.0% (631 of 631 strings)
Translated using Weblate (Japanese)
Currently translated at 99.2% (626 of 631 strings)
Translated using Weblate (Russian)
Currently translated at 99.8% (630 of 631 strings)
Translated using Weblate (Serbian)
Currently translated at 96.5% (609 of 631 strings)
Translated using Weblate (German)
Currently translated at 100.0% (631 of 631 strings)
Translated using Weblate (Tamil)
Currently translated at 1.6% (1 of 61 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (61 of 61 strings)
Translated using Weblate (Polish)
Currently translated at 55.7% (34 of 61 strings)
Translated using Weblate (Hebrew)
Currently translated at 50.8% (31 of 61 strings)
Translated using Weblate (Ukrainian)
Currently translated at 80.3% (49 of 61 strings)
Translated using Weblate (Swedish)
Currently translated at 100.0% (631 of 631 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (631 of 631 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (631 of 631 strings)
Translated using Weblate (Polish)
Currently translated at 100.0% (631 of 631 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (631 of 631 strings)
Translated using Weblate (Greek)
Currently translated at 100.0% (631 of 631 strings)
Translated using Weblate (Portuguese)
Currently translated at 100.0% (631 of 631 strings)
Translated using Weblate (Japanese)
Currently translated at 98.8% (624 of 631 strings)
Translated using Weblate (Dutch)
Currently translated at 99.8% (630 of 631 strings)
Translated using Weblate (French)
Currently translated at 99.0% (625 of 631 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (631 of 631 strings)
Translated using Weblate (German)
Currently translated at 100.0% (631 of 631 strings)
Translated using Weblate (English)
Currently translated at 100.0% (631 of 631 strings)
Translated using Weblate (English)
Currently translated at 100.0% (631 of 631 strings)
Co-authored-by: Agnieszka C <aga_04@o2.pl>
Co-authored-by: Alex25820 <Alexander_sjogren@hotmail.se>
Co-authored-by: Allan Nordhøy <epost@anotheragency.no>
Co-authored-by: Balázs Meskó <meskobalazs@mailbox.org>
Co-authored-by: GnuPGを使うべきだ <dieeeazpnnqbpddh@cock.email>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Human Beeing <thankful_human@mailbox.org>
Co-authored-by: Ihor Hordiichuk <igor_ck@outlook.com>
Co-authored-by: JY3 <GeeyunJY3@gmail.com>
Co-authored-by: Linerly <linerly@protonmail.com>
Co-authored-by: Naveen <naveen.translator@protonmail.com>
Co-authored-by: Ricardo <contatorms7@tutamail.com>
Co-authored-by: Terry Louwers <t.louwers@gmail.com>
Co-authored-by: Vasilis K <skyhirules@gmail.com>
Co-authored-by: Yaron Shahrabani <sh.yaron@gmail.com>
Co-authored-by: chr56 <chr0056@gmail.com>
Co-authored-by: nautilusx <translate@disroot.org>
Co-authored-by: nzgha <nzghafoss.ldxwe@slmail.me>
Co-authored-by: rickeesingh <rickeesingh231@gmail.com>
Co-authored-by: ssantos <ssantos@web.de>
Co-authored-by: subba raidu <raidu4u@gmail.com>
Co-authored-by: translator <kvb@tuta.io>
Co-authored-by: Даниил Морозюк <morozdan2003@gmail.com>
Co-authored-by: Саша Петровић <salepetronije@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/de/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/he/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/hu/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/pa/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/pl/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/ta/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/te/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/uk/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/zh_Hans/
Translation: NewPipe/Metadata
The wrong @Decorator was put in the wrong place to mark the throwable fieldd as transient, now this is fixed and the exception is not serialized. So if a non-serializable throwable is passed, that's not an issue, since it's not going to be serialized. The need for EnsureExceptionSerializable is also gone.
Currently translated at 95.8% (605 of 631 strings)
Translated using Weblate (Hebrew)
Currently translated at 100.0% (631 of 631 strings)
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (631 of 631 strings)
Translated using Weblate (Persian)
Currently translated at 100.0% (631 of 631 strings)
Translated using Weblate (Polish)
Currently translated at 100.0% (631 of 631 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (631 of 631 strings)
Translated using Weblate (Arabic)
Currently translated at 100.0% (631 of 631 strings)
Translated using Weblate (Greek)
Currently translated at 100.0% (631 of 631 strings)
Translated using Weblate (Italian)
Currently translated at 100.0% (631 of 631 strings)
Translated using Weblate (Russian)
Currently translated at 99.5% (628 of 631 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (631 of 631 strings)
Translated using Weblate (German)
Currently translated at 100.0% (631 of 631 strings)
Translated using Weblate (German)
Currently translated at 100.0% (631 of 631 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 99.3% (627 of 631 strings)
Translated using Weblate (Arabic)
Currently translated at 100.0% (626 of 626 strings)
Translated using Weblate (Portuguese (Portugal))
Currently translated at 56.6% (34 of 60 strings)
Translated using Weblate (Portuguese)
Currently translated at 61.6% (37 of 60 strings)
Translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (626 of 626 strings)
Translated using Weblate (Arabic)
Currently translated at 99.8% (625 of 626 strings)
Translated using Weblate (Tamil)
Currently translated at 36.4% (228 of 626 strings)
Translated using Weblate (Chinese (Traditional, Hong Kong))
Currently translated at 39.1% (245 of 626 strings)
Translated using Weblate (Hungarian)
Currently translated at 82.2% (515 of 626 strings)
Translated using Weblate (Hungarian)
Currently translated at 81.9% (513 of 626 strings)
Translated using Weblate (French)
Currently translated at 66.6% (40 of 60 strings)
Translated using Weblate (Bengali)
Currently translated at 88.0% (551 of 626 strings)
Translated using Weblate (Turkish)
Currently translated at 100.0% (626 of 626 strings)
Translated using Weblate (Indonesian)
Currently translated at 100.0% (626 of 626 strings)
Translated using Weblate (Chinese (Traditional, Hong Kong))
Currently translated at 35.4% (222 of 626 strings)
Translated using Weblate (Russian)
Currently translated at 100.0% (626 of 626 strings)
Translated using Weblate (French)
Currently translated at 100.0% (626 of 626 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (626 of 626 strings)
Translated using Weblate (Slovak)
Currently translated at 100.0% (626 of 626 strings)
Translated using Weblate (Estonian)
Currently translated at 11.6% (7 of 60 strings)
Translated using Weblate (Portuguese)
Currently translated at 61.6% (37 of 60 strings)
Translated using Weblate (Estonian)
Currently translated at 100.0% (626 of 626 strings)
Translated using Weblate (Hindi)
Currently translated at 77.3% (484 of 626 strings)
Translated using Weblate (Lithuanian)
Currently translated at 100.0% (626 of 626 strings)
Translated using Weblate (Swedish)
Currently translated at 100.0% (626 of 626 strings)
Translated using Weblate (Hebrew)
Currently translated at 100.0% (626 of 626 strings)
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (626 of 626 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (626 of 626 strings)
Translated using Weblate (Polish)
Currently translated at 100.0% (626 of 626 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (626 of 626 strings)
Translated using Weblate (Arabic)
Currently translated at 100.0% (626 of 626 strings)
Translated using Weblate (Greek)
Currently translated at 100.0% (626 of 626 strings)
Translated using Weblate (Portuguese)
Currently translated at 100.0% (626 of 626 strings)
Translated using Weblate (Italian)
Currently translated at 100.0% (626 of 626 strings)
Translated using Weblate (French)
Currently translated at 100.0% (626 of 626 strings)
Translated using Weblate (German)
Currently translated at 100.0% (626 of 626 strings)
Translated using Weblate (Galician)
Currently translated at 3.3% (2 of 60 strings)
Translated using Weblate (Galician)
Currently translated at 94.4% (590 of 625 strings)
Translated using Weblate (Croatian)
Currently translated at 100.0% (625 of 625 strings)
Translated using Weblate (Chinese (Traditional, Hong Kong))
Currently translated at 28.4% (178 of 625 strings)
Translated using Weblate (German)
Currently translated at 100.0% (625 of 625 strings)
Translated using Weblate (Arabic)
Currently translated at 60.0% (36 of 60 strings)
Translated using Weblate (Italian)
Currently translated at 100.0% (625 of 625 strings)
Translated using Weblate (Russian)
Currently translated at 100.0% (625 of 625 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (625 of 625 strings)
Translated using Weblate (Latvian)
Currently translated at 100.0% (625 of 625 strings)
Translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (625 of 625 strings)
Translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (625 of 625 strings)
Translated using Weblate (Finnish)
Currently translated at 100.0% (625 of 625 strings)
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (625 of 625 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (625 of 625 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (625 of 625 strings)
Translated using Weblate (Persian)
Currently translated at 100.0% (625 of 625 strings)
Translated using Weblate (Portuguese)
Currently translated at 100.0% (625 of 625 strings)
Translated using Weblate (Italian)
Currently translated at 100.0% (625 of 625 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (625 of 625 strings)
Translated using Weblate (Sardinian)
Currently translated at 100.0% (625 of 625 strings)
Translated using Weblate (Estonian)
Currently translated at 100.0% (625 of 625 strings)
Translated using Weblate (Lithuanian)
Currently translated at 100.0% (625 of 625 strings)
Translated using Weblate (Hebrew)
Currently translated at 100.0% (625 of 625 strings)
Translated using Weblate (Polish)
Currently translated at 100.0% (625 of 625 strings)
Translated using Weblate (Turkish)
Currently translated at 100.0% (625 of 625 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (625 of 625 strings)
Translated using Weblate (Arabic)
Currently translated at 100.0% (625 of 625 strings)
Translated using Weblate (Greek)
Currently translated at 100.0% (625 of 625 strings)
Translated using Weblate (Japanese)
Currently translated at 99.5% (622 of 625 strings)
Translated using Weblate (Russian)
Currently translated at 100.0% (625 of 625 strings)
Translated using Weblate (French)
Currently translated at 100.0% (625 of 625 strings)
Translated using Weblate (German)
Currently translated at 100.0% (625 of 625 strings)
Translated using Weblate (Spanish)
Currently translated at 58.3% (35 of 60 strings)
Translated using Weblate (Interlingua)
Currently translated at 1.6% (1 of 60 strings)
Translated using Weblate (Bulgarian)
Currently translated at 78.6% (489 of 622 strings)
Translated using Weblate (Tamil)
Currently translated at 34.0% (212 of 622 strings)
Translated using Weblate (Vietnamese)
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (Romanian)
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (Russian)
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (Malayalam)
Currently translated at 99.0% (616 of 622 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (Bulgarian)
Currently translated at 77.0% (479 of 622 strings)
Translated using Weblate (Bulgarian)
Currently translated at 58.5% (364 of 622 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (60 of 60 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (Italian)
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (Persian)
Currently translated at 63.3% (38 of 60 strings)
Translated using Weblate (French)
Currently translated at 66.6% (40 of 60 strings)
Translated using Weblate (Azerbaijani)
Currently translated at 45.0% (280 of 622 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (Croatian)
Currently translated at 98.8% (615 of 622 strings)
Translated using Weblate (Russian)
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (Arabic)
Currently translated at 58.3% (35 of 60 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (60 of 60 strings)
Translated using Weblate (Swedish)
Currently translated at 23.3% (14 of 60 strings)
Translated using Weblate (Polish)
Currently translated at 55.0% (33 of 60 strings)
Translated using Weblate (Hebrew)
Currently translated at 50.0% (30 of 60 strings)
Translated using Weblate (Ukrainian)
Currently translated at 80.0% (48 of 60 strings)
Translated using Weblate (Italian)
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (Estonian)
Currently translated at 10.1% (6 of 59 strings)
Translated using Weblate (Finnish)
Currently translated at 13.5% (8 of 59 strings)
Translated using Weblate (Esperanto)
Currently translated at 1.6% (1 of 59 strings)
Translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (Estonian)
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (Finnish)
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (Esperanto)
Currently translated at 83.7% (521 of 622 strings)
Translated using Weblate (Esperanto)
Currently translated at 83.7% (521 of 622 strings)
Translated using Weblate (Slovak)
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (Portuguese)
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (French)
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (German)
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (Russian)
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (59 of 59 strings)
Translated using Weblate (Swedish)
Currently translated at 22.0% (13 of 59 strings)
Translated using Weblate (German)
Currently translated at 52.5% (31 of 59 strings)
Translated using Weblate (Portuguese (Portugal))
Currently translated at 99.8% (621 of 622 strings)
Translated using Weblate (Kabyle)
Currently translated at 26.0% (162 of 622 strings)
Translated using Weblate (Catalan)
Currently translated at 97.5% (607 of 622 strings)
Translated using Weblate (Lithuanian)
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (Swedish)
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (Turkish)
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (Indonesian)
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (Czech)
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (Greek)
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (Japanese)
Currently translated at 99.5% (619 of 622 strings)
Translated using Weblate (Russian)
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (English)
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (Swedish)
Currently translated at 16.9% (10 of 59 strings)
Translated using Weblate (Swedish)
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (Swedish)
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (Arabic)
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (Swedish)
Currently translated at 99.3% (618 of 622 strings)
Translated using Weblate (Swedish)
Currently translated at 99.3% (618 of 622 strings)
Translated using Weblate (Swedish)
Currently translated at 99.3% (618 of 622 strings)
Translated using Weblate (Swedish)
Currently translated at 99.3% (618 of 622 strings)
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (German)
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (59 of 59 strings)
Translated using Weblate (Sardinian)
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (Kurdish (Central))
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (Lithuanian)
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (Hebrew)
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (Persian)
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (Polish)
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (Turkish)
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (Indonesian)
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (Russian)
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (French)
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (Greek)
Currently translated at 100.0% (622 of 622 strings)
Translated using Weblate (Russian)
Currently translated at 100.0% (621 of 621 strings)
Translated using Weblate (Persian)
Currently translated at 62.7% (37 of 59 strings)
Translated using Weblate (French)
Currently translated at 66.1% (39 of 59 strings)
Translated using Weblate (Spanish)
Currently translated at 57.6% (34 of 59 strings)
Translated using Weblate (Polish)
Currently translated at 54.2% (32 of 59 strings)
Translated using Weblate (Hebrew)
Currently translated at 49.1% (29 of 59 strings)
Translated using Weblate (Ukrainian)
Currently translated at 79.6% (47 of 59 strings)
Translated using Weblate (Dutch (Belgium))
Currently translated at 93.0% (578 of 621 strings)
Translated using Weblate (Swedish)
Currently translated at 98.8% (614 of 621 strings)
Translated using Weblate (Polish)
Currently translated at 100.0% (621 of 621 strings)
Translated using Weblate (Indonesian)
Currently translated at 99.6% (619 of 621 strings)
Co-authored-by: ARtHryDr <sergivallsr@gmail.com>
Co-authored-by: Agnieszka C <aga_04@o2.pl>
Co-authored-by: AioiLight <info@aioilight.space>
Co-authored-by: Ajeje Brazorf <lmelonimamo@yahoo.it>
Co-authored-by: Alex25820 <Alexander_sjogren@hotmail.se>
Co-authored-by: Allan Nordhøy <epost@anotheragency.no>
Co-authored-by: Andrij Mizyk <andmizyk@gmail.com>
Co-authored-by: Azizov Aga <895238489@e2t.link>
Co-authored-by: ButterflyOfFire <ButterflyOfFire@protonmail.com>
Co-authored-by: D D <keptawesome@gmail.com>
Co-authored-by: Danial Behzadi <dani.behzi@ubuntu.com>
Co-authored-by: Eric <spice2wolf@gmail.com>
Co-authored-by: Garden Hose <maxmammath@gmail.com>
Co-authored-by: Gediminas Murauskas <muziejusinfo@gmail.com>
Co-authored-by: GnuPGを使うべきだ <dieeeazpnnqbpddh@cock.email>
Co-authored-by: GobinathAL <gobinathal8@gmail.com>
Co-authored-by: Ha Thang <tadi69835@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Igor Nedoboy <i.nedoboy@mail.ru>
Co-authored-by: Igor Sorocean <sorocean.igor@gmail.com>
Co-authored-by: Ihor Hordiichuk <igor_ck@outlook.com>
Co-authored-by: Isak Holmström <isak@kajko.se>
Co-authored-by: JY3 <GeeyunJY3@gmail.com>
Co-authored-by: Jeff Huang <s8321414@gmail.com>
Co-authored-by: Joel A <joeax910@student.liu.se>
Co-authored-by: Karl Tammik <karltammik@protonmail.com>
Co-authored-by: Kim Nyberg <kim-nyberg@outlook.com>
Co-authored-by: Laura Arjona Reina <larjona@larjona.net>
Co-authored-by: Lavin Tom K Abraham <lavintom007@gmail.com>
Co-authored-by: Ldm Public <ldmpub@gmail.com>
Co-authored-by: Leander Coevoet <leandercoevoet1@gmail.com>
Co-authored-by: LiftedStarfish <liftedstarfish@protonmail.com>
Co-authored-by: Line <LineAirline@protonmail.com>
Co-authored-by: Marian Hanzel <marulinko@gmail.com>
Co-authored-by: Milo Ivir <mail@milotype.de>
Co-authored-by: Mohammed Anas <6daf084a-8eaf-40fb-86c7-8500077c3b69@anonaddy.me>
Co-authored-by: MohammedSR Vevo <mohammednajmidin@gmail.com>
Co-authored-by: Nachimuthu Easwaran <nachimuthu.gct@gmail.com>
Co-authored-by: Nekromanser <ari.taitto@protonmail.com>
Co-authored-by: Oymate <dhruboadittya96@gmail.com>
Co-authored-by: Oğuz Ersen <oguzersen@protonmail.com>
Co-authored-by: Philipp <philipp.steisslingen@web.de>
Co-authored-by: Priit Jõerüüt <hwlate@joeruut.com>
Co-authored-by: Ray <ray.cfu@protonmail.com>
Co-authored-by: Retrial <giwrgosmant@gmail.com>
Co-authored-by: Rex_sa <rex.sa@pm.me>
Co-authored-by: Ricardo <contatorms7@tutamail.com>
Co-authored-by: SC <lalocas@protonmail.com>
Co-authored-by: Software In Interlingua <softinterlingua@gmail.com>
Co-authored-by: Tanishq-Banyal <banyaltanishq@gmail.com>
Co-authored-by: TiA4f8R <avdivers84@gmail.com>
Co-authored-by: Toldi Balázs <tbazsalanszky@gmail.com>
Co-authored-by: Valdnet <valdnet@itvix.pl>
Co-authored-by: Vasilis K <skyhirules@gmail.com>
Co-authored-by: VfBFan <drop0815@posteo.de>
Co-authored-by: Ville Rantanen <v.r@iki.fi>
Co-authored-by: Yaron Shahrabani <sh.yaron@gmail.com>
Co-authored-by: Zampa Yayas <zampayayas@gmail.com>
Co-authored-by: bomzhellino <adm.bomzh@gmail.com>
Co-authored-by: chr56 <chr0056@gmail.com>
Co-authored-by: evfjunior <evfjunior@protonmail.com>
Co-authored-by: g <muziejusinfo@gmail.com>
Co-authored-by: inkhorn <inkhorn@hostux.ninja>
Co-authored-by: naofum <naofum@gmail.com>
Co-authored-by: nautilusx <translate@disroot.org>
Co-authored-by: nzgha <nzghafoss.ldxwe@slmail.me>
Co-authored-by: pjammo <adrianoghr@hotmail.it>
Co-authored-by: random r <epsilin@yopmail.com>
Co-authored-by: ssantos <ssantos@web.de>
Co-authored-by: sunu.wahyudhi <nopeholmes@gmail.com>
Co-authored-by: tdayris-perso <tdayris@tutanota.de>
Co-authored-by: translator <yasinoc375@advew.com>
Co-authored-by: whenwesober <naomi16i_1298q@cikuh.com>
Co-authored-by: zeritti <woodenmo@posteo.de>
Co-authored-by: zmni <zmni@outlook.com>
Co-authored-by: Ács Zoltán <acszoltan111@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/ar/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/de/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/eo/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/es/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/et/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/fa/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/fi/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/fr/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/gl/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/he/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/ia/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/pl/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/pt/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/pt_PT/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/sv/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/uk/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/zh_Hans/
Translation: NewPipe/Metadata
* Added a new setting so that player errors are reported (under Video and Audio > Player)
* Moved the player error logic to separate class specially created for this purpose
* Removed ``player.getPlayPauseButton().requestFocus();`` as there is no reason why it was introduced there documented
* Use the same delay to hide the controls on both players
* Removed dependency to @dimen/video_item_search_padding as it's unrelated
* Made the margins/paddings a bit smaller
* Put the checkboxes inside a layout
* Removed some useless attributes (maxLine)
PR 7061 reverted by mistake PR 6824 (it was a rebase issue). This commit unreverts this change and uses custom TextViews correctly in the file changed by PR 6824.
Do not open the setting for a specific notification channel (Settings.ACTION_CHANNEL_NOTIFICATION_SETTINGS), but the settings for all notifications by the app (Settings.ACTION_APP_NOTIFICATION_SETTINGS)
The backup-list has to be created at all cost (even when current list size <= 2). Otherwise it's not possible to enter shuffle-mode (as ``isShuffled()`` always returns false)!
A new class has been added in the util package: NewPipeTextViewHelper.
It shares the selected text of a TextView with ShareUtils#shareText (with the created shareSelectedTextWithShareUtils static method).
Only this static method can be used by other classes, other methods are private.
This EditText class extends the AppCompatEditText class from androidx.
These changes (only in XML ressources) allow us to share the selected text by using ShareUtils.shareText, which opens the Android system chooser instead of the Huawei system chooser on EMUI devices.
This TextView class extends the AppCompatTextView class from androidx.
These changes (only in XML ressources) allow us to share the selected text by using ShareUtils.shareText, which opens the Android system chooser instead of the Huawei system chooser on EMUI devices.