Somethingweirdhere
b48c251b36
Added unsubscription toast
...
Added error handling
Corrected threads
2018-06-30 02:42:47 +02:00
Somethingweirdhere
181a14ce59
Disposable now is cleaned properly
2018-06-30 02:20:01 +02:00
Somethingweirdhere
b9ea7ce066
Code looking nicer
2018-06-29 00:39:44 +02:00
Somethingweirdhere
f2f275512d
It looks good now
2018-06-29 00:39:16 +02:00
Somethingweirdhere
5150c2ee62
This thing actually works lol
2018-06-28 23:56:39 +02:00
John Zhen Mo
ca679f5932
-Fixed potential NPE when updating thumbnail in background player.
2018-06-28 12:18:02 -07:00
John Zhen Mo
7f7145e8de
-Fixed playback parameter dialog settings not persisting through rotation.
...
-Moved playback parameter dialog step size selector to below pitch slider.
2018-06-28 12:04:30 -07:00
John Zhen Mo
aa1878c15a
-Changed baseplayer metadata getters to use media tag as source.
...
-Changed background player notification to no longer update bitmap on progress time change.
-Changed popup player to move above soft keyboard when it is opened.
2018-06-28 12:04:30 -07:00
John Zhen Mo
e7d23176b7
-Fixed database backup failing due to journal file name change after Room DB version update.
2018-06-28 12:04:30 -07:00
John Zhen Mo
31218c2a8c
-Fixed popup player notification metadata not updated on stream change.
...
-Fixed popup player window not clipped to above soft input keyboard upon expansion.
2018-06-28 12:03:20 -07:00
John Zhen Mo
06374c82fd
-Fixed video players end screen not cleared on restarting playback after single stream play queue is completed.
2018-06-28 12:03:20 -07:00
John Zhen Mo
8efcc8f80f
-Fixed main video player end screen thumbnail not fitting screen aspect ratio.
2018-06-28 12:03:20 -07:00
John Zhen Mo
2d6317bd24
-Fixed audio-only streams thumbnail not displaying on video players.
...
-Fixed potential play queue desynchronization due to fast forwarding on silence.
-Added current thumbnail storing in base player to allow immediate retrieval for notification building.
-Removed video player buffer spinner during interim buffering but not initial buffering.
-Reverted foreground notification stopping on pause and on complete.
2018-06-28 12:03:20 -07:00
John Zhen Mo
157b064214
-Fixed player database and progress disposable disposed when destroying exoplayer.
...
-Fixed livestream not reloading on behind live window exception.
-Added nonnull annotation to player intent strings.
2018-06-28 12:01:34 -07:00
John Zhen Mo
0ece4851d2
-Updated ExoPlayer to 2.8.1, fixing livestream with long duration not loading.
...
-Updated OkHttp to 3.10.0 and RxJava to 2.1.14.
-Changed player recovery seek to use ExoPlayer built-in window seeking instead of seeking after stream window starts playing.
-Changed playback speed changer default step size to 25%.
-Changed player notification to reset on all state changes.
-Fixed gradle dependency version incorrect variable names.
-Fixed video player double tap not working during pause.
-[#1412 ] Fixed NPE when sharing video to main video activity when it was playing but is out of focus: Reset main player state when new intent is received.
-[#1410 ] Fixed fast forwarding and rewinding not working within 10 seconds from beginning or end of a stream window.
2018-06-28 12:01:34 -07:00
John Zhen Mo
f1f5996975
-Refactored playback resolvers and other persistent player objects to instantiate once only during player creation to enforce non-nullity.
...
-Fixed background and popup player service staying in foreground when playback is paused or completed.
-Fixed player metadata not updating on new stream.
-Fixed player intent playback quality not applied.
-Fixed player auto-queue not applied after stream transition or swapping.
2018-06-28 12:00:00 -07:00
John Zhen Mo
0a2dbc4688
-Fixed playlist fragment infinite update cycle.
...
-Updated Room DB version to 1.1.0.
2018-06-28 11:59:59 -07:00
John Zhen Mo
13587d7ab3
-Fixed some typos.
2018-06-28 11:58:33 -07:00
John Zhen Mo
0fcef064fb
-Reduced fling speed required to close popup by 40%.
2018-06-28 11:58:33 -07:00
John Zhen Mo
19b8796cbc
-Fixed statistics fragment button not animating when pressed.
...
-Removed background player notification button opacity change.
2018-06-28 11:58:33 -07:00
John Zhen Mo
15fb60a845
-Fixed bookmarked playlist not updating metadata when changed.
2018-06-28 11:58:32 -07:00
John Zhen Mo
5c202f04e7
-[ #1383 ]Fixed popup player caption selector not populating due to full width aspect ratio selector.
...
-Fixed potential memory leak in media session connector containing player instance.
2018-06-28 11:58:32 -07:00
John Zhen Mo
bc6fdf81d2
-Refactored player media source resolution into external helpers.
...
-Baked resolved media metadata into media source for one-way data passing.
2018-06-28 11:58:32 -07:00
John Zhen Mo
3194a2bf2c
-Fixed skip silence state not maintained by player on new queue.
...
-Fixed TrackSelector deprecations.
2018-06-28 11:58:32 -07:00
John Zhen Mo
72d1e5131f
-Added skip silence toggle to playback speed control.
...
-Added step size selector to playback speed control.
-Added skip silence flag to player intents.
-Moved default preset in playback speed control to neutral dialog button, renamed as reset.
-Removed nightcore preset from playback speed control.
2018-06-28 11:58:32 -07:00
John Zhen Mo
7721098551
-Updated ExoPlayer to 2.8.0
...
-Updated MediaSource contracts in ManagedMediaSource.
-Changed PlaceholderMediaSource and FailedMediaSource to use built-in BaseMediaSource implementation.
-Changed deprecated DynamicConcatenatingMediaSource to ConcatenatingMediaSource.
-Removed manual playlist media source disposal in favor of player built-in disposal.
2018-06-28 11:58:32 -07:00
Somethingweirdhere
0b7593ad28
Delete on long press
2018-06-28 20:43:46 +02:00
Somethingweirdhere
a68823491c
Delete on long press
2018-06-28 20:37:05 +02:00
Christian Schabesberger
f563bc4210
Merge pull request #1510 from karyogamy/lib-update
...
Library version update and database backup fix
2018-06-28 12:16:04 +02:00
John Zhen Mo
27131d15dd
-Updated room db to 1.1.1.
...
-Fixed database import/export to no longer include accessory db files to ensure backward compatibility.
2018-06-26 12:26:01 -07:00
John Zhen Mo
ef16145695
-Fixed player new share intent causing main player crash due to player activity in background.
2018-06-26 10:21:43 -07:00
John Zhen Mo
4fbd1182c2
-Fixed minimizing to popup player does not destroying existing player when drawing over app permission is not granted.
2018-06-26 10:19:16 -07:00
Christian Schabesberger
2d39e65b5c
Merge branch '640-screen-off' of https://github.com/krtkush/NewPipe into test
2018-06-26 11:23:45 +02:00
Kartikey Kushwaha
8e96b675fa
Removed unwanted files.
2018-06-26 01:13:21 +05:30
Christian Schabesberger
adb6943420
Merge pull request #1354 from karyogamy/minimize-on-exit
...
Minimize main player on exit
2018-06-25 19:46:13 +02:00
Christian Schabesberger
eae7babf93
Merge pull request #1454 from Somethingweirdhere/dev
...
Added share option to long tap menu
2018-06-25 15:28:37 +02:00
Christian Schabesberger
7d5e18c05b
Merge pull request #1498 from Somethingweirdhere/download
...
Download option in share menu
2018-06-25 12:35:34 +02:00
Somethingweirdhere
cbe001efd6
Added option to menu
2018-06-25 12:04:11 +02:00
Christian Schabesberger
86b783fb0f
Merge pull request #1472 from acrosca/undo_delete
...
undo delete
2018-06-25 10:04:17 +02:00
Christian Schabesberger
ccc27b48df
Merge pull request #1497 from karyogamy/view-history-fix
...
View history fix
2018-06-25 09:26:08 +02:00
Tobias Groza
a32391f560
Translated using Weblate (German)
...
Currently translated at 100.0% (373 of 373 strings)
2018-06-24 17:38:37 +02:00
nautilusx
aed0348802
Translated using Weblate (German)
...
Currently translated at 100.0% (373 of 373 strings)
2018-06-24 17:38:32 +02:00
Rossinière Vaud
1b66446c0d
Translated using Weblate (Polish)
...
Currently translated at 100.0% (373 of 373 strings)
2018-06-24 12:42:40 +02:00
Tobias Groza
2bc0c8a483
Translated using Weblate (German)
...
Currently translated at 100,0% (373 of 373 strings)
2018-06-23 17:09:58 +02:00
DafabHoid
3f7e02e305
Translated using Weblate (German)
...
Currently translated at 100,0% (373 of 373 strings)
2018-06-23 17:09:53 +02:00
nautilusx
dd0d666003
Translated using Weblate (German)
...
Currently translated at 100,0% (373 of 373 strings)
2018-06-23 17:09:47 +02:00
Tobias Groza
81859a37de
Translated using Weblate (German)
...
Currently translated at 100,0% (373 of 373 strings)
2018-06-23 17:05:55 +02:00
rimasx
180bb581a3
Translated using Weblate (Estonian)
...
Currently translated at 94.6% (353 of 373 strings)
2018-06-23 16:37:11 +02:00
yuriqdev
2f31779af4
Translated using Weblate (Russian)
...
Currently translated at 99.7% (372 of 373 strings)
2018-06-23 13:42:42 +02:00
Rossinière Vaud
ee6d512165
Translated using Weblate (Polish)
...
Currently translated at 100,0% (373 of 373 strings)
2018-06-23 12:08:23 +02:00
Weblate
1470fdc057
Merge branch 'origin/dev' into Weblate
2018-06-22 09:35:50 +02:00
rimasx
93bbaf187e
Translated using Weblate (Estonian)
...
Currently translated at 94.6% (353 of 373 strings)
2018-06-22 09:35:46 +02:00
Víctor Manuel Tapia Ramírez
f1e43007f1
Translated using Weblate (Chinese (Mandarin))
...
Currently translated at 6.4% (24 of 373 strings)
2018-06-22 09:35:21 +02:00
D D
155436b85d
Translated using Weblate (Bulgarian)
...
Currently translated at 62.7% (234 of 373 strings)
2018-06-22 09:35:18 +02:00
Somethingweirdhere
f3e029c3f6
Cleaned code, downloaddialog now also appears after giving storage permission.
2018-06-20 14:46:57 +02:00
Christian Schabesberger
90d6416f55
Merge pull request #1491 from annoyatron255/video-info-fix
...
Fix #1440 Broken Video Info Layout
2018-06-19 09:50:02 +02:00
Ale-Ma
af2a2e45af
Translated using Weblate (Italian)
...
Currently translated at 100.0% (373 of 373 strings)
2018-06-19 09:40:03 +02:00
Andrea Troiano
e79eda9c5c
Translated using Weblate (Italian)
...
Currently translated at 100.0% (373 of 373 strings)
2018-06-19 09:39:58 +02:00
John Zhen Mo
b338d9dbcf
-Fixed view not registered when playback is started on external players.
2018-06-18 18:27:37 -07:00
John Zhen Mo
7fb9345344
-Fixed remote playlist metadata not updated when remote source data has changed.
2018-06-18 18:22:52 -07:00
Weblate
77b488568b
Merge branch 'origin/dev' into Weblate
2018-06-17 15:56:31 +02:00
Edwar Tikhonov
fcf650c6eb
Translated using Weblate (Russian)
...
Currently translated at 100.0% (373 of 373 strings)
2018-06-17 15:56:30 +02:00
rimasx
0c21023ad8
Added translation using Weblate (Estonian)
2018-06-17 15:56:28 +02:00
Somethingweirdhere
8f35a56ec8
Added download to share menu
2018-06-17 13:55:43 +02:00
annoyatron255
95ba1873e4
Fix #1440 Broken Video Info Layout
2018-06-16 18:12:56 -05:00
Andrei.Rosca
8b8652d44c
undo delete - code format
2018-06-15 16:15:55 +02:00
Issam Maghni
2515b8167f
Disable animation (hidden anyway by navigation)
2018-06-15 01:21:30 -04:00
Andrei.Rosca
09dd044f3d
undo delete
2018-06-13 09:07:57 +02:00
Dual Natan
ace0ed9667
Translated using Weblate (Swedish)
...
Currently translated at 68.9% (257 of 373 strings)
2018-06-12 22:43:59 +02:00
Dual Natan
cf03708da2
Translated using Weblate (Macedonian)
...
Currently translated at 100.0% (373 of 373 strings)
2018-06-11 21:21:57 +02:00
Edwar Tikhonov
d4670bf6fa
Translated using Weblate (Russe)
...
Currently translated at 100,0% (373 of 373 strings)
2018-06-11 16:04:29 +02:00
Edwar Tikhonov
feea448a24
Translated using Weblate (Русский)
...
Currently translated at 100,0% (373 of 373 strings)
2018-06-10 15:17:20 +02:00
aiddroid
71ad54652b
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (373 of 373 strings)
2018-06-10 10:35:41 +02:00
aiddroid
8e1deda7b0
Translated using Weblate (Chinese (Mandarin))
...
Currently translated at 0.0% (0 of 373 strings)
2018-06-10 09:35:42 +02:00
aiddroid
752f985e13
Translated using Weblate (简体中文(Chinese Simplified))
...
Currently translated at 100.0% (373 of 373 strings)
2018-06-09 10:09:35 +02:00
Kartikey Kushwaha
89e3219e06
Further fixes wrt FLAG_NOT_FOCUSABLE.
2018-06-09 01:38:57 +05:30
Kartikey Kushwaha
429dddc6c9
reintroduced hideControls method.
2018-06-09 01:13:37 +05:30
Kartikey Kushwaha
981174a490
Fixed bug #640 .
2018-06-09 01:01:13 +05:30
Somethingweirdhere
201f7e9848
Added share option to Popup and Background queues
2018-06-08 15:59:05 +02:00
kapodamy
bb0d8ad58a
Translated using Weblate (Spanish)
...
Currently translated at 99.7% (372 of 373 strings)
2018-06-08 01:44:11 +02:00
Weblate
29e64f7c1a
Merge branch 'origin/dev' into Weblate
2018-06-06 20:37:29 +02:00
JAPP
4819ebd56e
Translated using Weblate (French)
...
Currently translated at 99.1% (370 of 373 strings)
2018-06-06 20:37:23 +02:00
John Zhen Mo
3b603b0637
-Added back button press check to destroy rather than minimize main video player.
2018-06-05 23:37:20 -07:00
Somethingweirdhere
baa63249d1
Added share option to long tap menu
2018-06-05 19:48:31 +02:00
John Zhen Mo
e1df4757e4
-Expanded minimize to exit to allow resuming on background player.
...
-Modified minimize to exit toggle to selection dialog.
2018-06-03 14:09:16 -07:00
John Zhen Mo
4fc37a7321
-Added toggle to allow main video player to switch to popup player when onstop is called.
...
-Fixed player state not recovering when player is stopped during multiwindow mode.
-Updated gradle to 3.1.2.
2018-06-03 13:20:39 -07:00
Christian Schabesberger
067b15c300
Merge branch 'dev' of https://github.com/DafabHoid/NewPipe into test
2018-06-03 12:20:43 +02:00
Christian Schabesberger
8a1c283542
Merge branch 'media-session-fix' of https://github.com/karyogamy/NewPipe into test
2018-06-03 12:12:54 +02:00
Christian Schabesberger
c60d5b54fa
Merge branch 'remeber_brightness' of https://github.com/acrosca/NewPipe into test
2018-06-03 11:02:49 +02:00
Andrei.Rosca
ef180f082e
Remember brightness for the session
2018-06-02 09:06:40 +02:00
Rex_sa
f52741cc37
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (373 of 373 strings)
2018-06-02 07:34:24 +02:00
Rex_sa
b521903138
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (373 of 373 strings)
2018-06-01 07:02:51 +02:00
Ali Toor
acbd699d95
Translated using Weblate (Urdu)
...
Currently translated at 2.9% (11 of 373 strings)
2018-05-31 06:43:02 +02:00
Andrea Troiano
6b8928becb
Translated using Weblate (Italiano)
...
Currently translated at 100,0% (373 of 373 strings)
2018-05-30 11:14:38 +02:00
Víctor Manuel Tapia Ramírez
e393bdb1e5
Translated using Weblate (Spanish)
...
Currently translated at 99.7% (372 of 373 strings)
2018-05-30 10:43:28 +02:00
Osoitz
bba6b96765
Translated using Weblate (Basque)
...
Currently translated at 100.0% (373 of 373 strings)
2018-05-29 16:58:04 +02:00
John Zhen Mo
740116356c
-Fixed media session activation.
...
-Removed redundant setShuffle call in media session callback and its user.
-Removed unused dummy playback preparer.
2018-05-28 20:02:02 -07:00
monolifed
2f6e4fa4a3
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (373 of 373 strings)
2018-05-28 20:44:52 +02:00
Allan Nordhøy
fb3f6721b2
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 95.9% (358 of 373 strings)
2018-05-28 17:41:18 +02:00
AB
4e7bd21e5c
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (373 of 373 strings)
2018-05-28 17:07:13 +02:00
Jeff Huang
219c2030b9
Translated using Weblate (漢語(正體字))
...
Currently translated at 100.0% (373 of 373 strings)
2018-05-28 08:56:18 +02:00
Marc Riera
b75fdb4566
Translated using Weblate (català)
...
Currently translated at 100,0% (373 of 373 strings)
2018-05-28 08:41:52 +02:00
Nathan Follens
4584b14a31
Translated using Weblate (Vlaams)
...
Currently translated at 100,0% (373 of 373 strings)
2018-05-28 07:53:32 +02:00
thami simo
814ddb5932
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (373 of 373 strings)
2018-05-28 07:45:58 +02:00
DafabHoid
6ea0f6290a
Downloader: Notify the progress every 64K instead of every 512 Bytes
...
This improves downloading performance dramatically when cpu bound:
Before, even a high-end cpu from 2013 can't download faster than around 1MB/s.
The bigger read buffer size removes the need for a dedicated BufferedInputStream.
2018-05-28 01:07:30 +02:00
monolifed
c796fe1fe6
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (373 of 373 strings)
2018-05-27 19:49:08 +02:00
Heimen Stoffels
a452a164e6
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (373 of 373 strings)
2018-05-27 18:00:16 +02:00
ssantos
0d9dd69b19
Translated using Weblate (Deutsch)
...
Currently translated at 100,0% (373 of 373 strings)
2018-05-27 17:51:41 +02:00
Eduardo Caron
d7b73c18f1
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (373 of 373 strings)
2018-05-27 15:14:19 +02:00
Weblate
07f66c0e45
Merge branch 'dev' into weblate-merge-tmp
2018-05-27 15:11:40 +02:00
monolifed
d449acbf86
Translated using Weblate (Turkish)
...
Currently translated at 99.4% (369 of 371 strings)
2018-05-27 15:11:40 +02:00
Allan Nordhøy
fce416ba76
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 96.2% (357 of 371 strings)
2018-05-27 15:11:35 +02:00
dadosch
cb6bfe8556
Translated using Weblate (German)
...
Currently translated at 100.0% (371 of 371 strings)
2018-05-27 15:11:35 +02:00
Florian
d7b31e1d25
Translated using Weblate (French)
...
Currently translated at 98.6% (366 of 371 strings)
2018-05-27 15:11:34 +02:00
Eduardo Caron
85057376d6
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (371 of 371 strings)
2018-05-27 15:11:31 +02:00
Christian Schabesberger
c43ac7c869
fix conflict
2018-05-27 13:30:23 +02:00
Heimen Stoffels
b2657315f1
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (371 of 371 strings)
2018-05-27 12:36:08 +02:00
ezjerry liao
de5ed9717c
Translated using Weblate (漢語(正體字))
...
Currently translated at 100.0% (371 of 371 strings)
2018-05-27 01:18:13 +02:00
Ali Demirtas
e17a6cbb9f
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (371 of 371 strings)
2018-05-27 00:07:08 +02:00
Marc Riera
8e783b774b
Translated using Weblate (català)
...
Currently translated at 100,0% (371 of 371 strings)
2018-05-27 00:03:34 +02:00
AB
733663f40d
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (371 of 371 strings)
2018-05-26 22:34:26 +02:00
Ali Demirtas
4b2a792a62
Translated using Weblate (Türkçe)
...
Currently translated at 100,0% (371 of 371 strings)
2018-05-26 21:01:30 +02:00
dadosch
f7aa171d01
Translated using Weblate (Deutsch)
...
Currently translated at 100,0% (371 of 371 strings)
informal "du"
2018-05-26 15:14:27 +02:00
dadosch
5eafefb683
Translated using Weblate (Deutsch)
...
Currently translated at 100,0% (371 of 371 strings)
2018-05-26 15:12:02 +02:00
dadosch
5d1b02a856
Translated using Weblate (Deutsch)
...
Currently translated at 100,0% (371 of 371 strings)
informal "du"
2018-05-26 15:08:29 +02:00
dadosch
4acda3d9ae
Translated using Weblate (Deutsch)
...
Currently translated at 100,0% (371 of 371 strings)
2018-05-26 15:07:50 +02:00
dadosch
643e10ace2
Translated using Weblate (Deutsch)
...
Currently translated at 100,0% (371 of 371 strings)
informal "du"
2018-05-26 15:04:45 +02:00
dadosch
7b64a232de
Translated using Weblate (Deutsch)
...
Currently translated at 100,0% (371 of 371 strings)
2018-05-26 15:00:23 +02:00
dadosch
d7472d837d
Translated using Weblate (Deutsch)
...
Currently translated at 100,0% (371 of 371 strings)
informal "du"
2018-05-26 14:57:32 +02:00
dadosch
94b473ab4b
Translated using Weblate (Deutsch)
...
Currently translated at 100,0% (371 of 371 strings)
2018-05-26 14:56:36 +02:00
dadosch
4a05bbb6c8
Translated using Weblate (Deutsch)
...
Currently translated at 100,0% (371 of 371 strings)
2018-05-26 14:45:26 +02:00
Linux User
0343659b35
Translated using Weblate (Deutsch)
...
Currently translated at 100,0% (371 of 371 strings)
2018-05-26 14:45:21 +02:00
Nathan Follens
f38eadbe30
Translated using Weblate (Vlaams)
...
Currently translated at 100,0% (371 of 371 strings)
2018-05-26 09:32:42 +02:00
Nathan Follens
eb29a53ac5
Translated using Weblate (Nederlands)
...
Currently translated at 100,0% (371 of 371 strings)
2018-05-26 09:29:31 +02:00
Weblate
bc71e260e2
Merge branch 'dev' into weblate-merge-tmp
2018-05-26 08:38:30 +02:00
Bogdan Khomutsky
ddf23a3443
Translated using Weblate (Russian)
...
Currently translated at 100.0% (365 of 365 strings)
2018-05-26 08:38:30 +02:00
Dual Natan
d41b248d1c
Translated using Weblate (Macedonian)
...
Currently translated at 100.0% (365 of 365 strings)
2018-05-26 08:38:29 +02:00
SN
a025b25933
Translated using Weblate (Hindi)
...
Currently translated at 83.0% (303 of 365 strings)
2018-05-26 08:38:28 +02:00
Charlotte Lewer
c9a52a6088
Translated using Weblate (Esperanto)
...
Currently translated at 25.2% (92 of 365 strings)
2018-05-26 08:38:28 +02:00
My Account
0276dca406
Translated using Weblate (Hindi)
...
Currently translated at 83.0% (303 of 365 strings)
2018-05-26 08:38:22 +02:00
Christian Schabesberger
0a6572c282
roll back to more stable version of newpipe extractor
2018-05-25 18:29:30 +02:00
Christian Schabesberger
48e4eb44f2
remove unused imports
2018-05-25 09:43:28 +02:00
TobiGr
c78cc6f2fd
Add dialog to accept privacy policy before sending crash report
...
Add link to privacy policy in about fragment
Replace some onClickListeners with Lamdas
2018-05-25 09:29:14 +02:00
Bogdan Khomutsky
73a71e0f5c
Translated using Weblate (Russian)
...
Currently translated at 100.0% (365 of 365 strings)
2018-05-25 08:22:43 +02:00
SINUS (সাইনাস)
93605774f0
Translated using Weblate (Bengali (Bangladesh))
...
Currently translated at 40.0% (146 of 365 strings)
2018-05-24 18:34:46 +02:00
Daria Szatan
2834e5d78f
Translated using Weblate (Polish)
...
Currently translated at 100.0% (365 of 365 strings)
2018-05-23 19:53:07 +02:00
Allan Nordhøy
dd467b4d63
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 96.1% (351 of 365 strings)
2018-05-22 11:40:49 +02:00
SN
1fa541776b
Translated using Weblate (Hindi)
...
Currently translated at 80.0% (292 of 365 strings)
2018-05-22 08:37:59 +02:00
Weblate
f6f67c7b0a
Merge branch 'dev' into weblate-merge-tmp
2018-05-21 06:37:51 +02:00
lartial
9b3f19c19b
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (365 of 365 strings)
2018-05-21 06:37:49 +02:00
Christian Schabesberger
f4a9ec15e8
Merge pull request #1407 from DafabHoid/dev
...
Downloader: Fix crash on loading unfinished downloads from .giga files
2018-05-19 16:19:33 +02:00
Osoitz
006c4ecb02
Translated using Weblate (Basque)
...
Currently translated at 100.0% (365 of 365 strings)
2018-05-19 10:34:39 +02:00
Nishargo Nigar
1c752b0e18
Translated using Weblate (Bengali (Bangladesh))
...
Currently translated at 34.2% (125 of 365 strings)
2018-05-19 08:34:45 +02:00
AB
f84aff63e3
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (365 of 365 strings)
2018-05-18 19:06:33 +02:00
DafabHoid
ae8121b680
Utility: Buffer the output to files when serializing
2018-05-18 18:23:32 +02:00
DafabHoid
882fbf9275
Fix crash on loading not yet finished downloads from .giga files
2018-05-18 18:18:37 +02:00
Dual Natan
0a1743251e
Translated using Weblate (Macedonian)
...
Currently translated at 100.0% (365 of 365 strings)
2018-05-18 11:49:10 +02:00
Osoitz
3403a127c1
Translated using Weblate (Basque)
...
Currently translated at 100.0% (365 of 365 strings)
2018-05-18 10:24:13 +02:00
Robson Cassiano
9c5ca9f09d
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (365 of 365 strings)
2018-05-17 16:40:02 +02:00
David Adrião
73eea5608a
Translated using Weblate (Portuguese)
...
Currently translated at 86.3% (315 of 365 strings)
2018-05-17 13:40:38 +02:00
Osoitz
f48aeb91f4
Translated using Weblate (Basque)
...
Currently translated at 98.9% (361 of 365 strings)
2018-05-17 11:34:34 +02:00
Robson Cassiano
0bda964ece
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (365 of 365 strings)
2018-05-16 16:21:22 +02:00
Ale-Ma
14f5d54b50
Translated using Weblate (Italian)
...
Currently translated at 100.0% (365 of 365 strings)
2018-05-16 00:13:39 +02:00
Freddy Morán Jr
105ac2f6ff
Translated using Weblate (Spanish)
...
Currently translated at 99.4% (363 of 365 strings)
2018-05-15 20:43:45 +02:00
HashikDonthineni
160560f1fd
Translated using Weblate (Telugu)
...
Currently translated at 35.3% (129 of 365 strings)
2018-05-15 17:42:23 +02:00
ditokp
deeb667d6f
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (365 of 365 strings)
2018-05-15 13:48:13 +02:00
Ali Demirtas
78123ff6f5
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (365 of 365 strings)
2018-05-14 21:09:52 +02:00
anonymous
9b1fdff22f
Translated using Weblate (Romanian)
...
Currently translated at 82.7% (302 of 365 strings)
2018-05-14 19:46:37 +02:00
Ciprian
0275502796
Translated using Weblate (Romanian)
...
Currently translated at 82.7% (302 of 365 strings)
2018-05-14 19:46:32 +02:00
Allan Nordhøy
2202c8f09e
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 95.8% (350 of 365 strings)
2018-05-14 13:34:28 +02:00
ScratchBuild
adf309d3a8
Translated using Weblate (Japanese)
...
Currently translated at 77.5% (283 of 365 strings)
2018-05-14 13:34:26 +02:00
Marc Riera
3071314586
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (365 of 365 strings)
2018-05-14 13:34:24 +02:00
thami simo
88e1df840d
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (365 of 365 strings)
2018-05-14 13:34:21 +02:00
ezjerry liao
b0318a1cce
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (365 of 365 strings)
2018-05-14 11:52:01 +02:00
Nathan Follens
c130a66e4d
Translated using Weblate (Flemish)
...
Currently translated at 100.0% (365 of 365 strings)
2018-05-13 18:44:26 +02:00
ssantos
3386ba6d1b
Translated using Weblate (German)
...
Currently translated at 100.0% (365 of 365 strings)
2018-05-13 16:41:08 +02:00
Marc Riera
9275569fa6
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (365 of 365 strings)
2018-05-13 13:50:07 +02:00
Heimen Stoffels
2b23dfd0a6
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (365 of 365 strings)
2018-05-13 13:46:49 +02:00
thami simo
2a13d9990e
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (365 of 365 strings)
2018-05-13 12:37:46 +02:00
Weblate
c9669b51c6
Merge branch 'dev' into weblate-merge-tmp
2018-05-13 11:34:46 +02:00
Osoitz
486c180b3c
Translated using Weblate (Basque)
...
Currently translated at 98.9% (360 of 364 strings)
2018-05-13 11:34:43 +02:00
Christian Schabesberger
9eb5bf9b87
Merge pull request #1375 from acrosca/code_inspection
...
Code inspection
2018-05-12 14:21:37 +02:00
Christian Schabesberger
953a89f3a1
Merge branch 'settingsExport' of https://github.com/Somethingweirdhere/NewPipe into test
2018-05-12 13:34:05 +02:00
Christian Schabesberger
371f14cdc9
make compartible to yoututbe service restructure
2018-05-11 18:00:28 +02:00
Christian Schabesberger
0733ae2404
make compatible with encosing urlidhandler commit
2018-05-11 18:00:28 +02:00
ButterflyOfFire
b1731ebd49
Translated using Weblate (French)
...
Currently translated at 99.1% (361 of 364 strings)
2018-05-11 17:37:14 +02:00
Somethingweirdhere
342b3191ac
Changed to lambda convention
2018-05-11 17:17:07 +02:00
zmni
cd39445245
Translated using Weblate (Indonesian)
...
Currently translated at 91.2% (332 of 364 strings)
2018-05-11 16:39:32 +02:00
Freddy Morán Jr
92eac67367
Translated using Weblate (Spanish)
...
Currently translated at 97.2% (354 of 364 strings)
2018-05-10 19:41:12 +02:00
Edwar Tikhonov
0e31a0c704
Translated using Weblate (Russian)
...
Currently translated at 100.0% (364 of 364 strings)
2018-05-10 11:42:55 +02:00
gensitu
d60c117a70
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (364 of 364 strings)
2018-05-10 11:36:24 +02:00
thami simo
69ccad5998
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (364 of 364 strings)
2018-05-10 11:34:28 +02:00
Edwar Tikhonov
b6d22320e6
Translated using Weblate (Russian)
...
Currently translated at 100.0% (364 of 364 strings)
2018-05-09 11:12:45 +02:00
ditokp
5de3d96b31
Translated using Weblate (Indonesian)
...
Currently translated at 85.7% (312 of 364 strings)
2018-05-09 09:50:28 +02:00
Florian
d30dd64322
Translated using Weblate (French)
...
Currently translated at 99.1% (361 of 364 strings)
2018-05-09 09:50:27 +02:00
thami simo
386df10a5a
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (364 of 364 strings)
2018-05-09 09:50:25 +02:00
anonymous
23cd0e5a5e
Translated using Weblate (French)
...
Currently translated at 98.3% (358 of 364 strings)
2018-05-08 17:30:05 +02:00
anonymous
c5a566657c
Translated using Weblate (French)
...
Currently translated at 98.3% (358 of 364 strings)
2018-05-08 16:21:31 +02:00
Alexander Sparzt
ce2018c864
Translated using Weblate (French)
...
Currently translated at 98.3% (358 of 364 strings)
2018-05-08 16:21:26 +02:00
anonymous
472ab46af2
Translated using Weblate (French)
...
Currently translated at 98.3% (358 of 364 strings)
2018-05-08 16:18:30 +02:00
Alexander Sparzt
7f87d45bb5
Translated using Weblate (French)
...
Currently translated at 98.3% (358 of 364 strings)
2018-05-08 16:18:25 +02:00
anonymous
e9f7ab18bb
Translated using Weblate (French)
...
Currently translated at 98.3% (358 of 364 strings)
2018-05-08 16:16:29 +02:00
Alexander Sparzt
fba83a8afe
Translated using Weblate (French)
...
Currently translated at 98.3% (358 of 364 strings)
2018-05-08 16:16:24 +02:00
nailyk
05089abddc
Translated using Weblate (French)
...
Currently translated at 96.4% (351 of 364 strings)
2018-05-08 14:43:20 +02:00
Prabjot Singh
ccd70aac51
Translated using Weblate (Punjabi)
...
Currently translated at 5.2% (19 of 364 strings)
2018-05-08 07:41:59 +02:00
nailyk
5df8445d04
Translated using Weblate (French)
...
Currently translated at 96.1% (350 of 364 strings)
Peut-être existe des traductions existantes mais je ne les aies pas trouvées.
2018-05-07 18:17:34 +02:00
nailyk
8c43674fa4
Translated using Weblate (French)
...
Currently translated at 95.8% (349 of 364 strings)
2018-05-07 18:14:23 +02:00
Florent Peterschmitt
f162316a6b
Translated using Weblate (French)
...
Currently translated at 94.5% (344 of 364 strings)
2018-05-07 14:37:09 +02:00
Andrea Troiano
670596ed88
Translated using Weblate (Italian)
...
Currently translated at 100.0% (364 of 364 strings)
2018-05-07 10:08:51 +02:00
Prabjot Singh
6b3eb716c4
Added translation using Weblate (Punjabi)
2018-05-07 06:39:45 +02:00
Emin Tufan Çetin
6a5180d94c
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (364 of 364 strings)
2018-05-06 17:16:30 +02:00
Florent Peterschmitt
83faaedfcc
Translated using Weblate (French)
...
Currently translated at 93.4% (340 of 364 strings)
2018-05-06 13:54:09 +02:00
Florian
d98d790a7a
Translated using Weblate (French)
...
Currently translated at 93.4% (340 of 364 strings)
2018-05-06 13:54:02 +02:00
Florian
36b5833a3a
Translated using Weblate (French)
...
Currently translated at 93.4% (340 of 364 strings)
2018-05-06 13:51:12 +02:00
anonymous
5e86781a79
Translated using Weblate (French)
...
Currently translated at 89.5% (326 of 364 strings)
2018-05-06 13:27:25 +02:00
Florian
6a780504b4
Translated using Weblate (French)
...
Currently translated at 89.5% (326 of 364 strings)
2018-05-06 13:27:20 +02:00
Weblate
a0d8212136
Merge remote-tracking branch 'origin/dev' into dev
2018-05-06 13:01:58 +02:00
Marian Hanzel
0e1e6a9d62
Translated using Weblate (Slovak)
...
Currently translated at 95.8% (349 of 364 strings)
2018-05-06 13:01:58 +02:00
thami simo
812282a332
Translated using Weblate (Arabic)
...
Currently translated at 89.5% (326 of 364 strings)
2018-05-06 13:01:56 +02:00
r2308145
a8a4c9e97f
Translated using Weblate (Czech)
...
Currently translated at 100.0% (364 of 364 strings)
2018-05-06 13:01:53 +02:00
Andrei.Rosca
24c293e335
fix context leaks
2018-05-06 10:50:02 +02:00
Andrei.Rosca
0a596df497
default ViewHolder
2018-05-06 10:14:24 +02:00
Andrei.Rosca
3d66c6572b
prevent infinite loop
2018-05-06 10:08:56 +02:00
Andrei.Rosca
f45769cbb2
Reduce overdraw
2018-05-05 10:26:35 +02:00
Weblate
ef51f93c6f
Merge remote-tracking branch 'origin/dev' into dev
2018-05-05 09:02:21 +02:00
ssantos
35af68f148
Translated using Weblate (German)
...
Currently translated at 100.0% (364 of 364 strings)
2018-05-05 09:02:19 +02:00
Christian Schabesberger
ff21430b43
move on to v0.13.3
...
also:
- reduce snack bar error visibility time
- fix metadata error
2018-05-04 16:21:36 +02:00
Weblate
fcb67f5119
Merge remote-tracking branch 'origin/dev' into dev
2018-05-04 09:40:15 +02:00
AB
0a41fbd185
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (364 of 364 strings)
2018-05-04 09:40:14 +02:00
Oleh Ilnytskyi
d32aaf488f
Translated using Weblate (Russian)
...
Currently translated at 89.8% (327 of 364 strings)
2018-05-04 09:40:13 +02:00
Tobias Groza
1254798013
Translated using Weblate (German)
...
Currently translated at 92.5% (337 of 364 strings)
2018-05-04 09:40:12 +02:00
Heimen Stoffels
c72d2a2308
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (364 of 364 strings)
2018-05-04 09:40:11 +02:00
Marc Riera
703181655b
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (364 of 364 strings)
2018-05-04 09:40:10 +02:00
Allan Nordhøy
da4a1c5bf0
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 94.5% (344 of 364 strings)
2018-05-04 09:40:06 +02:00
Christian Schabesberger
1130bd502e
Merge pull request #1342 from Somethingweirdhere/popupplayerdont
...
PopUpPlayer now also has a Play and Pause button
2018-05-03 17:25:11 +02:00
AB
27ea4ee679
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (364 of 364 strings)
2018-05-03 14:36:57 +02:00
Heimen Stoffels
56e3b66d06
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (364 of 364 strings)
2018-05-03 11:36:33 +02:00
Nathan Follens
7d4768e151
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (364 of 364 strings)
2018-05-03 11:36:28 +02:00
Marc Riera
7ec1011610
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (364 of 364 strings)
2018-05-03 11:18:20 +02:00
Nathan Follens
e1bbd2055c
Translated using Weblate (Flemish)
...
Currently translated at 100.0% (364 of 364 strings)
2018-05-03 08:58:01 +02:00
Nathan Follens
8a19547d9f
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (364 of 364 strings)
2018-05-03 08:47:28 +02:00
Jeff Huang
6e6922dab8
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (364 of 364 strings)
2018-05-03 02:27:38 +02:00
Weblate
e009ade922
Merge remote-tracking branch 'origin/dev' into dev
2018-05-02 23:38:15 +02:00
Freddy Morán Jr
90e15bcab9
Translated using Weblate (Spanish)
...
Currently translated at 99.7% (362 of 363 strings)
2018-05-02 23:38:15 +02:00
Allan Nordhøy
2a040cea4b
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 94.4% (343 of 363 strings)
2018-05-02 23:38:14 +02:00
Yoav
72f2a7f8db
Translated using Weblate (Hebrew)
...
Currently translated at 86.7% (315 of 363 strings)
2018-05-02 23:38:11 +02:00
Somethingweirdhere
8a8022afe6
Now the play/pause button also has the correct scale!
2018-05-02 22:08:14 +02:00
Christian Schabesberger
b692bec310
Merge pull request #1350 from comradekingu/patch-6
...
Spelling: Rework new strings
2018-05-02 21:03:20 +02:00
Andrea Troiano
536c01c70d
Translated using Weblate (Italian)
...
Currently translated at 100.0% (363 of 363 strings)
2018-05-02 10:15:53 +02:00
Allan Nordhøy
ec8e14e977
reverted the other "History & Cache"
2018-05-02 09:18:04 +02:00
Allan Nordhøy
85b34f8809
New desc, "& Cache" reverted
2018-05-02 09:16:53 +02:00
Lukas Wiedemann
22951a56a5
Translated using Weblate (German)
...
Currently translated at 100.0% (363 of 363 strings)
2018-05-01 23:37:09 +02:00
r2308145
46ad84b101
Translated using Weblate (Czech)
...
Currently translated at 100.0% (363 of 363 strings)
2018-05-01 22:58:31 +02:00
Marc Riera
5efb77e520
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (363 of 363 strings)
2018-05-01 18:34:55 +02:00
Lukas Wiedemann
76903102b8
Translated using Weblate (German)
...
Currently translated at 100.0% (363 of 363 strings)
2018-04-30 23:26:35 +02:00
Nathan Follens
c8e26b429c
Translated using Weblate (Flemish)
...
Currently translated at 100.0% (363 of 363 strings)
2018-04-30 21:49:04 +02:00
Marc Riera
55c1310f74
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (363 of 363 strings)
2018-04-30 17:32:00 +02:00
Heimen Stoffels
b8278d91e0
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (363 of 363 strings)
2018-04-30 16:58:57 +02:00
Marian Hanzel
b032502148
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (363 of 363 strings)
2018-04-30 16:42:39 +02:00
Jeff Huang
bec1a4dd1a
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (363 of 363 strings)
2018-04-30 16:22:48 +02:00
AB
4dfb9e7977
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (363 of 363 strings)
2018-04-30 15:06:19 +02:00
Weblate
2bfa165cdc
Merge remote-tracking branch 'origin/dev' into dev
2018-04-30 14:42:49 +02:00
AB
658666276d
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (354 of 354 strings)
2018-04-30 14:42:44 +02:00
Christian Schabesberger
62f91b9084
Merge pull request #1356 from DafabHoid/doubletap-playpause
...
Double-tap the middle of the player screen to pause the video
2018-04-29 17:16:09 +02:00
Christian Schabesberger
719140ab78
resolve conflict
2018-04-29 17:13:45 +02:00
Christian Schabesberger
0471fd8145
add clear orphans
2018-04-29 17:06:54 +02:00
Christian Schabesberger
a079a0c901
fix requested changes part 1
2018-04-29 13:15:52 +02:00
Christian Schabesberger
ac2fa74c8f
merge chagnes with dev
2018-04-29 13:01:37 +02:00
Christian Schabesberger
4c10ef65f5
add delete while history
...
add delete whole history
2018-04-29 12:51:57 +02:00
Christian Schabesberger
cfa697fab2
make history ui more consistent
2018-04-29 12:51:57 +02:00
Christian Schabesberger
a09b9d3e4d
made items actually deltable
2018-04-29 12:51:57 +02:00
Christian Schabesberger
c470909f19
add delete options for StatisticPlaylistFragment
2018-04-29 12:51:57 +02:00
Christian Schabesberger
5e59cfcf9d
remove HistoryInfoItem again
...
blub
2018-04-29 12:51:57 +02:00
Christian Schabesberger
a099fe35d2
reorder playqueue/localPlaylist classes
2018-04-29 12:51:57 +02:00
Christian Schabesberger
bcfd8a2450
rename playlist to player.playqueue
2018-04-29 12:49:52 +02:00
Christian Schabesberger
8ed9d71e14
put local foo into local foo folder
2018-04-29 12:47:12 +02:00
Christian Schabesberger
004c2fa55a
Project restructure for history part 1
...
- add HistoryInfoItem (deriving from StreamInfoItem)
in order to add a special options menu for the list items
- delete HistoryActivity and everything that belongs to its UI (not the
manager tho)
- put everything that is local into local. (subscriptions still missing)
2018-04-29 12:47:12 +02:00
DafabHoid
3dd63d03cb
Double-tap the middle of the player screen to pause the video
2018-04-29 11:23:21 +02:00
AB
cceedab864
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (354 of 354 strings)
2018-04-29 10:34:40 +02:00
Andrei.Rosca
b494b2ea39
Remove GSON lib
2018-04-29 01:06:34 +02:00
Rubix
0b29cf086b
Translated using Weblate (Romanian)
...
Currently translated at 86.7% (307 of 354 strings)
2018-04-27 21:40:56 +02:00
r2308145
11d33097f7
Translated using Weblate (Czech)
...
Currently translated at 100.0% (354 of 354 strings)
2018-04-27 11:35:54 +02:00
ButterflyOfFire
3ae61645de
Translated using Weblate (Arabic)
...
Currently translated at 87.8% (311 of 354 strings)
2018-04-26 15:34:21 +02:00
Weblate
4711befffa
Merge remote-tracking branch 'origin/dev' into dev
2018-04-25 02:40:49 +02:00
Robson Cassiano
5673d53a20
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (354 of 354 strings)
2018-04-25 02:40:47 +02:00
Christian Schabesberger
90ca4a5e92
Merge pull request #1346 from naXa777/dev
...
Fix #1345 Gradle build fails
2018-04-24 22:03:36 +02:00
Allan Nordhøy
ad252956ab
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 94.3% (334 of 354 strings)
2018-04-24 21:39:29 +02:00
Marian Hanzel
1b2c091c39
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (354 of 354 strings)
2018-04-24 09:40:59 +02:00
anonymous
9031bc0c7b
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 99.7% (353 of 354 strings)
2018-04-24 02:28:17 +02:00
anonymous
1d85e0ea63
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 99.7% (353 of 354 strings)
2018-04-24 02:27:25 +02:00
Robson Cassiano
458774aadb
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 99.7% (353 of 354 strings)
2018-04-24 02:27:20 +02:00
ButterflyOfFire
ae89f7bea3
Translated using Weblate (Arabic)
...
Currently translated at 83.8% (297 of 354 strings)
2018-04-23 23:34:19 +02:00
Allan Nordhøy
fd77b8552b
Rework new strings
2018-04-23 22:07:27 +02:00
Marian Hanzel
bae9f5e844
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (354 of 354 strings)
2018-04-23 08:05:45 +02:00
Paul
e3f3d90b68
Translated using Weblate (Russian)
...
Currently translated at 99.1% (351 of 354 strings)
2018-04-22 19:41:32 +02:00
James Straub
646fa877ba
Update to mobile data limiting
...
- Moved non-key strings from string_keys.xml to strings.xml
- Code style changes
- Replaced a hard coded key string with resource constant
2018-04-22 10:20:19 -04:00
naXa!
7f3bd8aec2
Fix #1345 Gradle build fails with "error: unescaped apostrophe in string"
2018-04-22 14:31:59 +03:00
CaptainCrumble
4501203a7a
Translated using Weblate (Portuguese)
...
Currently translated at 93.2% (330 of 354 strings)
2018-04-22 01:40:38 +02:00
Somethingweirdhere
06292bceb2
PopUpPlayer now has a play and pause button. Tapping now doesnt pause or unpause the video and instead shows this button.
2018-04-22 00:16:07 +02:00
Somethingweirdhere
f94f14ab65
Added settings export
2018-04-21 21:11:52 +02:00
AB
7145c68e03
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (354 of 354 strings)
2018-04-21 19:11:00 +02:00
James Straub
d1b0cd74be
Added the ability to limit video quality if using mobile data.
...
* Added a dropdown to video & audio settings
* Changes to ListHelper:
** Limits resolution when code requests the default video resolution
** Limits audio bitrate when code requests the default audio bitrate
** Removed some dead code and did some cleanup
** Make methods private/protected to help understand what was in use
** The code now chooses one format over an other using a simple raking system defined in array constants. I realized I needed to do this in order to choose the most efficient video stream. I did my best to evaluate the video and audio formats based on quality and efficiency. It's not an exact science.
** Made changes to the tests to support my changes
2018-04-21 12:35:04 -04:00
wellinkstein
bac3825c87
Translated using Weblate (French)
...
Currently translated at 100.0% (354 of 354 strings)
2018-04-21 15:37:08 +02:00
Dante
fc1d283414
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (354 of 354 strings)
2018-04-21 09:35:29 +02:00
anonymous
c0652daa97
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (354 of 354 strings)
2018-04-21 09:35:24 +02:00
Q. A
553903bd9d
Translated using Weblate (Albanian)
...
Currently translated at 12.7% (45 of 354 strings)
2018-04-21 09:34:14 +02:00
Freddy Morán Jr
a43ec25b7e
Translated using Weblate (Spanish)
...
Currently translated at 99.7% (353 of 354 strings)
2018-04-20 16:42:38 +02:00
wellinkstein
bb2a66fd02
Translated using Weblate (French)
...
Currently translated at 100.0% (354 of 354 strings)
2018-04-20 14:41:22 +02:00
Ale-Ma
71ac830bfa
Translated using Weblate (Italian)
...
Currently translated at 100.0% (354 of 354 strings)
2018-04-20 12:15:48 +02:00
r2308145
82bce80c62
Translated using Weblate (Czech)
...
Currently translated at 100.0% (354 of 354 strings)
2018-04-20 11:48:04 +02:00
Dante
67ddf78e18
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (354 of 354 strings)
2018-04-20 09:25:12 +02:00
Marc Riera
8285df0f3f
Translated using Weblate (Catalan)
...
Currently translated at 99.1% (351 of 354 strings)
2018-04-19 22:35:00 +02:00
Emin Tufan Çetin
f330ee8f8d
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (354 of 354 strings)
2018-04-19 10:51:45 +02:00
Joseph Kim
7331e4a7f2
Translated using Weblate (Korean)
...
Currently translated at 100.0% (354 of 354 strings)
2018-04-19 04:40:40 +02:00
Jeff Huang
51252d3b61
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (354 of 354 strings)
2018-04-19 01:33:35 +02:00
Somethingweirdhere
dcdb2c323e
Added settings export
2018-04-19 01:31:25 +02:00
Q. A
c4ac901c67
Added translation using Weblate (Albanian)
2018-04-18 23:38:25 +02:00
Tobias Groza
a7ce072ca2
Translated using Weblate (German)
...
Currently translated at 100.0% (354 of 354 strings)
2018-04-18 23:34:48 +02:00
Nathan Follens
a9b427b877
Translated using Weblate (Flemish)
...
Currently translated at 100.0% (354 of 354 strings)
2018-04-18 22:37:17 +02:00
Nathan Follens
67a9f3a4ad
Added translation using Weblate (Flemish)
2018-04-18 22:12:00 +02:00
Nathan Follens
1a4905f36a
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (354 of 354 strings)
2018-04-18 21:57:15 +02:00
Weblate
cbb1fde7b0
Merge remote-tracking branch 'origin/dev' into dev
2018-04-18 21:41:20 +02:00
DafabHoid
b86bd019a7
Translated using Weblate (German)
...
Currently translated at 100.0% (353 of 353 strings)
2018-04-18 21:41:20 +02:00
anonymous
6a0bada9d2
Translated using Weblate (Polish)
...
Currently translated at 100.0% (353 of 353 strings)
2018-04-18 21:41:18 +02:00
Christian Schabesberger
a708278cf0
Merge pull request #1327 from Somethingweirdhere/dev
...
Fixed crash when trying to open a downloaded file without a player
2018-04-18 20:35:44 +02:00
Mauricio Colli
119462cbc9
Fix RouterActivity choice selection
...
- Improve behavior when external player is enabled
- Fixes #1324
2018-04-18 11:44:46 -03:00
Tobias Groza
0324a4928c
Translated using Weblate (German)
...
Currently translated at 100.0% (353 of 353 strings)
2018-04-18 12:00:09 +02:00
syed muzammil
895a2a56b5
Translated using Weblate (Urdu)
...
Currently translated at 2.5% (9 of 353 strings)
2018-04-18 01:41:26 +02:00
Somethingweirdhere
d9e616beee
Fixed crash when trying to open a downloaded file without a player
2018-04-17 22:26:24 +02:00
horyzont
aa5d5d2b6d
Translated using Weblate (Polish)
...
Currently translated at 100.0% (353 of 353 strings)
2018-04-17 21:20:47 +02:00
Somethingweirdhere
85dc555358
Fixed crash when trying to open a downloaded file without a player
2018-04-17 19:47:17 +02:00
Andrea Troiano
696c94050d
Translated using Weblate (Italian)
...
Currently translated at 100.0% (353 of 353 strings)
2018-04-17 09:38:03 +02:00
DafabHoid
b222614c4a
Translated using Weblate (German)
...
Currently translated at 100.0% (353 of 353 strings)
2018-04-16 22:58:47 +02:00
Emin Tufan Çetin
edff694bf3
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (353 of 353 strings)
2018-04-16 22:42:33 +02:00
Jeff Huang
be430a6ac0
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (353 of 353 strings)
2018-04-16 13:03:02 +02:00
AB
937d40c5f7
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (353 of 353 strings)
2018-04-16 11:42:15 +02:00
Rubix
d3979676ab
Translated using Weblate (Romanian)
...
Currently translated at 84.1% (297 of 353 strings)
2018-04-16 10:40:03 +02:00
Emin Tufan Çetin
6716262a28
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (353 of 353 strings)
2018-04-15 22:11:00 +02:00
r2308145
06d8bafce6
Translated using Weblate (Czech)
...
Currently translated at 100.0% (353 of 353 strings)
2018-04-15 19:35:47 +02:00
Anton Shestakov
f814755908
Translated using Weblate (Russian)
...
Currently translated at 98.8% (349 of 353 strings)
2018-04-15 16:39:47 +02:00
AB
f355fd2551
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (353 of 353 strings)
2018-04-15 10:40:28 +02:00
Andrea Troiano
ea84c62d76
Translated using Weblate (Italian)
...
Currently translated at 100.0% (353 of 353 strings)
2018-04-14 21:24:40 +02:00
r2308145
acda71cebb
Translated using Weblate (Czech)
...
Currently translated at 100.0% (353 of 353 strings)
2018-04-14 19:05:22 +02:00
Heimen Stoffels
67dcd2e5c6
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (353 of 353 strings)
2018-04-14 17:42:09 +02:00
Marc Riera
c996644613
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (353 of 353 strings)
2018-04-14 16:00:44 +02:00
M1ck
171c3e492d
Translated using Weblate (French)
...
Currently translated at 100.0% (353 of 353 strings)
2018-04-14 12:53:15 +02:00
Weblate
8834195cc6
Merge remote-tracking branch 'origin/dev' into dev
2018-04-14 11:39:08 +02:00
M1ck
ed57e72fa1
Translated using Weblate (French)
...
Currently translated at 96.9% (344 of 355 strings)
2018-04-14 11:39:07 +02:00
Dar Mackani
7e84c3e167
Translated using Weblate (Esperanto)
...
Currently translated at 18.3% (65 of 355 strings)
2018-04-14 11:39:07 +02:00
gensitu
4adc33471b
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (355 of 355 strings)
2018-04-14 11:39:06 +02:00
gensitu
31d07cc1e2
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (355 of 355 strings)
2018-04-14 11:39:05 +02:00
Andrea Troiano
a349a66d5a
Translated using Weblate (Italian)
...
Currently translated at 100.0% (355 of 355 strings)
2018-04-14 11:38:59 +02:00
Christian Schabesberger
6c7e54868d
Merge branch 'playlist_to_next' of https://github.com/Shan11812/NewPipe into test
2018-04-14 11:04:08 +02:00
Christian Schabesberger
9484a5e2ee
fix conflict
2018-04-14 11:02:31 +02:00
Christian Schabesberger
3cbd2057e3
Merge branch 'qol-follow-ups' of https://github.com/karyogamy/NewPipe into test
2018-04-14 10:53:09 +02:00
Stanisław Sikorski
71ff1cf713
Translated using Weblate (Polish)
...
Currently translated at 100.0% (355 of 355 strings)
2018-04-14 00:27:38 +02:00
Rintaro matsuo
c737d891bc
Translated using Weblate (Japanese)
...
Currently translated at 81.1% (288 of 355 strings)
2018-04-13 04:39:41 +02:00
ScratchBuild
82a53343fc
Translated using Weblate (Japanese)
...
Currently translated at 81.1% (288 of 355 strings)
2018-04-13 04:39:36 +02:00
Andrea Troiano
03fdc60018
Translated using Weblate (Italian)
...
Currently translated at 100.0% (355 of 355 strings)
2018-04-12 12:15:57 +02:00
John Zhen Mo
42d19d98ad
-Changed media source manager near edge loading to no longer load while player position is not progressing.
...
-Changed main video player to always self-destruct on stop.
-Extracted main video player lifecycle states into separate data class.
-Fixed play queue in full repeat mode does not load first item after expiring.
2018-04-11 20:27:39 -07:00
John Zhen Mo
c9915bba18
-Reversed special seek logic for short buffer livestreams.
...
-Fixed loader cleaning potentially canceling existing correct loading items.
-Updated ExoPlayer to 2.7.3.
2018-04-11 20:27:39 -07:00
John Zhen Mo
a275d7ff50
-Rollbacks the original main player UI to display nav and status bar on click.
...
-Changed system UI color to translucent on Lollipop and above.
2018-04-11 20:27:39 -07:00
John Zhen Mo
74199c8624
-Designated background player as default media button receiver.
...
-Fixed media button intent causing illegal state exception when sent from external apps.
2018-04-11 20:27:38 -07:00
John Zhen Mo
238bff1fee
-Modified adaptive track selection to upgrade with 1 second of buffer.
...
-Modified dynamic track updates to seek to default time instead of clamping to 0 time when negative progress is reached.
2018-04-11 20:27:38 -07:00
John Zhen Mo
de534b58c5
-Removed playlist cleaning.
2018-04-11 20:27:38 -07:00
John Zhen Mo
111a0f9f17
-Modified playback parameter dialog to use translucent background. (reverted from commit 0d25254d4831aca92ad6cf6c0c772279b32b4a07)
2018-04-11 20:27:38 -07:00
John Zhen Mo
50392ed67d
-Changed failed media source exception to use cause instead of top level exception.
2018-04-11 20:27:38 -07:00
John Zhen Mo
ece93cadd5
-Added better player exception handling to player.
...
-Added expired media source cleaning to media source manager.
2018-04-11 20:27:38 -07:00
John Zhen Mo
7219c8d33c
-Fixed main player multiwindow pauses when focus changes.
2018-04-11 20:27:38 -07:00
John Zhen Mo
b0a09c7876
-Added "add to playlist" button to service player play queue item drop down.
...
-Refactored playlist manipulations out from media source manager.
-Fixed potential ArrayOutOfBound exception when checking if player window is live.
-Fixed service player play queue potentially not refreshing when current play queue is replaced.
2018-04-11 20:27:38 -07:00
John Zhen Mo
1d017d3cbc
-Modified LIVE button to be untranslatable on all players.
2018-04-11 20:27:38 -07:00
John Zhen Mo
5fa56f2aca
-Modified playback parameter dialog to use translucent background.
2018-04-11 20:27:37 -07:00
Freddy Morán Jr
5ded1b139f
Translated using Weblate (Spanish)
...
Currently translated at 99.7% (354 of 355 strings)
2018-04-11 18:41:45 +02:00
r2308145
2abb0db272
Translated using Weblate (Czech)
...
Currently translated at 100.0% (355 of 355 strings)
2018-04-11 18:35:42 +02:00
Marc Riera
674c041c13
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (354 of 354 strings)
2018-04-11 10:09:56 +02:00
Marc Riera
03c89a69a2
Translated using Weblate (Catalan)
...
Currently translated at 95.7% (339 of 354 strings)
2018-04-11 09:30:46 +02:00
Marc Riera
dbed5e2a62
Translated using Weblate (Catalan)
...
Currently translated at 76.8% (272 of 354 strings)
2018-04-11 09:30:08 +02:00
Sérgio Marques
d7519903a1
Translated using Weblate (Portuguese)
...
Currently translated at 80.0% (284 of 355 strings)
2018-04-11 00:40:00 +02:00
E T
ab14f0d7ac
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (355 of 355 strings)
2018-04-10 23:03:32 +02:00
Marc Riera
3b6e43b7ca
Translated using Weblate (Catalan)
...
Currently translated at 76.8% (272 of 354 strings)
2018-04-10 22:41:59 +02:00
Marc Riera
7d3b7af874
Translated using Weblate (Catalan)
...
Currently translated at 32.2% (114 of 354 strings)
2018-04-10 19:28:24 +02:00
r2308145
2acc348062
Translated using Weblate (Czech)
...
Currently translated at 100.0% (355 of 355 strings)
2018-04-10 18:01:41 +02:00
Freddy Morán Jr
33ba8acd05
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (355 of 355 strings)
2018-04-10 17:49:03 +02:00
ezjerry liao
0c56af7090
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (355 of 355 strings)
2018-04-10 15:01:23 +02:00
Marc Riera
4375ecaad7
Translated using Weblate (Catalan)
...
Currently translated at 32.2% (114 of 354 strings)
2018-04-10 13:52:48 +02:00
nagizade
90c538d4b6
Translated using Weblate (Azerbaijani)
...
Currently translated at 12.9% (46 of 355 strings)
2018-04-10 11:34:35 +02:00
Dante
1ffa8329d0
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (355 of 355 strings)
2018-04-10 05:32:24 +02:00
Dante
b404b7974a
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (355 of 355 strings)
2018-04-10 05:20:16 +02:00
E T
de44b580f9
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (355 of 355 strings)
2018-04-09 22:53:10 +02:00
Roger
2a630cd745
Added translation using Weblate (Chinese (Mandarin))
2018-04-09 22:31:57 +02:00
ssantos
1ccccc5e39
Translated using Weblate (German)
...
Currently translated at 100.0% (355 of 355 strings)
2018-04-09 22:31:35 +02:00
Roger
aec851acfa
Added translation using Weblate (Urdu)
2018-04-09 22:28:18 +02:00
nagizade
ad5ac479fd
Added translation using Weblate (Azerbaijani)
2018-04-09 10:55:09 +02:00
Heimen Stoffels
67b82a404c
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (355 of 355 strings)
2018-04-09 10:45:45 +02:00
Weblate
f7f86a2f62
Merge remote-tracking branch 'origin/dev' into dev
2018-04-09 00:13:42 +02:00
Anton Shestakov
6e42b4af27
Translated using Weblate (Russian)
...
Currently translated at 98.3% (348 of 354 strings)
2018-04-09 00:13:42 +02:00
Filip Sebastian
fe9ed8af76
Translated using Weblate (Romanian)
...
Currently translated at 74.8% (265 of 354 strings)
2018-04-09 00:13:40 +02:00
Eduardo Caron
c4c3f369c0
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 98.8% (350 of 354 strings)
2018-04-09 00:13:40 +02:00
M1ck
9b9bf40e47
Translated using Weblate (French)
...
Currently translated at 97.1% (344 of 354 strings)
2018-04-09 00:13:38 +02:00
Marc Riera
14a888a610
Added translation using Weblate (Catalan)
2018-04-09 00:13:35 +02:00
John Zhen Mo
f3d777c65c
-Added accessibility caption style and text color resolver.
...
-Added button to open captioning settings activity from appearance settings.
-Modified player captions to use custom caption style when captioning manager is enabled.
-Removed caption size settings from appearance settings.
2018-04-08 13:58:55 -07:00
Mauricio Colli
d494b6c934
Long-click to open the downloads activity
...
- Closes #1263
2018-04-08 16:53:22 -03:00
Mauricio Colli
7294220727
Revert removal of menu items
2018-04-08 16:26:47 -03:00
Christian Schabesberger
665b9087b1
fix conflict
2018-04-08 18:49:27 +02:00
Christian Schabesberger
f1691050cd
Merge branch 'download-permissions-screen' of https://github.com/arispoloway/NewPipe into perm
2018-04-08 18:21:27 +02:00
Aris Poloway
169b6acd24
Clean up download dialog opening
2018-04-08 11:47:11 -04:00
Mauricio Colli
35b3bf2edb
Show download size preview
2018-04-08 08:45:15 -03:00
anonymous
b6a19c3e2d
Translated using Weblate (French)
...
Currently translated at 97.1% (344 of 354 strings)
2018-04-08 12:06:00 +02:00
M1ck
21455d58a6
Translated using Weblate (French)
...
Currently translated at 97.1% (344 of 354 strings)
2018-04-08 12:05:55 +02:00
Anton Shestakov
1edfcc629c
Translated using Weblate (Russian)
...
Currently translated at 97.7% (346 of 354 strings)
2018-04-08 09:34:00 +02:00
ezjerry liao
9a2a8698ef
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (354 of 354 strings)
2018-04-08 03:28:46 +02:00
Nathan Follens
54c31422d9
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (354 of 354 strings)
2018-04-08 01:49:32 +02:00
Filip Sebastian
a33464284c
Translated using Weblate (Romanian)
...
Currently translated at 74.8% (265 of 354 strings)
2018-04-08 00:57:40 +02:00
Filip Sebastian
4842caf426
Translated using Weblate (Romanian)
...
Currently translated at 74.8% (265 of 354 strings)
2018-04-08 00:53:04 +02:00
Filip Sebastian
02b6b4d8eb
Translated using Weblate (Romanian)
...
Currently translated at 74.2% (263 of 354 strings)
2018-04-08 00:18:05 +02:00
Filip Sebastian
4b0d7c7d88
Translated using Weblate (Romanian)
...
Currently translated at 74.2% (263 of 354 strings)
2018-04-08 00:17:57 +02:00
Filip Sebastian
559b53acc3
Translated using Weblate (Romanian)
...
Currently translated at 74.2% (263 of 354 strings)
2018-04-08 00:17:51 +02:00
Filip Sebastian
4233c18dbb
Translated using Weblate (Romanian)
...
Currently translated at 70.3% (249 of 354 strings)
2018-04-08 00:11:00 +02:00
Filip Sebastian
adec2c9fcc
Translated using Weblate (Romanian)
...
Currently translated at 70.0% (248 of 354 strings)
2018-04-08 00:10:48 +02:00
Filip Sebastian
6ad2406262
Translated using Weblate (Romanian)
...
Currently translated at 70.0% (248 of 354 strings)
2018-04-08 00:10:43 +02:00
Filip Sebastian
bfeb8ca104
Translated using Weblate (Romanian)
...
Currently translated at 69.7% (247 of 354 strings)
2018-04-08 00:10:34 +02:00
Filip Sebastian
5614edfa2f
Translated using Weblate (Romanian)
...
Currently translated at 68.9% (244 of 354 strings)
2018-04-08 00:00:14 +02:00
Filip Sebastian
946f7b2305
Translated using Weblate (Romanian)
...
Currently translated at 68.9% (244 of 354 strings)
2018-04-07 23:59:49 +02:00
Filip Sebastian
dfcf435f88
Translated using Weblate (Romanian)
...
Currently translated at 67.7% (240 of 354 strings)
2018-04-07 23:53:12 +02:00
Filip Sebastian
0e734c267c
Translated using Weblate (Romanian)
...
Currently translated at 66.9% (237 of 354 strings)
2018-04-07 23:49:06 +02:00
Filip Sebastian
faadcec4d1
Translated using Weblate (Romanian)
...
Currently translated at 66.6% (236 of 354 strings)
2018-04-07 23:47:13 +02:00
Filip Sebastian
eb81784818
Translated using Weblate (Romanian)
...
Currently translated at 66.3% (235 of 354 strings)
2018-04-07 23:45:01 +02:00
Filip Sebastian
327010f76b
Translated using Weblate (Romanian)
...
Currently translated at 66.3% (235 of 354 strings)
2018-04-07 23:44:26 +02:00
Filip Sebastian
371669dcb6
Translated using Weblate (Romanian)
...
Currently translated at 66.3% (235 of 354 strings)
2018-04-07 23:44:19 +02:00
Filip Sebastian
fb702b93ca
Translated using Weblate (Romanian)
...
Currently translated at 66.3% (235 of 354 strings)
2018-04-07 23:37:57 +02:00
Filip Sebastian
50c8453785
Translated using Weblate (Romanian)
...
Currently translated at 66.3% (235 of 354 strings)
2018-04-07 23:37:43 +02:00
Filip Sebastian
14fb5ee6c4
Translated using Weblate (Romanian)
...
Currently translated at 66.3% (235 of 354 strings)
2018-04-07 23:37:29 +02:00
Filip Sebastian
46c2343ec6
Translated using Weblate (Romanian)
...
Currently translated at 66.3% (235 of 354 strings)
2018-04-07 23:35:42 +02:00
Filip Sebastian
f5c226362f
Translated using Weblate (Romanian)
...
Currently translated at 65.8% (233 of 354 strings)
2018-04-07 23:24:43 +02:00
Filip Sebastian
9114c1157d
Translated using Weblate (Romanian)
...
Currently translated at 64.9% (230 of 354 strings)
2018-04-07 23:22:38 +02:00
Filip Sebastian
a4f4230275
Translated using Weblate (Romanian)
...
Currently translated at 64.9% (230 of 354 strings)
2018-04-07 23:22:21 +02:00
Filip Sebastian
46a6147c08
Translated using Weblate (Romanian)
...
Currently translated at 64.9% (230 of 354 strings)
2018-04-07 23:21:19 +02:00
Filip Sebastian
0d26923d79
Translated using Weblate (Romanian)
...
Currently translated at 64.9% (230 of 354 strings)
2018-04-07 23:21:09 +02:00
Filip Sebastian
b57c93cf03
Translated using Weblate (Romanian)
...
Currently translated at 64.6% (229 of 354 strings)
2018-04-07 23:20:04 +02:00
Filip Sebastian
ec19e4bc8f
Translated using Weblate (Romanian)
...
Currently translated at 64.6% (229 of 354 strings)
2018-04-07 23:19:36 +02:00
Filip Sebastian
cb68a9c2ce
Translated using Weblate (Romanian)
...
Currently translated at 64.1% (227 of 354 strings)
2018-04-07 23:16:44 +02:00
Filip Sebastian
b51ded1580
Translated using Weblate (Romanian)
...
Currently translated at 64.1% (227 of 354 strings)
2018-04-07 23:16:38 +02:00
Filip Sebastian
4b6fb5bfeb
Translated using Weblate (Romanian)
...
Currently translated at 63.8% (226 of 354 strings)
2018-04-07 23:08:51 +02:00
Filip Sebastian
9b8175b5be
Translated using Weblate (Romanian)
...
Currently translated at 63.5% (225 of 354 strings)
2018-04-07 23:07:58 +02:00
Filip Sebastian
3ecfc622e2
Translated using Weblate (Romanian)
...
Currently translated at 63.5% (225 of 354 strings)
2018-04-07 23:07:35 +02:00
Filip Sebastian
d8d2ee4e09
Translated using Weblate (Romanian)
...
Currently translated at 63.5% (225 of 354 strings)
2018-04-07 23:06:38 +02:00
Filip Sebastian
be478cb088
Translated using Weblate (Romanian)
...
Currently translated at 62.7% (222 of 354 strings)
2018-04-07 22:57:24 +02:00
Filip Sebastian
c187b4487f
Translated using Weblate (Romanian)
...
Currently translated at 62.7% (222 of 354 strings)
2018-04-07 22:54:09 +02:00
Weblate
f6d21e74cb
Merge remote-tracking branch 'origin/dev' into dev
2018-04-07 22:50:27 +02:00
Filip Sebastian
bde4c4bd25
Translated using Weblate (Romanian)
...
Currently translated at 62.4% (221 of 354 strings)
2018-04-07 22:50:25 +02:00
Mauricio Colli
d9aaceea95
Fix naming inconsistency
2018-04-07 16:09:34 -03:00
Aris Poloway
676d64a24a
Open download dialog if video download is clicked instead
2018-04-07 13:32:31 -04:00
Weblate
8ae1768f71
Merge remote-tracking branch 'origin/dev' into dev
2018-04-07 13:37:23 +02:00
anonymous
212705e7e3
Translated using Weblate (German)
...
Currently translated at 99.4% (352 of 354 strings)
2018-04-07 13:37:22 +02:00
Andreas Kromke
b3f6524e5c
Translated using Weblate (German)
...
Currently translated at 99.4% (352 of 354 strings)
2018-04-07 13:37:20 +02:00
Aris Poloway
5ca0a0adf2
Open downloads after permission granted
2018-04-06 17:29:58 -04:00
Mauricio Colli
669d2c44c9
Dynamically create the opening choices
...
- Fixes TODO
2018-04-06 06:02:51 -03:00
Mauricio Colli
88268ae569
Merge pull request #1268 from arispoloway/dev
...
Handle links with time specified (ex. &t=xxx)
2018-04-06 04:49:02 -03:00
Mauricio Colli
140fb86401
Fix Info's start time when using VideoDetailFragment
...
- Update extractor dependency
2018-04-06 04:35:44 -03:00
Aris Poloway
2b281c4357
Don't save stream and store recovery position from StreamInfo
2018-04-05 23:47:20 -04:00
MohammedSR Vevo
7b6dbfb456
Translated using Weblate (Kurdish)
...
Currently translated at 18.0% (64 of 354 strings)
2018-04-06 00:37:32 +02:00
Aris Poloway
b3c49ac86b
Revert unnecessary url clean
2018-04-05 16:45:00 -04:00
Dalibor Klobučarić
d309fd9c97
Translated using Weblate (Croatian)
...
Currently translated at 77.4% (274 of 354 strings)
2018-04-05 11:35:13 +02:00
Aris Poloway
f3a280dcb6
Don't preemptively clean url and save StreamInfo with PlayQueueItem
2018-04-04 20:43:14 -04:00
MORTI
43894687a2
Translated using Weblate (French)
...
Currently translated at 96.3% (341 of 354 strings)
2018-04-05 01:40:08 +02:00
MohammedSR Vevo
8dd8928dab
Translated using Weblate (Kurdish)
...
Currently translated at 4.2% (15 of 354 strings)
2018-04-04 23:26:31 +02:00
MohammedSR Vevo
282a4d15c2
Translated using Weblate (Kurdish)
...
Currently translated at 3.3% (12 of 354 strings)
2018-04-04 23:25:25 +02:00
MohammedSR Vevo
83a2ffc67e
Added translation using Weblate (Kurdish)
2018-04-04 23:13:05 +02:00
Eduardo Caron
e9a6e3fae0
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 98.0% (347 of 354 strings)
2018-04-04 17:55:55 +02:00
Eduardo Caron
97944b9793
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 96.6% (342 of 354 strings)
2018-04-04 17:43:44 +02:00
Çağdaş Tatar
0b5d995b6d
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (354 of 354 strings)
2018-04-04 16:48:18 +02:00
Çağdaş Tatar
1781a9fe9a
Translated using Weblate (Turkish)
...
Currently translated at 99.4% (352 of 354 strings)
2018-04-04 15:53:38 +02:00
Çağdaş Tatar
a0479bf7ca
Translated using Weblate (Turkish)
...
Currently translated at 99.4% (352 of 354 strings)
2018-04-04 15:48:54 +02:00
r2308145
2affa31edf
Translated using Weblate (Czech)
...
Currently translated at 100.0% (354 of 354 strings)
2018-04-04 13:35:50 +02:00
Tobias Groza
616c6a1607
Translated using Weblate (German)
...
Currently translated at 99.4% (352 of 354 strings)
2018-04-04 12:38:10 +02:00
anonymous
a5176fbf80
Translated using Weblate (German)
...
Currently translated at 99.4% (352 of 354 strings)
2018-04-04 12:38:01 +02:00
Nick Undnick
f2b76b7582
Translated using Weblate (German)
...
Currently translated at 99.4% (352 of 354 strings)
2018-04-04 12:37:56 +02:00
ssantos
f4847f31ae
Translated using Weblate (German)
...
Currently translated at 99.4% (352 of 354 strings)
2018-04-04 12:37:51 +02:00
Dalibor Klobučarić
05adcf2c12
Translated using Weblate (Croatian)
...
Currently translated at 76.2% (270 of 354 strings)
2018-04-04 10:39:56 +02:00
Dalibor Klobučarić
ea301be3c1
Translated using Weblate (Croatian)
...
Currently translated at 76.2% (270 of 354 strings)
2018-04-04 10:39:45 +02:00
Dalibor Klobučarić
88e9785b01
Translated using Weblate (Croatian)
...
Currently translated at 72.8% (258 of 354 strings)
2018-04-04 10:36:04 +02:00
Dual Natan
78efabfc1c
Translated using Weblate (Macedonian)
...
Currently translated at 100.0% (354 of 354 strings)
2018-04-04 05:38:53 +02:00
ssantos
183f9701fd
Translated using Weblate (German)
...
Currently translated at 99.4% (352 of 354 strings)
2018-04-03 12:16:27 +02:00
ssantos
ebbba134fe
Translated using Weblate (German)
...
Currently translated at 98.8% (350 of 354 strings)
2018-04-03 12:07:17 +02:00
ssantos
c257be8176
Translated using Weblate (German)
...
Currently translated at 98.3% (348 of 354 strings)
2018-04-03 12:00:19 +02:00
Dual Natan
afb0aea660
Translated using Weblate (Macedonian)
...
Currently translated at 100.0% (354 of 354 strings)
2018-04-03 05:17:57 +02:00
Dual Natan
960bf46f44
Translated using Weblate (Macedonian)
...
Currently translated at 77.9% (276 of 354 strings)
2018-04-03 04:42:16 +02:00
Dual Natan
16db799e88
Translated using Weblate (Macedonian)
...
Currently translated at 57.0% (202 of 354 strings)
2018-04-03 04:12:55 +02:00
Dual Natan
f8f2cdcfcc
Translated using Weblate (Macedonian)
...
Currently translated at 42.0% (149 of 354 strings)
2018-04-03 03:40:03 +02:00
Dual Natan
a1f7862f96
Translated using Weblate (Macedonian)
...
Currently translated at 7.9% (28 of 354 strings)
2018-04-03 02:29:01 +02:00
Dual Natan
3ff9284f2a
Added translation using Weblate (Macedonian)
2018-04-03 02:07:39 +02:00
Weblate
edf8f27c0f
Merge remote-tracking branch 'origin/dev' into dev
2018-04-02 23:39:25 +02:00
horyzont
a720953ff3
Translated using Weblate (Polish)
...
Currently translated at 100.0% (354 of 354 strings)
2018-04-02 23:39:23 +02:00
Christian Schabesberger
89537322fd
fix email button not working
2018-04-02 20:53:32 +02:00
r2308145
2229ce1fe9
Translated using Weblate (Czech)
...
Currently translated at 100.0% (354 of 354 strings)
2018-04-02 16:36:12 +02:00
r2308145
f257b2177a
Translated using Weblate (Czech)
...
Currently translated at 98.5% (349 of 354 strings)
2018-04-02 16:33:35 +02:00
r2308145
056c1fd43e
Translated using Weblate (Czech)
...
Currently translated at 97.7% (346 of 354 strings)
2018-04-02 14:59:50 +02:00
r2308145
acacd3134f
Translated using Weblate (Czech)
...
Currently translated at 96.8% (343 of 354 strings)
2018-04-02 14:58:11 +02:00
r2308145
1fe0ba1a6e
Translated using Weblate (Czech)
...
Currently translated at 96.3% (341 of 354 strings)
2018-04-02 14:43:01 +02:00
r2308145
e639f4b5de
Translated using Weblate (Czech)
...
Currently translated at 95.4% (338 of 354 strings)
2018-04-02 14:35:57 +02:00
r2308145
5a234bd989
Translated using Weblate (Czech)
...
Currently translated at 94.6% (335 of 354 strings)
2018-04-02 14:34:55 +02:00
r2308145
661227266e
Translated using Weblate (Czech)
...
Currently translated at 88.9% (315 of 354 strings)
2018-04-02 14:22:33 +02:00
horyzont
e01556fd9a
Translated using Weblate (Polish)
...
Currently translated at 100.0% (354 of 354 strings)
2018-04-01 23:03:18 +02:00
horyzont
5cb53ffc18
Translated using Weblate (Polish)
...
Currently translated at 100.0% (354 of 354 strings)
2018-04-01 23:01:44 +02:00
horyzont
e7178626ab
Translated using Weblate (Polish)
...
Currently translated at 100.0% (354 of 354 strings)
2018-04-01 22:56:07 +02:00
horyzont
7f0948b0ed
Translated using Weblate (Polish)
...
Currently translated at 99.7% (353 of 354 strings)
2018-04-01 22:50:49 +02:00
Weblate
4baee67781
Merge remote-tracking branch 'origin/dev' into dev
2018-04-01 22:41:06 +02:00
Heimen Stoffels
7061f38abe
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (354 of 354 strings)
2018-04-01 22:41:06 +02:00
horyzont
2aa259c0b2
Translated using Weblate (Polish)
...
Currently translated at 98.3% (348 of 354 strings)
2018-04-01 22:41:02 +02:00
Christian Schabesberger
a0f74e715a
fix bugreport for kiosk
2018-04-01 21:54:00 +02:00
Christian Schabesberger
c13e761c3f
remove global ip range label
2018-04-01 19:58:07 +02:00
shan11812
2837e44bab
Adds 'Add to Playlist' option to Related and Channel lists
2018-04-01 20:47:24 +05:30
Heimen Stoffels
d41e3bb41e
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (354 of 354 strings)
2018-04-01 16:43:09 +02:00
Weblate
4160bbb8c4
Merge remote-tracking branch 'origin/dev' into dev
2018-04-01 15:38:23 +02:00
Veli Tasalı
404a20f280
Translated using Weblate (Turkish)
...
Currently translated at 99.4% (352 of 354 strings)
2018-04-01 15:38:23 +02:00
se7entime
2241146b9f
Translated using Weblate (Indonesian)
...
Currently translated at 89.2% (316 of 354 strings)
2018-04-01 15:38:20 +02:00
Christian Schabesberger
a681d8c1ba
Merge pull request #1227 from TeamNewPipe/removebeta
...
remove beta
2018-04-01 15:28:49 +02:00
cozyplanes
0515b74f75
Translated using Weblate (Korean)
...
Currently translated at 100.0% (354 of 354 strings)
2018-04-01 13:40:13 +02:00
Veli Tasalı
7eeb96d88e
Translated using Weblate (Turkish)
...
Currently translated at 99.1% (351 of 354 strings)
2018-03-31 18:01:21 +02:00
se7entime
5b6c73ef06
Translated using Weblate (Indonesian)
...
Currently translated at 89.5% (317 of 354 strings)
2018-03-31 15:30:26 +02:00
se7entime
c70b866d16
Translated using Weblate (Indonesian)
...
Currently translated at 87.2% (309 of 354 strings)
2018-03-31 15:28:10 +02:00
se7entime
b84f2874dc
Translated using Weblate (Indonesian)
...
Currently translated at 87.2% (309 of 354 strings)
2018-03-31 15:28:03 +02:00
se7entime
c372b5529b
Translated using Weblate (Indonesian)
...
Currently translated at 80.5% (285 of 354 strings)
2018-03-31 15:25:16 +02:00
se7entime
a43156c38d
Translated using Weblate (Indonesian)
...
Currently translated at 74.5% (264 of 354 strings)
2018-03-31 15:22:37 +02:00
se7entime
a15112febc
Translated using Weblate (Indonesian)
...
Currently translated at 68.9% (244 of 354 strings)
2018-03-31 15:19:45 +02:00
se7entime
1c6a677a39
Translated using Weblate (Indonesian)
...
Currently translated at 67.7% (240 of 354 strings)
2018-03-31 15:18:34 +02:00
se7entime
9bf749a2c8
Translated using Weblate (Indonesian)
...
Currently translated at 65.5% (232 of 354 strings)
2018-03-31 15:15:16 +02:00
se7entime
f6c9d9df20
Translated using Weblate (Indonesian)
...
Currently translated at 57.3% (203 of 354 strings)
2018-03-31 15:04:54 +02:00
se7entime
5386e0ded9
Translated using Weblate (Indonesian)
...
Currently translated at 56.7% (201 of 354 strings)
2018-03-31 15:04:27 +02:00
se7entime
8fab405a3a
Translated using Weblate (Indonesian)
...
Currently translated at 55.0% (195 of 354 strings)
2018-03-31 15:03:32 +02:00
se7entime
ee409f3ca9
Translated using Weblate (Indonesian)
...
Currently translated at 49.7% (176 of 354 strings)
2018-03-31 15:00:23 +02:00
Veli Tasalı
5d8c7e5733
Translated using Weblate (Turkish)
...
Currently translated at 96.8% (343 of 354 strings)
2018-03-31 14:59:24 +02:00
Stnby
a68c763125
Translated using Weblate (Lithuanian)
...
Currently translated at 87.8% (311 of 354 strings)
2018-03-31 14:59:23 +02:00
se7entime
31ac89d9d6
Translated using Weblate (Indonesian)
...
Currently translated at 49.4% (175 of 354 strings)
2018-03-31 14:59:22 +02:00
se7entime
8b258cbbe4
Translated using Weblate (Indonesian)
...
Currently translated at 47.7% (169 of 354 strings)
2018-03-31 14:55:56 +02:00
se7entime
53676fc0fd
Translated using Weblate (Indonesian)
...
Currently translated at 47.1% (167 of 354 strings)
2018-03-31 14:53:54 +02:00
Christian Schabesberger
fae777c14c
make service items in drawer be dynamicly generated
2018-03-30 18:41:11 +02:00
Christian Schabesberger
1af6dc614a
remove global ip range label
2018-03-30 14:46:26 +02:00
Christian Schabesberger
2986004638
remove entry points in three dot menu in main screen
2018-03-30 11:52:05 +02:00
Christian Schabesberger
d6f7b4706b
remove beta build
2018-03-30 11:09:07 +02:00
Víctor Manuel Tapia Ramírez
0ec259a5fc
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (354 of 354 strings)
2018-03-28 09:50:20 +02:00
nautilusx
1bb4ac4e9c
Translated using Weblate (German)
...
Currently translated at 95.7% (339 of 354 strings)
2018-03-28 05:36:45 +02:00
MORTI
f376b98c09
Translated using Weblate (French)
...
Currently translated at 96.3% (341 of 354 strings)
2018-03-28 05:36:41 +02:00
Edwar Tikhonov
aead9592cf
Translated using Weblate (Russian)
...
Currently translated at 94.9% (336 of 354 strings)
2018-03-27 11:39:53 +02:00
MORTI
bedacf29d9
Translated using Weblate (French)
...
Currently translated at 96.0% (340 of 354 strings)
2018-03-27 04:49:28 +02:00
anonymous
570e9a8307
Translated using Weblate (French)
...
Currently translated at 89.2% (316 of 354 strings)
2018-03-27 01:15:17 +02:00
justanidea
fcb94ec603
Translated using Weblate (French)
...
Currently translated at 88.9% (315 of 354 strings)
2018-03-27 01:13:44 +02:00
anonymous
69886ed58b
Translated using Weblate (French)
...
Currently translated at 88.7% (314 of 354 strings)
2018-03-27 01:13:05 +02:00
MORTI
798235cd21
Translated using Weblate (French)
...
Currently translated at 88.4% (313 of 354 strings)
2018-03-27 01:12:25 +02:00
ezjerry liao
ff366cb2c5
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (354 of 354 strings)
2018-03-26 11:33:45 +02:00
Weblate
a87861a993
Merge remote-tracking branch 'origin/dev' into dev
2018-03-25 23:34:16 +02:00
AB
65476356c9
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (354 of 354 strings)
2018-03-25 23:34:12 +02:00
John Zhen Mo
b546df7b95
-Fixed activity not available exception when setting title on subscription fragments when used as front pager.
2018-03-25 10:29:37 -07:00
Emanuele Petriglia
20c1f12da8
Translated using Weblate (Italian)
...
Currently translated at 100.0% (354 of 354 strings)
2018-03-25 13:21:40 +02:00
Tobias Groza
4f367a3dcd
Translated using Weblate (German)
...
Currently translated at 89.8% (318 of 354 strings)
2018-03-25 11:36:16 +02:00
Heimen Stoffels
d7093bce4d
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (354 of 354 strings)
2018-03-25 11:36:13 +02:00
anonymous
f1b292df93
Translated using Weblate (German)
...
Currently translated at 89.8% (318 of 354 strings)
2018-03-25 00:41:30 +01:00
Tobias Groza
0cd383b8dd
Translated using Weblate (German)
...
Currently translated at 88.9% (315 of 354 strings)
2018-03-25 00:40:01 +01:00
Weblate
22c404a667
Merge remote-tracking branch 'origin/dev' into dev
2018-03-24 18:40:13 +01:00
Oleh Ilnytskyi
ba11a59d89
Translated using Weblate (Polish)
...
Currently translated at 93.0% (319 of 343 strings)
2018-03-24 18:40:13 +01:00
Freddy Morán Jr
06020851a9
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (343 of 343 strings)
2018-03-24 18:40:07 +01:00
Christian Schabesberger
fd5cbde18c
fix readme conflict
2018-03-24 10:56:31 +01:00
Mohammad Hassan
ff05c36856
Translated using Weblate (Arabic)
...
Currently translated at 87.4% (300 of 343 strings)
2018-03-24 02:34:15 +01:00
John Zhen Mo
02f48ccc7f
-Removed duplicate dialog open instances in service player activity.
2018-03-22 18:44:03 -07:00
John Zhen Mo
72eaff148c
-Fixed main player paused video not abandoning audio focus after navigating away from activity during interruption, when resume on focus regain is enabled.
...
-Separated onPause and onPlay functions from onPlayPause.
-Renamed onVideoPlayPause to onPlayPause.
2018-03-22 18:12:11 -07:00
John Zhen Mo
8b60397f06
-Changed detail fragment thumbnail failure to produce a snackbar error rather than a full error activity.
2018-03-22 18:11:59 -07:00
John Zhen Mo
18d019c62a
-Added quadratic slider strategy implementation and tests.
...
-Modified playback speed control to use quadratic sliders instead of linear.
-Modified number formatters in player helper to use double instead of float.
-Simplified slider behavior in playback parameter dialog.
-Fixed potential NPE in base local fragment.
2018-03-21 20:08:33 -07:00
Weblate
27527b18e1
Merge remote-tracking branch 'origin/dev' into dev
2018-03-21 23:37:21 +01:00
Tobias Groza
ae9aa2662a
Translated using Weblate (German)
...
Currently translated at 93.2% (320 of 343 strings)
2018-03-21 23:37:17 +01:00
wb9688
8556e99241
Remove IP range
...
This would close #1148 . I haven't tested it myself yet. @TheAssassin: Could you update the Sentry part?
2018-03-21 10:55:22 +01:00
John Zhen Mo
e885822a34
-Added playback speed control dialog to allow full user control over player tempo and pitch parameters.
...
-Changed tempo and pitch button in service player activity and tempo button in main video player to open speed control dialog.
-Changed LIVE button to be no longer clickable when player position is at or beyond default position.
-Changed main video player to use AppCompatActivity rather than Activity.
-Fixed video player tempo button not updating when player speed parameters change.
-Fixed player crashing on lower sdk versions due to no MediaButtonReceiver, added intent back to manifest.
-Fixed inconsistent gradle library naming.
-Fixed stetho dependencies incorrect version.
2018-03-21 00:11:54 -07:00
Weblate
8ebb564a79
Merge remote-tracking branch 'origin/dev' into dev
2018-03-20 16:36:52 +01:00
Tobias Groza
7dc176edcb
Translated using Weblate (German)
...
Currently translated at 93.2% (320 of 343 strings)
2018-03-20 16:36:47 +01:00
John Zhen Mo
5167fe078b
-Refactored synchronization checks out from MediaSourceManager to ManagedMediaSource.
...
-Fixed null input causing potential NPE on PlayQueueItem.
2018-03-19 16:44:18 -07:00
John Zhen Mo
bc7188c8a8
-Added media session implementation for all players.
...
-Extracted version numbers in gradle dependencies.
-Updated ExoPlayer to 2.7.1.
-Updated RxJava to 2.1.10, RxAndroid to 2.0.2 and RxBinding to 2.1.1.
-Removed deprecated implementation of media buttons.
2018-03-19 16:44:18 -07:00
John Zhen Mo
5a05cb96be
-Changed start position seek to occur after media source window has been prepared.
...
-Fixed livestream not seeking to live when started from play queue.
-Fixed media source manager synchronization to only occur after timeline change has completed.
-Fixed auto queue not working when last item is replayed after the auto-queued item is removed.
-Updated ExoPlayer to 2.7.1.
2018-03-19 16:44:17 -07:00
John Zhen Mo
0258726f0a
-Changed thumbnail toggle in disabled mode to load dark dummy image.
...
-Changed play queue items to display service names.
-Fixed Soundcloud playlist not fitting thumbnail.
-Refactored image display options to follow uniform behavior.
-Refactoring and style changes on audio reactor and media button receiver.
2018-03-19 16:44:17 -07:00
John Zhen Mo
a5f9927459
-Fixed main player animations not working on first call.
2018-03-19 16:40:40 -07:00
John Zhen Mo
61b422502b
-[ #1060 ] Added toggle to disable thumbnail loading.
...
-Added button to wipe metadata cache.
-Added more paddings on player buttons.
-Added new animations to main player secondary controls and play queue expand/collapse.
-Refactored play queue item touch callback for use in all players.
-Improved MediaSourceManager to better handle expired stream reloading.
-[#1186 ] Changed live sync button text to "LIVE".
-Removed MediaSourceManager loader coupling on main players.
-Moved service dependent expiry resolution to ServiceHelper.
-[#1186 ] Fixed livestream timeline updates causing negative time position.
-[#1186 ] Fixed livestream not starting from live-edge.
-Fixed main player system UI not retracting on playback start.
2018-03-19 16:40:40 -07:00
Christian Schabesberger
1e57b5ea49
Merge pull request #1193 from TeamNewPipe/fix_page
...
made frontend combatible to latest extractor refactorings
2018-03-19 23:22:28 +01:00
Allan Nordhøy
12ce915e8e
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 93.2% (320 of 343 strings)
2018-03-19 22:44:34 +01:00
ezjerry liao
a32273af91
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (343 of 343 strings)
2018-03-19 12:40:50 +01:00
Christian Schabesberger
96a327af17
made frontend combatible to latest extractor refactorings
2018-03-18 16:37:49 +01:00
AB
1910e81ad9
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (343 of 343 strings)
2018-03-18 14:40:32 +01:00
ezjerry liao
80593e774c
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 99.7% (342 of 343 strings)
2018-03-18 13:35:17 +01:00
AB
c092fc8e18
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (343 of 343 strings)
2018-03-17 13:40:27 +01:00
E T
579efa15c7
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (343 of 343 strings)
2018-03-17 12:40:00 +01:00
E T
37ff4e9aeb
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (343 of 343 strings)
2018-03-16 12:21:00 +01:00
Weblate
4e4a7de5d4
Merge remote-tracking branch 'origin/dev' into dev
2018-03-15 15:35:15 +01:00
Olexandr Nesterenko
2d1bc6436a
Translated using Weblate (Ukrainian)
...
Currently translated at 98.8% (339 of 343 strings)
2018-03-15 15:35:15 +01:00
Edwar Tikhonov
65726d75cc
Translated using Weblate (Russian)
...
Currently translated at 100.0% (343 of 343 strings)
2018-03-15 15:35:13 +01:00
Yaron Shahrabani
d63c0a32eb
Translated using Weblate (Hebrew)
...
Currently translated at 75.8% (260 of 343 strings)
2018-03-15 15:35:12 +01:00
ezjerry liao
e49c4162e5
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 98.5% (338 of 343 strings)
2018-03-15 15:35:07 +01:00
Christian Schabesberger
ffc5ad5ce7
Merge branch 'media_buttons' of https://github.com/alexandrepa/NewPipe into media
2018-03-14 18:27:17 +01:00
Edwar Tikhonov
2dbfc28d69
Translated using Weblate (Russian)
...
Currently translated at 100.0% (343 of 343 strings)
2018-03-14 16:34:36 +01:00
ezjerry liao
1ac7b2b8cb
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 98.2% (337 of 343 strings)
2018-03-14 13:35:30 +01:00
cozyplanes
7d047e612e
Translated using Weblate (Korean)
...
Currently translated at 100.0% (343 of 343 strings)
2018-03-14 12:38:22 +01:00
alexandre patelli
24f2999669
Handling play/pause button from different headsets
2018-03-13 22:57:59 +01:00
Eduardo Caron
b08728b645
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 98.8% (339 of 343 strings)
2018-03-13 18:38:49 +01:00
cozyplanes
00dee43a1e
Translated using Weblate (Korean)
...
Currently translated at 100.0% (343 of 343 strings)
2018-03-13 12:23:55 +01:00
Freddy Morán Jr
21e300b9f3
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (343 of 343 strings)
2018-03-12 21:18:01 +01:00
Emanuele Petriglia
158f0aa2d9
Translated using Weblate (Italian)
...
Currently translated at 100.0% (343 of 343 strings)
2018-03-12 17:53:29 +01:00
Weblate
10fb763d66
Merge remote-tracking branch 'origin/dev' into dev
2018-03-12 17:00:19 +01:00
cozyplanes
4aa2c1c2c2
Translated using Weblate (Korean)
...
Currently translated at 95.0% (326 of 343 strings)
2018-03-12 17:00:18 +01:00
Heimen Stoffels
bdf044d264
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (343 of 343 strings)
2018-03-12 17:00:08 +01:00
Christian Schabesberger
a9fea9f606
fix release crash because of setting sidebar header
2018-03-12 16:00:38 +01:00
Weblate
11002e9d45
Merge remote-tracking branch 'origin/dev' into dev
2018-03-12 15:50:38 +01:00
cozyplanes
e7a0b850df
Translated using Weblate (Korean)
...
Currently translated at 100.0% (324 of 324 strings)
2018-03-12 15:50:33 +01:00
Christian Schabesberger
736c902f3c
fix weblate conflict
2018-03-11 21:38:19 +01:00
ButterflyOfFire
a67ff564d0
Translated using Weblate (Arabic)
...
Currently translated at 91.6% (297 of 324 strings)
2018-03-11 20:36:51 +01:00
Andreas Kleinert
2a778383b1
Translated using Weblate (German)
...
Currently translated at 93.2% (302 of 324 strings)
2018-03-11 20:36:47 +01:00
alexandre patelli
36457400e7
Review Fixes
2018-03-11 19:23:00 +01:00
alexandre patelli
1d629e7b2e
Direct use of AudioManager from AudioReactor
2018-03-11 15:09:11 +01:00
alexandre patelli
5f764ab8f5
Media Button Play/Pause, Previous and Next in Background Player
2018-03-10 18:25:20 +01:00
Pablo Hinojosa
a8c9edbc3f
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (324 of 324 strings)
2018-03-10 17:38:49 +01:00
Emanuele Petriglia
0a5bffe826
Translated using Weblate (Italian)
...
Currently translated at 100.0% (324 of 324 strings)
2018-03-10 17:38:39 +01:00
Mauricio Colli
9c9b6bc0d6
Change thumbnail's scale strategy
...
- Closes #1054
2018-03-10 13:36:50 -03:00
Mauricio Colli
562f7e7e41
Add duration view to video detail fragment
...
- Add "textAllCaps" to the mini stream layout
- Closes #609
2018-03-10 13:20:10 -03:00
Mauricio Colli
594c55afa6
Merge pull request #1145 from mauriciocolli/dev
...
Implement subscriptions import/export
2018-03-10 12:11:13 -03:00
Pablo Hinojosa
0abf97e999
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (324 of 324 strings)
2018-03-10 16:07:50 +01:00
Freddy Morán Jr
b811aec773
Translated using Weblate (Spanish)
...
Currently translated at 98.7% (320 of 324 strings)
2018-03-10 15:47:34 +01:00
AB
ca47f566dc
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (324 of 324 strings)
2018-03-10 14:41:06 +01:00
Yaron Shahrabani
65674f7fd4
Translated using Weblate (Hebrew)
...
Currently translated at 79.6% (258 of 324 strings)
2018-03-10 09:36:40 +01:00
Eduardo Caron
dcc510ff6c
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 98.7% (320 of 324 strings)
2018-03-10 00:39:26 +01:00
Emanuele Petriglia
a4fe43a964
Translated using Weblate (Italian)
...
Currently translated at 100.0% (324 of 324 strings)
2018-03-09 16:44:18 +01:00
Kotoba Murasaki
3dab4c07cf
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (324 of 324 strings)
2018-03-09 13:52:18 +01:00
E T
ee3248ea5d
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (324 of 324 strings)
2018-03-09 12:28:47 +01:00
anonymous
7be5ec0521
Translated using Weblate (Hebrew)
...
Currently translated at 79.3% (257 of 324 strings)
2018-03-09 09:25:05 +01:00
Yaron Shahrabani
04e90cc279
Translated using Weblate (Hebrew)
...
Currently translated at 78.7% (255 of 324 strings)
2018-03-09 09:24:48 +01:00
anonymous
ec8d488249
Translated using Weblate (Hebrew)
...
Currently translated at 78.0% (253 of 324 strings)
2018-03-09 09:24:03 +01:00
Yaron Shahrabani
41fdafac45
Translated using Weblate (Hebrew)
...
Currently translated at 76.8% (249 of 324 strings)
2018-03-09 09:23:19 +01:00
anonymous
d2e2622279
Translated using Weblate (Hebrew)
...
Currently translated at 75.9% (246 of 324 strings)
2018-03-09 09:22:41 +01:00
Yaron Shahrabani
9476bd6527
Translated using Weblate (Hebrew)
...
Currently translated at 75.6% (245 of 324 strings)
2018-03-09 09:22:32 +01:00
anonymous
24a06ea6f6
Translated using Weblate (Hebrew)
...
Currently translated at 75.6% (245 of 324 strings)
2018-03-09 09:22:09 +01:00
Yaron Shahrabani
2567f8eefb
Translated using Weblate (Hebrew)
...
Currently translated at 75.3% (244 of 324 strings)
2018-03-09 09:21:54 +01:00
ezjerry liao
fa5f5ce251
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (324 of 324 strings)
2018-03-09 02:58:02 +01:00
Heimen Stoffels
728a61756a
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (324 of 324 strings)
2018-03-08 21:25:11 +01:00
Kotoba Murasaki
736ccbe376
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (324 of 324 strings)
2018-03-08 20:38:45 +01:00
Weblate
fa2b226b9e
Merge remote-tracking branch 'origin/dev' into dev
2018-03-08 20:24:24 +01:00
Kotoba Murasaki
e8c5ae194d
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (318 of 318 strings)
2018-03-08 20:24:19 +01:00
Mauricio Colli
cc2feab37e
Implement UI for subscriptions import/export
...
- Nice and easy to use import/export options in the subscriptions fragment
- Includes instructions for each service (in the import fragment/screen)
2018-03-08 11:50:46 -03:00
Mauricio Colli
83b084a90b
Implement subscriptions import/export
...
- Import subscriptions from YouTube and SoundCloud (all services that the extractor support)
- Import/export a JSON representation of the subscriptions
- [Minor] Remove some javax annotations in favor of the one provided by the android support library
2018-03-08 10:39:24 -03:00
Schabi
03d7a416f3
add live lable to toolbar
2018-03-06 19:24:58 +01:00
Schabi
e6e812fdb0
Merge branch 'exoplayer-update' of https://github.com/karyogamy/NewPipe into live
2018-03-06 17:23:37 +01:00
John Zhen Mo
b34160eeec
-Fixed main video player losing state when killed in background.
...
-Disabled auto queuing when repeating is enabled.
-Added method to use startForegroundService instead of startService in sdk 26 and up.
2018-03-05 19:03:49 -08:00
John Zhen Mo
d01aeab242
-Added auto-queuing to allow next or related streams to queue up when the last item on play queue is playing.
...
-Added toggle to enable auto-queuing.
-Modified main video player to only pause the video onPause.
-Fixed main video player not saving play queue state onStop.
2018-03-04 20:16:38 -08:00
anonymous
9904e01252
Translated using Weblate (Serbian)
...
Currently translated at 78.6% (250 of 318 strings)
2018-03-04 14:41:36 +01:00
John Zhen Mo
7f068b691b
-Removed system ui on main player for Kitkat or above.
...
-[#1151 ] Hide video player UI on playing to avoid unnecessary interruptions after pause, seek and resize.
2018-03-03 20:58:53 -08:00
John Zhen Mo
59558efed1
-Added seamless shuffling.
...
-Reenabled full window loading in MediaSourceManager.
2018-03-03 20:58:06 -08:00
John Zhen Mo
a88e19a8ed
-Added toggle to enable fast inexact seek in players.
...
-Improved player sync calls to recognize different metadata updates.
-Changed MediaSourceManager to synchronize only after timeline changes and reenabled multiple sync calls to player.
-Renamed listener and synchronization methods related to MediaSourceManager.
2018-03-03 14:24:21 -08:00
John Zhen Mo
0c17f0825b
-Added loader eviction to avoid spawning too many threads in MediaSourceManager.
...
-Added nonnull and final constraints to variables in MediaSourceManager.
-Added nonnull and final constraints on context related objects in BasePlayer.
-Fixed Hls livestreams crashing player when behind live window for too long.
-Fixed cache miss when InfoCache key mismatch between StreamInfo and StreamInfoItem.
2018-03-03 11:42:23 -08:00
Mladen Pejaković
9384d2523a
Translated using Weblate (Serbian)
...
Currently translated at 78.3% (249 of 318 strings)
2018-03-03 14:03:02 +01:00
anonymous
0e13172a89
Translated using Weblate (Serbian)
...
Currently translated at 78.3% (249 of 318 strings)
2018-03-03 14:02:34 +01:00
Mladen Pejaković
92f34452b5
Translated using Weblate (Serbian)
...
Currently translated at 77.9% (248 of 318 strings)
2018-03-03 14:02:17 +01:00
anonymous
db54929584
Translated using Weblate (Serbian)
...
Currently translated at 77.9% (248 of 318 strings)
2018-03-03 14:01:59 +01:00
Mladen Pejaković
ba23cafb18
Translated using Weblate (Serbian)
...
Currently translated at 77.6% (247 of 318 strings)
2018-03-03 14:01:43 +01:00
anonymous
a2e189767b
Translated using Weblate (Serbian)
...
Currently translated at 77.3% (246 of 318 strings)
2018-03-03 14:01:30 +01:00
anonymous
0d236fd678
Translated using Weblate (Serbian)
...
Currently translated at 76.4% (243 of 318 strings)
2018-03-03 14:00:48 +01:00
Mladen Pejaković
9979b160c7
Translated using Weblate (Serbian)
...
Currently translated at 76.1% (242 of 318 strings)
2018-03-03 14:00:39 +01:00
anonymous
65b332c395
Translated using Weblate (Serbian)
...
Currently translated at 76.1% (242 of 318 strings)
2018-03-03 13:59:43 +01:00
Mladen Pejaković
b867ac8cc7
Translated using Weblate (Serbian)
...
Currently translated at 75.7% (241 of 318 strings)
2018-03-03 13:59:38 +01:00
Enol P
9a0ff24ffe
Translated using Weblate (Asturian)
...
Currently translated at 97.4% (310 of 318 strings)
2018-03-03 03:34:28 +01:00
Eduardo Caron
9540a12b6f
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 99.0% (315 of 318 strings)
2018-03-03 01:41:17 +01:00
HardLight
3ec979cc40
Translated using Weblate (Lithuanian)
...
Currently translated at 100.0% (318 of 318 strings)
2018-03-01 22:38:41 +01:00
John Zhen Mo
9ea08c8a4b
-Re-added loading for items prior to current index in MediaSourceManager to allow faster access time.
...
-Added some null checks annotation.
2018-02-28 23:25:45 -08:00
Digiwizkid
629eada5c3
Translated using Weblate (Bengali (Bangladesh))
...
Currently translated at 40.5% (129 of 318 strings)
2018-03-01 04:34:43 +01:00
John Zhen Mo
a1220c77da
-Added serialized cache for transferring serializable objects too large for intent transactions.
...
-Fixed potential transaction too large exceptions for player intents.
2018-02-28 17:47:12 -08:00
John Zhen Mo
b4668367c6
-Added better assertions and documentations to new mechanism in MediaSourceManager.
...
-Modified LoadController to allow fast playback start and increased buffer zigzag window.
-Removed unnecessary loading on timeline changes.
-Changed select message in MediaSourceManager to cause immediate load.
-Reduced default expiration time in MediaSourceManager.
-Fixed main video player not showing end time on audio-only streams.
-Fixed live stream has player view disabled after transitioning from audio stream.
-Fixed inconsistent progress bar height between live and non-live video on main player.
2018-02-28 17:45:05 -08:00
John Zhen Mo
77da40e507
-Added perpetual extractor source loading on network failures.
...
-Fixed play queue playlist desynchronization caused by media source manager window loading expansion on sublist prior to current item.
-Fixed failed media source not treated as ready for playback.
2018-02-26 22:37:19 -08:00
John Zhen Mo
b3b2748bb7
-Improved player queue stability by using more aggressive synchronization policy.
...
-Added sync buttons on live streams to allow seeking to live edge.
-Added custom cache key for extractor sources to allow more persistent reuse.
-Refactored player data source factories into own class and separating live and non-live data sources.
2018-02-26 19:57:59 -08:00
ezjerry liao
26e8143616
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (318 of 318 strings)
2018-02-26 14:30:19 +01:00
John Zhen Mo
1444fe5468
-Fixed potential NPE when obtaining broadcast receiver.
...
-Extracted expiration time in media source manager.
-Re-enabled long click on live stream info items.
-Fixed dash source building to use mpd instead of extractor.
2018-02-25 20:12:30 -08:00
John Zhen Mo
ac431e3ece
-Fixed failed media source not treated as ready.
2018-02-25 15:32:25 -08:00
John Zhen Mo
563a4137bd
-Fixed inconsistent audio focus state when audio becomes noisy (e.g. headset unplugged).
...
-Fixed live media sources failing when using cached data source by introducing
cacheless data sources.
-Added custom track selector to circumvent ExoPlayer's language normalization NPE.
-Updated Extractor to correctly load live streams.
-Removed deprecated deferred media source and media source manager.
-Removed Livestream exceptions.
2018-02-25 15:10:11 -08:00
John Zhen Mo
19cbcd0c1d
-Fixed media source update index check.
...
-Fixed media source manager excessive loading.
-Remove unneeded fields in loaded media source.
2018-02-24 21:54:47 -08:00
John Zhen Mo
8803b60b28
-Updated Exoplayer to 2.7.0.
...
-PoC for new seamless stream loading mechanism.
2018-02-24 21:54:47 -08:00
Weblate
e9f59ae769
Merge remote-tracking branch 'origin/dev' into dev
2018-02-24 23:37:04 +01:00
Matej U
5cf3bee336
Translated using Weblate (Slovenian)
...
Currently translated at 77.3% (246 of 318 strings)
2018-02-24 23:37:04 +01:00
Maciej Gamrat
060fe835c7
Translated using Weblate (Polish)
...
Currently translated at 100.0% (318 of 318 strings)
2018-02-24 23:37:02 +01:00
Toldi Balázs
2688ea8f59
Translated using Weblate (Hungarian)
...
Currently translated at 44.6% (142 of 318 strings)
2018-02-24 23:37:01 +01:00
Arun Negi
8eb61cf752
Translated using Weblate (Hindi)
...
Currently translated at 99.6% (317 of 318 strings)
2018-02-24 23:36:56 +01:00
Tobias Groza
6628901d46
Translated using Weblate (German)
...
Currently translated at 94.6% (301 of 318 strings)
2018-02-24 23:36:52 +01:00
Christian Schabesberger
5a31882be3
Merge branch 'dev' of github.com:teamnewpipe/NewPipe into dev
2018-02-24 22:57:34 +01:00
Christian Schabesberger
a42da09d6c
make NewPipe compatible with latest Extractor refactorings
2018-02-24 22:57:25 +01:00
nieko-nera
658cf5c873
Translated using Weblate (Lithuanian)
...
Currently translated at 100.0% (318 of 318 strings)
2018-02-24 19:38:45 +01:00
Coffeemaker
b8c752b740
Translated using Weblate (Polish)
...
Currently translated at 100.0% (318 of 318 strings)
2018-02-24 18:51:39 +01:00
Maciej Gamrat
9151ae7081
Translated using Weblate (Polish)
...
Currently translated at 100.0% (318 of 318 strings)
2018-02-24 18:51:28 +01:00
anonymous
a1a894f722
Translated using Weblate (Polish)
...
Currently translated at 100.0% (318 of 318 strings)
2018-02-24 18:50:22 +01:00
Maciej Gamrat
3352ee3151
Translated using Weblate (Polish)
...
Currently translated at 100.0% (318 of 318 strings)
2018-02-24 18:49:38 +01:00
Maciej Gamrat
da3533a430
Translated using Weblate (Polish)
...
Currently translated at 100.0% (318 of 318 strings)
2018-02-24 18:48:41 +01:00
anonymous
0bb7f9becf
Translated using Weblate (Polish)
...
Currently translated at 83.0% (264 of 318 strings)
2018-02-24 18:02:21 +01:00
Maciej Gamrat
40c64ee2d8
Translated using Weblate (Polish)
...
Currently translated at 83.0% (264 of 318 strings)
2018-02-24 18:01:21 +01:00
r2308145
66651f7111
Translated using Weblate (Czech)
...
Currently translated at 100.0% (318 of 318 strings)
2018-02-24 13:43:02 +01:00
Freddy Morán Jr
c7d0bd5dec
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (318 of 318 strings)
2018-02-24 03:40:58 +01:00
anonymous
9ce0a9d49d
Translated using Weblate (Hungarian)
...
Currently translated at 30.5% (97 of 318 strings)
2018-02-23 22:54:03 +01:00
Toldi Balázs
2070b353c2
Translated using Weblate (Hungarian)
...
Currently translated at 30.1% (96 of 318 strings)
2018-02-23 22:52:47 +01:00
anonymous
1d91f3b91b
Translated using Weblate (Hungarian)
...
Currently translated at 29.5% (94 of 318 strings)
2018-02-23 22:52:04 +01:00
Toldi Balázs
8b0aebfddb
Translated using Weblate (Hungarian)
...
Currently translated at 29.2% (93 of 318 strings)
2018-02-23 22:51:13 +01:00
anonymous
467905d7b0
Translated using Weblate (Hungarian)
...
Currently translated at 29.2% (93 of 318 strings)
2018-02-23 22:50:48 +01:00
Toldi Balázs
cc81921bcb
Translated using Weblate (Hungarian)
...
Currently translated at 28.9% (92 of 318 strings)
2018-02-23 22:50:36 +01:00
anonymous
8600c04ff3
Translated using Weblate (Hungarian)
...
Currently translated at 28.6% (91 of 318 strings)
2018-02-23 22:50:00 +01:00
Toldi Balázs
3f31445f12
Translated using Weblate (Hungarian)
...
Currently translated at 27.3% (87 of 318 strings)
2018-02-23 22:49:15 +01:00
anonymous
8a33371f37
Translated using Weblate (Hungarian)
...
Currently translated at 26.7% (85 of 318 strings)
2018-02-23 22:48:01 +01:00
Toldi Balázs
1164bd7183
Translated using Weblate (Hungarian)
...
Currently translated at 25.7% (82 of 318 strings)
2018-02-23 22:40:53 +01:00
anonymous
589fcd09c0
Translated using Weblate (Hungarian)
...
Currently translated at 25.4% (81 of 318 strings)
2018-02-23 22:40:37 +01:00
Weblate
c5d49016d4
Merge remote-tracking branch 'origin/dev' into dev
2018-02-23 18:48:55 +01:00
Freddy Morán Jr
8886b12151
Translated using Weblate (Spanish)
...
Currently translated at 99.0% (315 of 318 strings)
2018-02-23 18:48:54 +01:00
nieko-nera
336ffd7cf0
Translated using Weblate (Lithuanian)
...
Currently translated at 100.0% (318 of 318 strings)
2018-02-23 18:48:50 +01:00
Christian Schabesberger
3088778a9f
Merge pull request #1136 from wb9688/okhttp-uil
...
Use OkHttp with UIL
2018-02-23 18:06:13 +01:00
E T
4c1de83b24
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (318 of 318 strings)
2018-02-23 11:43:24 +01:00
Emanuele Petriglia
ee2fbfc2d1
Translated using Weblate (Italian)
...
Currently translated at 100.0% (318 of 318 strings)
2018-02-23 09:46:40 +01:00
Heimen Stoffels
dff7fe722b
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (318 of 318 strings)
2018-02-22 22:48:45 +01:00
Weblate
eb6dac2e9f
Merge remote-tracking branch 'origin/dev' into dev
2018-02-22 22:41:15 +01:00
Oleh Ilnytskyi
255760de16
Translated using Weblate (Ukrainian)
...
Currently translated at 69.8% (220 of 315 strings)
2018-02-22 22:41:09 +01:00
wb9688
a2373b817a
Use OkHttp with UIL
2018-02-22 13:25:56 +01:00
Christian Schabesberger
72a9940863
Merge branch 'player_fix' of https://github.com/karyogamy/NewPipe into dev
2018-02-21 23:20:08 +01:00
Christian Schabesberger
46e088b5f3
made debug setting get a debug symbol
2018-02-21 23:14:14 +01:00
Christian Schabesberger
a3468b51e2
Merge branch 'pfix' into dev
2018-02-21 23:00:56 +01:00
John Zhen Mo
34f19c4268
-Changed Rx exception handling to swallow undeliverable exceptions by default.
2018-02-21 10:42:54 -08:00
Mauricio Colli
1d2c616ce0
Improve some aspects of the Downloader implementation
2018-02-21 08:08:52 -03:00
r2308145
99e0f0c3e4
Translated using Weblate (Czech)
...
Currently translated at 100.0% (315 of 315 strings)
2018-02-21 12:04:15 +01:00
John Zhen Mo
1a92dfb019
-Changed global Rx exception handling to no longer trigger error activity if the exception is undeliverable.
...
-Added debug settings to force reporting of undeliverable Rx exceptions.
-Changed back MediaSourceManager to use serial disposable for syncing.
2018-02-20 22:35:34 -08:00
John Zhen Mo
cc7f27fb53
-Added debug default values on settings init.
2018-02-20 21:16:53 -08:00
John Zhen Mo
e8402008bc
-Added debug preference settings for debug and beta builds.
...
-Removed leak canary toggle on app menu.
-Added leak canary settings to debug preference.
-Removed/renamed leak canary related strings.
2018-02-20 21:16:53 -08:00
John Zhen Mo
c1a302834c
-Fixed auto-generated string not translatable.
2018-02-20 21:15:23 -08:00
John Zhen Mo
762f374f93
-Fixed media source manager sync identical item multiple times, causing OOM.
...
-Removed deprecated translated leak canary string from other languages.
2018-02-20 21:15:23 -08:00
John Zhen Mo
e21d2bd511
-Fixed video player source loading for audio only streams.
...
-Changed "monitor leak" string to "LeakCanary" as untranslatable.
2018-02-20 21:15:23 -08:00
John Zhen Mo
d936ca6b89
-Added view registration on repeats.
...
-Added drag reorder speed clamping to play queue list.
-Fixed service player activity memory leak.
-Fixed media source manager sync disposable fallthrough causing NPE.
-Fixed thread bouncing during play queue item async stream resolution.
-Updated ExoPlayer to 2.6.0.
2018-02-20 21:15:23 -08:00
Weblate
88ac821070
Merge remote-tracking branch 'origin/dev' into dev
2018-02-21 02:52:10 +01:00
Arun Negi
c20837d5f5
Translated using Weblate (Hindi)
...
Currently translated at 100.0% (315 of 315 strings)
2018-02-21 02:52:09 +01:00
aladar42
81a4c66f92
Translated using Weblate (Czech)
...
Currently translated at 98.7% (311 of 315 strings)
2018-02-21 02:52:07 +01:00
ezjerry liao
e4dfb02cb0
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (315 of 315 strings)
2018-02-21 02:52:03 +01:00
Christian Schabesberger
0abaab4880
Merge branch 'okhttp' of https://github.com/wb9688/NewPipe into ht
2018-02-21 00:28:03 +01:00
Christian Schabesberger
a1aaa52c2a
add link to NewPipe blog
2018-02-21 00:24:43 +01:00
Emanuele Petriglia
b3a509ad14
Translated using Weblate (Italian)
...
Currently translated at 100.0% (315 of 315 strings)
2018-02-20 19:12:39 +01:00
Freddy Morán Jr
ad0f58090f
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (315 of 315 strings)
2018-02-20 18:48:54 +01:00
Heimen Stoffels
43c4e619c2
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (315 of 315 strings)
2018-02-20 17:52:58 +01:00
wb9688
427397ba7b
Translated using Weblate (Dutch)
...
Currently translated at 99.6% (314 of 315 strings)
2018-02-20 17:52:53 +01:00
Arun Negi
b51abf1ea6
Translated using Weblate (Hindi)
...
Currently translated at 100.0% (315 of 315 strings)
2018-02-20 16:39:48 +01:00
wb9688
76e082159d
Use OkHttp
2018-02-20 16:24:43 +01:00
Weblate
d36c371c1d
Merge remote-tracking branch 'origin/dev' into dev
2018-02-20 14:36:49 +01:00
Marian Hanzel
a5b2100f8a
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (314 of 314 strings)
2018-02-20 14:36:49 +01:00
S Pimenta
fe19780f06
Translated using Weblate (Portuguese)
...
Currently translated at 80.2% (252 of 314 strings)
2018-02-20 14:36:48 +01:00
justanidea
83f1d7af82
Translated using Weblate (French)
...
Currently translated at 96.4% (303 of 314 strings)
2018-02-20 14:36:48 +01:00
ezjerry liao
1916616b07
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 99.0% (311 of 314 strings)
2018-02-20 14:36:47 +01:00
anonymous
0a6a684acc
Translated using Weblate (Hindi)
...
Currently translated at 76.1% (239 of 314 strings)
2018-02-20 14:36:43 +01:00
Christian Schabesberger
77d5714059
Merge pull request #1109 from TobiGr/soundcloud-kiosk
...
Enable SoundCloud kiosks as main page fragment for debug and beta
2018-02-20 13:38:20 +01:00
Christian Schabesberger
76c59cbdea
Merge pull request #1125 from TeamNewPipe/header
...
Header
2018-02-19 22:42:02 +01:00
Christian Schabesberger
212f7dfc93
fix drawer header service label noch chaning, and other things
2018-02-19 21:04:13 +01:00
CookieCaptain D
9ba37ce34c
Translated using Weblate (Portuguese)
...
Currently translated at 77.7% (244 of 314 strings)
2018-02-19 20:05:18 +01:00
S Pimenta
6c439bfbc4
Translated using Weblate (Portuguese)
...
Currently translated at 77.3% (243 of 314 strings)
2018-02-19 20:04:30 +01:00
CookieCaptain D
352d0db08b
Translated using Weblate (Portuguese)
...
Currently translated at 76.4% (240 of 314 strings)
2018-02-19 20:03:22 +01:00
S Pimenta
be8ce1fce5
Translated using Weblate (Portuguese)
...
Currently translated at 75.7% (238 of 314 strings)
2018-02-19 20:02:28 +01:00
Marian Hanzel
f6356e576a
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (314 of 314 strings)
2018-02-19 17:48:30 +01:00
Florian
83a34a8ba1
Translated using Weblate (French)
...
Currently translated at 89.4% (281 of 314 strings)
2018-02-19 12:36:11 +01:00
Freddy Morán Jr
fb7a855eda
Translated using Weblate (Spanish)
...
Currently translated at 96.8% (304 of 314 strings)
2018-02-18 19:38:56 +01:00
Weblate
9c1d778623
Merge remote-tracking branch 'origin/dev' into dev
2018-02-17 15:51:54 +01:00
Eduardo Caron
1bad2a023d
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 99.3% (312 of 314 strings)
2018-02-17 15:51:53 +01:00
Allan Nordhøy
999da51e99
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 97.4% (306 of 314 strings)
2018-02-17 15:51:52 +01:00
Tobias Groza
ea4b965eeb
Translated using Weblate (German)
...
Currently translated at 94.5% (297 of 314 strings)
2018-02-17 15:51:51 +01:00
E T
33160e83cb
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (314 of 314 strings)
2018-02-17 15:51:48 +01:00
Christian Schabesberger
3e5e7f49cc
add inital drawer hader layout
2018-02-16 23:56:04 +01:00
Christian Schabesberger
cc02b01c2b
Merge pull request #1111 from TeamNewPipe/renav
...
add header/footer to drawer
2018-02-16 21:43:39 +01:00
Christian Schabesberger
243e5391db
Merge pull request #1106 from TeamNewPipe/upenuns
...
Remove actionBarHandler
2018-02-16 21:42:54 +01:00
Nathan Follens
230ad5c04f
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (314 of 314 strings)
2018-02-16 21:23:48 +01:00
Emanuele Petriglia
289cfaa407
Translated using Weblate (Italian)
...
Currently translated at 100.0% (314 of 314 strings)
2018-02-16 19:12:05 +01:00
Weblate
0798745c16
Merge remote-tracking branch 'origin/dev' into dev
2018-02-16 18:39:33 +01:00
Matej U
094695a7ff
Translated using Weblate (Slovenian)
...
Currently translated at 81.8% (226 of 276 strings)
2018-02-16 18:39:27 +01:00
Christian Schabesberger
86f041b803
add header/footer to drawer
2018-02-16 14:45:52 +01:00
TobiGr
00e65153f4
Enable SoundCloud kiosks as main page fragment for debug and beta
2018-02-16 13:13:40 +01:00
Christian Schabesberger
b12f0490f3
remove ActionBarHandler
2018-02-16 12:18:15 +01:00
Christian Schabesberger
42a2bc8a9a
clean DetailFragment code
2018-02-16 11:31:25 +01:00
Christian Schabesberger
8adca3725d
solve merge conflict
2018-02-14 21:06:20 +01:00
Christian Schabesberger
b57d4b3048
Merge branch 'subtitles' of https://github.com/karyogamy/NewPipe into sub
2018-02-14 20:59:40 +01:00
Christian Schabesberger
9c7aa241e4
fixed preferred_player inconsistancy
2018-02-14 19:33:43 +01:00
Christian Schabesberger
cbfe91f36f
merge RouterActivity and RouterVideoActivity
...
change share title
fixed compatiblity issue
rename info_screen to show_info
2018-02-12 23:07:17 +01:00
Christian Schabesberger
ba0be665ae
fixed issues from prevoius merge
2018-02-12 00:43:12 +01:00
Christian Schabesberger
2773f5fbc8
move download menu item into detail controls menu
2018-02-11 21:34:32 +01:00
John Zhen Mo
263a816c3b
-Fixed preferences fetching.
2018-02-11 11:40:08 -08:00
John Zhen Mo
e7d148336b
-Changed leak canary toggle text to "monitor leaks".
...
-Added toast when enabling/disabling heap dumping.
2018-02-11 11:33:17 -08:00
John Zhen Mo
829059ea01
-Added toggle for enabling leak canary heap dump.
2018-02-11 11:33:16 -08:00
John Zhen Mo
622d698ff8
-Added LeakCanary to debug build for memory detection on activities and fragments.
...
-Added LeakCanary no-op lib to release and beta builds.
2018-02-11 11:32:57 -08:00
John Zhen Mo
f09b04dce0
-Code clean up on resize switching.
2018-02-11 11:32:40 -08:00
John Zhen Mo
59f8583895
-Added settings for managing caption font size.
2018-02-11 11:32:40 -08:00
John Zhen Mo
f506fc0478
-Moved caption extraction and menu building into exoplayer track changing callback.
...
-Updated extractor dependency.
2018-02-11 11:32:39 -08:00
John Zhen Mo
880676d670
-Modified popup video player to show extra options only when screen is large enough.
...
-Modified available resize options for different player modes.
-Fixed caption menu not working on popup player.
-Extracted hardcoded strings.
-Added button effects to both main and popup players.
2018-02-11 11:32:39 -08:00
John Zhen Mo
6485327b97
-Replace main player dropdown menu with expand/collapse custom UI.
2018-02-11 11:32:10 -08:00
John Zhen Mo
5773152ed3
-Added subtitles loading and display.
...
-Added subtitles switching button to popup and main players.
-Added aspect ratio switching button to popup pand main players.
2018-02-11 11:31:49 -08:00
Christian Schabesberger
e88312659b
Merge branch 'play' into dev
2018-02-11 20:26:06 +01:00
Christian Schabesberger
c4d0ba549f
Merge pull request #1083 from comradekingu/patch-5
...
Spelling: ZIP, Warning:
2018-02-11 18:06:55 +01:00
John Zhen Mo
cb41afb11f
-Fixed Soundcloud playlist bookmark button not working when entered from search page.
...
-Fixed NPE when playlist fragment is destroyed while renaming.
-Fixed remote playlist thumbnail to use uploader avatar when thumbnail url is unavailable.
-Added dispose on exit to all database requests in local playlist fragment.
2018-02-10 17:20:56 -08:00
Enol P
6d27aea9f2
Translated using Weblate (Asturian)
...
Currently translated at 100.0% (276 of 276 strings)
2018-02-10 16:43:12 +01:00
Eduardo Caron
39e1f9cb76
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 99.2% (274 of 276 strings)
2018-02-10 15:39:03 +01:00
M1ck
8fb7d64f79
Translated using Weblate (French)
...
Currently translated at 100.0% (276 of 276 strings)
2018-02-10 15:36:20 +01:00
E T
08fdef4870
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (276 of 276 strings)
2018-02-09 17:32:51 +01:00
anonymous
aa0196b9d0
Translated using Weblate (French)
...
Currently translated at 100.0% (276 of 276 strings)
2018-02-09 14:38:10 +01:00
M1ck
a3426f92ac
Translated using Weblate (French)
...
Currently translated at 99.6% (275 of 276 strings)
2018-02-09 14:38:05 +01:00
anonymous
d50d4254c5
Translated using Weblate (French)
...
Currently translated at 98.9% (273 of 276 strings)
2018-02-09 14:33:33 +01:00
M1ck
50cdadc4a2
Translated using Weblate (French)
...
Currently translated at 98.5% (272 of 276 strings)
2018-02-09 14:33:19 +01:00
anonymous
5aa9b6cb12
Translated using Weblate (French)
...
Currently translated at 98.5% (272 of 276 strings)
2018-02-09 14:33:00 +01:00
M1ck
44fc8d80e0
Translated using Weblate (French)
...
Currently translated at 97.4% (269 of 276 strings)
2018-02-09 14:31:44 +01:00
anonymous
817fa57bfe
Translated using Weblate (French)
...
Currently translated at 97.4% (269 of 276 strings)
2018-02-09 14:30:52 +01:00
M1ck
668e2da01b
Translated using Weblate (French)
...
Currently translated at 97.1% (268 of 276 strings)
2018-02-09 14:30:40 +01:00
anonymous
7f3982d153
Translated using Weblate (French)
...
Currently translated at 97.1% (268 of 276 strings)
2018-02-09 14:30:25 +01:00
John Zhen Mo
f62ae930c7
-Merged bookmark buttons on playlist fragment into one.
...
-Fixed bookmark button flickering on visibility toggling.
-Removed toolbar up button control from local fragments, delegating functionality back to main fragment.
-Updated extractor to latest.
2018-02-08 19:53:11 -08:00
John Zhen Mo
d0808ce159
-Fixed playlist creation icon in playlist append dialog.
...
-Fixed bookmarking disposable not part of playlist fragment lifecycle.
-Rearranged local fragment directory structure.
2018-02-08 18:48:36 -08:00
ezjerry liao
7b19dadbf5
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (276 of 276 strings)
2018-02-09 03:10:03 +01:00
Allan Nordhøy
43ab0283d9
ZIP, Warning:
2018-02-09 02:53:59 +01:00
Weblate
c27e9d5901
Merge remote-tracking branch 'origin/dev' into dev
2018-02-09 02:51:17 +01:00
ScratchBuild
e0d21627bb
Translated using Weblate (Japanese)
...
Currently translated at 85.5% (236 of 276 strings)
2018-02-09 02:51:15 +01:00
ezjerry liao
1b1dd6ef88
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 96.0% (265 of 276 strings)
2018-02-09 02:51:11 +01:00
Allan Nordhøy
10700007d5
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 100.0% (276 of 276 strings)
2018-02-09 02:51:08 +01:00
John Zhen Mo
c5ec8d04c1
-Fixed playlist bookmark button not showing out when activity / playlist fragment is created by external share.
2018-02-08 15:58:48 -08:00
John Zhen Mo
490b250db6
-Removed Leak Canary dependency.
...
-Fixed local playlist header margins.
2018-02-08 11:53:08 -08:00
John Zhen Mo
0630423c8e
-Fixed bookmark fragment in main pager not showing hamburger menu.
2018-02-08 10:13:29 -08:00
Christian Schabesberger
c2e06517e1
Merge pull request #1074 from TeamNewPipe/fix-sc
...
Fix opening SoundCloud links
2018-02-08 12:51:15 +01:00
Rintaro matsuo
b01ae33d1e
Translated using Weblate (Japanese)
...
Currently translated at 78.9% (218 of 276 strings)
2018-02-08 08:17:32 +01:00
ScratchBuild
a55ee32058
Translated using Weblate (Japanese)
...
Currently translated at 78.9% (218 of 276 strings)
2018-02-08 08:12:40 +01:00
John Zhen Mo
c3941d5bec
-Added remote playlist table creation to migrations.
2018-02-07 19:24:36 -08:00
John Zhen Mo
6020dc2b2d
-Renamed "watch history" fragment under bookmark to "last played".
...
-Renamed "watched history" fragment under history to "watch history".
2018-02-07 19:24:36 -08:00
John Zhen Mo
7ab41e0c3a
-Added listener unregistration to local item adapters to release dependency and avoid memory leak.
...
-Added listener unregistration on all listeners using contexts in local item related fragments.
2018-02-07 19:24:36 -08:00
John Zhen Mo
c0a75f5b98
-Added ability to save playlist as remote playlist link rather than storing it in database.
...
-Added LeakCanary as part of debug build.
-Modified bookmark list to show both remote and local playlists.
-Removed ability to save channel items as local playlist, in favor of subscribe.
2018-02-07 19:24:36 -08:00
John Zhen Mo
efd4db40ef
-Fixed NPE issues when button views are clicked on local playlist and statistics playlist fragments are out of focus.
...
-Added disk cache size limit for image loader.
-Fixed button names for playlist rename dialog.
2018-02-07 19:24:36 -08:00
John Zhen Mo
3c3fe7bf83
-Fixed database updates cause outdated record to overwrite reordered local playlist when fragment is active.
...
-Fixed save on exit causes empty list being saved after orientation changes on older devices.
-Fixed NPE on animating garbage collected views on local item fragments.
-Reduced drag speed from 15 to 12 items per second.
2018-02-07 19:24:36 -08:00
John Zhen Mo
268762166a
-Added save on exit to local playlist fragment.
...
-Improved drag reordering experience by setting minimum velocity.
-Increased save debounce to 10 seconds.
2018-02-07 19:24:36 -08:00
John Zhen Mo
53a1833e26
-Increased save join debounce time to 2 seconds.
...
-Added add to playlist option for videos available as base list items.
-Moved video count to second row on local playlist header.
-Removed bottom line on playlist control UI.
2018-02-07 19:24:36 -08:00
John Zhen Mo
1ff8b5fb9f
-Refactored info item and local item click gestures into the same OnClickGesture.
2018-02-07 19:24:35 -08:00
John Zhen Mo
225b43ca3c
-Modified BaseLocalItemFragment to no longer cache items when going into background.
...
-Refactored and restructured all LocalItem related fragments and dialogs.
-Added error logging to unmonitored single-use observables.
-Modified playlist metadata query to return by alphabetical order.
-Removed sending toast when playlist is renamed or deleted as it is obvious.
-Removed unused code in main fragment.
2018-02-07 19:24:35 -08:00
John Zhen Mo
75a58d6381
-Fixed memory leak on rogue observable in history fragment.
...
-Removed stream id from playlist stream join table since only foreign constraint is needed.
-Added bar to playlist control UI.
-Modified local playlist fragment to no longer save when out of focus.
2018-02-07 19:24:35 -08:00
John Zhen Mo
62814f083e
-Fixed memory leak in playlist append dialog due to rogue flowables.
...
-Changed image loader memory cache to use limited LRU.
2018-02-07 19:24:35 -08:00
John Zhen Mo
6f9deea873
-Fixed memory leak due to image loader overusing memory cache.
...
-Added disk cache for local item loading.
2018-02-07 19:24:35 -08:00
John Zhen Mo
d3160eed9d
-Added state saving for streams on skip and player exception events.
...
-Added query for loading saved stream states.
-Modified orphan record removal to no longer consider stream table records.
2018-02-07 19:24:35 -08:00
John Zhen Mo
9b4a07de34
-Redone control panel in video detail fragment.
...
-Added playlist append menu item to channel and playlist fragments.
-Added debouncing to local playlist fragment to allow saving join when list is reordered or item is deleted.
-Extracted hardcoded strings.
2018-02-07 19:24:35 -08:00
John Zhen Mo
d31eeac49e
-Condensed repeating entries on stream history.
...
-Changed search history to show service name and stream history to show repeat count.
-Removed history entry abstract and unused info items.
2018-02-07 19:24:35 -08:00
John Zhen Mo
84c5d27416
-Revamped local items to display more information such as service name, etc.
...
-Enabled reordering, renaming, removing of items on playlist fragment.
-Enabled removal of dangling streams entries when history is cleared.
-Changed playlist append menu item to icon on service player activity.
-Added adapter and builder for local items, removed dependency on infoitem and existing infolist for database entry items.
-Removed watch history entity and DAO.
-Extracted info item selected listener to remove adding boilerplate code when long click functionality is optional.
-Fixed query returning no record on left join when right table is empty.
2018-02-07 19:24:35 -08:00
John Zhen Mo
17d77aa31f
-Removed watch history table.
...
-Added migration for dropping watch history table.
2018-02-07 19:24:35 -08:00
John Zhen Mo
388ec3e3d3
-Added history record manager as single entry for all database history transactions.
...
-Merged stream record manager into history record manager.
-Removed subject-based history database actions.
-Merged normalized history table into watch history fragment.
-Modified history fragments to use long click for delete actions.
-Refactored DAO operations from search fragment to record manager.
-Added index to search history table on search string.
-Fix baseplayer round repeat not detected by discontinuity.
2018-02-07 19:24:35 -08:00
John Zhen Mo
f0829f9ef3
-Added support for changing local playlist name and thumbnail url.
...
-Added query to remove stream table orphans.
-Added query for retrieving flattened watch history records.
-Added holder for local playlist stream info items.
-Refactored info item on select listener as on touch gesture.
2018-02-07 19:24:35 -08:00
John Zhen Mo
81f481833c
-Added icon for bookmark pager.
2018-02-07 19:24:35 -08:00
John Zhen Mo
a74c4168f3
-Improved bulk stream upsert into playlist performance by 5x.
...
-Added custom info item type for plain stream entity.
2018-02-07 19:24:34 -08:00
John Zhen Mo
776dbc34f7
-Added bulk playlist creation and append.
...
-Added UI to create playlist from service player activity.
-Added state saving to playlist dialogs.
-Removed access to history activity on service player activity.
-Made StreamEntity serializable.
2018-02-07 19:24:34 -08:00
John Zhen Mo
168ac91ab8
-Fixed toast exception on playlist creation.
2018-02-07 19:24:34 -08:00
John Zhen Mo
9bd26798b6
-Added icon for adding stream to playlist.
...
-Renamed HistoryPlaylistFragment to StatisticsPlaylistFragment.
2018-02-07 19:24:34 -08:00
John Zhen Mo
4ae81a2de4
-Deprecating database get instance without context.
...
-Added comments to migrations.
2018-02-07 19:24:34 -08:00
John Zhen Mo
3c314ced0a
-Bump database version to 2.
...
-Added migration script for upgrading database from version 1 to 2.
-Fixed database name of stream type in stream entity.
2018-02-07 19:24:34 -08:00
John Zhen Mo
ba9d0d7707
-Added basic UI for local playlists.
...
-Added UI for watch history and most played fragments.
-Added stream state table for storing playback timestamp and future usage.
-Enabled playlist deletion.
2018-02-07 19:24:34 -08:00
John Zhen Mo
38946e4b0f
-Added UI for creating playlist.
...
-Added UI for appending item to playlists.
-Added mini variant of playlist info item.
2018-02-07 19:24:34 -08:00
John Zhen Mo
f71242a036
-Added schema for local playlist and stream statistics.
...
-Added normalized schema for stream history.
-Added managers for specialized database access for stream and local playlist.
2018-02-07 19:24:34 -08:00
Rintaro matsuo
960fd9be38
Translated using Weblate (Japanese)
...
Currently translated at 72.4% (200 of 276 strings)
2018-02-08 02:19:25 +01:00
ScratchBuild
40844dcd76
Translated using Weblate (Japanese)
...
Currently translated at 72.4% (200 of 276 strings)
2018-02-08 02:18:59 +01:00
Rintaro matsuo
420d28c713
Translated using Weblate (Japanese)
...
Currently translated at 72.4% (200 of 276 strings)
2018-02-08 02:17:54 +01:00
r2308145
77a06c7604
Translated using Weblate (Czech)
...
Currently translated at 100.0% (276 of 276 strings)
2018-02-08 02:17:38 +01:00
ezjerry liao
1f4f87d3bd
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 95.6% (264 of 276 strings)
2018-02-08 02:17:38 +01:00
thami simo
2e8d86575e
Translated using Weblate (Arabic)
...
Currently translated at 94.2% (260 of 276 strings)
2018-02-08 02:17:35 +01:00
ScratchBuild
ef0659f436
Translated using Weblate (Japanese)
...
Currently translated at 72.4% (200 of 276 strings)
2018-02-08 02:17:33 +01:00
r2308145
629549d76f
Translated using Weblate (Czech)
...
Currently translated at 100.0% (276 of 276 strings)
2018-02-07 19:19:31 +01:00
Oleh Ilnytskyi
756fb795d6
Translated using Weblate (Ukrainian)
...
Currently translated at 68.8% (190 of 276 strings)
2018-02-07 15:41:38 +01:00
BurningKarl
13d1974a5b
Translated using Weblate (German)
...
Currently translated at 99.2% (274 of 276 strings)
2018-02-07 14:36:33 +01:00
wb9688
d3168a9022
Fix opening SoundCloud links
2018-02-07 10:22:27 +01:00
Freddy Morán Jr
059378eedf
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (276 of 276 strings)
2018-02-06 20:07:07 +01:00
Nathan Follens
e973868a90
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (276 of 276 strings)
2018-02-06 12:23:33 +01:00
Emanuele Petriglia
2a0e5d6835
Translated using Weblate (Italian)
...
Currently translated at 100.0% (276 of 276 strings)
2018-02-06 09:53:09 +01:00
Weblate
5537abe2c3
Merge remote-tracking branch 'origin/dev' into dev
2018-02-05 22:40:19 +01:00
Oleh Ilnytskyi
5eae235b3c
Translated using Weblate (Ukrainian)
...
Currently translated at 38.2% (102 of 267 strings)
2018-02-05 22:40:18 +01:00
ezjerry liao
bfc7718a21
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 86.1% (230 of 267 strings)
2018-02-05 22:40:10 +01:00
TotalCaesar659
405d6bee78
Translated using Weblate (Russian)
...
Currently translated at 94.3% (252 of 267 strings)
2018-02-05 22:40:07 +01:00
Christian Schabesberger
30ab58c33d
added some more lambdas
2018-02-04 17:50:22 +01:00
Christian Schabesberger
87ba5a7eb6
Merge branch 'eximport' into dev
2018-02-04 13:40:03 +01:00
Christian Schabesberger
6e8593af91
add import database function
...
bla
remove unused restart function
add allert dialog and add time to filename
2018-02-04 13:38:58 +01:00
Weblate
0ab1d3fc40
Merge remote-tracking branch 'origin/dev' into dev
2018-02-04 03:36:15 +01:00
ezjerry liao
f22d13e695
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 83.5% (223 of 267 strings)
2018-02-04 03:36:07 +01:00
Mauricio Colli
cdde61a460
Change service icons for now
...
- Use place holders while the legal discussion is happening
2018-02-03 22:32:01 -02:00
Mauricio Colli
989ce126f1
Improve up button behavior
...
- Closes #614
2018-02-03 09:03:55 -02:00
ScratchBuild
28618e822e
Translated using Weblate (Japanese)
...
Currently translated at 74.5% (199 of 267 strings)
2018-02-03 08:38:18 +01:00
Weblate
6772381afc
Merge remote-tracking branch 'origin/dev' into dev
2018-01-31 13:34:27 +01:00
孟武尼德霍格龍
75b45beabc
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 77.2% (207 of 268 strings)
2018-01-31 13:34:24 +01:00
ButterflyOfFire
56d53e9b01
Translated using Weblate (Arabic)
...
Currently translated at 95.1% (255 of 268 strings)
2018-01-31 13:34:15 +01:00
Mauricio Colli
3a8b04e2d1
Fix and improve service switching (introduced colors)
...
- Every service now have its own colors
- Fix bug navigation button and backstack count
- Fix and themed properly the icons and colors of the main fragment tabs
- Re-organized the styles and colors (too much in one file)
2018-01-30 05:07:40 -02:00
TobiGr
7b5a9b69fe
make preferred string not translatable
2018-01-28 21:27:20 +01:00
Allan Nordhøy
837b22ccac
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 100.0% (268 of 268 strings)
2018-01-28 19:24:39 +01:00
Christian Schabesberger
7146719393
add export newipe db function
2018-01-28 19:02:34 +01:00
Weblate
71ee604c69
Merge remote-tracking branch 'origin/dev' into dev
2018-01-27 21:19:32 +01:00
Mateusz
9945a5b813
Translated using Weblate (Polish)
...
Currently translated at 98.1% (263 of 268 strings)
2018-01-27 21:19:31 +01:00
Kompiuterių meistras +37060040
7254387042
Translated using Weblate (Lithuanian)
...
Currently translated at 91.0% (244 of 268 strings)
2018-01-27 21:19:29 +01:00
Jonas
3a7f2a94a6
Translated using Weblate (French)
...
Currently translated at 100.0% (268 of 268 strings)
2018-01-27 21:19:26 +01:00
Mauricio Colli
6bea4aa96b
Fix player switching
...
- Background to popup wasn't asking for permission
- The new task flag is needed to switch from the background/popup UI to the main player
2018-01-27 02:57:00 -02:00
Mauricio Colli
fa262bbceb
Improve settings theme color
...
- Closes #863
2018-01-27 02:56:10 -02:00
Eduardo Caron
3139fe0170
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 98.8% (265 of 268 strings)
2018-01-25 22:39:19 +01:00
Freddy Morán Jr
ef6c5de65b
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (268 of 268 strings)
2018-01-25 19:40:22 +01:00
M1ck
07799563b5
Translated using Weblate (French)
...
Currently translated at 99.6% (267 of 268 strings)
2018-01-25 18:36:21 +01:00
Nathan Follens
b1de4b7bd6
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (268 of 268 strings)
2018-01-25 18:16:29 +01:00
E T
2b8ae9a5ea
Translated using Weblate (Turkish)
...
Currently translated at 99.6% (267 of 268 strings)
2018-01-25 14:42:33 +01:00
Georg Rieger
7c52d3ec5d
Translated using Weblate (German)
...
Currently translated at 99.6% (267 of 268 strings)
2018-01-25 14:37:17 +01:00
Osoitz
aefaa7619e
Translated using Weblate (Basque)
...
Currently translated at 99.6% (267 of 268 strings)
2018-01-25 14:34:34 +01:00
Emanuele Petriglia
ca202290bf
Translated using Weblate (Italian)
...
Currently translated at 100.0% (268 of 268 strings)
2018-01-24 14:46:59 +01:00
Weblate
cbdbc4cba2
Merge remote-tracking branch 'origin/dev' into dev
2018-01-24 13:10:42 +01:00
M1ck
8abf904a78
Translated using Weblate (French)
...
Currently translated at 100.0% (252 of 252 strings)
2018-01-24 13:10:32 +01:00
Mauricio Colli
ecf7969c46
Improve settings up button behavior
...
- Fix #736
2018-01-23 11:45:41 -02:00
Mauricio Colli
a473e3d623
Add preferred player
2018-01-23 11:15:36 -02:00
Osoitz
2c2edca8fa
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (252 of 252 strings)
2018-01-23 12:17:33 +01:00
Rubix
50e86ff1ca
Translated using Weblate (Romanian)
...
Currently translated at 87.6% (221 of 252 strings)
2018-01-23 12:17:33 +01:00
Rintaro matsuo
02ecc5011a
Translated using Weblate (Japanese)
...
Currently translated at 78.9% (199 of 252 strings)
2018-01-23 12:17:32 +01:00
nautilusx
6e666a018b
Translated using Weblate (German)
...
Currently translated at 96.8% (244 of 252 strings)
2018-01-23 12:17:31 +01:00
M2ck
66fbb2ce1e
Translated using Weblate (French)
...
Currently translated at 100.0% (252 of 252 strings)
2018-01-23 12:17:30 +01:00
r2308145
b00722ec0a
Translated using Weblate (Czech)
...
Currently translated at 100.0% (252 of 252 strings)
2018-01-23 12:17:29 +01:00
ButterflyOfFire
77b1413319
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (252 of 252 strings)
2018-01-23 12:17:29 +01:00
Osoitz
87b8d60c9d
Translated using Weblate (Basque)
...
Currently translated at 100.0% (252 of 252 strings)
2018-01-23 12:17:26 +01:00
r2308145
54b009cc49
Translated using Weblate (Czech)
...
Currently translated at 100.0% (252 of 252 strings)
2018-01-22 19:09:37 +01:00
E T
80c3acace9
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (252 of 252 strings)
2018-01-21 17:40:52 +01:00
Nathan Follens
cea9428b47
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (252 of 252 strings)
2018-01-21 17:34:51 +01:00
Emanuele Petriglia
f8ffbfabbe
Translated using Weblate (Italian)
...
Currently translated at 100.0% (252 of 252 strings)
2018-01-21 12:12:04 +01:00
Allan Nordhøy
836a1e652b
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 100.0% (252 of 252 strings)
2018-01-20 23:27:15 +01:00
Freddy Morán Jr
d8544e0b84
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (252 of 252 strings)
2018-01-20 23:06:06 +01:00
M2ck
4817d7fddc
Translated using Weblate (French)
...
Currently translated at 100.0% (252 of 252 strings)
2018-01-20 23:00:00 +01:00
ButterflyOfFire
e6a385a85e
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (252 of 252 strings)
2018-01-20 21:34:50 +01:00
Weblate
3634f68364
Merge remote-tracking branch 'origin/dev' into dev
2018-01-20 21:31:01 +01:00
Freddy Morán Jr
f17ffa94fe
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (249 of 249 strings)
2018-01-20 21:31:00 +01:00
Coffeemaker
d52bcd46a1
Translated using Weblate (German)
...
Currently translated at 97.5% (243 of 249 strings)
2018-01-20 21:30:56 +01:00
ButterflyOfFire
7e58b0b6fe
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (249 of 249 strings)
2018-01-20 21:30:49 +01:00
Christian Schabesberger
f451f1f65d
resolve conflict
2018-01-20 18:06:34 +01:00
Christian Schabesberger
86eccf219d
refactore some more lambda functions
2018-01-20 15:24:45 +01:00
Christian Schabesberger
677865f347
player popup menu icons for white theme
2018-01-20 14:46:10 +01:00
Christian Schabesberger
eb4b3810e9
refactor ExtractionHelper using lambda expression
2018-01-20 13:57:31 +01:00
Christian Schabesberger
5f26501ddf
fix triangle play button when returning to app
2018-01-20 13:39:06 +01:00
Emanuele Petriglia
b33a72f864
Translated using Weblate (Italian)
...
Currently translated at 100.0% (249 of 249 strings)
2018-01-19 20:07:50 +01:00
Freddy Morán Jr
675f43b968
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (249 of 249 strings)
2018-01-19 01:24:52 +01:00
M2ck
9f117a2e59
Translated using Weblate (French)
...
Currently translated at 100.0% (249 of 249 strings)
2018-01-19 00:33:40 +01:00
Yann Hodiesne
a0844229a3
Translated using Weblate (French)
...
Currently translated at 97.9% (244 of 249 strings)
2018-01-19 00:23:06 +01:00
M2ck
114fcc144c
Translated using Weblate (French)
...
Currently translated at 97.9% (244 of 249 strings)
2018-01-19 00:19:11 +01:00
Weblate
43372ff648
Merge remote-tracking branch 'origin/dev' into dev
2018-01-19 00:17:53 +01:00
ScratchBuild
b8ebbc5404
Translated using Weblate (Japanese)
...
Currently translated at 79.5% (194 of 244 strings)
2018-01-19 00:17:51 +01:00
M2ck
28309f82f3
Translated using Weblate (French)
...
Currently translated at 100.0% (244 of 244 strings)
2018-01-19 00:17:45 +01:00
Christian Schabesberger
c70fa391b6
fix conflict with weblate
2018-01-18 20:43:30 +01:00
nautilusx
caab589dce
Translated using Weblate (German)
...
Currently translated at 99.5% (243 of 244 strings)
2018-01-18 08:18:08 +01:00
maruyuki
20370054e7
Translated using Weblate (Japanese)
...
Currently translated at 56.9% (139 of 244 strings)
2018-01-18 08:18:04 +01:00
anonymous
f1882cb1e1
Translated using Weblate (German)
...
Currently translated at 97.5% (238 of 244 strings)
2018-01-12 19:37:15 +01:00
Nick Undnick
2ed149852d
Translated using Weblate (German)
...
Currently translated at 97.5% (238 of 244 strings)
2018-01-10 18:22:38 +01:00
Coffeemaker
ac7226a0df
Translated using Weblate (German)
...
Currently translated at 97.5% (238 of 244 strings)
2018-01-10 18:22:00 +01:00
Coffeemaker
5705650ca8
Translated using Weblate (Telugu)
...
Currently translated at 53.6% (131 of 244 strings)
2018-01-09 17:53:16 +01:00
Coffeemaker
60855ca7c5
Translated using Weblate (Tamil)
...
Currently translated at 5.7% (14 of 244 strings)
2018-01-09 17:53:16 +01:00
Coffeemaker
b8d8d181f3
Translated using Weblate (Slovak)
...
Currently translated at 70.0% (171 of 244 strings)
2018-01-09 17:53:16 +01:00
Thomas Lavend'Homme
6309160fc6
Translated using Weblate (French)
...
Currently translated at 100.0% (244 of 244 strings)
2018-01-09 17:53:14 +01:00
ButterflyOfFire
fc0e6ed273
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (244 of 244 strings)
2018-01-09 17:53:04 +01:00
Christian Schabesberger
6dde524d2c
Merge branch 'dev' of github.com:teamnewpipe/NewPipe into dev
2018-01-09 14:02:39 +01:00
Christian Schabesberger
6a631e1915
forece select activity when opening with browser
2018-01-09 14:02:32 +01:00
Coffeemakr
b93d94b0bd
Add subject to shared URL's ( fixes #975 )
2018-01-09 12:41:30 +01:00
Christian Schabesberger
33d75fd2fb
switch languageCode to content country
2018-01-09 12:25:40 +01:00
Christian Schabesberger
28a9855fd2
add countrycodes
2018-01-09 11:33:17 +01:00
Christian Schabesberger
9aad07621c
fix many/other problem
2018-01-09 10:28:28 +01:00
Christian Schabesberger
384cde6eaa
fix weblate merge failure
2018-01-08 13:29:25 +01:00
Sebastian Rasmussen
5ae98661ad
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (244 of 244 strings)
2018-01-08 13:21:19 +01:00
Alberto Moshpirit
8f4d9ceca9
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (244 of 244 strings)
2018-01-08 13:21:15 +01:00
thami simo
522a287d79
Translated using Weblate (Arabic)
...
Currently translated at 96.3% (235 of 244 strings)
2018-01-06 17:21:06 +01:00
Sebastian Rasmussen
e052d4660d
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (244 of 244 strings)
2018-01-06 17:21:03 +01:00
John Zhen Mo
39b0b2f032
-Added player conversion to background and popup players.
...
-[#919 ] Fixed custom notification does not trigger unlocking on lockscreen.
-[#947 ] Fixes player crashing on internet outage, issue partially addressed.
-Fixed main player losing state after destroy while in background.
-Fixed main player controls not hiding automatically after orientation change.
-Fixed dialog uploader not marqueeing when too long.
-Fixed popup permission throwing NPE on BaseList.
-Refactored popup permissions to start in NavigationHelper.
-Extracted hardcoded string for player menus.
-Bump Java version to 1.8.
-Some lambda conversions.
2018-01-03 22:53:38 -08:00
Christian Schabesberger
808ce72078
fix share menu for playlists
2018-01-04 05:28:01 +01:00
Christian Schabesberger
3a84c47176
hopefully fix plurals
2018-01-04 04:56:45 +01:00
Weblate
20c2426128
Merge remote-tracking branch 'origin/dev' into dev
2017-12-30 19:06:47 +01:00
Phạm Nguyễn Hoàng
bf11d4c9fa
Translated using Weblate (Vietnamese)
...
Currently translated at 59.0% (144 of 244 strings)
2017-12-30 19:06:47 +01:00
Matej U
783c0f79d7
Translated using Weblate (Slovenian)
...
Currently translated at 91.8% (224 of 244 strings)
2017-12-30 19:06:46 +01:00
Ivan Krušlin
98b94bd9c4
Translated using Weblate (Croatian)
...
Currently translated at 97.1% (237 of 244 strings)
2017-12-30 19:06:44 +01:00
Rex_sa
ff0178f965
Translated using Weblate (Arabic)
...
Currently translated at 91.8% (224 of 244 strings)
2017-12-30 19:06:41 +01:00
Schabi
7f88c3d0a9
roleback wrong fix
2017-12-30 00:27:29 +01:00
Schabi
11e8e38f2c
setup context for making notifications open via setContextIntent()
2017-12-29 17:29:15 +01:00
Schabi
50c5314eaf
fix yt trending content language
2017-12-29 15:02:23 +01:00
Schabi
9f5d4034e3
fix fullscreen button on popup
2017-12-23 17:34:47 +01:00
Christian Schabesberger
ec8fff421a
fix avatar not vissible on info screen bug
2017-12-22 16:53:43 +01:00
Christian Schabesberger
96ba46f21d
Merge pull request #931 from TobiGr/notification-icon
...
Change notification bar icon for popup and background player
2017-12-21 16:03:15 +01:00
Ariel Shulman
90f48d5817
Translated using Weblate (Hebrew)
...
Currently translated at 100.0% (244 of 244 strings)
2017-12-20 23:47:19 +01:00
Jonas
7288dd097a
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (244 of 244 strings)
2017-12-20 17:02:16 +01:00
TobiGr
0119d62a35
change notification bar icon for popup and background player
2017-12-20 16:29:32 +01:00
Kompiuterių meistras +37060040
4d6ab73fa9
Translated using Weblate (Lithuanian)
...
Currently translated at 100.0% (244 of 244 strings)
2017-12-20 13:06:09 +01:00
anonymous
f58c95840a
Translated using Weblate (Lithuanian)
...
Currently translated at 60.6% (148 of 244 strings)
2017-12-20 11:04:43 +01:00
Weblate
ecf24f81ec
Merge remote-tracking branch 'origin/dev' into dev
2017-12-18 14:15:55 +01:00
Rex_sa
dd3306a940
Translated using Weblate (Arabic)
...
Currently translated at 91.3% (223 of 244 strings)
2017-12-18 14:15:52 +01:00
Claudio Maradonna
bbb2b98f27
Translated using Weblate (Italian)
...
Currently translated at 100.0% (244 of 244 strings)
2017-12-18 14:15:32 +01:00
Christian Schabesberger
bc7332780d
fix show rending before page was loaded
2017-12-17 12:55:30 +01:00
Joseph Kim
6f3bc3ac8f
Translated using Weblate (Korean)
...
Currently translated at 99.5% (243 of 244 strings)
2017-12-14 11:48:42 +01:00
Weblate
cd04d869b7
Merge remote-tracking branch 'origin/dev' into dev
2017-12-12 15:49:41 +01:00
Eduardo Caron
909e15cbdd
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (244 of 244 strings)
2017-12-12 15:49:31 +01:00
Christian Schabesberger
33fa30ab78
Merge branch 'feature-small-code-improvements' of https://github.com/coffeemakr/NewPipe into coffe
2017-12-11 18:06:38 +01:00
Anthony MARGERAND
44933ac17a
Translated using Weblate (French)
...
Currently translated at 100.0% (244 of 244 strings)
2017-12-10 16:35:06 +01:00
Coffeemakr
bb2af96deb
Use getters for extractor items
2017-12-10 11:07:51 +01:00
Coffeemakr
1fe6da14ea
Small code improvements
2017-12-10 11:07:08 +01:00
Weblate
b7b9653c21
Merge remote-tracking branch 'origin/dev' into dev
2017-12-09 18:07:20 +01:00
alekksander
8adc5918f8
Translated using Weblate (Polish)
...
Currently translated at 100.0% (244 of 244 strings)
2017-12-09 18:07:19 +01:00
Tobias Groza
0db593b1bb
Translated using Weblate (German)
...
Currently translated at 100.0% (244 of 244 strings)
2017-12-09 18:07:10 +01:00
Christian Schabesberger
a0c9dbeb78
Merge pull request #910 from coffeemakr/bugfix-integrate-extractor
...
Fix failing test
2017-12-09 17:36:13 +01:00
Nathan Follens
61d5546d89
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (244 of 244 strings)
2017-12-09 14:30:18 +01:00
alekksander
f97b7c943b
Translated using Weblate (Polish)
...
Currently translated at 100.0% (244 of 244 strings)
2017-12-09 13:58:19 +01:00
Duppadaadadii
97549b633b
Translated using Weblate (Finnish)
...
Currently translated at 100.0% (244 of 244 strings)
2017-12-09 10:54:55 +01:00
Sérgio Marques
1949e4a9d4
Translated using Weblate (Portuguese)
...
Currently translated at 93.4% (228 of 244 strings)
2017-12-09 02:49:06 +01:00
Emanuele Petriglia
6021f72cf0
Translated using Weblate (Italian)
...
Currently translated at 99.1% (242 of 244 strings)
2017-12-08 16:49:42 +01:00
nailyk
c00ef74f96
Translated using Weblate (French)
...
Currently translated at 99.5% (243 of 244 strings)
2017-12-08 14:46:23 +01:00
Coffeemakr
962e070150
Use Mediaformat objects instead of ids for tests
2017-12-08 13:57:44 +01:00
r2308145
221cbf5e07
Translated using Weblate (Czech)
...
Currently translated at 100.0% (244 of 244 strings)
2017-12-08 13:45:20 +01:00
E T
f92227e5df
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (244 of 244 strings)
2017-12-07 12:40:54 +01:00
Eduardo Caron
c50617452f
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (244 of 244 strings)
2017-12-07 12:40:52 +01:00
Allan Nordhøy
3957eca94d
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 100.0% (244 of 244 strings)
2017-12-07 12:40:51 +01:00
Tobias Groza
70111cf614
Translated using Weblate (German)
...
Currently translated at 99.5% (243 of 244 strings)
2017-12-07 12:40:49 +01:00
r2308145
f9e03c9a40
Translated using Weblate (Czech)
...
Currently translated at 100.0% (244 of 244 strings)
2017-12-07 12:40:45 +01:00
Allan Nordhøy
f4b58e649d
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 100.0% (244 of 244 strings)
2017-12-07 01:27:39 +01:00
Eduardo Caron
f5e1c99259
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (244 of 244 strings)
2017-12-07 01:12:44 +01:00
Enol P
abdcd3cc30
Translated using Weblate (Asturian)
...
Currently translated at 100.0% (244 of 244 strings)
2017-12-07 00:57:40 +01:00
Weblate
23615a39ac
Merge remote-tracking branch 'origin/dev' into dev
2017-12-07 00:52:53 +01:00
r2308145
5fa5fc39fc
Translated using Weblate (Czech)
...
Currently translated at 100.0% (239 of 239 strings)
2017-12-07 00:52:50 +01:00
Enol P
01b3c7e91b
Translated using Weblate (Asturian)
...
Currently translated at 100.0% (239 of 239 strings)
2017-12-07 00:52:42 +01:00
Christian Schabesberger
f2358692af
update to latest newpipeextractor
2017-12-06 14:29:26 +01:00
TobiGr
26ed6299e3
- add donation hint and website to about activity
...
- move NewPipe's license to license tab
2017-12-05 17:07:31 +01:00
Christian Schabesberger
3a85187111
Merge pull request #895 from TeamNewPipe/remember
...
remember last screen orientation
2017-12-05 12:59:00 +01:00
Christian Schabesberger
4261a2eed3
remember last screen orientation
2017-12-05 12:51:23 +01:00
antfarmer
fef17163a9
Translated using Weblate (Bulgarian)
...
Currently translated at 76.1% (182 of 239 strings)
2017-12-01 11:44:51 +01:00
Deva
9dd447a14f
Translated using Weblate (Tamil)
...
Currently translated at 5.8% (14 of 239 strings)
2017-11-27 15:50:18 +01:00
r2308145
ecf4407ba4
Translated using Weblate (Czech)
...
Currently translated at 100.0% (239 of 239 strings)
2017-11-27 13:42:16 +01:00
antfarmer
039c0d3ee6
Translated using Weblate (Bulgarian)
...
Currently translated at 45.6% (109 of 239 strings)
2017-11-25 19:44:55 +01:00
antfarmer
5808aead55
Added translation using Weblate (Bulgarian)
2017-11-23 21:00:38 +01:00
Eduardo Caron
e797e2e7f1
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (239 of 239 strings)
2017-11-23 20:58:37 +01:00
Massedil
4f94ee9b72
Translated using Weblate (French)
...
Currently translated at 100.0% (239 of 239 strings)
https://github.com/TeamNewPipe/NewPipe/issues/852
2017-11-23 19:46:16 +01:00
Allan Nordhøy
3686e90e81
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 100.0% (239 of 239 strings)
2017-11-21 05:26:38 +01:00
wb9688
f5f8371865
Remove setting
2017-11-20 19:31:33 +01:00
wb9688
1191455d37
Show selected service
2017-11-20 16:04:18 +01:00
Andrey mm
1a5d9da2bf
Translated using Weblate (Russian)
...
Currently translated at 99.5% (238 of 239 strings)
2017-11-20 04:49:02 +01:00
wb9688
011e151c91
Merge branch 'dev' into multiple-services
2017-11-19 17:41:57 +01:00
wb9688
54aa40eac1
Add simple drawer for selecting service
2017-11-19 17:21:46 +01:00
Andrey mm
21a7a73f6d
Translated using Weblate (Russian)
...
Currently translated at 93.7% (224 of 239 strings)
changed according to format of "default audio" title
2017-11-18 08:40:20 +01:00
Andrey mm
5090b41eef
Translated using Weblate (Russian)
...
Currently translated at 93.7% (224 of 239 strings)
2017-11-18 08:28:56 +01:00
ktln
0e55aa6249
Translated using Weblate (Russian)
...
Currently translated at 93.7% (224 of 239 strings)
2017-11-18 06:28:54 +01:00
Andrey mm
dd2dcf4df2
Translated using Weblate (Russian)
...
Currently translated at 93.7% (224 of 239 strings)
2017-11-18 06:28:20 +01:00
Oscar Hemelaar
2e84b28998
Translated using Weblate (French)
...
Currently translated at 100.0% (239 of 239 strings)
2017-11-17 22:46:13 +01:00
Oscar Hemelaar
e6cbfea5a7
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (239 of 239 strings)
2017-11-16 22:05:00 +01:00
Weblate
641d662944
Merge remote-tracking branch 'origin/dev' into dev
2017-11-16 22:01:48 +01:00
Oscar Hemelaar
09208e183b
Translated using Weblate (French)
...
Currently translated at 100.0% (239 of 239 strings)
2017-11-16 22:01:43 +01:00
Christian Schabesberger
fba3ece688
resolve conflict
2017-11-16 12:20:03 +01:00
Christian Schabesberger
f7d849a3cc
Merge branch 'expiring_lru' of https://github.com/karyogamy/NewPipe into info
2017-11-16 11:55:39 +01:00
Allan Nordhøy
709c700cc6
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 99.5% (238 of 239 strings)
2017-11-16 07:48:32 +01:00
John Zhen Mo
2da411c1ec
-#836: Modified notifications texts to use custom colors instead of device-specific styles.
2017-11-15 20:42:05 -08:00
John Zhen Mo
d6e4f3c809
-Saves the recovery timestamp when player source fails during a valid stream playback.
2017-11-15 20:09:38 -08:00
Freddy Morán Jr
1bb08db8ba
Translated using Weblate (Spanish)
...
Currently translated at 98.7% (236 of 239 strings)
2017-11-15 19:49:38 +01:00
Daria Szatan
2ba116b1e6
Translated using Weblate (Polish)
...
Currently translated at 69.8% (167 of 239 strings)
2017-11-15 16:48:24 +01:00
lolloCreator
7088de0fb9
Translated using Weblate (Italian)
...
Currently translated at 100.0% (239 of 239 strings)
2017-11-15 16:47:12 +01:00
Duppadaadadii
7084f73d6c
Translated using Weblate (Finnish)
...
Currently translated at 100.0% (239 of 239 strings)
2017-11-15 13:45:56 +01:00
John Zhen Mo
69374e25fe
-Fixed cursor position to point to end after search text insert.
...
-Reduced and slightly changed offset of search text insert image.
2017-11-14 15:58:13 -08:00
John Zhen Mo
5e16969d61
-Increased search item insert arrow click space.
2017-11-14 11:34:17 -08:00
John Zhen Mo
0fe5a44e5a
-Removed todo for timeout feature on info cache.
2017-11-14 11:34:16 -08:00
John Zhen Mo
98e617001d
-Added search suggestion insert per #840 .
2017-11-14 11:34:16 -08:00
John Zhen Mo
979bd09b29
-Fixed popup player not in foreground when opened by external intent.
...
-Fixed popup overlay permission causing exception when opened externally.
2017-11-14 11:34:15 -08:00
John Zhen Mo
77678b8f31
-Modified InfoItem LRU cache expire to allow expiration (current default 4 hours).
...
-Modified info type display on InfoItemDialog to show uploader name if exists.
2017-11-14 11:34:15 -08:00
lolloCreator
3575cac9d7
Translated using Weblate (Italian)
...
Currently translated at 100.0% (239 of 239 strings)
2017-11-14 16:40:51 +01:00
Weblate
8cdeaf1b27
Merge remote-tracking branch 'origin/dev' into dev
2017-11-14 13:23:41 +01:00
E T
08a8c6c414
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (239 of 239 strings)
2017-11-14 13:23:40 +01:00
CookieCaptain D
fa5c1b22ae
Translated using Weblate (Portuguese)
...
Currently translated at 95.8% (229 of 239 strings)
2017-11-14 13:23:34 +01:00
vipul jurel
a99e7f3288
Translated using Weblate (Hindi)
...
Currently translated at 100.0% (239 of 239 strings)
2017-11-14 13:23:32 +01:00
Duppadaadadii
a29506ed2f
Translated using Weblate (Finnish)
...
Currently translated at 100.0% (239 of 239 strings)
2017-11-14 13:23:16 +01:00
Christian Schabesberger
1434b40d03
fix not compilling because of icepick
2017-11-14 12:14:01 +01:00
marin
6d6609187b
Add dropdown menu and switch to background option
2017-11-13 20:29:54 +01:00
anonymous
9682eaae2a
Translated using Weblate (Portuguese)
...
Currently translated at 92.4% (221 of 239 strings)
2017-11-13 19:48:08 +01:00
anonymous
1cdb4ccc17
Translated using Weblate (Portuguese)
...
Currently translated at 90.7% (217 of 239 strings)
2017-11-13 19:47:03 +01:00
CookieCaptain D
2a878dffbc
Translated using Weblate (Portuguese)
...
Currently translated at 90.3% (216 of 239 strings)
2017-11-13 19:46:47 +01:00
anonymous
49f4fb7ed7
Translated using Weblate (Portuguese)
...
Currently translated at 89.9% (215 of 239 strings)
2017-11-13 19:46:31 +01:00
CookieCaptain D
caa985660a
Translated using Weblate (Portuguese)
...
Currently translated at 89.1% (213 of 239 strings)
2017-11-13 19:45:46 +01:00
Weblate
3842a1e4fb
Merge remote-tracking branch 'origin/dev' into dev
2017-11-13 18:41:49 +01:00
Matej U
e06d83cb93
Translated using Weblate (Slovenian)
...
Currently translated at 92.8% (222 of 239 strings)
2017-11-13 18:41:48 +01:00
Morten R
67df894448
Translated using Weblate (German)
...
Currently translated at 100.0% (239 of 239 strings)
2017-11-13 18:41:45 +01:00
Charles de Lacombe
d1ec6cf21b
Translated using Weblate (French)
...
Currently translated at 94.5% (226 of 239 strings)
2017-11-13 18:41:43 +01:00
Enol P
537c561cee
Translated using Weblate (Asturian)
...
Currently translated at 94.9% (227 of 239 strings)
2017-11-13 18:41:42 +01:00
Nathan Follens
a65ddc5b36
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (239 of 239 strings)
2017-11-13 18:41:40 +01:00
Christian Schabesberger
1fb1b3a784
Merge branch 'dev' of github.com:teamnewpipe/NewPipe into dev
2017-11-12 23:58:29 +01:00
Christian Schabesberger
b80879765c
Merge branch 'dev' of https://github.com/lawonga/NewPipe into fix
2017-11-12 23:58:08 +01:00
vipul jurel
9e5fe1edca
Translated using Weblate (Hindi)
...
Currently translated at 100.0% (239 of 239 strings)
2017-11-12 21:52:50 +01:00
Mathias Norräng
03ee3f3d2a
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (239 of 239 strings)
2017-11-12 21:52:38 +01:00
Mathias Norräng
56c5f696df
Translated using Weblate (Swedish)
...
Currently translated at 61.0% (146 of 239 strings)
2017-11-12 21:12:20 +01:00
Weblate
9beb76e641
Merge remote-tracking branch 'origin/dev' into dev
2017-11-12 18:48:19 +01:00
YFdyh000
f71403be58
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 87.4% (209 of 239 strings)
2017-11-12 18:48:16 +01:00
vipul jurel
d0e5d36b1b
Translated using Weblate (Hindi)
...
Currently translated at 100.0% (239 of 239 strings)
2017-11-12 18:48:05 +01:00
Christian Schabesberger
fdeb7543ca
fix channel rssbutton null pointer bug
2017-11-12 13:59:11 +01:00
Weblate
90716f4f5b
Merge remote-tracking branch 'origin/dev' into dev
2017-11-12 13:22:06 +01:00
Ivan Krušlin
54d41bc288
Translated using Weblate (Croatian)
...
Currently translated at 100.0% (233 of 233 strings)
2017-11-12 13:22:05 +01:00
drgsh
d63c7a9042
Translated using Weblate (Hindi)
...
Currently translated at 25.7% (60 of 233 strings)
2017-11-12 13:22:01 +01:00
Christian Schabesberger
cd5b60cbed
fix layout
2017-11-12 09:16:51 +01:00
Christian Schabesberger
6d60e6698a
Merge branch 'play-queue-enhancement' of https://github.com/karyogamy/NewPipe into pqe
2017-11-12 08:33:05 +01:00
lawonga
8baaecab1b
#827 Fixes auto rotation bug with useAsFrontPage on by preserving the useAsFrontPage boolean setting
2017-11-11 19:51:20 -08:00
John Zhen Mo
1368f9f89e
-Fixed channel header contrast color.
2017-11-11 15:05:48 -08:00
John Zhen Mo
ce36f3ae3b
-Modified play queue action buttons on playlist and channel fragments.
...
-Added info item menu with custom title banner on long click.
-Enabled starting playlists and channels from middle.
-Enabled caching for play queue item thumbnails.
-Modified play queue to revert to first item on deleting last item.
2017-11-11 14:48:16 -08:00
John Zhen Mo
cf147aa161
-Reverted dropdown menu UI for list view info items.
2017-11-11 14:48:16 -08:00
John Zhen Mo
7700cff5e5
-Added play buttons to channel fragment similar to playlist fragment.
...
-Fixed abstract info play queue reloading the same initial page.
-Fixed OOB on get item for abstract play queue.
2017-11-11 14:48:16 -08:00
John Zhen Mo
b883f313ba
-Fixed NPE when popup is updated during shutdown.
2017-11-11 14:48:16 -08:00
John Zhen Mo
b1ee22cde6
-Added scroll to fetch for external play queues.
...
-Modified service player activity scrolling to be instantaneous when difference is too large.
-Modified service player activity to no longer update metadata if nothing change when sync is called.
2017-11-11 14:48:16 -08:00
John Zhen Mo
b32f149a1b
-Refactored Channel and Playlist PlayQueue into AbstractInfo playQueue.
...
-Increase list item action dropdown padding.
2017-11-11 14:48:16 -08:00
John Zhen Mo
1d136c6c35
-Added fast seeking on background notification when play queue size is 1.
...
-Fixed player intent with quality selection not used in detail fragment.
-Fixed window index not reset on sync when not playing.
-Fix dropdown play string for stream info item.
2017-11-11 14:48:16 -08:00
John Zhen Mo
b8a17580c5
-Added play queue dropdown to channel info items.
...
-Added play queue dropdown to playlist info items.
-Added Channel Play Queue.
-Renamed External Play Queue to Playlist Play Queue.
-Modified Playlist Play Queue to allow loading from initial state.
2017-11-11 14:48:16 -08:00
John Zhen Mo
87febf8679
-Added dropdown to start play for all StreamInfoItem.
...
-Refactored NavigationHelper to allow service player control to open anywhere.
-Refactored NavigationHelper to allow starting player at anywhere.
2017-11-11 14:48:16 -08:00
John Zhen Mo
38b2ffd450
-Added fling to toss popup view when velocity is below shutdown.
...
-Added string for unknown content.
-Fixed NPE when UI element is touched after player shuts down in service activity.
-Fixed shuffle reset caused by position discontinuity offsets index.
-Moved some more player shared preferences to PlayerHelper.
2017-11-11 14:48:16 -08:00
John Zhen Mo
01e031e7e7
-Modified recovery to not set if progress position is 0 or less.
...
-Modified queue item synchronization to no longer trigger update when the sync is run on the identical item.
2017-11-11 14:48:16 -08:00
John Zhen Mo
0b1eda3050
-Improved null checks in player stream resolution.
...
-Improved naming in MediaSourceManager
2017-11-11 14:48:16 -08:00
Weblate
52cdf96dfe
Merge remote-tracking branch 'origin/dev' into dev
2017-11-11 18:55:55 +01:00
nautilusx
1f5eba59c5
Translated using Weblate (German)
...
Currently translated at 99.5% (232 of 233 strings)
2017-11-11 18:55:51 +01:00
r2308145
372c2f2be0
Translated using Weblate (Czech)
...
Currently translated at 100.0% (233 of 233 strings)
2017-11-11 18:55:48 +01:00
Ivan Krušlin
25e0b46396
Translated using Weblate (Croatian)
...
Currently translated at 100.0% (233 of 233 strings)
2017-11-11 18:55:45 +01:00
wb9688
621a1909ec
Merge remote-tracking branch 'origin/dev' into multiple-services
2017-11-11 13:18:26 +01:00
Christian Schabesberger
d3332583b6
Merge branch 'dev' of github.com:teamnewpipe/NewPipe into dev
2017-11-10 21:31:39 +01:00
Nick Undnick
6cb2c2a84e
Translated using Weblate (German)
...
Currently translated at 99.5% (232 of 233 strings)
2017-11-10 20:54:24 +01:00
nautilusx
633137fd79
Translated using Weblate (German)
...
Currently translated at 99.5% (232 of 233 strings)
2017-11-10 20:53:22 +01:00
Weblate
9627fdf33f
Merge remote-tracking branch 'origin/dev' into dev
2017-11-10 20:46:38 +01:00
Praveen0899
b39366c80a
Translated using Weblate (Telugu)
...
Currently translated at 72.5% (169 of 233 strings)
2017-11-10 20:46:38 +01:00
drgsh
ac01c49666
Translated using Weblate (Hindi)
...
Currently translated at 23.6% (55 of 233 strings)
2017-11-10 20:46:13 +01:00
r2308145
80d16ea407
Translated using Weblate (Czech)
...
Currently translated at 100.0% (233 of 233 strings)
2017-11-10 20:46:11 +01:00
Tobias Groza
4f44f26333
Translated using Weblate (German)
...
Currently translated at 99.5% (232 of 233 strings)
2017-11-10 20:46:08 +01:00
Christian Schabesberger
a21bdb1487
Merge branch 'studio-3' of https://github.com/wb9688/NewPipe into a
2017-11-10 20:45:05 +01:00
Christian Schabesberger
4d6a2f40d3
Merge pull request #830 from TobiGr/fix-ta-language-code
...
Fix Tamil language code
2017-11-10 19:47:12 +01:00
Nick Undnick
e6773aac0e
Translated using Weblate (German)
...
Currently translated at 99.5% (232 of 233 strings)
2017-11-10 19:46:31 +01:00
TobiGr
997381d0c3
Fix Tamil language code
2017-11-10 16:57:58 +01:00
wb9688
ac53eeb76d
Upgrade ACRA
2017-11-10 15:36:13 +01:00
Ephraim Raj
b4120c39e6
Translated using Weblate (Hindi)
...
Currently translated at 21.8% (51 of 233 strings)
2017-11-10 13:46:37 +01:00
Xuacu Saturio
985bf50f7f
Translated using Weblate (Asturian)
...
Currently translated at 96.5% (225 of 233 strings)
2017-11-09 22:44:19 +01:00
Allan Nordhøy
84d21af644
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 95.7% (223 of 233 strings)
2017-11-09 21:47:47 +01:00
Weblate
267cd99b04
Merge remote-tracking branch 'origin/dev' into dev
2017-11-08 19:49:19 +01:00
r2308145
401960079c
Translated using Weblate (Czech)
...
Currently translated at 100.0% (233 of 233 strings)
2017-11-08 19:49:17 +01:00
Freddy Morán Jr
1fbc8a2850
Translated using Weblate (Spanish)
...
Currently translated at 98.7% (230 of 233 strings)
2017-11-08 19:49:08 +01:00
Christian Schabesberger
3a9f30d954
Merge pull request #812 from imallan/dev
...
Fixes ClassCastException when getting Bitmap from AdaptiveIcon
2017-11-08 12:55:07 +01:00
TobiGr
441b510775
Fix plurals not showing number of views, videos and subscribers
...
Fix typo in pull request template
2017-11-07 14:48:48 +01:00
Weblate
88a10b5af1
Merge remote-tracking branch 'origin/dev' into dev
2017-11-07 11:44:38 +01:00
Duppadaadadii
65205ace95
Translated using Weblate (Finnish)
...
Currently translated at 100.0% (233 of 233 strings)
2017-11-07 11:44:37 +01:00
Nathan Follens
1a4ef06ee9
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (233 of 233 strings)
2017-11-07 11:44:31 +01:00
r2308145
64ac631040
Translated using Weblate (Czech)
...
Currently translated at 100.0% (233 of 233 strings)
2017-11-07 11:44:30 +01:00
Omar
4e4cabb929
Translated using Weblate (Arabic)
...
Currently translated at 40.3% (94 of 233 strings)
2017-11-07 11:44:22 +01:00
Christian Schabesberger
b242c86869
add support for indian languages
2017-11-07 11:04:12 +01:00
vesp
d37fee346a
Translated using Weblate (Czech)
...
Currently translated at 100.0% (233 of 233 strings)
2017-11-06 22:41:56 +01:00
r2308145
cc52d3b0af
Translated using Weblate (Czech)
...
Currently translated at 100.0% (233 of 233 strings)
2017-11-06 22:41:07 +01:00
vesp
d5b1bae305
Translated using Weblate (Czech)
...
Currently translated at 100.0% (233 of 233 strings)
2017-11-06 22:39:44 +01:00
r2308145
04e22faf85
Translated using Weblate (Czech)
...
Currently translated at 100.0% (233 of 233 strings)
2017-11-06 22:38:51 +01:00
Nathan Follens
48cb3ed138
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (233 of 233 strings)
2017-11-06 18:24:39 +01:00
wb9688
ebdeee8b3c
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (233 of 233 strings)
2017-11-06 18:21:29 +01:00
anonymous
6449d7d4ee
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (233 of 233 strings)
2017-11-06 18:20:08 +01:00
yilun
4b775d15a2
Fixes ClassCastException when getting Bitmap from AdaptiveIcon on Android 8+
2017-11-06 12:27:10 +00:00
wb9688
e4d6a453b0
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (233 of 233 strings)
2017-11-06 11:44:55 +01:00
anonymous
9dcbcd57cb
Translated using Weblate (Arabic)
...
Currently translated at 33.4% (78 of 233 strings)
2017-11-06 10:36:44 +01:00
Omar
17aa44c88b
Translated using Weblate (Arabic)
...
Currently translated at 33.4% (78 of 233 strings)
2017-11-06 10:36:32 +01:00
Weblate
60dc266e13
Merge remote-tracking branch 'origin/dev' into dev
2017-11-05 23:03:03 +01:00
Duppadaadadii
60ed308caa
Translated using Weblate (Finnish)
...
Currently translated at 100.0% (233 of 233 strings)
2017-11-05 23:02:59 +01:00
Christian Schabesberger
7bed1c2295
merge weblate crash
2017-11-05 18:08:53 +01:00
Duppadaadadii
51325089f0
Translated using Weblate (Finnish)
...
Currently translated at 99.5% (232 of 233 strings)
2017-11-05 00:48:12 +01:00
Mladen Pejaković
90666a84ac
Translated using Weblate (Serbian)
...
Currently translated at 99.1% (231 of 233 strings)
2017-11-05 00:48:10 +01:00
Christian Schabesberger
0c37bd3a64
Merge pull request #809 from TobiGr/fix-kosk-strings
...
Remove unused "service_kosk_string" strings
2017-11-03 21:59:21 +01:00
Weblate
753517fb56
Merge remote-tracking branch 'origin/dev' into dev
2017-11-03 21:45:03 +01:00
Ivan Krušlin
b939daac2a
Translated using Weblate (Croatian)
...
Currently translated at 90.1% (210 of 233 strings)
2017-11-03 21:44:58 +01:00
TobiGr
8f2b7b2783
remove unused "service_kosk_string" strings
2017-11-03 18:58:19 +01:00
Christian Schabesberger
883d4b4065
Merge branch 'dev' of github.com:teamnewpipe/NewPipe into dev
2017-11-02 20:46:45 +01:00
Christian Schabesberger
ff38ae202b
Merge branch 'fix-open-channel-url-in-browser' of https://github.com/coffeemakr/NewPipe into chan
2017-11-02 20:36:31 +01:00
Tobias Groza
7b71302a63
Translated using Weblate (German)
...
Currently translated at 97.8% (228 of 233 strings)
2017-11-02 18:46:20 +01:00
Duppadaadadii
cbf8fc5bb9
Translated using Weblate (Finnish)
...
Currently translated at 99.5% (232 of 233 strings)
2017-11-02 16:45:36 +01:00
Tobias Groza
00797a7834
Translated using Weblate (Lithuanian)
...
Currently translated at 60.9% (142 of 233 strings)
2017-11-02 08:11:42 +01:00
Coffeemaker
de092e5357
Translated using Weblate (German)
...
Currently translated at 97.8% (228 of 233 strings)
2017-11-01 18:30:50 +01:00
Georg Rieger
bba8739008
Translated using Weblate (German)
...
Currently translated at 96.5% (225 of 233 strings)
2017-11-01 16:45:26 +01:00
Coffeemaker
3c5564b274
Translated using Weblate (German)
...
Currently translated at 96.1% (224 of 233 strings)
2017-11-01 16:45:13 +01:00
Georg Rieger
f3ff24cfbf
Translated using Weblate (German)
...
Currently translated at 95.7% (223 of 233 strings)
2017-11-01 16:44:52 +01:00
Tobias Groza
975b519585
Translated using Weblate (German)
...
Currently translated at 95.2% (222 of 233 strings)
2017-11-01 16:37:58 +01:00
Georg Rieger
7f1f34f812
Translated using Weblate (German)
...
Currently translated at 95.2% (222 of 233 strings)
2017-11-01 16:37:28 +01:00
Tobias Groza
d5bab1006e
Translated using Weblate (German)
...
Currently translated at 91.8% (214 of 233 strings)
2017-11-01 16:32:26 +01:00
Coffeemakr
b52e48a355
Use provided url instead of channelInfo
2017-11-01 16:30:24 +01:00
Emanuele Petriglia
68a807a446
Translated using Weblate (Italian)
...
Currently translated at 100.0% (233 of 233 strings)
2017-11-01 13:17:25 +01:00
Weblate
0dc6b66825
Merge remote-tracking branch 'origin/dev' into dev
2017-11-01 12:14:16 +01:00
Anton Shestakov
a9db7616aa
Translated using Weblate (Russian)
...
Currently translated at 95.2% (222 of 233 strings)
2017-11-01 12:14:15 +01:00
nailyk
b71e2833d6
Translated using Weblate (French)
...
Currently translated at 96.9% (226 of 233 strings)
2017-11-01 12:14:13 +01:00
blacklight
56bc919866
Translated using Weblate (Dutch)
...
Currently translated at 88.8% (207 of 233 strings)
2017-11-01 12:14:11 +01:00
Eduardo Caron
ac3d8cddbe
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (233 of 233 strings)
2017-11-01 12:14:03 +01:00
Christian Schabesberger
aa10b392ae
Merge pull request #803 from coffeemakr/bugfix-play-from-sdcard
...
[WIP] Add root-path /storage (fixes #707 )
2017-11-01 01:37:29 +01:00
Christian Schabesberger
e8ea1c92b1
Merge pull request #805 from karyogamy/notification-controls-intent-fix
...
Fixes Open Control intent exception between SDK 21 and 24
2017-11-01 01:37:15 +01:00
Weblate
b5d7b80fe9
Merge remote-tracking branch 'origin/dev' into dev
2017-10-31 20:46:09 +01:00
Joona Mattila
2a328e28da
Translated using Weblate (Finnish)
...
Currently translated at 100.0% (219 of 219 strings)
2017-10-31 20:46:03 +01:00
John Zhen Mo
3d5c173d61
-Fixed new task intent for opening controls on players between sdk 21 and 24.
2017-10-31 07:17:51 -07:00
Coffeemakr
25061ab07c
Add root-path /storage ( fixes #707 )
...
See
https://stackoverflow.com/questions/32333094/android-fileprovider-for-ext-sdcard
for why this solution migth work.
2017-10-31 12:14:44 +01:00
Christian Schabesberger
f8c0c449bf
Merge branch 'fature-log-kodi-videos' of https://github.com/coffeemakr/NewPipe into kodi
2017-10-31 10:08:28 +01:00
Coffeemakr
26d18c588e
Implement channel menu ( closes #759 )
2017-10-31 09:25:27 +01:00
Coffeemakr
6f18dd26a2
Call history listener for Kodi ( closes #798 )
...
If Kore (the Kodi App) was sucessfully started the history listener is
invoked.
2017-10-31 07:47:14 +01:00
Coffeemakr
7340bc05b4
Small refactoring for Kore and Kodi
...
* Improve installation procedure
2017-10-31 07:45:53 +01:00
John Zhen Mo
b0948cf9fc
-Modified selected play queue item to highlight entire item instead of text.
...
-Added selected item bullet.
-Modified play queue panel darker on main video player.
-Fixed color issue on play queue panel on light-themed main video player.
-Fixed hold-to-enqueue tooltip flashing when clicked on earlier sdk versions.
-Fixed queue item removal causing metadata for currently playing to refresh.
2017-10-30 20:59:21 -07:00
John Zhen Mo
86c16fa5d8
-Fixed activity padding.
...
-Fixed expanded notification artist name.
-Fixed playpause on complete setting wrong index.
2017-10-30 20:58:47 -07:00
John Zhen Mo
68695bbf92
-Modified MediaSourceManager to immediately load on critical events.
...
-Fixed tag name for background service actcivity.
-Removed unused track selector.
-Removed unused database entities.
2017-10-30 20:58:47 -07:00
John Zhen Mo
b4fdbdeb1b
-Added load debouncing to MediaSourceManager to prevent mass loading due to rapid timeline change.
...
-Added marquee title to main video player.
-Modified destroyPlayer to always dispose play queue and media source manager.
-Remove unused code from players.
2017-10-30 20:58:47 -07:00
John Zhen Mo
1fb3774e03
-Changed play queue item building to shrink thumbnail before caching.
...
-Renamed refactor directory in player to helper.
-Fixed background player notification update causing lag on older spec models.
-Fixed service activity theme not changing after user setting is changed.
-Fixed NPE on popup player fling to close.
-Fixed audio reactor volume and max volume mixup.
-Added correct toast for each player error case.
-Fixed button coloring for play queue service activity on landscape.
-Changed title and uploader text to marquee for vertical service activity.
-Removed cache clearing on every thumbnail load.
2017-10-30 20:58:47 -07:00
John Zhen Mo
f284a799ef
-Added wake and wifi lock to popup video player.
...
-Added seek time display to player binding activity.
-Added button effect for all image buttons on player binding activity.
-Added click to scroll to current selected on metadata layout for player binding activity.
-Refactored player utilities and preference getters into PlayerHelper.
-Refactored player caching into CacheFactory.
-Refactored player audio related methods into AudioReactor.
-Refactored player locks into LockManager.
-Refactored player loading and buffering mechanics into LoadController.
-Fixed outdated names for background player.
2017-10-30 20:58:47 -07:00
John Zhen Mo
c6e759a94c
-Fixed popup player not playing in foreground.
...
-Fixed activity binder memory leak in popup and background players.
-Fixed out of bound window after removing last item on play queue.
-Fixed MediaSourceManager continues to process update after disposed.
-Changed play queue append to shuffle if queue is already shuffled.
2017-10-30 20:58:46 -07:00
John Zhen Mo
052c9a9869
-Added persisting settings when switching between players.
2017-10-30 20:58:46 -07:00
John Zhen Mo
0806344ffb
-Changed quality resolution to persist across player.
...
-Updated ExoPlayer to 2.5.4.
-Expanded button size in main video player play queue.
-Removed Quality event.
-Extracted player error strings to xml.
2017-10-30 20:58:46 -07:00
John Zhen Mo
d0e626c6ee
-Fixed popup and main video players not using different quality resolution.
2017-10-30 20:58:46 -07:00
John Zhen Mo
9068247856
-Reverted manual track selection from exoplayer track selector.
...
-Added quality record to play queue items.
-Added quality and recovery record play queue events.
-Added landscape view for ServicePlayerActivity.
-Moved repeat and shuffle button to play queue panel in main video player.
-Fixed potential NPE in MediaSourceManager by no longer nulling play queue on dispose.
-Renamed PlayQueueEvent to PlayQueueEventType.
-Renamed PlayQueueMessage to PlayQueueEvent.
2017-10-30 20:58:46 -07:00
John Zhen Mo
4553850412
-Baked recovery records into play queue items.
...
-Added previous and next button on main video player.
-Reverted double tap to seek for popup and main video players.
-Improved shuffling to use recovery record.
-Changed shuffling to place current playing stream to top of queue.
-Fixed exception when removing last item on queue.
-Changed fast forward and rewind button to previous and next on background notification.
-Changed background notification to not update when screen is off and update immediately when screen is turned back on.
-Removed unused intent strings.
-Changed "Append" to "Enqueue" for append text.
2017-10-30 20:58:46 -07:00
John Zhen Mo
21d42c92e5
-Reduced text size for hold to append tip.
...
-Added options to turn off hold to append tip.
2017-10-30 20:58:46 -07:00
John Zhen Mo
eb9770e3ba
-Fixed set index ignoring selection to current index when queue at current index changed.
...
-Modified popup player to disable rendering when screen is off.
2017-10-30 20:58:46 -07:00
John Zhen Mo
d54a6e0b0e
-Added helper text on click for background and popup button on detail fragment for feature discovery.
...
-Fixed popup video queuing causes existing popup player to change quality.
2017-10-30 20:58:45 -07:00
John Zhen M
a8f5cfa640
-Added different toast for append long click on detail fragment.
...
-Corrected drag handle icon.
-Removed reorder icon.
-Refactored play queue item selection.
2017-10-30 20:58:45 -07:00
John Zhen M
0d3e0c201e
-Fixed MediaSourceManager from inserting already inserted entry.
2017-10-30 20:58:45 -07:00
John Zhen M
cc4e4a4f91
-Fixed external popup share not starting.
2017-10-30 20:58:45 -07:00
John Zhen M
b597774bb9
-Enabled play queue control in main video player.
...
-Fixed video players does not resolve to preferred quality on playlists.
-Refactored resolution conversion to Localization.
-Fixed video player quality menu building exception when stream info is not yet available.
2017-10-30 20:58:45 -07:00
John Zhen M
87fca5cffe
-Enabled play queue control panel for popup video player.
...
-Refactored background player activity into generic play queue control panel activity.
-Changed control panel activities into singleTask.
2017-10-30 20:58:45 -07:00
John Zhen M
9685456ee4
-Added new intents to append streams to current player.
...
-Added long clicks for popup and background player buttons on details fragment for append intents.
-Removed restrictions for preventing UI to show up when player is buffering.
-Fixed icons for all repeat modes.
-Added Progress bar to background activity when player is in not ready state.
-Fixed Track Selection when switching between video and audio only on video players.
-Fixed video player to enable tunnelling only after sdk > 21.
-Fixed activity exception from restarting after service is shutdown on earlier sdk versions.
2017-10-30 20:58:45 -07:00
John Zhen M
6a9e3ef639
-Added dropdown menu for background player activity.
...
-Added icons for shuffle and drag handle.
-Fixed exception when returning to background player activity after service shuts down.
-Fixed open detail only working for Youtube.
2017-10-30 20:58:45 -07:00
John Zhen M
b5a9f042cc
-Fixed background player activity crashes on receiving update when stopped (lifecycle still active).
2017-10-30 20:58:45 -07:00
John Zhen M
770dcc1832
-Fixed incorrect indexing due to item removed after shuffle.
...
-Fixed activity binding not unbound after service shutdown.
2017-10-30 20:58:45 -07:00
John Zhen M
94f7baf299
-Added variable speed and pitch to background player.
...
-Moved playback speed LUT to BasePlayer.
2017-10-30 20:58:44 -07:00
John Zhen M
77979eddde
-Added shuffle button to background player.
...
-Extracted MediaSourceManager window size as parameter.
-Removed redundant list manipulation in PlayQueueAdapter.
2017-10-30 20:58:44 -07:00
John Zhen M
f1e52b8b92
-Fixed incorrect stream from being played after consecutive player errors.
...
-Fixed MediaSource reuse due to MediaSourceManager not resetting source on block.
2017-10-30 20:58:44 -07:00
John Zhen M
2e414cfd63
- Added move mechanic to background player through handles (on both thumbnail and icon).
...
- Added remove and open detail as long click popup dropdown on background player.
- Vastly simplified list manipulation in MediaSourceManager by delegating most control to DynamicConcatenatingMediaSource.
2017-10-30 20:58:44 -07:00
John Zhen M
f5b5982e1c
-Improved DeferredMediaSource to build source on IO thread.
...
-Improved exception handling for player.
2017-10-30 20:58:44 -07:00
John Zhen M
eebd83d6ac
-Fixed deferred media source from releasing reused resources.
...
-Fixed external play queue to load more than once.
-Fixed wrong item removal due to player error.
-Added new event to indicate error to play queue.
-Changed player error to skip item instead of removing.
-Modified play queue adapter to update changed items only.
-Removed headers from play queue adapter.
-Merged event broadcast on play queue.
-Changed toast on player error.
-Modified remove event to no longer indicate current index status.
-Modified move event to no longer indicate randomization status.
-Added shuffle check to play queue.
2017-10-30 20:58:44 -07:00
John Zhen M
a9aee21e58
- Improved play queue adapter for selection.
...
- Fixed media source resolution on background player for streams without an audio only stream.
- Fixed background player not updating when screen turns back on.
- Fixed background player notification switching to wrong repeat mode icon opacity on click.
2017-10-30 20:58:44 -07:00
John Zhen M
bd9ee18e56
-Fixed TransactionTooLarge due to notification being shown for too long.
...
-Fixed Play Queue rewinding to last played video upon removing the currently playing.
2017-10-30 20:58:44 -07:00
John Zhen M
c75c2d0f21
-Added documentations for play queue components.
2017-10-30 20:58:44 -07:00
John Zhen M
80f3e3c3b6
-Added temporary fix for mapping track selection with video streams.
...
-Updated ExoPlayer to 2.5.3.
2017-10-30 20:58:44 -07:00
John Zhen M
86a1fcf009
-Fixed unavailable current info when initial stream of playlist fails.
2017-10-30 20:58:43 -07:00
John Zhen M
c235c647a0
-Fixed background player notification update NPE.
2017-10-30 20:58:43 -07:00
John Zhen M
09d8ae1316
-Generify all player intents to use play queues.
...
-Fixed sync updates out-of-sync on background notification.
-Fixed main video player destroyed on resume.
-Fixed track selection using wrong dimension for parameter.
-Fixed background player to use default audio quality.
-Removed quality index from single queue items.
2017-10-30 20:58:43 -07:00
John Zhen M
cb7e94449c
-Modified quality change to persist with its binding player.
...
-Fixed media source stops loading when the sequence of failed media is longer than window size.
-Changed player to release and reset on intent start.
-Removed update event.
2017-10-30 20:58:43 -07:00
John Zhen M
e742091a37
-Modified quality change to use internal track selection.
...
-Enabled audio processing integration with system EQ.
-Re-endabled HDR through tunneling on videos only.
2017-10-30 20:58:43 -07:00
John Zhen M
8e3be3826f
-Fixed Deferred Media Source not working on non-extractor (e.g. dash) sources.
...
-Fixed NPE when extracting streams with no audio.
2017-10-30 20:58:43 -07:00
John Zhen M
9bc95f030c
-Baked stream info resolution into custom media source, allowing for simpler playlist control.
...
-Added track merging on different stream qualities, allowing for implementation of smooth transition on A/V quality and captions change.
2017-10-30 20:58:43 -07:00
John Zhen M
9576d5bd89
-Fixed audio focus not working with timeline changes.
...
-Changed circular loading to boundary loading.
2017-10-30 20:58:43 -07:00
John Zhen M
a0ba3ce2e4
-Made playback manager load circular.
...
-Improved play previous button to reset before 5 seconds.
2017-10-30 20:58:43 -07:00
John Zhen M
6b816a11f7
-Added reorder event.
...
-Improved player blocking.
2017-10-30 20:58:43 -07:00
John Zhen M
86c7b8522e
-Reverted current item removal and update logic.
...
-Updated external play queue.
2017-10-30 20:58:43 -07:00
John Zhen M
f9eb2a1ee5
-Fixed activity pause and resume lifecycle.
2017-10-30 20:58:43 -07:00
John Zhen M
174d040ca3
-Modified quality update to no longer invalidate concatenated media sources.
...
-Improved play queue and timeline update.
2017-10-30 20:58:42 -07:00
John Zhen M
6b16b08712
-Fixed bad window timeline caused by reusing media source on unblocking.
...
-Fixed timeline recovery skipping.
-Fixed timeline updates resumes playing when player is paused.
2017-10-30 20:58:42 -07:00
John Zhen M
e9cdb28a06
-Fixed audio focus change not firing.
2017-10-30 20:58:42 -07:00
John Zhen M
f8abf92a66
-Refactored Playback manager to expose only readonly methods.
...
-Removed swap and move operations.
-Code clean up.
2017-10-30 20:58:42 -07:00
John Zhen M
9413856463
-Added back notification on popup player.
2017-10-30 20:58:42 -07:00
John Zhen M
c24d46cf0f
-Fixed seek problems caused by dynamic timeline .
...
-Removed debouncing, players are now much more responsive.
-Removed some redundant methods.
2017-10-30 20:58:42 -07:00
John Zhen M
c38e4190f1
-Fix restart button not working
2017-10-30 20:58:42 -07:00
John Zhen M
53cec61cdf
-Removed redundant track removal after playing.
...
-Reverted thumbnail loader to use ImageLoader.
2017-10-30 20:58:42 -07:00
John Zhen M
150c3b413a
-Fixed memory leak due to permanent remote view bitmap references.
...
-Removed redundant code in popup player.
2017-10-30 20:58:42 -07:00
John Zhen M
eb15c04254
-Added debouncing to index change reactor.
...
-Fixed repeat mode on background notification.
2017-10-30 20:58:42 -07:00
John Zhen M
7d7a6f7ccc
-Enable background and popup playlists.
2017-10-30 20:58:42 -07:00
John Zhen M
b54d18d888
-Changed intents to start all players, including player swap.
...
-Make play queue and items serializable
-Removed now deprecated code for playing url in exoplayer
2017-10-30 20:58:42 -07:00
John Zhen M
705028c79d
-Modified player repeat mode to use exoplayer repeat mode.
...
-Merged playback manager init load logic with normal load logic.
2017-10-30 20:58:41 -07:00
John Zhen M
a91ef2ce9e
-Fix play queue remove.
...
-Fix player discontinuity refresh.
2017-10-30 20:58:41 -07:00
John Zhen M
73f46d3762
-Modified play queues and items to use extraction helper.
...
-Fixed play queue item removal.
-Rebase changes.
2017-10-30 20:58:41 -07:00
John Zhen M
1ceda017c7
-Revert subscription fragment merge fault
2017-10-30 20:58:41 -07:00
John Zhen M
40b60e8313
-Error processing for failed video during queued playback.
2017-10-30 20:58:41 -07:00
John Zhen M
5c01f04a07
-Functional playlist using full play queue buffering.
2017-10-30 20:58:41 -07:00
John Zhen M
183181ee54
-Added full play queue buffering playback manager.
2017-10-30 20:58:41 -07:00
John Zhen M
74b58cae59
-Improved play queue message bus
...
-Hooking play queue engines with video players (to be removed)
-Proof of concept for previous and next controls
2017-10-30 20:58:41 -07:00
John Zhen M
b859823011
-Hooking playback manager and play queue into main video player.
2017-10-30 20:58:41 -07:00
John Zhen M
701320b100
-Added separate events for play queue index removal.
2017-10-30 20:58:40 -07:00
John Zhen M
dcdcf17f5e
-Added on change event bus to Play Queue.
...
-Added playback manager for player interaction.
2017-10-30 20:58:40 -07:00
John Zhen M
7c9c3de644
-Rename playlist in players to play queue.
2017-10-30 20:58:40 -07:00
John Zhen M
cbcd281784
-Added MediaSourceManager and Playlist adapters.
2017-10-30 20:58:40 -07:00
John Zhen M
e70dcdc642
-Added rudimentary playlist fragment.
...
-Added schema for stream storage.
2017-10-30 20:58:40 -07:00
Christian Schabesberger
391d3e7fc7
fix back button for feed on main page
2017-10-30 23:03:18 +01:00
Christian Schabesberger
02d986fc89
fix multidefined swipe problem in history page
2017-10-30 22:46:55 +01:00
Christian Schabesberger
65a6488e44
dont show search history in suggestion when disabled
2017-10-30 22:04:58 +01:00
Christian Schabesberger
cf703d5213
Merge branch 'patch-1' of https://github.com/SpajicM/NewPipe into chron
2017-10-30 21:40:19 +01:00
Joona Mattila
640396da64
Translated using Weblate (Finnish)
...
Currently translated at 100.0% (219 of 219 strings)
2017-10-30 19:45:55 +01:00
SpajicM
7e005549fe
Fix history showing even when disabled
2017-10-30 11:53:44 +01:00
Weblate
9dc8e47113
Merge remote-tracking branch 'origin/dev' into dev
2017-10-29 19:17:45 +01:00
Emanuele Petriglia
e958545230
Translated using Weblate (Italian)
...
Currently translated at 100.0% (220 of 220 strings)
2017-10-29 19:17:43 +01:00
Joona Mattila
76f3e170d5
Translated using Weblate (Finnish)
...
Currently translated at 100.0% (220 of 220 strings)
2017-10-29 19:17:40 +01:00
Christian Schabesberger
a5af49dafd
fix weblate crash
2017-10-29 14:23:47 +01:00
Christian Schabesberger
736d9fe450
Merge branch 'license-dialog' of https://github.com/TobiGr/NewPipe into license
2017-10-29 10:28:52 +01:00
Emanuele Petriglia
bd7a520316
Translated using Weblate (Italian)
...
Currently translated at 100.0% (220 of 220 strings)
2017-10-28 21:36:16 +02:00
Freddy Morán Jr
7f5b5d6f03
Translated using Weblate (Spanish)
...
Currently translated at 99.5% (219 of 220 strings)
2017-10-28 01:49:13 +02:00
Christian Schabesberger
8d5a59e7d5
fix light theme for main page
2017-10-26 23:56:02 +02:00
Christian Schabesberger
989acce0a5
Merge branch 'popup_improvement' of https://github.com/karyogamy/NewPipe into size
2017-10-26 20:49:43 +02:00
Christian Schabesberger
641b4a806a
Merge branch 'tabs' into dev
2017-10-26 20:46:05 +02:00
Christian Schabesberger
025a44b629
fix channel title for new tabs
2017-10-26 20:45:16 +02:00
Christian Schabesberger
dd64bf2af7
make title contain current tab
2017-10-26 15:16:35 +02:00
Filip Sebastian
d5b3f65076
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (220 of 220 strings)
2017-10-26 14:53:31 +02:00
ButterflyOfFire
66de4cbead
Translated using Weblate (French)
...
Currently translated at 98.1% (216 of 220 strings)
2017-10-26 14:53:26 +02:00
ButterflyOfFire
be3d6adf77
Translated using Weblate (Arabic)
...
Currently translated at 30.9% (68 of 220 strings)
2017-10-26 14:53:23 +02:00
Eduardo Caron
65e83e8fb6
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (220 of 220 strings)
2017-10-26 14:53:14 +02:00
Christian Schabesberger
7a2be6f12c
Merge pull request #784 from TobiGr/fix-kiosk-typo
...
Fix kiosk typo
2017-10-26 14:16:12 +02:00
Tobias Groza
0d6662b558
Translated using Weblate (German)
...
Currently translated at 95.0% (209 of 220 strings)
2017-10-26 11:46:10 +02:00
TobiGr
0a2aa54508
fix typo
2017-10-26 09:23:43 +02:00
John Zhen Mo
f6353cfb47
-Added fling mechanic for popup player shutdown.
...
-Changed long click to fill screen for popup player.
-Added 2-finger resizing for popup player.
-Removed long click resize mechanic.
2017-10-25 22:00:58 -07:00
Anton Shestakov
fb71ba3b7c
Translated using Weblate (Russian)
...
Currently translated at 98.1% (216 of 220 strings)
2017-10-26 06:48:31 +02:00
Filip Sebastian
ac6e086c26
Translated using Weblate (French)
...
Currently translated at 94.0% (207 of 220 strings)
2017-10-25 20:39:55 +02:00
Christian Schabesberger
4c4cfb49b4
make tabs contain icons instead of title
2017-10-25 16:09:26 +02:00
Christian Schabesberger
9a073713bb
put tabs on top
2017-10-25 15:20:57 +02:00
Filip Sebastian
4db3bd3270
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (220 of 220 strings)
2017-10-25 00:01:23 +02:00
Filip Sebastian
d5d9ed7200
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (220 of 220 strings)
2017-10-25 00:00:28 +02:00
Weblate
0e409bb993
Merge remote-tracking branch 'origin/dev' into dev
2017-10-24 23:56:06 +02:00
Joona Mattila
89a8769399
Translated using Weblate (Finnish)
...
Currently translated at 99.0% (204 of 206 strings)
2017-10-24 23:56:04 +02:00
Filip Sebastian
fdfd94b9d0
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (206 of 206 strings)
2017-10-24 23:55:54 +02:00
Christian Schabesberger
7d296ee650
remove hardcoded strings form MainFragment
2017-10-23 00:26:20 +02:00
Christian Schabesberger
ccd26b4146
fix kiosk service/icon
2017-10-22 23:56:39 +02:00
Christian Schabesberger
5d4269be4c
Merge branch 'dev' into trending
2017-10-22 23:43:48 +02:00
Christian Schabesberger
54cdfc0c16
deactivate icon
2017-10-22 22:53:27 +02:00
Christian Schabesberger
fd899a2e95
fix cammel case
2017-10-22 22:10:48 +02:00
Christian Schabesberger
d1f446aae2
make summary a dynamic string
2017-10-22 22:06:25 +02:00
Christian Schabesberger
c3f04ea67d
fix Kisok spelling error
2017-10-22 21:46:50 +02:00
Coin
7b56aaad53
Translated using Weblate (Chinese (Hong Kong))
...
Currently translated at 68.9% (142 of 206 strings)
2017-10-22 09:44:44 +02:00
Joona Mattila
b73677fa5e
Translated using Weblate (Finnish)
...
Currently translated at 98.0% (202 of 206 strings)
2017-10-21 01:46:12 +02:00
TobiGr
0040ee5cb6
Fix charset issue.
...
Move Java I/O related methods to separate thread.
2017-10-20 23:41:30 +02:00
Weblate
f391574113
Merge remote-tracking branch 'origin/dev' into dev
2017-10-19 22:34:40 +02:00
Joona Mattila
ea863b0c24
Added translation using Weblate (Finnish)
2017-10-19 22:34:36 +02:00
Christian Schabesberger
894a63ed82
Merge branch 'dev' into master
2017-10-18 11:56:11 +02:00
Weblate
f7aafb87a8
Merge remote-tracking branch 'origin/dev' into dev
2017-10-17 14:51:16 +02:00
Anton Shestakov
227001ec32
Translated using Weblate (Russian)
...
Currently translated at 99.0% (204 of 206 strings)
2017-10-17 14:51:15 +02:00
Sérgio Marques
d765364915
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (206 of 206 strings)
2017-10-17 14:51:15 +02:00
developerchan1
3d47e63d6f
Translated using Weblate (Indonesian)
...
Currently translated at 81.0% (167 of 206 strings)
2017-10-17 14:51:12 +02:00
Allan Nordhøy
79c5c3cc57
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 99.5% (205 of 206 strings)
2017-10-17 14:51:02 +02:00
Christian Schabesberger
13756508d3
Merge pull request #757 from coffeemakr/fix-service-id-not-initialized
...
Fix service id not initialized
2017-10-16 15:22:26 +02:00
Bruno Guerreiro
b7fe001b13
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (206 of 206 strings)
2017-10-15 19:10:11 +02:00
Christian Schabesberger
d928f5759f
try to fix margin / padding
2017-10-13 13:55:55 +02:00
Christian Schabesberger
23eeb4353d
make main page changes display emediatly
2017-10-13 13:49:31 +02:00
Christian Schabesberger
8e8d74b5b7
remove header front kiosk
2017-10-13 13:01:16 +02:00
Weblate
094851cc7d
Merge remote-tracking branch 'origin/dev' into dev
2017-10-13 02:33:58 +02:00
Enol P
f55612be40
Translated using Weblate (Asturian)
...
Currently translated at 100.0% (206 of 206 strings)
2017-10-13 02:33:51 +02:00
Christian Schabesberger
0951f0f824
small fixes
...
small fixes
2017-10-11 15:25:10 +02:00
Tryton Van Meer
b70fd826e7
Fix crash when returning to player.
...
When switching apps or locking the phone, destroyPlayer is called which sets audioManager to null. So upon returning to the player and pressing play, the app crashes.
So now initPlayer checks if audioManager is null and sets it if needed.
2017-10-11 14:27:32 +02:00
Coin
994559b39b
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (206 of 206 strings)
2017-10-10 18:06:26 +02:00
Christian Schabesberger
f7534b3a0f
Merge branch 'dev' into trending
2017-10-09 14:37:20 +02:00
Christian Schabesberger
7fcc07805a
make kiosk selector signle service again
2017-10-09 14:34:10 +02:00
Christian Schabesberger
7f9f075147
add selector for kiosk
2017-10-09 14:22:27 +02:00
Christian Schabesberger
cbfc359a99
add service icons
2017-10-09 12:22:01 +02:00
Nathan Follens
907842c672
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (206 of 206 strings)
2017-10-09 11:50:02 +02:00
Cyril Müller
c890ab44d6
Merge branch 'dev' into fix-service-id-not-initialized
2017-10-09 11:23:19 +02:00
Coffeemakr
89b11ff71c
Fail-fast for service id == -1
2017-10-08 22:11:38 +02:00
Tobias Groza
3e34eeeed7
Translated using Weblate (German)
...
Currently translated at 99.5% (205 of 206 strings)
2017-10-08 21:45:38 +02:00
Coffeemakr
60879351a9
Code improvement and logging
2017-10-08 17:52:07 +02:00
Matej U
f4433ac508
Translated using Weblate (Slovenian)
...
Currently translated at 100.0% (206 of 206 strings)
2017-10-07 21:12:32 +02:00
E T
7b7d0d6171
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (206 of 206 strings)
2017-10-07 19:51:07 +02:00
Freddy Morán Jr
a6e0ed09a8
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (206 of 206 strings)
2017-10-07 19:16:42 +02:00
Emanuele Petriglia
19ed6ebbaf
Translated using Weblate (Italian)
...
Currently translated at 100.0% (206 of 206 strings)
2017-10-07 14:21:02 +02:00
Andrea Troiano
dfeee17d39
Translated using Weblate (Italian)
...
Currently translated at 100.0% (206 of 206 strings)
2017-10-07 13:28:50 +02:00
Jonas
4c429c869c
Translated using Weblate (French)
...
Currently translated at 100.0% (206 of 206 strings)
2017-10-06 12:15:39 +02:00
Christian Schabesberger
6d8a361c9a
add menu to select kiosk of current service
2017-10-05 14:57:19 +02:00
Eduardo Caron
825de1b6ee
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (206 of 206 strings)
2017-10-05 13:19:37 +02:00
Weblate
124461f587
Merge remote-tracking branch 'origin/dev' into dev
2017-10-05 13:12:38 +02:00
CaptainCrumble
a570fa6110
Translated using Weblate (Portuguese)
...
Currently translated at 98.5% (202 of 205 strings)
2017-10-05 13:12:37 +02:00
CaptainCrumble
0e8df83bbd
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (205 of 205 strings)
2017-10-05 13:11:14 +02:00
Christian Schabesberger
952c8428d8
Merge pull request #748 from mauriciocolli/improve-search
...
Improve search
2017-10-04 11:03:53 +02:00
Matej U
5fe2c10aa1
Translated using Weblate (Slovenian)
...
Currently translated at 100.0% (205 of 205 strings)
2017-10-02 21:11:57 +02:00
Andrea Troiano
1f4aa2506b
Translated using Weblate (Italian)
...
Currently translated at 100.0% (205 of 205 strings)
2017-10-02 15:46:44 +02:00
Andrea Troiano
9f8844fa5f
Translated using Weblate (Italian)
...
Currently translated at 100.0% (205 of 205 strings)
2017-10-01 15:31:58 +02:00
E T
990aa88e00
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (205 of 205 strings)
2017-09-30 09:19:13 +02:00
Nathan Follens
9e335c1894
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (205 of 205 strings)
2017-09-29 23:27:32 +02:00
Jonas
8f2b9a6bb7
Translated using Weblate (French)
...
Currently translated at 100.0% (205 of 205 strings)
2017-09-29 18:41:33 +02:00
Anton Shestakov
448f3e8918
Translated using Weblate (Russian)
...
Currently translated at 98.5% (202 of 205 strings)
2017-09-29 12:47:49 +02:00
Mladen Pejaković
62b2ab7571
Translated using Weblate (Serbian)
...
Currently translated at 100.0% (205 of 205 strings)
2017-09-29 11:27:25 +02:00
Christian Schabesberger
46fa9a9366
translate kiosk name using resources
...
fix CDATA fuu
2017-09-28 16:38:44 +02:00
Christian Schabesberger
29fee28d1d
fix channel selection
2017-09-28 15:36:15 +02:00
Mauricio Colli
78cbfa20d9
Improve search
...
- Use a list instead of a popup
- Show search history entries
2017-09-28 10:06:48 -03:00
Freddy Morán Jr
ccd42d42ab
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (205 of 205 strings)
2017-09-27 18:47:50 +02:00
Tobias Groza
abe03ef9a3
Translated using Weblate (German)
...
Currently translated at 99.5% (204 of 205 strings)
2017-09-27 18:45:48 +02:00
Anton Shestakov
9813ffb83b
Translated using Weblate (Russian)
...
Currently translated at 97.5% (200 of 205 strings)
2017-09-27 15:47:52 +02:00
Mikas
b4eefa3eed
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (205 of 205 strings)
2017-09-26 18:52:53 +02:00
Christian Schabesberger
3490273b49
made fragments frontpagable
2017-09-26 18:16:39 +02:00
Christian Schabesberger
65c8b6e66a
add selection for front page
2017-09-26 17:29:38 +02:00
Anton Shestakov
6a166b798a
Translated using Weblate (Russian)
...
Currently translated at 97.5% (200 of 205 strings)
(cherry picked from commit efa262480a
)
2017-09-26 09:04:38 -03:00
Jona Abdinghoff
0686aec606
Translated using Weblate (German)
...
Currently translated at 99.5% (204 of 205 strings)
(cherry picked from commit 2c8dd9ce2a
)
2017-09-26 09:04:38 -03:00
Mikas
54b3c62803
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (205 of 205 strings)
(cherry picked from commit 4a4b1e0e49
)
2017-09-26 09:04:38 -03:00
nailyk
40d83ba7e7
Translated using Weblate (French)
...
Currently translated at 100.0% (205 of 205 strings)
(cherry picked from commit cb5e37184a
)
2017-09-26 09:04:38 -03:00
trmdi
ea3c379d88
Translated using Weblate (Vietnamese)
...
Currently translated at 68.2% (140 of 205 strings)
(cherry picked from commit 094a3af8ae
)
2017-09-26 09:04:38 -03:00
Yann Hodiesne
a6ee3e99ea
Translated using Weblate (French)
...
Currently translated at 100.0% (205 of 205 strings)
(cherry picked from commit 283d33aa27
)
2017-09-26 09:04:38 -03:00
nailyk
b2cab4aea0
Translated using Weblate (French)
...
Currently translated at 100.0% (205 of 205 strings)
(cherry picked from commit 6c445c0833
)
2017-09-26 09:04:38 -03:00
Krysa Czech
2a2e532acc
Translated using Weblate (Czech)
...
Currently translated at 100.0% (205 of 205 strings)
(cherry picked from commit dd10c1756f
)
2017-09-26 09:04:38 -03:00
pawelkw
0954a494e7
Translated using Weblate (Polish)
...
Currently translated at 80.9% (166 of 205 strings)
(cherry picked from commit 5ecad47d6e
)
2017-09-26 09:04:38 -03:00
Krysa Czech
bc32c946ff
Translated using Weblate (Czech)
...
Currently translated at 76.0% (156 of 205 strings)
(cherry picked from commit edfdabb691
)
2017-09-26 09:04:38 -03:00
Ivan Krušlin
95debf66e5
Translated using Weblate (Croatian)
...
Currently translated at 100.0% (205 of 205 strings)
(cherry picked from commit 4653e94c57
)
2017-09-26 09:04:38 -03:00
Bruno Tendler
3b166f82a8
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (205 of 205 strings)
(cherry picked from commit 54df50f84d
)
2017-09-26 09:04:38 -03:00
Ivan Krušlin
7d19250565
Translated using Weblate (Croatian)
...
Currently translated at 100.0% (205 of 205 strings)
(cherry picked from commit 6341ad88e8
)
2017-09-26 09:04:38 -03:00
E T
c510a4149d
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (205 of 205 strings)
(cherry picked from commit f893edeb82
)
2017-09-26 09:04:38 -03:00
E T
33e473c509
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (205 of 205 strings)
(cherry picked from commit c1fe03aab6
)
2017-09-26 09:04:38 -03:00
Anton Shestakov
efa262480a
Translated using Weblate (Russian)
...
Currently translated at 97.5% (200 of 205 strings)
2017-09-26 13:32:59 +02:00
Jona Abdinghoff
2c8dd9ce2a
Translated using Weblate (German)
...
Currently translated at 99.5% (204 of 205 strings)
2017-09-26 09:46:23 +02:00
Allan Nordhøy
ead1399e7b
Spelling: View → Play
2017-09-25 16:12:47 +02:00
Christian Schabesberger
5ebde97352
fix error report and add setting for current_service
2017-09-25 13:05:54 +02:00
Christian Schabesberger
f6c624b59a
make name translatable, fix tab on items, remove back button
...
s/kisok/kiosk/g
2017-09-25 12:52:13 +02:00
Mikas
4a4b1e0e49
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (205 of 205 strings)
2017-09-25 00:47:09 +02:00
nailyk
cb5e37184a
Translated using Weblate (French)
...
Currently translated at 100.0% (205 of 205 strings)
2017-09-23 21:45:34 +02:00
Christian Schabesberger
90b9223aae
Merge branch 'dev' into trending
2017-09-23 20:39:01 +02:00
trmdi
094a3af8ae
Translated using Weblate (Vietnamese)
...
Currently translated at 68.2% (140 of 205 strings)
2017-09-23 18:49:19 +02:00
Christian Schabesberger
0d2296917a
creating first prototype of kiosk page
2017-09-23 17:39:04 +02:00
Coffeemakr
d6fffc7e55
Use correct long comparison ( fixes #726 )
2017-09-23 08:35:06 -03:00
Yann Hodiesne
283d33aa27
Translated using Weblate (French)
...
Currently translated at 100.0% (205 of 205 strings)
2017-09-22 19:31:22 +02:00
nailyk
6c445c0833
Translated using Weblate (French)
...
Currently translated at 100.0% (205 of 205 strings)
2017-09-22 19:30:28 +02:00
Krysa Czech
dd10c1756f
Translated using Weblate (Czech)
...
Currently translated at 100.0% (205 of 205 strings)
2017-09-22 19:04:04 +02:00
TobiGr
74bda719a6
add themes to license dialog
2017-09-22 11:07:17 +02:00
Adrian Campos
ced75a9b60
Added Adaptive launcher Icon
2017-09-21 22:46:36 -03:00
pawelkw
5ecad47d6e
Translated using Weblate (Polish)
...
Currently translated at 80.9% (166 of 205 strings)
2017-09-21 21:47:16 +02:00
Christian Schabesberger
6e11ca1ac4
Merge pull request #722 from TeamNewPipe/beta
...
add everything for beta release
2017-09-21 10:08:11 +02:00
Krysa Czech
edfdabb691
Translated using Weblate (Czech)
...
Currently translated at 76.0% (156 of 205 strings)
2017-09-21 00:45:00 +02:00
Ivan Krušlin
4653e94c57
Translated using Weblate (Croatian)
...
Currently translated at 100.0% (205 of 205 strings)
2017-09-21 00:44:47 +02:00
Bruno Tendler
54df50f84d
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (205 of 205 strings)
2017-09-20 21:49:00 +02:00
Ivan Krušlin
6341ad88e8
Translated using Weblate (Croatian)
...
Currently translated at 100.0% (205 of 205 strings)
2017-09-19 20:00:50 +02:00
Allan Nordhøy
314b2fb14f
Spelling of file formats ( #703 )
2017-09-19 18:38:27 +02:00
Tobias Groza
795ba89dc4
Support dark theme in file picker ( #699 )
2017-09-19 18:38:27 +02:00
Felix Ableitner
5b8ff28556
Open youtube links directly from search ( fixes #35 ) ( #692 )
...
* Open youtube links directly from search (fixes #35 )
2017-09-19 18:38:27 +02:00
Mauricio Colli
3e6bed538a
Update extractor version
2017-09-19 18:38:27 +02:00
E T
f893edeb82
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (205 of 205 strings)
2017-09-18 01:11:35 +02:00
E T
c1fe03aab6
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (205 of 205 strings)
2017-09-16 10:36:32 +02:00
wb9688
442290d7f0
Hide spinner
2017-09-14 11:43:30 +02:00
wb9688
a6eb871f5e
Change layout for audio-only streams
2017-09-14 10:49:39 +02:00
wb9688
b500c3f526
Add service setting
2017-09-14 09:31:01 +02:00
Weblate
c5885d9ce4
Merge remote-tracking branch 'origin/master'
2017-09-11 23:15:20 +02:00
Allan Nordhøy
4c2d705311
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 100.0% (205 of 205 strings)
2017-09-11 23:15:16 +02:00
Mauricio Colli
939017ada9
Update extractor version
2017-09-11 11:21:01 -03:00
Matej U
322c5c05cf
Translated using Weblate (Slovenian)
...
Currently translated at 100.0% (205 of 205 strings)
2017-09-11 11:29:26 +02:00
Jonas
cd174b8ce9
Translated using Weblate (French)
...
Currently translated at 100.0% (205 of 205 strings)
2017-09-11 10:12:00 +02:00
Oscar Hemelaar
f5999f28e9
Translated using Weblate (French)
...
Currently translated at 97.0% (199 of 205 strings)
2017-09-11 10:06:02 +02:00
Jonas
428a754bfc
Translated using Weblate (French)
...
Currently translated at 96.5% (198 of 205 strings)
2017-09-11 10:05:38 +02:00
Eduardo Caron
71a22348c9
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (205 of 205 strings)
2017-09-09 22:34:45 +02:00
Tobias Groza
4ac0db1869
Translated using Weblate (French)
...
Currently translated at 80.9% (166 of 205 strings)
2017-09-09 22:34:36 +02:00
Nathan Follens
bca9035302
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (205 of 205 strings)
2017-09-09 22:34:25 +02:00
Christian Schabesberger
020322df0b
add everything for beta release
...
add AndroidManifest.xml for beta
2017-09-09 20:46:58 +02:00
Enrico Monese
5e659e3f46
Translated using Weblate (Italian)
...
Currently translated at 97.0% (199 of 205 strings)
2017-09-09 00:46:56 +02:00
Osoitz
ddcf2c5206
Translated using Weblate (Basque)
...
Currently translated at 100.0% (205 of 205 strings)
2017-09-08 15:44:27 +02:00
Tobias Groza
6b88349c77
Translated using Weblate (German)
...
Currently translated at 98.0% (201 of 205 strings)
2017-09-07 18:46:03 +02:00
Marian Hanzel
4eb2d3805d
Translated using Weblate (Slovak)
...
Currently translated at 84.8% (174 of 205 strings)
2017-09-06 00:48:04 +02:00
Gaman Gabriel
6cdddc4e9f
Translated using Weblate (Romanian)
...
Currently translated at 77.5% (159 of 205 strings)
2017-09-05 18:48:21 +02:00
Freddy Morán Jr
406d844722
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (205 of 205 strings)
2017-09-05 14:47:09 +02:00
Mladen Pejaković
09ee0357c7
Translated using Weblate (Serbian)
...
Currently translated at 100.0% (205 of 205 strings)
2017-09-04 16:23:20 +02:00
Mauricio Colli
f603f63361
Another fix for Weblate
2017-09-04 09:31:53 -03:00
Mauricio Colli
720bb5d615
Fix strings for Weblate
2017-09-04 09:26:00 -03:00
Mauricio Colli
eebd76661d
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 98.5% (203 of 206 strings)
2017-09-04 14:10:52 +02:00
Mauricio Colli
146d4a8365
Update extractor and refactored NewPipe
2017-09-03 13:57:12 -03:00
Walter White
bddd9b3409
Translated using Weblate (French)
...
Currently translated at 83.6% (164 of 196 strings)
2017-09-03 06:04:15 +02:00
Mauricio Colli
0d4d83f3a6
Translated using Weblate (English)
...
Currently translated at 100.0% (196 of 196 strings)
2017-09-03 06:04:14 +02:00
Anton Shestakov
4bb0bb4ff0
Translated using Weblate (Russian)
...
Currently translated at 97.9% (192 of 196 strings)
2017-09-02 18:48:04 +02:00
Mauricio Colli
2d75968532
Translated using Weblate (English)
...
Currently translated at 100.0% (196 of 196 strings)
2017-09-02 00:45:25 +02:00
Nathan Follens
aa0e759168
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (196 of 196 strings)
2017-09-01 23:47:19 +02:00
Eduardo Caron
cdae745c00
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (196 of 196 strings)
2017-09-01 22:54:42 +02:00
Freddy Morán Jr
a8b6af1f03
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (196 of 196 strings)
2017-09-01 06:58:52 +02:00
Mauricio Colli
c7106073b4
Translated using Weblate (German)
...
Currently translated at 90.8% (178 of 196 strings)
2017-09-01 00:17:13 +02:00
Mauricio Colli
d96139798f
Translated using Weblate (English)
...
Currently translated at 100.0% (196 of 196 strings)
2017-09-01 00:17:13 +02:00
nautilusx
bd560644fe
Translated using Weblate (German)
...
Currently translated at 97.9% (192 of 196 strings)
2017-08-31 22:09:52 +02:00
Tobias Groza
f6772c4138
Translated using Weblate (German)
...
Currently translated at 88.7% (174 of 196 strings)
2017-08-31 12:51:23 +02:00
Mauricio Colli
dd733640e5
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 86.7% (170 of 196 strings)
2017-08-31 05:20:12 +02:00
Allan Nordhøy
75a0c0a527
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 78.0% (153 of 196 strings)
2017-08-31 05:20:12 +02:00
Mauricio Colli
a5925875a7
Translated using Weblate (English)
...
Currently translated at 100.0% (196 of 196 strings)
2017-08-31 05:20:02 +02:00
Allan Nordhøy
84157f9247
Translated using Weblate (English)
...
Currently translated at 100.0% (196 of 196 strings)
Note that "Billion" is often "Milliard" in other languages.
2017-08-31 05:17:26 +02:00
Allan Nordhøy
fcf3ed7881
Translated using Weblate (English)
...
Currently translated at 100.0% (196 of 196 strings)
2017-08-31 03:45:01 +02:00
theVikac
dac3be69d6
Translated using Weblate (Croatian)
...
Currently translated at 100.0% (196 of 196 strings)
2017-08-30 09:15:40 +02:00
haseoxth
5118e5cceb
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (196 of 196 strings)
2017-08-30 08:15:06 +02:00
Janusz May
7ca0d20dda
Translated using Weblate (Polish)
...
Currently translated at 98.9% (194 of 196 strings)
2017-08-29 15:47:28 +02:00
Marian Hanzel
378222e484
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (196 of 196 strings)
2017-08-29 08:41:45 +02:00
mueller-ma
812bec205c
Translated using Weblate (German)
...
Currently translated at 98.4% (193 of 196 strings)
2017-08-28 12:46:04 +02:00
Matej U
2ee8803e33
Translated using Weblate (Slovenian)
...
Currently translated at 100.0% (196 of 196 strings)
2017-08-27 12:48:39 +02:00
wb9688
007616ca42
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (196 of 196 strings)
2017-08-27 09:45:09 +02:00
Osoitz
f3b235e4a7
Translated using Weblate (Basque)
...
Currently translated at 95.9% (188 of 196 strings)
2017-08-26 15:44:19 +02:00
anonymous
074d4be4ba
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (196 of 196 strings)
2017-08-26 09:34:35 +02:00
wb9688
03cd48257b
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (196 of 196 strings)
2017-08-26 09:33:21 +02:00
zmni
546db83de3
Translated using Weblate (Indonesian)
...
Currently translated at 95.4% (187 of 196 strings)
2017-08-25 18:46:09 +02:00
Matej U
cc11a39f7e
Translated using Weblate (Slovenian)
...
Currently translated at 99.4% (195 of 196 strings)
2017-08-24 00:48:01 +02:00
Eduardo Caron
a83b365afd
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (196 of 196 strings)
2017-08-23 15:22:27 +02:00
Freddy Morán Jr
6a6cfac603
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (196 of 196 strings)
2017-08-22 01:27:56 +02:00
Weblate
5270cedc56
Merge remote-tracking branch 'origin/master'
2017-08-20 21:45:05 +02:00
Michalis Nikolaidis
2ac833d2a6
Translated using Weblate (Greek)
...
Currently translated at 22.6% (44 of 194 strings)
2017-08-20 21:45:04 +02:00
Blader
f7be210b12
Translated using Weblate (Dutch)
...
Currently translated at 93.2% (181 of 194 strings)
2017-08-20 21:44:58 +02:00
John Zhen M
2b2e954b84
-Updated ExoPlayer to r2.5.1.
...
-Fixes some more deprecations due to Exoplayer and Android O notification updates.
2017-08-18 11:07:57 -07:00
Tonelico
85108be686
Android O Notification Building Fix ( #655 )
...
-Added simple notification channel for Android O.
-Fixes notification building failure for background and popup player on Android O.
-Reduce notification channel importance to low to avoid making noise on every notification update.
2017-08-18 09:05:31 -03:00
Oscar Hemelaar
9fbac943bb
Translated using Weblate (French)
...
Currently translated at 98.4% (191 of 194 strings)
2017-08-18 00:45:31 +02:00
theVikac
d901eaa8d2
Translated using Weblate (Croatian)
...
Currently translated at 100.0% (194 of 194 strings)
2017-08-17 12:44:50 +02:00
mueller-ma
5fb0e8d007
Translated using Weblate (German)
...
Currently translated at 98.4% (191 of 194 strings)
In german there is no 's
2017-08-16 21:45:40 +02:00
theVikac
cd5c76cb76
Translated using Weblate (Croatian)
...
Currently translated at 100.0% (194 of 194 strings)
2017-08-16 10:56:32 +02:00
theVikac
b2a64f8bf3
Added translation using Weblate (Croatian)
2017-08-16 10:50:18 +02:00
mueller-ma
b91acc9de5
Translated using Weblate (German)
...
Currently translated at 96.9% (188 of 194 strings)
2017-08-15 19:40:37 +02:00
Weblate
07836c7ffa
Merge remote-tracking branch 'origin/master'
2017-08-15 19:40:01 +02:00
Tobias Groza
8b30a0d7cc
Translated using Weblate (German)
...
Currently translated at 96.9% (188 of 194 strings)
2017-08-15 19:39:58 +02:00
Coffeemakr
f4dca71497
Add licenses for RxJava (and bindings)
2017-08-15 17:21:11 +02:00
Gian Maria Viglianti
e4c6e87338
Translated using Weblate (Italian)
...
Currently translated at 100.0% (194 of 194 strings)
2017-08-14 18:46:46 +02:00
Eduardo Caron
b2862520fd
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (194 of 194 strings)
2017-08-14 18:34:54 +02:00
Lucas Friederich
bb29f1ea95
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 96.3% (187 of 194 strings)
2017-08-14 18:32:58 +02:00
Freddy Morán Jr
69b92757f4
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (194 of 194 strings)
2017-08-14 03:46:52 +02:00
Mladen Pejaković
62ae2652c7
Translated using Weblate (Serbian)
...
Currently translated at 95.3% (185 of 194 strings)
2017-08-14 00:46:35 +02:00
anonymous
6f6633050b
Translated using Weblate (Italian)
...
Currently translated at 100.0% (194 of 194 strings)
2017-08-13 17:22:20 +02:00
Gian Maria Viglianti
d37bfd6651
Translated using Weblate (Italian)
...
Currently translated at 100.0% (194 of 194 strings)
2017-08-13 17:21:56 +02:00
anonymous
55a17a8a83
Translated using Weblate (Italian)
...
Currently translated at 100.0% (194 of 194 strings)
2017-08-13 17:21:04 +02:00
Gian Maria Viglianti
422b06b72d
Translated using Weblate (Italian)
...
Currently translated at 100.0% (194 of 194 strings)
2017-08-13 17:17:58 +02:00
Freddy Morán Jr
873a1d1c3b
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (194 of 194 strings)
2017-08-13 03:06:27 +02:00
Weblate
44d06767b5
Merge remote-tracking branch 'origin/master'
2017-08-12 18:45:10 +02:00
Thomas Lavend'Homme
3f4379afbf
Translated using Weblate (French)
...
Currently translated at 98.9% (181 of 183 strings)
2017-08-12 18:45:06 +02:00
Cyril Müller
c0515de6b7
Add search and watch history ( #626 )
...
Add search and watch history
* Make MainActicity a single task
* Remove some casting
* SearchFragment: start searching when created with query
* Handle settings change in onResume
* History: Log pop up and background playback
* History: Add swipe to remove functionallity
* Enable history by default
* Use stream item
* Store more information about the stream
* Integrate history database into AppDatabase
* Remove redundant casts
* Re-enable date converters
* History: Use Rx Java and run DB in background
* Also make HistoryDAO extend BasicDAO
* History: RX-ify swipe to remove
* Sort history entries by creation date
* History: Set toolbar title
* Don't repeat history entries
* Introduced setters so we can update entries in the database
* If the latest entry has the same (main) values, just update it
2017-08-12 01:50:25 -03:00
anonymous
09159ec245
Translated using Weblate (French)
...
Currently translated at 93.9% (172 of 183 strings)
2017-08-11 17:05:11 +02:00
Thomas Lavend'Homme
ab0bf80888
Translated using Weblate (French)
...
Currently translated at 93.4% (171 of 183 strings)
2017-08-11 17:04:40 +02:00
anonymous
74b8eaed04
Translated using Weblate (French)
...
Currently translated at 86.3% (158 of 183 strings)
2017-08-11 16:05:34 +02:00
anonymous
d64b5ccae2
Translated using Weblate (French)
...
Currently translated at 85.7% (157 of 183 strings)
2017-08-11 15:58:59 +02:00
anonymous
3883212ca7
Translated using Weblate (French)
...
Currently translated at 85.2% (156 of 183 strings)
2017-08-11 15:56:20 +02:00
anonymous
1cec41dba0
Translated using Weblate (French)
...
Currently translated at 84.6% (155 of 183 strings)
2017-08-11 15:56:01 +02:00
anonymous
d00c0ff60c
Translated using Weblate (French)
...
Currently translated at 84.1% (154 of 183 strings)
2017-08-11 15:55:42 +02:00
anonymous
1d597c5f5b
Translated using Weblate (French)
...
Currently translated at 83.6% (153 of 183 strings)
2017-08-11 15:54:41 +02:00
anonymous
c004ef7d0b
Translated using Weblate (French)
...
Currently translated at 83.0% (152 of 183 strings)
2017-08-11 15:54:22 +02:00
Freddy Morán Jr
1bfb977b28
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (183 of 183 strings)
2017-08-10 19:18:55 +02:00
Osoitz
04138047f6
Translated using Weblate (Basque)
...
Currently translated at 100.0% (183 of 183 strings)
2017-08-10 14:03:01 +02:00
zmni
147e99a915
Translated using Weblate (Indonesian)
...
Currently translated at 97.2% (178 of 183 strings)
2017-08-09 15:45:45 +02:00
Matej U
6f7d162edc
Translated using Weblate (Slovenian)
...
Currently translated at 97.8% (179 of 183 strings)
2017-08-09 12:46:52 +02:00
mueller-ma
77e376751a
Translated using Weblate (German)
...
Currently translated at 96.7% (177 of 183 strings)
2017-08-07 20:03:28 +02:00
Eduardo Caron
7e1264ac44
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (183 of 183 strings)
2017-08-07 20:03:26 +02:00
anonymous
2d2689362d
Translated using Weblate (German)
...
Currently translated at 93.9% (172 of 183 strings)
2017-08-07 17:52:56 +02:00
Coffeemaker
913500a6de
Translated using Weblate (German)
...
Currently translated at 93.9% (172 of 183 strings)
2017-08-07 17:51:43 +02:00
Weblate
81d7c54a55
Merge remote-tracking branch 'origin/master'
2017-08-07 17:50:22 +02:00
mueller-ma
4501d5a8fc
Translated using Weblate (German)
...
Currently translated at 99.4% (172 of 173 strings)
2017-08-07 17:50:16 +02:00
Tonelico
becc90409f
Added option to resume on audio focus regain. ( #624 )
2017-08-07 10:04:36 -03:00
Tonelico
10c4f7b465
Added basic channel subscription and feed pages ( #620 )
...
Added basic channel subscription and feed pages
- Room Persistence for sqlite support.
- RxJava2 for reactive async support.
- Stetho for database inspection support.
- Enabled Multidex for debug build.
2017-08-07 10:02:30 -03:00
Janusz May
cb5b0ff764
Translated using Weblate (Polish)
...
Currently translated at 98.8% (171 of 173 strings)
2017-08-04 18:46:15 +02:00
Wout B
277a817eaf
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (173 of 173 strings)
2017-08-04 17:07:20 +02:00
zmni
fbac6f6a57
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (173 of 173 strings)
2017-08-04 15:58:58 +02:00
monolifed
b1b0d6ceb6
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (173 of 173 strings)
2017-08-03 21:38:20 +02:00
Eduardo Caron
07421542df
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (173 of 173 strings)
2017-08-03 14:19:56 +02:00
Weblate
74a8139ac9
Merge remote-tracking branch 'origin/master'
2017-08-03 14:16:37 +02:00