Currently translated at 39.2% (300 of 764 strings)
Translated using Weblate (Lombard)
Currently translated at 0.3% (3 of 764 strings)
Translated using Weblate (French)
Currently translated at 75.8% (66 of 87 strings)
Translated using Weblate (Slovak)
Currently translated at 100.0% (764 of 764 strings)
Translated using Weblate (Hungarian)
Currently translated at 100.0% (764 of 764 strings)
Translated using Weblate (Tigrinya)
Currently translated at 21.8% (167 of 764 strings)
Translated using Weblate (Hindi)
Currently translated at 100.0% (764 of 764 strings)
Translated using Weblate (Azerbaijani)
Currently translated at 100.0% (764 of 764 strings)
Translated using Weblate (Punjabi)
Currently translated at 100.0% (764 of 764 strings)
Translated using Weblate (Belarusian)
Currently translated at 99.0% (757 of 764 strings)
Translated using Weblate (Slovak)
Currently translated at 77.0% (67 of 87 strings)
Translated using Weblate (Punjabi)
Currently translated at 100.0% (764 of 764 strings)
Translated using Weblate (Bulgarian)
Currently translated at 3.4% (3 of 87 strings)
Translated using Weblate (Santali)
Currently translated at 1.1% (1 of 87 strings)
Translated using Weblate (Hindi)
Currently translated at 100.0% (87 of 87 strings)
Translated using Weblate (German)
Currently translated at 100.0% (764 of 764 strings)
Translated using Weblate (Hindi)
Currently translated at 100.0% (764 of 764 strings)
Translated using Weblate (Punjabi)
Currently translated at 100.0% (87 of 87 strings)
Translated using Weblate (Turkish)
Currently translated at 33.3% (29 of 87 strings)
Translated using Weblate (Punjabi)
Currently translated at 78.1% (68 of 87 strings)
Translated using Weblate (German)
Currently translated at 100.0% (87 of 87 strings)
Translated using Weblate (French)
Currently translated at 74.7% (65 of 87 strings)
Translated using Weblate (French)
Currently translated at 74.7% (65 of 87 strings)
Translated using Weblate (Czech)
Currently translated at 100.0% (87 of 87 strings)
Translated using Weblate (Slovak)
Currently translated at 74.7% (65 of 87 strings)
Translated using Weblate (Hindi)
Currently translated at 77.0% (67 of 87 strings)
Translated using Weblate (Punjabi)
Currently translated at 68.9% (60 of 87 strings)
Co-authored-by: 135 <135135@users.noreply.hosted.weblate.org>
Co-authored-by: Balázs Meskó <meskobalazs@mailbox.org>
Co-authored-by: Ding User <dengus@users.noreply.hosted.weblate.org>
Co-authored-by: Dizro <weblate.delirium794@passmail.net>
Co-authored-by: Erenay <erenaydev@proton.me>
Co-authored-by: Femini <nizamismidov4@gmail.com>
Co-authored-by: Fjuro <fjuro@alius.cz>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Kuko <kuko7@protonmail.ch>
Co-authored-by: MatthieuPh <matthieu.philippe@protonmail.com>
Co-authored-by: Mickaël Binos <mickaelbinos@outlook.com>
Co-authored-by: Milan <mobrcian@hotmail.com>
Co-authored-by: Prasanta-Hembram <Prasantahembram720@gmail.com>
Co-authored-by: STV <steeven.lombardi@gmail.com>
Co-authored-by: ShareASmile <ShareASmile@users.noreply.hosted.weblate.org>
Co-authored-by: Sumon Kayal <sumankayalsuman4@gmail.com>
Co-authored-by: Trunars <trunars@abv.bg>
Co-authored-by: VfBFan <drop0815@posteo.de>
Co-authored-by: whistlingwoods <72640314+whistlingwoods@users.noreply.github.com>
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/bg/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/cs/
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/hi/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/pa/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/sat/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/sk/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/tr/
Translation: NewPipe/Metadata
When resuming a download after interruption, if the server returns
HTTP 200 (full resource) instead of HTTP 206 (partial content), the
code correctly resets mMission.done but fails to reset the 'start'
variable. This causes the subsequent file seek to use a stale offset,
writing new data at incorrect positions.
This bug causes file corruption for large downloads (>5GB) that are
interrupted and resumed, particularly when:
- Switching between WiFi networks
- Server CDN returning different responses
- Connection drops during long downloads
The corruption manifests as duplicate data regions in the file,
which for MP4 downloads results in multiple MOOV atoms and
broken seek functionality.
Fix: Reset start=0 when HTTP 200 is received, ensuring the file
write position correctly restarts from the beginning of the current
resource.
(cherry picked from commit 08008ca6f958fe9f2768447047b3225292f10ca7)
Feat: Downloading: Add opus audio metadata tags for title, author, date, and a comment tag with the originating URL
This removes the DownloadManagerService.EXTRA_SOURCE field, which is always inferred from the StreamInfo.
Copyright and license header are not doc-comments. Move them to the top of the file.
Also re-write it to follow the SPDX formatting as we have followed in the recent Kotlin
conversion.
Additionally, use a better name for the context parameter.
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
Currently translated at 100.0% (764 of 764 strings)
Translated using Weblate (Punjabi)
Currently translated at 97.2% (743 of 764 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (87 of 87 strings)
Added translation using Weblate (Romany)
Translated using Weblate (Korean)
Currently translated at 97.7% (85 of 87 strings)
Translated using Weblate (Swedish)
Currently translated at 100.0% (87 of 87 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Madalin <madalin.mail09@gmail.com>
Co-authored-by: Mona Lisa <nickwick@users.noreply.hosted.weblate.org>
Co-authored-by: NormalRandomPeople <normal.scribe833@silomails.com>
Co-authored-by: TobiGr <TobiGr@users.noreply.github.com>
Co-authored-by: whistlingwoods <72640314+whistlingwoods@users.noreply.github.com>
Co-authored-by: Максим Горпиніч <gorpinicmaksim0@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/ko/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/sv/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/uk/
Translation: NewPipe/Metadata
This aims to fix the following Exception which might occour when watching a live stream and switching the app while 'minimize to backgorund' is enabled:
java.lang.IllegalArgumentException: Cannot set 'scaleX' to Float.NaN
at android.view.View.sanitizeFloatPropertyValue(View.java:17479)
at android.view.View.sanitizeFloatPropertyValue(View.java:17453)
at android.view.View.setScaleX(View.java:16822)
at org.schabi.newpipe.views.ExpandableSurfaceView.onLayout(ExpandableSurfaceView.java:71)
scaleX is set in onMeasure() in which width could be 0 in theory and this leading to a division by zero of a float which results in an assignment of Float.NaN.
- This allows users to enqueue a stream directly to the current player queue when sharing a link with the app, improving the user experience for queue management.
- The 'Enqueue' option is now available in the action selection dialog and can also be set as the preferred open action in the settings.
onNext() is called after onSubscribe() when creating a PlayQueueAdapter. For that reason the last broadcasted event is applied to the UI state although it is already reflected in the PlayQueue that was used to initialize the adapter.
This is the intended behavior of the previously used event broadcaster of the type BehaviorSubject<>. The broadcaster's type was changed to PublishSubject<> which does not emit the last event after onSubscribe().
Ref: https://github.com/TeamNewPipe/NewPipe/issues/9669
Currently translated at 98.8% (755 of 764 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (764 of 764 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (764 of 764 strings)
Translated using Weblate (Lithuanian)
Currently translated at 99.2% (758 of 764 strings)
Translated using Weblate (Bengali)
Currently translated at 74.3% (568 of 764 strings)
Co-authored-by: Agustín Cantero <brahiancantero@gmail.com>
Co-authored-by: Dual_A <alaviabdullah782@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: MS-PC <MSPCtranslator@gmail.com>
Co-authored-by: cat <catsnote@proton.me>
Co-authored-by: gymka <gymka@archlinux.lt>
This fixes the following warning during compilation:
file:app/src/main/java/org/schabi/newpipe/about/LicenseFragment.kt:36:55 'fun getSerializable(p0: String?): Serializable?' is deprecated. Deprecated in Java.
java.lang.IllegalStateException: Cannot access database on the main thread since it may potentially lock the UI for a long period of time.
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
Currently translated at 50.0% (43 of 86 strings)
Translated using Weblate (Hebrew)
Currently translated at 100.0% (764 of 764 strings)
Translated using Weblate (Hebrew)
Currently translated at 100.0% (764 of 764 strings)
Translated using Weblate (Chinese (Traditional Han script))
Currently translated at 100.0% (764 of 764 strings)
Translated using Weblate (Spanish)
Currently translated at 98.6% (754 of 764 strings)
Translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (764 of 764 strings)
Translated using Weblate (Portuguese)
Currently translated at 100.0% (764 of 764 strings)
Translated using Weblate (Lombard)
Currently translated at 0.2% (2 of 764 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 72.0% (62 of 86 strings)
Added translation using Weblate (Lombard)
Translated using Weblate (Korean)
Currently translated at 97.6% (84 of 86 strings)
Translated using Weblate (Danish)
Currently translated at 97.9% (748 of 764 strings)
Translated using Weblate (Romanian)
Currently translated at 97.9% (748 of 764 strings)
Translated using Weblate (Swedish)
Currently translated at 100.0% (86 of 86 strings)
Translated using Weblate (Indonesian)
Currently translated at 100.0% (764 of 764 strings)
Translated using Weblate (Latvian)
Currently translated at 95.6% (731 of 764 strings)
Translated using Weblate (Portuguese (Portugal))
Currently translated at 99.8% (763 of 764 strings)
Translated using Weblate (Dutch (Belgium))
Currently translated at 73.8% (564 of 764 strings)
Translated using Weblate (Swedish)
Currently translated at 100.0% (764 of 764 strings)
Translated using Weblate (Portuguese)
Currently translated at 99.8% (763 of 764 strings)
Translated using Weblate (Georgian)
Currently translated at 92.8% (709 of 764 strings)
Translated using Weblate (Georgian)
Currently translated at 89.5% (77 of 86 strings)
Translated using Weblate (Thai)
Currently translated at 3.4% (3 of 86 strings)
Translated using Weblate (Thai)
Currently translated at 37.1% (284 of 764 strings)
Translated using Weblate (Catalan)
Currently translated at 96.3% (736 of 764 strings)
Translated using Weblate (Swedish)
Currently translated at 100.0% (764 of 764 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (764 of 764 strings)
Translated using Weblate (Slovenian)
Currently translated at 53.0% (405 of 764 strings)
Translated using Weblate (Thai)
Currently translated at 36.7% (281 of 764 strings)
Translated using Weblate (Thai)
Currently translated at 2.3% (2 of 86 strings)
Translated using Weblate (Croatian)
Currently translated at 100.0% (764 of 764 strings)
Translated using Weblate (Belarusian)
Currently translated at 98.9% (756 of 764 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (764 of 764 strings)
Translated using Weblate (Bulgarian)
Currently translated at 5.8% (5 of 86 strings)
Translated using Weblate (Bulgarian)
Currently translated at 5.8% (5 of 86 strings)
Translated using Weblate (Bosnian)
Currently translated at 100.0% (86 of 86 strings)
Translated using Weblate (Bosnian)
Currently translated at 100.0% (764 of 764 strings)
Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 90.6% (78 of 86 strings)
Translated using Weblate (Serbian)
Currently translated at 16.2% (14 of 86 strings)
Translated using Weblate (Azerbaijani)
Currently translated at 100.0% (764 of 764 strings)
Translated using Weblate (Croatian)
Currently translated at 95.4% (729 of 764 strings)
Translated using Weblate (Turkish)
Currently translated at 100.0% (764 of 764 strings)
Translated using Weblate (Arabic)
Currently translated at 100.0% (764 of 764 strings)
Translated using Weblate (Serbian)
Currently translated at 100.0% (764 of 764 strings)
Translated using Weblate (Chinese (Traditional Han script))
Currently translated at 100.0% (764 of 764 strings)
Translated using Weblate (Italian)
Currently translated at 100.0% (764 of 764 strings)
Translated using Weblate (Hungarian)
Currently translated at 100.0% (764 of 764 strings)
Translated using Weblate (Icelandic)
Currently translated at 98.4% (752 of 764 strings)
Translated using Weblate (Chinese (Traditional Han script, Hong Kong))
Currently translated at 36.0% (31 of 86 strings)
Translated using Weblate (German)
Currently translated at 100.0% (86 of 86 strings)
Translated using Weblate (Portuguese (Portugal))
Currently translated at 99.7% (762 of 764 strings)
Translated using Weblate (Belarusian)
Currently translated at 97.1% (742 of 764 strings)
Translated using Weblate (Estonian)
Currently translated at 100.0% (764 of 764 strings)
Translated using Weblate (Bulgarian)
Currently translated at 100.0% (764 of 764 strings)
Translated using Weblate (Hebrew)
Currently translated at 99.0% (757 of 764 strings)
Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 100.0% (764 of 764 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (764 of 764 strings)
Translated using Weblate (Polish)
Currently translated at 100.0% (764 of 764 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (764 of 764 strings)
Translated using Weblate (Czech)
Currently translated at 100.0% (764 of 764 strings)
Translated using Weblate (Slovak)
Currently translated at 100.0% (764 of 764 strings)
Translated using Weblate (Greek)
Currently translated at 100.0% (764 of 764 strings)
Translated using Weblate (Portuguese)
Currently translated at 99.7% (762 of 764 strings)
Translated using Weblate (Korean)
Currently translated at 98.6% (754 of 764 strings)
Translated using Weblate (Russian)
Currently translated at 100.0% (764 of 764 strings)
Translated using Weblate (Serbian)
Currently translated at 100.0% (764 of 764 strings)
Translated using Weblate (Dutch)
Currently translated at 100.0% (764 of 764 strings)
Translated using Weblate (Hungarian)
Currently translated at 100.0% (764 of 764 strings)
Translated using Weblate (French)
Currently translated at 100.0% (764 of 764 strings)
Translated using Weblate (German)
Currently translated at 100.0% (764 of 764 strings)
Translated using Weblate (French)
Currently translated at 100.0% (86 of 86 strings)
Translated using Weblate (Indonesian)
Currently translated at 100.0% (86 of 86 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 69.7% (60 of 86 strings)
Translated using Weblate (Turkish)
Currently translated at 100.0% (759 of 759 strings)
Translated using Weblate (Dutch)
Currently translated at 100.0% (759 of 759 strings)
Translated using Weblate (French)
Currently translated at 100.0% (759 of 759 strings)
Translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (759 of 759 strings)
Translated using Weblate (Estonian)
Currently translated at 100.0% (759 of 759 strings)
Translated using Weblate (Azerbaijani)
Currently translated at 100.0% (759 of 759 strings)
Translated using Weblate (Bulgarian)
Currently translated at 100.0% (759 of 759 strings)
Translated using Weblate (Chinese (Traditional Han script))
Currently translated at 100.0% (759 of 759 strings)
Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 100.0% (759 of 759 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (759 of 759 strings)
Translated using Weblate (Polish)
Currently translated at 100.0% (759 of 759 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (759 of 759 strings)
Translated using Weblate (Czech)
Currently translated at 100.0% (759 of 759 strings)
Translated using Weblate (Slovak)
Currently translated at 100.0% (759 of 759 strings)
Translated using Weblate (Greek)
Currently translated at 100.0% (759 of 759 strings)
Translated using Weblate (Portuguese)
Currently translated at 100.0% (759 of 759 strings)
Translated using Weblate (Hungarian)
Currently translated at 100.0% (759 of 759 strings)
Translated using Weblate (French)
Currently translated at 100.0% (759 of 759 strings)
Translated using Weblate (German)
Currently translated at 100.0% (759 of 759 strings)
Translated using Weblate (Kabyle)
Currently translated at 28.1% (212 of 754 strings)
Translated using Weblate (Russian)
Currently translated at 100.0% (754 of 754 strings)
Translated using Weblate (Icelandic)
Currently translated at 99.2% (748 of 754 strings)
Translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (86 of 86 strings)
Translated using Weblate (Portuguese)
Currently translated at 100.0% (86 of 86 strings)
Translated using Weblate (German)
Currently translated at 100.0% (86 of 86 strings)
Translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (754 of 754 strings)
Translated using Weblate (Vietnamese)
Currently translated at 99.6% (751 of 754 strings)
Translated using Weblate (Chinese (Traditional Han script))
Currently translated at 100.0% (754 of 754 strings)
Translated using Weblate (Portuguese)
Currently translated at 100.0% (754 of 754 strings)
Translated using Weblate (Italian)
Currently translated at 100.0% (754 of 754 strings)
Translated using Weblate (Azerbaijani)
Currently translated at 100.0% (754 of 754 strings)
Translated using Weblate (Vietnamese)
Currently translated at 99.6% (751 of 754 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (754 of 754 strings)
Translated using Weblate (Russian)
Currently translated at 99.3% (749 of 754 strings)
Translated using Weblate (Tigrinya)
Currently translated at 20.1% (152 of 754 strings)
Translated using Weblate (Swedish)
Currently translated at 100.0% (86 of 86 strings)
Translated using Weblate (Swedish)
Currently translated at 100.0% (754 of 754 strings)
Translated using Weblate (Tigrinya)
Currently translated at 18.1% (137 of 754 strings)
Translated using Weblate (Czech)
Currently translated at 100.0% (754 of 754 strings)
Translated using Weblate (Slovak)
Currently translated at 100.0% (754 of 754 strings)
Translated using Weblate (German)
Currently translated at 100.0% (754 of 754 strings)
Translated using Weblate (German)
Currently translated at 100.0% (754 of 754 strings)
Translated using Weblate (Tigrinya)
Currently translated at 17.3% (131 of 754 strings)
Translated using Weblate (Bulgarian)
Currently translated at 100.0% (754 of 754 strings)
Translated using Weblate (Chinese (Traditional Han script))
Currently translated at 100.0% (754 of 754 strings)
Translated using Weblate (Chinese (Traditional Han script))
Currently translated at 100.0% (754 of 754 strings)
Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 100.0% (754 of 754 strings)
Translated using Weblate (Polish)
Currently translated at 100.0% (754 of 754 strings)
Translated using Weblate (Polish)
Currently translated at 100.0% (754 of 754 strings)
Translated using Weblate (Turkish)
Currently translated at 100.0% (754 of 754 strings)
Translated using Weblate (Slovak)
Currently translated at 100.0% (754 of 754 strings)
Translated using Weblate (Greek)
Currently translated at 100.0% (754 of 754 strings)
Translated using Weblate (Dutch)
Currently translated at 100.0% (754 of 754 strings)
Translated using Weblate (Hungarian)
Currently translated at 100.0% (754 of 754 strings)
Translated using Weblate (French)
Currently translated at 100.0% (754 of 754 strings)
Translated using Weblate (French)
Currently translated at 100.0% (754 of 754 strings)
Translated using Weblate (German)
Currently translated at 99.8% (753 of 754 strings)
Translated using Weblate (German)
Currently translated at 99.8% (753 of 754 strings)
Translated using Weblate (Estonian)
Currently translated at 100.0% (754 of 754 strings)
Translated using Weblate (Bulgarian)
Currently translated at 100.0% (754 of 754 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (754 of 754 strings)
Translated using Weblate (Arabic)
Currently translated at 100.0% (754 of 754 strings)
Translated using Weblate (Czech)
Currently translated at 100.0% (754 of 754 strings)
Translated using Weblate (Tigrinya)
Currently translated at 15.6% (118 of 754 strings)
Translated using Weblate (English (United Kingdom))
Currently translated at 9.3% (8 of 86 strings)
Translated using Weblate (English (United Kingdom))
Currently translated at 8.8% (67 of 754 strings)
Translated using Weblate (Portuguese (Portugal))
Currently translated at 98.8% (85 of 86 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (86 of 86 strings)
Translated using Weblate (Vietnamese)
Currently translated at 79.0% (68 of 86 strings)
Translated using Weblate (Portuguese)
Currently translated at 98.8% (85 of 86 strings)
Translated using Weblate (Greek)
Currently translated at 36.0% (31 of 86 strings)
Translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (754 of 754 strings)
Translated using Weblate (Sardinian)
Currently translated at 100.0% (754 of 754 strings)
Translated using Weblate (Estonian)
Currently translated at 100.0% (754 of 754 strings)
Translated using Weblate (Bulgarian)
Currently translated at 100.0% (754 of 754 strings)
Translated using Weblate (Vietnamese)
Currently translated at 97.3% (734 of 754 strings)
Translated using Weblate (Chinese (Traditional Han script))
Currently translated at 99.2% (748 of 754 strings)
Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 100.0% (754 of 754 strings)
Translated using Weblate (Polish)
Currently translated at 100.0% (754 of 754 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (754 of 754 strings)
Translated using Weblate (Czech)
Currently translated at 100.0% (754 of 754 strings)
Translated using Weblate (Czech)
Currently translated at 100.0% (754 of 754 strings)
Translated using Weblate (Slovak)
Currently translated at 100.0% (754 of 754 strings)
Translated using Weblate (Greek)
Currently translated at 100.0% (754 of 754 strings)
Translated using Weblate (Greek)
Currently translated at 100.0% (754 of 754 strings)
Translated using Weblate (Portuguese)
Currently translated at 100.0% (754 of 754 strings)
Translated using Weblate (Dutch)
Currently translated at 100.0% (754 of 754 strings)
Translated using Weblate (Hungarian)
Currently translated at 100.0% (754 of 754 strings)
Translated using Weblate (French)
Currently translated at 100.0% (754 of 754 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (754 of 754 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (754 of 754 strings)
Translated using Weblate (Russian)
Currently translated at 100.0% (86 of 86 strings)
Translated using Weblate (Azerbaijani)
Currently translated at 100.0% (748 of 748 strings)
Co-authored-by: 404px <limgu2010@gmail.com>
Co-authored-by: 439JBYL80IGQTF25UXNR0X1BG <439JBYL80IGQTF25UXNR0X1BG@users.noreply.hosted.weblate.org>
Co-authored-by: Agnieszka C <aga_04@o2.pl>
Co-authored-by: Ajeje Brazorf <lmelonimamo@yahoo.it>
Co-authored-by: Alex25820 <alexs25820@gmail.com>
Co-authored-by: ButterflyOfFire <boffire@users.noreply.hosted.weblate.org>
Co-authored-by: CJ Montero <cristlad@proton.me>
Co-authored-by: DB L <deblm@tutamail.com>
Co-authored-by: Daniel Mantilla <danielmantilladiez@gmail.com>
Co-authored-by: Dizro <weblate.delirium794@passmail.net>
Co-authored-by: Drugi Sapog <dindrugi@users.noreply.hosted.weblate.org>
Co-authored-by: EESF-2 <eesf-2@users.noreply.hosted.weblate.org>
Co-authored-by: Emin Tufan Çetin <etcetin@gmail.com>
Co-authored-by: Femini <nizamismidov4@gmail.com>
Co-authored-by: Fjuro <fjuro@alius.cz>
Co-authored-by: FrederikFinckh <frederik.finckh@gmx.de>
Co-authored-by: Ghost of Sparta <makesocialfoss32@keemail.me>
Co-authored-by: Hasan <hasanyildiz0@yaani.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Hoàng Sơn <smgzk2000@gmail.com>
Co-authored-by: Igor Rückert <igorruckert@yahoo.com.br>
Co-authored-by: Ihor Hordiichuk <igor_ck@outlook.com>
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca>
Co-authored-by: Jeff Huang <s8321414@gmail.com>
Co-authored-by: Linerly <linerly@proton.me>
Co-authored-by: MS-PC <MSPCtranslator@gmail.com>
Co-authored-by: Maria Dimitrova <mimidimitrova07@gmail.com>
Co-authored-by: Matija Šuklje <matija@suklje.name>
Co-authored-by: Mickaël Binos <mickaelbinos@outlook.com>
Co-authored-by: Milan <mobrcian@hotmail.com>
Co-authored-by: Mona Lisa <nickwick@users.noreply.hosted.weblate.org>
Co-authored-by: NEXI <nexiphotographer@gmail.com>
Co-authored-by: Nick Wick <NickWick@users.noreply.hosted.weblate.org>
Co-authored-by: Nikoloz <nukushatugushi@gmail.com>
Co-authored-by: Philip Goto <philip.goto@gmail.com>
Co-authored-by: Priit Jõerüüt <jrthwlate@users.noreply.hosted.weblate.org>
Co-authored-by: Random <random-r@users.noreply.hosted.weblate.org>
Co-authored-by: René <ninso112@proton.me>
Co-authored-by: Rex_sa <rex.sa@pm.me>
Co-authored-by: Ricard Rodríguez <rcard@insicuri.net>
Co-authored-by: Sarah O <epigenetastic@gmail.com>
Co-authored-by: SecularSteve <fairfull.playing@gmail.com>
Co-authored-by: Sveinn í Felli <sv1@fellsnet.is>
Co-authored-by: ThaiWithNoBraincell <altofskgd@gmail.com>
Co-authored-by: The Cats <philosoph@danwin1210.de>
Co-authored-by: Trunars <trunars@abv.bg>
Co-authored-by: Tấn Lực Trương <september122022ios16@gmail.com>
Co-authored-by: Valer <122545522+Valer100@users.noreply.github.com>
Co-authored-by: Vasilis K <skyhirules@gmail.com>
Co-authored-by: VfBFan <drop0815@posteo.de>
Co-authored-by: VisionR1 <25982450+VisionR1@users.noreply.github.com>
Co-authored-by: Xiao Ping <deceased-take-mold@duck.com>
Co-authored-by: Yaron Shahrabani <sh.yaron@gmail.com>
Co-authored-by: cat <catsnote@proton.me>
Co-authored-by: delvani <del.cidrak@gmail.com>
Co-authored-by: fool <thing-sauna-cussed@duck.com>
Co-authored-by: gbpu <gui.beppu@gmail.com>
Co-authored-by: ikanakova <ikanakova@users.noreply.hosted.weblate.org>
Co-authored-by: justcontributor <kty5663@gmail.com>
Co-authored-by: late <late@users.noreply.hosted.weblate.org>
Co-authored-by: nafanz <nafanz@mail.ru>
Co-authored-by: rehork <cooky@e.email>
Co-authored-by: ssantos <ssantos@web.de>
Co-authored-by: sudo-py-dev <sudopydev@gmail.com>
Co-authored-by: tct123 <tct1234@protonmail.com>
Co-authored-by: yummysheepouo <jerry88182821@gmail.com>
Co-authored-by: Максим Горпиніч <gorpinicmaksim0@gmail.com>
Co-authored-by: ℂ𝕠𝕠𝕠𝕝 (𝕘𝕚𝕥𝕙𝕦𝕓.𝕔𝕠𝕞/ℂ𝕠𝕠𝕠𝕝) <coool@mail.lv>
Co-authored-by: 大王叫我来巡山 <hamburger2048@users.noreply.hosted.weblate.org>
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/bg/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/bs/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/de/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/el/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/en_GB/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/es/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/fr/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/id/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/ka/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/ko/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/pt/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/pt_BR/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/pt_PT/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/ru/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/sr/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/sv/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/th/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/tr/
Translate-URL: https://hosted.weblate.org/projects/newpipe/metadata/vi/
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
- Store the original screen orientation when entering fullscreen.
- Restore the saved orientation when exiting fullscreen.
- On tablets, continue to just toggle the fullscreen UI without changing the device orientation.
Fixes [ksp] app/src/main/java/org/schabi/newpipe/database/playlist/dao/PlaylistStreamDAO.kt:140: The columns returned by the query does not have the fields [thumbnailUrl,isThumbnailPermanent,thumbnailStreamId,displayIndex,orderingName] in org.schabi.newpipe.database.playlist.PlaylistDuplicatesEntry even though they are annotated as non-null or primitive. Columns returned by the query: [uid,streamCount,timesStreamIsContained]
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
The defaults should be supplied to the image loading software not the database library.
This would also break when we shrink resources as that would rename the resources.
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>