wb9688
0b31ac26d8
Fix auto-queue with no next videos
2020-09-29 10:43:17 +02:00
Oymate
915b4cafe7
Translated using Weblate (Bengali)
...
Currently translated at 63.1% (379 of 600 strings)
2020-09-29 06:58:42 +02:00
Юрий Иванович Шмаровский
b785f788fb
Translated using Weblate (Belarusian)
...
Currently translated at 75.3% (452 of 600 strings)
2020-09-29 06:58:35 +02:00
Allan Nordhøy
906219b508
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 93.8% (563 of 600 strings)
2020-09-29 06:58:34 +02:00
Ville Rantanen
3bb0069e33
Translated using Weblate (Finnish)
...
Currently translated at 100.0% (600 of 600 strings)
2020-09-29 06:58:34 +02:00
Isak Holmström
abf9ca194b
Translated using Weblate (Swedish)
...
Currently translated at 94.5% (567 of 600 strings)
2020-09-29 06:58:32 +02:00
Yaron Shahrabani
6d2e5f9f46
Translated using Weblate (Hebrew)
...
Currently translated at 100.0% (600 of 600 strings)
2020-09-29 06:58:32 +02:00
Jeff Huang
58fbacf21e
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (600 of 600 strings)
2020-09-29 06:58:32 +02:00
chr56
049aa213e3
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (600 of 600 strings)
2020-09-29 06:58:31 +02:00
Eric
7db450fce7
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (600 of 600 strings)
2020-09-29 06:58:31 +02:00
Samuel Carvalho de Araújo
dbc98fa001
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (600 of 600 strings)
2020-09-29 06:58:30 +02:00
WaldiS
1155b8637b
Translated using Weblate (Polish)
...
Currently translated at 100.0% (600 of 600 strings)
2020-09-29 06:58:30 +02:00
Emin Tufan Çetin
6510e05e77
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (600 of 600 strings)
2020-09-29 06:58:30 +02:00
Rex_sa
4696b817a0
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (600 of 600 strings)
2020-09-29 06:58:29 +02:00
Krysa Czech
5525c1ce55
Translated using Weblate (Czech)
...
Currently translated at 100.0% (600 of 600 strings)
2020-09-29 06:58:28 +02:00
Marian Hanzel
07e8cadd25
Translated using Weblate (Slovak)
...
Currently translated at 98.5% (591 of 600 strings)
2020-09-29 06:58:26 +02:00
THANOS SIOURDAKIS
1f849e4f7f
Translated using Weblate (Greek)
...
Currently translated at 93.5% (561 of 600 strings)
2020-09-29 06:58:24 +02:00
ssantos
d53f4f13cc
Translated using Weblate (Portuguese)
...
Currently translated at 94.8% (569 of 600 strings)
2020-09-29 06:58:22 +02:00
pjammo
2140bffa23
Translated using Weblate (Italian)
...
Currently translated at 100.0% (600 of 600 strings)
2020-09-29 06:58:20 +02:00
AioiLight
093d2b44c1
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (600 of 600 strings)
2020-09-29 06:58:20 +02:00
Nikita Epifanov
71a4124b2f
Translated using Weblate (Russian)
...
Currently translated at 100.0% (600 of 600 strings)
2020-09-29 06:58:19 +02:00
Ben De Meester
737acfcf7c
Translated using Weblate (Dutch)
...
Currently translated at 99.5% (597 of 600 strings)
2020-09-29 06:58:18 +02:00
Bopol
1f19d6b318
Translated using Weblate (French)
...
Currently translated at 100.0% (600 of 600 strings)
2020-09-29 06:58:17 +02:00
Laura Arjona Reina
d036ddefae
Translated using Weblate (Spanish)
...
Currently translated at 99.8% (599 of 600 strings)
2020-09-29 06:58:16 +02:00
Bruno Tendler
1fa7597bac
Translated using Weblate (Spanish)
...
Currently translated at 99.8% (599 of 600 strings)
2020-09-29 06:58:16 +02:00
TobiGr
456efa2182
Translated using Weblate (German)
...
Currently translated at 100.0% (600 of 600 strings)
2020-09-29 06:58:15 +02:00
BurningKarl
d962a7be78
Translated using Weblate (German)
...
Currently translated at 100.0% (600 of 600 strings)
2020-09-29 06:58:15 +02:00
C. Rüdinger
c921531abc
Translated using Weblate (German)
...
Currently translated at 100.0% (600 of 600 strings)
2020-09-29 06:58:15 +02:00
Avently
94fe0d1a0c
Player will be rebound when needed, prev/next/queue buttons, preserving paused state
...
- each time something starts to play in any player VideoDetailFragment will be started (if not yet started) and mini player will show up. It makes possible to see a playing stream in mini player even if the stream was started without using fragment or after player service was closed somehow
- play/next/queue buttons will be updated in realtime when stream was added/removed from queue instead of waiting for a onPlay/onPause action to happen
- when popup or background players start the stream will start playing only if paused state wasn't requested. Which means, for example, if a user opens popup it will be started when START_PAUSED is false. If, for example, the stream was played in main player and then popup was started the stream will still be playing, but if it was paused it still be paused in popup (or background) in APPEND_ONLY mode (but will be playing on new queue initialization)
2020-09-29 06:22:53 +03:00
opusforlife2
233d29cba4
Merge pull request #4288 from avently/performance-increase
...
Performance increase
2020-09-28 17:45:25 +00:00
Oymate
0899ff18c2
Translated using Weblate (Bengali (Bangladesh))
...
Currently translated at 62.5% (375 of 600 strings)
2020-09-28 10:13:01 +02:00
Oymate
6884f04b87
Added translation using Weblate (Bengali)
2020-09-28 10:10:43 +02:00
Oğuz Ersen
b7568bfd55
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (600 of 600 strings)
2020-09-27 23:28:04 +02:00
David Braz
1a6d253ac4
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (600 of 600 strings)
2020-09-27 19:08:02 +02:00
RachelB
c5f0d9c0ed
Translated using Weblate (Spanish)
...
Currently translated at 95.1% (571 of 600 strings)
2020-09-27 18:55:56 +02:00
Laura Arjona Reina
c160b9b9f9
Translated using Weblate (Spanish)
...
Currently translated at 95.1% (571 of 600 strings)
2020-09-27 18:55:56 +02:00
Hosted Weblate
627275e310
Merge branch 'origin/dev' into Weblate.
2020-09-27 17:19:59 +02:00
Ajeje Brazorf
bad9d2353c
Translated using Weblate (Sardinian)
...
Currently translated at 99.5% (597 of 600 strings)
2020-09-27 17:19:44 +02:00
Kurd As
f02af6d584
Translated using Weblate (Central Kurdish)
...
Currently translated at 99.6% (598 of 600 strings)
2020-09-27 17:19:44 +02:00
Allan Nordhøy
fa4c1a7637
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 90.5% (543 of 600 strings)
2020-09-27 17:19:43 +02:00
Yaron Shahrabani
64aed770f6
Translated using Weblate (Hebrew)
...
Currently translated at 100.0% (600 of 600 strings)
2020-09-27 17:19:42 +02:00
Oğuz Ersen
7f23ac5edf
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (600 of 600 strings)
2020-09-27 17:19:41 +02:00
zmni
7f9e289827
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (600 of 600 strings)
2020-09-27 17:19:41 +02:00
THANOS SIOURDAKIS
7e2d025bd4
Translated using Weblate (Greek)
...
Currently translated at 85.3% (512 of 600 strings)
2020-09-27 17:19:40 +02:00
AioiLight
9489160726
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (600 of 600 strings)
2020-09-27 17:19:40 +02:00
Bopol
f946027ffd
Translated using Weblate (French)
...
Currently translated at 100.0% (600 of 600 strings)
2020-09-27 17:19:39 +02:00
Florian
f5ef44f214
Translated using Weblate (French)
...
Currently translated at 100.0% (600 of 600 strings)
2020-09-27 17:19:39 +02:00
TobiGr
b5a08b7ffc
Translated using Weblate (German)
...
Currently translated at 99.1% (595 of 600 strings)
2020-09-27 17:19:39 +02:00
nautilusx
9a6d3da948
Translated using Weblate (German)
...
Currently translated at 99.1% (595 of 600 strings)
2020-09-27 17:19:38 +02:00
Tobias Groza
63e11b6426
Merge pull request #4315 from comradekingu/patch-12
...
String improvements
2020-09-27 17:12:20 +02:00