naofum
59085ff8c8
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (451 of 451 strings)
2019-06-13 14:30:04 +02:00
AB
a4274c6301
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (451 of 451 strings)
2019-06-13 14:30:02 +02:00
THANOS SIOURDAKIS
b4ef44b343
Translated using Weblate (Greek)
...
Currently translated at 100.0% (451 of 451 strings)
2019-06-13 14:30:01 +02:00
postsorino
08bc97582b
Translated using Weblate (Greek)
...
Currently translated at 100.0% (451 of 451 strings)
2019-06-13 14:30:00 +02:00
gabriellluz
3952c88510
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (451 of 451 strings)
2019-06-13 14:29:59 +02:00
Lucas Ayala
b1f27b9da7
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (451 of 451 strings)
2019-06-13 14:29:55 +02:00
Karel S
7ca026393b
Translated using Weblate (Czech)
...
Currently translated at 100.0% (451 of 451 strings)
2019-06-12 10:52:28 +02:00
Vojtěch Šamla
f8784ae3c7
Translated using Weblate (Czech)
...
Currently translated at 100.0% (451 of 451 strings)
2019-06-12 10:52:27 +02:00
ssantos
3ddc3acf4c
Translated using Weblate (German)
...
Currently translated at 100.0% (451 of 451 strings)
2019-06-06 08:57:12 +02:00
nautilusx
ff430f5e33
Translated using Weblate (German)
...
Currently translated at 100.0% (451 of 451 strings)
2019-06-06 08:57:12 +02:00
Prashant Shahi
daf2890161
Added translation using Weblate (Nepali)
2019-06-05 17:16:25 +02:00
Igor Nedoboy
4ca639323d
Translated using Weblate (Russian)
...
Currently translated at 100.0% (451 of 451 strings)
2019-06-05 00:59:48 +02:00
Igor Nedoboy
a92bf155a3
Translated using Weblate (Russian)
...
Currently translated at 100.0% (451 of 451 strings)
2019-06-05 00:48:25 +02:00
Igor Nedoboy
d153772eb2
Translated using Weblate (Russian)
...
Currently translated at 100.0% (451 of 451 strings)
2019-06-05 00:37:18 +02:00
kapodamy
cdc8fe86ce
amend rebase
...
resolve inconsistency in string.xml files
2019-06-04 15:45:28 -03:00
Hosted Weblate
4844037ce9
Merge branch 'origin/dev' into Weblate.
2019-06-04 13:40:03 +02:00
Jeff Huang
691c1e1a37
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (443 of 443 strings)
2019-06-04 13:40:03 +02:00
Jazz
bd55b91a86
Translated using Weblate (French)
...
Currently translated at 99.8% (442 of 443 strings)
2019-06-04 13:40:02 +02:00
Eduardo Serra
8842f53696
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (443 of 443 strings)
2019-06-04 13:40:02 +02:00
ButterflyOfFire
ffed9f6116
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (443 of 443 strings)
2019-06-04 13:40:01 +02:00
pjammo
50e8f45601
Translated using Weblate (Italian)
...
Currently translated at 100.0% (443 of 443 strings)
2019-06-04 13:40:00 +02:00
WaldiS
8cbfe9e6cf
Translated using Weblate (Polish)
...
Currently translated at 100.0% (443 of 443 strings)
2019-06-04 13:40:00 +02:00
Karel S
99ad3dc292
Translated using Weblate (Czech)
...
Currently translated at 99.8% (442 of 443 strings)
2019-06-04 13:40:00 +02:00
monolifed
6908355d38
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (443 of 443 strings)
2019-06-04 13:39:56 +02:00
kapodamy
34b2b96158
Simplify the storage APIs use
...
* use Java I/O (classic way) on older android versions
* use Storage Access Framework on newer android versions (Android Lollipop or later)
* both changes have the external SD Card write permission
* add option to ask the save path on each download
* warn the user if the save paths are not defined, this only happens on the first NewPipe run (Android Lollipop or later)
2019-06-03 18:26:24 -03:00
kapodamy
d1573a0a6e
misc changes
...
* implement socket timeout error
* use 128k buffer size for copy
* use NewPipe HTTP user agent in the downloads
* automatically recover downloads with network errors that are queued
2019-06-03 18:25:43 -03:00
kapodamy
16d6bda85d
Webm muxer fixes and strings.xml changes
...
* replace "In queue" to "Pending" in the downloads header to avoid confusions (all languages)
* use 29bits Clusters size to support huge video resolutions (fixes #2291 ) (WebmWriter.java)
* add missing changes to WebmMuxer.java (i forget select the audio track)
2019-06-03 18:24:49 -03:00
kapodamy
1089de6321
Add confirm dialog before clear the finished download list
2019-06-03 18:19:18 -03:00
kapodamy
d00dc798f4
more SAF implementation
...
* full support for Directory API (Android Lollipop or later)
* best effort to handle any kind errors (missing file, revoked permissions, etc) and recover the download
* implemented directory choosing
* fix download database version upgrading
* misc. cleanup
* do not release permission on the old save path (if the user change the download directory) under SAF api
2019-06-03 18:18:20 -03:00
kapodamy
f6b32823ba
Implement Storage Access Framework
...
* re-work finished mission database
* re-work DownloadMission and bump it Serializable version
* keep the classic Java IO API
* SAF Tree API support on Android Lollipop or higher
* add wrapper for SAF stream opening
* implement Closeable in SharpStream to replace the dispose() method
* do required changes for this API:
** remove any file creation logic from DownloadInitializer
** make PostProcessing Serializable and reduce the number of iterations
** update all strings.xml files
** storage helpers: StoredDirectoryHelper & StoredFileHelper
** best effort to handle any kind of SAF errors/exceptions
2019-06-03 18:16:41 -03:00
kapodamy
9e34fee58c
New MP4 muxer + Queue changes + Storage fixes
...
Main changes:
* correctly check the available space (CircularFile.java)
* misc cleanup (CircularFile.java)
* use the "Error Reporter" for non-http errors
* rewrite network state checking and add better support for API 21 (Lollipop) or higher
* implement "metered networks"
* add buttons in "Downloads" activity to start/pause all pending downloads, ignoring the queue flag or if the network is "metered"
* add workaround for VPN connections and/or network switching. Example: switching WiFi to 3G
* rewrite DataReader ¡Webm muxer is now 57% more faster!
* rewrite CircularFile, use file buffers instead of memory buffers. Less troubles in low-end devices
* fix missing offset for KaxCluster (WebMWriter.java), manifested as no thumbnails on file explorers
Download queue:
* remember queue status, unless the user pause the download (un-queue)
* semi-automatic downloads, between networks. Effective if the user create a new download or the downloads activity is starts
* allow enqueue failed downloads
* new option, queue limit, enabled by default. Used to allow one or multiple downloads at same time
Miscellaneous:
* fix crash while selecting details/error menu (mistake on MissionFragment.java)
* misc serialize changes (DownloadMission.java)
* minor UI tweaks
* allow overwrite paused downloads
* fix wrong icons for grid/list button in downloads
* add share option
* implement #2006
* correct misspelled word in strings.xml (es) (cmn)
* fix MissionAdapter crash during device shutdown
New Mp4Muxer + required changes:
* new mp4 muxer (from dash only) with this, muxing on Android 7 is possible now!!!
* re-work in SharpStream
* drop mp4 dash muxer
* misc changes: add warning in SecondaryStreamHelper.java,
* strip m4a DASH files to normal m4a format (youtube only)
Fix storage issues:
* warn to the user if is choosing a "read only" download directory (for external SD Cards), useless is rooted :)
* "write proof" allow post-processing resuming only if the device ran out of space
* implement "insufficient storage" error for downloads
2019-06-03 18:09:43 -03:00
Tobias Groza
5e00e34552
Merge remote-tracking branch 'Weblate/dev' into dev
2019-06-03 22:04:36 +02:00
Yaron Shahrabani
ce204eba62
Translated using Weblate (Hebrew)
...
Currently translated at 100.0% (443 of 443 strings)
2019-06-02 12:48:16 +02:00
Yaron Shahrabani
c7cb652322
Translated using Weblate (Hebrew)
...
Currently translated at 99.8% (442 of 443 strings)
2019-06-02 12:44:09 +02:00
Yaron Shahrabani
f8ccc3128e
Translated using Weblate (Hebrew)
...
Currently translated at 99.8% (442 of 443 strings)
2019-06-02 12:44:08 +02:00
bob mar
4a8baaef45
Translated using Weblate (Hebrew)
...
Currently translated at 99.8% (442 of 443 strings)
2019-06-02 12:44:08 +02:00
artik banana
a9f3939c83
Translated using Weblate (Hebrew)
...
Currently translated at 99.8% (442 of 443 strings)
2019-06-02 12:27:18 +02:00
Joseph Kim
d8cb950248
Translated using Weblate (Korean)
...
Currently translated at 100.0% (443 of 443 strings)
2019-06-02 12:27:07 +02:00
AB
aefc51db4b
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (443 of 443 strings)
2019-06-02 12:27:00 +02:00
artik banana
fb18ea7ff8
Translated using Weblate (Hebrew)
...
Currently translated at 99.8% (442 of 443 strings)
2019-06-02 12:26:58 +02:00
bob mar
407c61e212
Translated using Weblate (Hebrew)
...
Currently translated at 99.8% (442 of 443 strings)
2019-06-02 12:26:58 +02:00
ssantos
d8e6ad48ca
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (443 of 443 strings)
2019-06-02 02:18:34 +02:00
yunna
bd42f4188f
Translated using Weblate (Japanese)
...
Currently translated at 99.8% (442 of 443 strings)
2019-06-02 02:18:34 +02:00
yunna
f766f383ea
Translated using Weblate (English)
...
Currently translated at 100.0% (443 of 443 strings)
2019-06-02 02:18:28 +02:00
ssantos
1a9922d790
Translated using Weblate (German)
...
Currently translated at 100.0% (443 of 443 strings)
2019-06-02 02:18:24 +02:00
Tobias Groza
281cae7a18
Merge branch 'master' into dev
2019-05-31 23:46:28 +02:00
mohammadmdp
e1ead9d2ef
Translated using Weblate (Persian)
...
Currently translated at 58.9% (261 of 443 strings)
2019-05-31 11:24:47 +02:00
Karel S
359a9a96d6
Translated using Weblate (Czech)
...
Currently translated at 99.8% (442 of 443 strings)
2019-05-31 11:24:44 +02:00
Stypox
b6cfb8a3dc
Remove dupliacte direct_on_background string
...
start_here_on_background has the same meaning
start_here_on_main is now unused, but I left it there so that if it ever becomes useful again, it is ready to be used.
2019-05-30 15:30:13 +02:00
Cipisek Rumcajsu
9395df4cc3
Translated using Weblate (Czech)
...
Currently translated at 90.3% (400 of 443 strings)
2019-05-29 18:08:08 +02:00
Karel S
93edb333d4
Translated using Weblate (Czech)
...
Currently translated at 90.3% (400 of 443 strings)
2019-05-29 18:08:08 +02:00
Tobias Groza
0c354c4fdb
Remove old strings
...
Remove strings which have been deleted from the English strings file during development, but were translated via Weblate, which failed to pull and push our upstream repo.
2019-05-27 00:11:37 +02:00
Tobias Groza
bd7413119a
Merge branch 'weblate' into release_v0.16.2
...
Update translations
2019-05-26 22:58:53 +02:00
Davide Palma
f26915aab6
Translated using Weblate (Italian)
...
Currently translated at 99.8% (442 of 443 strings)
2019-05-25 04:49:13 +02:00
Tobias Groza
f6068dc69d
Translated using Weblate (German)
...
Currently translated at 100.0% (443 of 443 strings)
2019-05-25 04:49:11 +02:00
Marc Riera
bd2c65cd94
Translated using Weblate (Catalan)
...
Currently translated at 96.8% (429 of 443 strings)
2019-05-15 11:49:29 +02:00
Tolstovka
a758267d72
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (443 of 443 strings)
2019-05-13 10:53:20 +02:00
Tolstovka
72eae64698
Translated using Weblate (Russian)
...
Currently translated at 100.0% (443 of 443 strings)
2019-05-13 10:53:18 +02:00
84436
d63c18f7f0
Translated using Weblate (Vietnamese)
...
Currently translated at 100.0% (443 of 443 strings)
2019-05-10 10:19:35 +02:00
Eduardo Caron
b05e3ca8d8
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (443 of 443 strings)
2019-05-10 10:17:50 +02:00
gabriellluz
0a88100b67
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (443 of 443 strings)
2019-05-08 16:49:07 +02:00
sherlockbeard
d1bd7f695f
Update strings.xml
2019-05-07 13:57:31 +05:30
Vasiliy
312e1378d3
Fix tablet ui
2019-05-06 19:16:39 +03:00
abvgeej
55d6825f63
Translated using Weblate (Russian)
...
Currently translated at 99.5% (441 of 443 strings)
2019-05-06 14:48:53 +02:00
Jonathan Tavares
e4f9af7076
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 98.6% (437 of 443 strings)
2019-05-06 14:48:49 +02:00
Snow K1ng
0ab29b7c1f
Translated using Weblate (Romanian)
...
Currently translated at 75.8% (336 of 443 strings)
2019-04-29 13:48:19 +02:00
yunna
d742ed7b65
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (443 of 443 strings)
2019-04-29 13:46:50 +02:00
Jesper Hertel
a684e380b7
Translated using Weblate (Danish)
...
Currently translated at 98.9% (438 of 443 strings)
2019-04-29 13:45:08 +02:00
AB
c90feaf3db
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (443 of 443 strings)
2019-04-28 21:49:00 +02:00
Chandra Mohan Jha
460610f672
Translated using Weblate (Hindi)
...
Currently translated at 77.2% (342 of 443 strings)
2019-04-28 21:49:00 +02:00
Jesper Hertel
46511533aa
Translated using Weblate (Danish)
...
Currently translated at 88.7% (393 of 443 strings)
2019-04-28 21:48:59 +02:00
Vasiliy
93f2518159
Animate states changed
2019-04-27 22:27:08 +03:00
Vasiliy
c7cd9e86ac
Option to disable states indicators
2019-04-27 19:04:13 +03:00
Vasiliy
03b1a8bd41
Merge branch 'dev' into playback_state_list
2019-04-27 17:37:43 +03:00
Chandra Mohan Jha
e7d0685ebc
Translated using Weblate (Hindi)
...
Currently translated at 74.5% (330 of 443 strings)
2019-04-27 09:58:33 +02:00
sXp
aadbfe1eed
Translated using Weblate (Hindi)
...
Currently translated at 74.5% (330 of 443 strings)
2019-04-27 09:58:31 +02:00
Chandra Mohan Jha
4a54fbb872
Translated using Weblate (Hindi)
...
Currently translated at 74.5% (330 of 443 strings)
2019-04-27 09:58:09 +02:00
sXp
8b1836d699
Translated using Weblate (Hindi)
...
Currently translated at 74.5% (330 of 443 strings)
2019-04-27 09:58:08 +02:00
Chandra Mohan Jha
c47d4fd35a
Translated using Weblate (Hindi)
...
Currently translated at 74.5% (330 of 443 strings)
2019-04-27 09:58:08 +02:00
pjammo
a58af1275c
Translated using Weblate (Italian)
...
Currently translated at 99.5% (441 of 443 strings)
2019-04-26 19:48:45 +02:00
Marc Riera
1d63b39553
Translated using Weblate (Catalan)
...
Currently translated at 91.6% (406 of 443 strings)
2019-04-26 19:48:44 +02:00
Jesper Hertel
c300d52b29
Translated using Weblate (Danish)
...
Currently translated at 87.1% (386 of 443 strings)
2019-04-25 14:48:56 +02:00
Sören Strecke
5314e275bc
Translated using Weblate (German)
...
Currently translated at 100.0% (443 of 443 strings)
2019-04-24 11:37:07 +02:00
yunna
08f8b9770a
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (443 of 443 strings)
2019-04-23 22:48:54 +02:00
YONGLE
a9c64b2fec
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (443 of 443 strings)
2019-04-23 22:48:50 +02:00
sherlock
1edfa78a05
removed the gena strings.
2019-04-17 16:45:40 +05:30
Kristjan Räts
1df8af35d4
Translated using Weblate (Estonian)
...
Currently translated at 100.0% (443 of 443 strings)
2019-04-16 21:05:04 +02:00
Vasiliy
f47c5e53b1
Merge branch 'playback_resume_v2' into playback_state_list
2019-04-15 22:19:54 +03:00
Vasiliy
a48cbc6971
Show streams states for local lists
2019-04-15 22:18:24 +03:00
Vasiliy
73be8cf074
Base implementation of showing playback positions in lists
2019-04-15 21:37:36 +03:00
Vasiliy
002a1412cb
Fix scrolling details
2019-04-15 21:22:31 +03:00
Tobias Groza
e99714eba6
Merge remote-tracking branch 'TeamNewPipe/dev' into close_button
2019-04-13 18:18:17 +02:00
Vasiliy
4e1423d224
Implement playback state management
2019-04-13 13:34:36 +03:00
Lambda Monad
4751075e87
Translated using Weblate (Indonesian)
...
Currently translated at 99.3% (440 of 443 strings)
2019-04-12 21:04:47 +02:00
minsk21
f96a371464
Translated using Weblate (Belarusian)
...
Currently translated at 74.5% (330 of 443 strings)
2019-04-10 04:04:47 +02:00
___
e423192265
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (443 of 443 strings)
2019-04-09 03:16:34 +02:00
minsk21
e9444e058c
Translated using Weblate (Belarusian)
...
Currently translated at 74.3% (329 of 443 strings)
2019-04-09 03:16:28 +02:00
Yaron Shahrabani
037632fbf0
Translated using Weblate (Hebrew)
...
Currently translated at 100.0% (443 of 443 strings)
2019-04-07 15:59:53 +02:00
Yoav
6cdea85a49
Translated using Weblate (Hebrew)
...
Currently translated at 100.0% (443 of 443 strings)
2019-04-07 15:59:49 +02:00
Yaron Shahrabani
f86d755890
Translated using Weblate (Hebrew)
...
Currently translated at 100.0% (443 of 443 strings)
2019-04-07 15:59:49 +02:00
Stypox
98cc97251a
Merge branch 'dev' into dev
2019-04-07 08:18:39 +02:00
Tobias Groza
1afc301432
Merge branch 'dev' into dev
2019-04-06 23:23:15 +02:00
Yaron Shahrabani
115b44585b
Translated using Weblate (Hebrew)
...
Currently translated at 100.0% (443 of 443 strings)
2019-04-06 21:10:05 +02:00
artik banana
3ff47623d5
Translated using Weblate (Hebrew)
...
Currently translated at 100.0% (443 of 443 strings)
2019-04-06 21:10:03 +02:00
Yaron Shahrabani
943e03f9d8
Translated using Weblate (Hebrew)
...
Currently translated at 100.0% (443 of 443 strings)
2019-04-06 21:10:03 +02:00
AB
f7a534a0d0
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (443 of 443 strings)
2019-04-06 20:59:53 +02:00
Yaron Shahrabani
72e30d8e40
Translated using Weblate (Hebrew)
...
Currently translated at 100.0% (443 of 443 strings)
2019-04-06 20:59:50 +02:00
Yehuda Levy
eb265300fc
Translated using Weblate (Hebrew)
...
Currently translated at 100.0% (443 of 443 strings)
2019-04-06 20:59:48 +02:00
artik banana
704b8f61dd
Translated using Weblate (Hebrew)
...
Currently translated at 100.0% (443 of 443 strings)
2019-04-06 20:59:47 +02:00
Stypox
8eead9fda2
Add share button to main player layout
...
Placed under "more options"
2019-04-06 20:21:32 +02:00
Florian
82cb71bf3f
Translated using Weblate (French)
...
Currently translated at 99.8% (442 of 443 strings)
2019-04-06 09:53:58 +02:00
Stjepan
c37b88a239
Translated using Weblate (Croatian)
...
Currently translated at 99.3% (440 of 443 strings)
2019-04-06 09:53:57 +02:00
___
de59bf695d
Translated using Weblate (Ukrainian)
...
Currently translated at 99.8% (442 of 443 strings)
2019-04-06 09:53:55 +02:00
Tobias Groza
8232a92653
Translated using Weblate (Romanian)
...
Currently translated at 75.6% (335 of 443 strings)
2019-04-03 17:04:43 +02:00
Igor Nedoboy
1e4b1a2c70
Translated using Weblate (Russian)
...
Currently translated at 100.0% (443 of 443 strings)
2019-03-31 22:58:10 +02:00
Marco Ieni
0a1e7a7c86
Translated using Weblate (Italian)
...
Currently translated at 99.3% (440 of 443 strings)
2019-03-31 22:16:38 +02:00
nautilusx
e5f3b2bf6e
Translated using Weblate (German)
...
Currently translated at 100.0% (443 of 443 strings)
2019-03-31 22:16:37 +02:00
Florian
29183c10ff
Translated using Weblate (French)
...
Currently translated at 99.1% (439 of 443 strings)
2019-03-31 22:16:37 +02:00
Stjepan
46b8bdace7
Translated using Weblate (Croatian)
...
Currently translated at 99.3% (440 of 443 strings)
2019-03-31 22:16:36 +02:00
Igor Nedoboy
9b6924ec9f
Translated using Weblate (Russian)
...
Currently translated at 100.0% (443 of 443 strings)
2019-03-31 22:16:19 +02:00
Stjepan
c69de107e5
Translated using Weblate (Croatian)
...
Currently translated at 68.8% (305 of 443 strings)
2019-03-29 00:36:30 +01:00
Igor Nedoboy
c4d451e420
Translated using Weblate (Russian)
...
Currently translated at 100.0% (443 of 443 strings)
2019-03-29 00:36:25 +01:00
sherlockbeard
be6bce5771
Translated using Weblate (Hindi)
...
Currently translated at 74.3% (329 of 443 strings)
2019-03-27 21:04:26 +01:00
Ahanaf Taskin Ar-Rafee
e92a5414d1
Translated using Weblate (Bengali (Bangladesh))
...
Currently translated at 30.5% (135 of 443 strings)
2019-03-25 06:38:50 +01:00
yausername
657125f43c
save selected tab sate in stream detail fragment, fixes #2238
2019-03-24 06:31:28 +05:30
Florian
bef84e9eec
Translated using Weblate (French)
...
Currently translated at 97.3% (431 of 443 strings)
2019-03-23 20:38:52 +01:00
Le Poisson Libre
6a5f2402c7
Translated using Weblate (French)
...
Currently translated at 97.3% (431 of 443 strings)
2019-03-23 20:38:49 +01:00
Andrea Gelmini
73a5b6738d
Translated using Weblate (Italian)
...
Currently translated at 99.1% (439 of 443 strings)
2019-03-21 18:03:59 +01:00
epitron
3e2b12ae4a
Fixed English translations for Play/Enqueue commands
2019-03-21 11:24:52 -04:00
naofum
8073364b7a
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (443 of 443 strings)
2019-03-20 03:14:37 +01:00
Osoitz
b141d96e7c
Translated using Weblate (Basque)
...
Currently translated at 100.0% (443 of 443 strings)
2019-03-20 03:14:36 +01:00
Serdar Sağlam
a86e8b98fe
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (443 of 443 strings)
2019-03-20 03:14:34 +01:00
WaldiS
a7d77716f3
Translated using Weblate (Polish)
...
Currently translated at 100.0% (443 of 443 strings)
2019-03-18 09:39:23 +01:00
Igor Nedoboy
b017e439b1
Translated using Weblate (Russian)
...
Currently translated at 100.0% (443 of 443 strings)
2019-03-17 21:06:17 +01:00
ssantos
a7156f665a
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (443 of 443 strings)
2019-03-16 12:54:18 +01:00
WaldiS
44e34d084e
Translated using Weblate (Polish)
...
Currently translated at 99.8% (442 of 443 strings)
2019-03-16 12:54:18 +01:00
C. Rüdinger
065820ffa4
Translated using Weblate (German)
...
Currently translated at 100.0% (443 of 443 strings)
2019-03-16 12:54:17 +01:00
Jeff Huang
26991928ae
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 99.8% (442 of 443 strings)
2019-03-16 12:54:16 +01:00
ssantos
f4fa68c390
Translated using Weblate (German)
...
Currently translated at 100.0% (443 of 443 strings)
2019-03-16 12:54:09 +01:00
Gontzal Manuel Pujana Onaindia
8b86f9ea6d
Translated using Weblate (Basque)
...
Currently translated at 100.0% (443 of 443 strings)
2019-03-14 19:00:35 +01:00
dextro67
716f7e722b
Translated using Weblate (Hindi)
...
Currently translated at 73.6% (326 of 443 strings)
2019-03-12 04:03:54 +01:00
Der_Floh
ffa4b1483f
Translated using Weblate (German)
...
Currently translated at 100.0% (443 of 443 strings)
2019-03-12 04:03:53 +01:00
Olexandr Nesterenko
70238fd773
Translated using Weblate (Ukrainian)
...
Currently translated at 98.4% (436 of 443 strings)
2019-03-10 20:09:04 +01:00
WaldiS
fc4e007cc4
Translated using Weblate (Polish)
...
Currently translated at 100.0% (443 of 443 strings)
2019-03-10 20:09:00 +01:00
Nathan Follens
b7667ce97a
Translated using Weblate (Flemish)
...
Currently translated at 100.0% (443 of 443 strings)
2019-03-10 20:08:59 +01:00
ssantos
1315da0da7
Translated using Weblate (German)
...
Currently translated at 100.0% (443 of 443 strings)
2019-03-10 20:08:57 +01:00
Ritvik Saraf
a8b5534838
darker color for peertube
2019-03-10 19:08:08 +05:30
Ritvik Saraf
d90b1ca5be
merged upstream/dev, changes for peertube support
2019-03-10 01:02:25 +05:30
84436
c4d8eae547
Translated using Weblate (Vietnamese)
...
Currently translated at 99.3% (440 of 443 strings)
2019-03-09 17:04:15 +01:00
Pj Pj
b01fc1be62
Translated using Weblate (Telugu)
...
Currently translated at 28.7% (127 of 443 strings)
2019-03-09 17:04:13 +01:00
marciozomb13
c46e3cf5cb
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 99.5% (441 of 443 strings)
2019-03-09 17:04:12 +01:00
WaldiS
1a6b915112
Translated using Weblate (Polish)
...
Currently translated at 100.0% (443 of 443 strings)
2019-03-09 17:04:11 +01:00
Terry Louwers
2f38943488
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (443 of 443 strings)
2019-03-09 17:04:09 +01:00
Marco Szeto
06711dc6c3
Translated using Weblate (Chinese (Hong Kong))
...
Currently translated at 31.8% (141 of 443 strings)
2019-03-09 17:04:08 +01:00
Robin
cc7e342ab7
Merge remote-tracking branch 'upstream/dev' into directOnBackground
2019-03-08 23:02:47 +01:00
Robin
5b64743987
Directplay on Background
2019-03-08 22:52:17 +01:00
Marian Hanzel
27579dff37
Translated using Weblate (Slovak)
...
Currently translated at 88.3% (391 of 443 strings)
2019-03-06 22:13:04 +01:00
Nikola Perović
389d08c233
Translated using Weblate (Serbian)
...
Currently translated at 47.4% (210 of 443 strings)
2019-03-06 22:12:59 +01:00
Michalis Nikolaidis
5412a087fe
Translated using Weblate (Greek)
...
Currently translated at 100.0% (443 of 443 strings)
2019-03-06 22:12:59 +01:00
Konstantinos Giannopoulos
dd0f3ac651
Translated using Weblate (Greek)
...
Currently translated at 100.0% (443 of 443 strings)
2019-03-06 22:12:58 +01:00
YONGLE
4d4d776e4d
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (443 of 443 strings)
2019-03-06 22:12:51 +01:00
Robin
8b4a94e5aa
delete unused files
2019-03-05 18:01:11 +01:00
rimasx
891bb7fa40
Translated using Weblate (Estonian)
...
Currently translated at 100.0% (443 of 443 strings)
2019-03-04 11:58:31 +01:00
Rex_sa
0e3af45466
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (443 of 443 strings)
2019-03-04 11:58:24 +01:00
Christian Schabesberger
5e06d19d77
Merge branch 'dev' into commentSizeAndLinks
2019-03-03 20:46:03 +01:00
Ritvik Saraf
2309e15261
fixed scroll w/ comments and related streams disabled
2019-03-03 18:20:15 +05:30
Ritvik Saraf
4d4107aefc
Merge remote-tracking branch 'upstream/dev' into commentSizeAndLinks
2019-03-03 04:32:19 +05:30
Christian Schabesberger
da8644168c
Merge branch 'master' into dev
2019-03-01 09:53:43 +01:00
Ritvik Saraf
c0004e988a
make links in comments clickable, increase text size
2019-03-01 13:28:32 +05:30
Javi
b9187445e0
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (443 of 443 strings)
2019-02-27 22:28:31 +01:00
abvgeej
fa3a047519
Translated using Weblate (Russian)
...
Currently translated at 100.0% (443 of 443 strings)
2019-02-25 23:18:20 +01:00
Christian Schabesberger
92602916dd
merge weblate
2019-02-24 22:51:08 +01:00
Christian Schabesberger
84894a557a
Merge branch 'dev' into patch1_ui
2019-02-24 22:27:06 +01:00
Nathan Follens
6c7b90e1c3
Translated using Weblate (Flemish)
...
Currently translated at 100.0% (443 of 443 strings)
2019-02-24 06:18:27 +01:00
Nathan Follens
d8e57144f7
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (443 of 443 strings)
2019-02-24 06:18:27 +01:00
Ritvik Saraf
49fe8a427a
added top padding for comments and related videos
2019-02-24 02:21:11 +05:30
Vasiliy
4587428d13
Merge branch 'dev' into close_button
2019-02-23 13:19:09 +02:00
Vasiliy
5318e77035
Merge branch 'dev' into patch1_ui
2019-02-23 13:18:14 +02:00
Ritvik Saraf
3f87a6d714
Merge remote-tracking branch 'origin/dev' into dev
2019-02-20 05:29:34 +05:30
Ritvik Saraf
841124b1f3
updated extractor, fixed settings padding
2019-02-20 05:24:33 +05:30
Hosted Weblate
257a878ef4
Merge branch 'origin/dev' into Weblate.
2019-02-19 19:18:29 +01:00
84436
07d3f82912
Translated using Weblate (Vietnamese)
...
Currently translated at 99.3% (440 of 443 strings)
2019-02-19 19:18:26 +01:00
Ali Demirtas
7d3eb4f5a6
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (443 of 443 strings)
2019-02-19 19:18:12 +01:00
srkrishna
0efcc55373
Translated using Weblate (Tamil)
...
Currently translated at 34.5% (153 of 443 strings)
2019-02-19 19:18:12 +01:00
Christian Schabesberger
eafceb8a6c
Merge branch 'dev' into dev
2019-02-19 17:35:49 +01:00
Christian Schabesberger
c08197f025
Merge branch 'dev' into feature/amazonfiretv-search-support
2019-02-19 14:54:48 +01:00
dimqua
28ba2d5008
Translated using Weblate (Russian)
...
Currently translated at 100.0% (443 of 443 strings)
2019-02-19 14:07:27 +01:00
Arthur
37ddd63d27
Translated using Weblate (Russian)
...
Currently translated at 100.0% (443 of 443 strings)
2019-02-19 14:07:26 +01:00
dimqua
d7f8b8c1e0
Translated using Weblate (Russian)
...
Currently translated at 97.5% (432 of 443 strings)
2019-02-18 13:28:20 +01:00
Arthur
9e70c5bbea
Translated using Weblate (Russian)
...
Currently translated at 97.5% (432 of 443 strings)
2019-02-18 13:28:19 +01:00
Ritvik Saraf
df6bae4712
merged upstream/dev
2019-02-16 02:06:18 +05:30
WaldiS
aba9c2e113
Translated using Weblate (Polish)
...
Currently translated at 100.0% (443 of 443 strings)
2019-02-15 17:24:20 +01:00
Ali Demirtas
3d25008739
Translated using Weblate (Turkish)
...
Currently translated at 97.5% (432 of 443 strings)
2019-02-14 10:11:03 +01:00
Emanuele Petriglia
917d6089a7
Translated using Weblate (Italian)
...
Currently translated at 97.5% (432 of 443 strings)
2019-02-13 19:10:46 +01:00
toanpv
f19e99e3ad
Translated using Weblate (Vietnamese)
...
Currently translated at 74.9% (332 of 443 strings)
2019-02-13 12:11:48 +01:00
Allan Nordhøy
2d0fb05fa6
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 96.8% (429 of 443 strings)
2019-02-13 12:11:46 +01:00
Chris
c617f2dfad
Translated using Weblate (Malay)
...
Currently translated at 100.0% (443 of 443 strings)
2019-02-13 12:11:46 +01:00
naofum
747c5fc89a
Translated using Weblate (Japanese)
...
Currently translated at 96.6% (428 of 443 strings)
2019-02-13 12:11:14 +01:00
Chris
4f662ef203
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (443 of 443 strings)
2019-02-13 12:11:13 +01:00
Le Poisson Libre
eb274ad88f
Translated using Weblate (French)
...
Currently translated at 91.9% (407 of 443 strings)
2019-02-13 12:11:09 +01:00
Chris
bd7b41be9b
Translated using Weblate (English)
...
Currently translated at 99.1% (439 of 443 strings)
2019-02-13 12:11:07 +01:00
Chris
076720bfff
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (443 of 443 strings)
2019-02-13 12:11:06 +01:00
Osoitz
2aadae407e
Translated using Weblate (Basque)
...
Currently translated at 100.0% (443 of 443 strings)
2019-02-13 12:11:05 +01:00
Rex_sa
b16bb07774
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (443 of 443 strings)
2019-02-13 12:11:00 +01:00
naofum
81dd083388
Translated using Weblate (Japanese)
...
Currently translated at 98.4% (436 of 443 strings)
2019-02-12 16:20:23 +01:00
Chris
92d4cef1e2
Translated using Weblate (Japanese)
...
Currently translated at 98.4% (436 of 443 strings)
2019-02-12 16:20:22 +01:00
Vasiliy
0cb5197ccf
Merge remote-tracking branch 'upstream/dev' into patch1_ui
2019-02-12 10:21:03 +02:00
C. Rüdinger
d2cd79dcf5
Translated using Weblate (German)
...
Currently translated at 99.8% (442 of 443 strings)
2019-02-10 23:34:08 +01:00
Hosted Weblate
0ef8b391e4
Merge branch 'origin/dev' into Weblate.
2019-02-09 13:57:02 +01:00
Eduardo Caron
0fbd105977
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (443 of 443 strings)
2019-02-09 13:57:02 +01:00
ssantos
5c23af541e
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (443 of 443 strings)
2019-02-09 13:56:57 +01:00
WaldiS
db021ff78b
Translated using Weblate (Polish)
...
Currently translated at 100.0% (443 of 443 strings)
2019-02-09 13:56:57 +01:00
Allan Nordhøy
31294c6f54
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 96.8% (429 of 443 strings)
2019-02-09 13:56:56 +01:00
JS Ahn
03d3495759
Translated using Weblate (Korean)
...
Currently translated at 78.6% (348 of 443 strings)
2019-02-09 13:56:56 +01:00
ssantos
4644e105a8
Translated using Weblate (German)
...
Currently translated at 100.0% (443 of 443 strings)
2019-02-09 13:56:53 +01:00
Tobias Groza
af5002508d
Translated using Weblate (German)
...
Currently translated at 100.0% (443 of 443 strings)
2019-02-09 13:56:52 +01:00
Nathan Follens
9416d2b9c7
Translated using Weblate (Flemish)
...
Currently translated at 100.0% (443 of 443 strings)
2019-02-09 13:56:52 +01:00
Nathan Follens
f60f5d5a6c
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (443 of 443 strings)
2019-02-09 13:56:46 +01:00
ezjerry liao
26d00f87a8
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (443 of 443 strings)
2019-02-09 13:56:44 +01:00
Nathan Follens
6c33ea423c
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 96.6% (428 of 443 strings)
2019-02-09 13:56:40 +01:00
Yaron Shahrabani
d66ef38e8d
Translated using Weblate (Hebrew)
...
Currently translated at 100.0% (443 of 443 strings)
2019-02-09 03:38:29 +01:00
Chinmaya Krishnan Mahesh
1b6c49f621
Fix padding in settings layout ( Fixes #1866 )
2019-02-08 17:33:35 -06:00
Allan Nordhøy
0262c83815
Translated using Weblate (English)
...
Currently translated at 98.9% (438 of 443 strings)
2019-02-08 21:38:01 +01:00
Allan Nordhøy
c212934130
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 96.8% (429 of 443 strings)
2019-02-07 15:12:26 +01:00
Yaron Shahrabani
ac30e47e59
Translated using Weblate (Hebrew)
...
Currently translated at 98.2% (435 of 443 strings)
2019-02-06 20:36:39 +01:00
Yehuda Levy
d640057453
Translated using Weblate (Hebrew)
...
Currently translated at 90.1% (399 of 443 strings)
2019-02-06 09:17:45 +01:00
Yaron Shahrabani
0cea136d4d
Translated using Weblate (Hebrew)
...
Currently translated at 90.1% (399 of 443 strings)
2019-02-06 09:17:44 +01:00
Hosted Weblate
9b3d93e734
Merge branch 'origin/dev' into Weblate.
2019-02-06 08:40:24 +01:00
Emin Tufan Çetin
ca3782ac62
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (441 of 441 strings)
2019-02-06 08:40:24 +01:00
dimqua
dc9ffb7fd5
Translated using Weblate (Russian)
...
Currently translated at 96.8% (427 of 441 strings)
2019-02-06 08:40:23 +01:00
WaldiS
b21b3a55fe
Translated using Weblate (Polish)
...
Currently translated at 100.0% (441 of 441 strings)
2019-02-06 08:40:21 +01:00
Mostafa Ahangarha
e62bd85a7a
Translated using Weblate (Persian)
...
Currently translated at 57.8% (255 of 441 strings)
2019-02-06 08:40:19 +01:00
Michael Moroni
fed221b008
Translated using Weblate (Italian)
...
Currently translated at 100.0% (441 of 441 strings)
2019-02-06 08:40:18 +01:00
Terry Louwers
935298d159
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (441 of 441 strings)
2019-02-06 08:40:17 +01:00
Nathan Follens
909919250c
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (441 of 441 strings)
2019-02-06 08:40:14 +01:00
Emil Tang Kristensen
d24f278f7c
Translated using Weblate (Danish)
...
Currently translated at 85.7% (378 of 441 strings)
2019-02-06 08:40:14 +01:00
赖文胜
ca408a495c
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 97.1% (428 of 441 strings)
2019-02-06 08:39:42 +01:00
Sérgio Marques
ee99719137
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (441 of 441 strings)
2019-02-06 08:39:36 +01:00
Christian Schabesberger
a1db3187cd
Merge branch 'dev' into ccc
2019-02-05 18:28:17 +01:00
Christian Schabesberger
64547fc4a7
remove splash for older android
2019-02-05 18:24:34 +01:00
Emil Tang Kristensen
d643d140cf
Added translation using Weblate (Danish)
2019-02-04 20:57:57 +01:00
Ali Demirtas
222e2e3242
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (441 of 441 strings)
2019-02-04 12:37:19 +01:00
Ali Demirtas
ea7b6daf26
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (441 of 441 strings)
2019-02-04 02:10:01 +01:00
Alec Holmes
ed4b4a1a3c
Updated search fragment to be amazon fire tv friendly
2019-02-01 13:02:28 +00:00
ssantos
8c650219eb
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (441 of 441 strings)
2019-02-01 09:37:22 +01:00
WaldiS
189b779abe
Translated using Weblate (Polish)
...
Currently translated at 100.0% (441 of 441 strings)
2019-02-01 09:37:18 +01:00
Michael Moroni
c26074b184
Translated using Weblate (Italian)
...
Currently translated at 100.0% (441 of 441 strings)
2019-02-01 09:37:16 +01:00
Emanuele Petriglia
6c70779ff1
Translated using Weblate (Italian)
...
Currently translated at 100.0% (441 of 441 strings)
2019-02-01 09:37:15 +01:00
Yaron Shahrabani
73897481ac
Translated using Weblate (Hebrew)
...
Currently translated at 83.7% (369 of 441 strings)
2019-02-01 09:37:11 +01:00
C. Rüdinger
a62c523ed5
Translated using Weblate (German)
...
Currently translated at 100.0% (441 of 441 strings)
2019-02-01 09:37:08 +01:00
Florian
0f46f57b52
Translated using Weblate (French)
...
Currently translated at 89.8% (396 of 441 strings)
2019-02-01 09:37:08 +01:00
Nathan Follens
bc4d65a20c
Translated using Weblate (Dutch)
...
Currently translated at 86.4% (381 of 441 strings)
2019-02-01 09:37:07 +01:00
Vojtěch Šamla
f1e9a44ad9
Translated using Weblate (Czech)
...
Currently translated at 88.4% (390 of 441 strings)
2019-02-01 09:37:06 +01:00
Marc Riera
61972c4719
Translated using Weblate (Catalan)
...
Currently translated at 92.1% (406 of 441 strings)
2019-02-01 09:37:05 +01:00
Almin Agic
9183c9c220
Translated using Weblate (Bosnian (latin))
...
Currently translated at 4.3% (19 of 441 strings)
2019-02-01 09:37:03 +01:00
Rex_sa
1ce59f13ff
Translated using Weblate (Arabic)
...
Currently translated at 87.8% (387 of 441 strings)
2019-02-01 09:37:00 +01:00
Christian Schabesberger
1bac5db6d5
add splash
2019-01-31 18:13:00 +01:00
Jeff Huang
030117780a
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (441 of 441 strings)
2019-01-31 08:57:07 +01:00
Benedikt Freisen
971c9fe5a1
Translated using Weblate (German)
...
Currently translated at 100.0% (441 of 441 strings)
2019-01-30 08:49:53 +01:00
Ritvik Saraf
77c6d3d576
merged upstream/dev
2019-01-29 22:32:58 +05:30
Christian Schabesberger
6edbfe2a6f
add content filter to mediaccc
2019-01-29 17:20:30 +01:00
Christian Schabesberger
d8c76d4c21
add conferences
2019-01-29 15:39:18 +01:00
Christian Schabesberger
e88a90f242
add theming to mediaccc
2019-01-29 15:39:18 +01:00
Christian Schabesberger
1ae54f6f8c
further compatiblity fix for meadic.ccc
2019-01-29 15:39:18 +01:00
Hosted Weblate
8a4cb484fa
Merge branch 'origin/dev' into Weblate.
2019-01-29 14:17:45 +01:00
Licaon Kter
93defbf341
Translated using Weblate (Romanian)
...
Currently translated at 84.1% (322 of 383 strings)
2019-01-29 14:17:45 +01:00
Allan Nordhøy
ca1089da9a
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 97.7% (374 of 383 strings)
2019-01-29 14:17:44 +01:00
Rex_sa
dd07c7db0e
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (383 of 383 strings)
2019-01-29 14:17:42 +01:00
Almin Agic
dfe932e37a
Added translation using Weblate (Bosnian (latin))
2019-01-29 14:17:38 +01:00
Christian Schabesberger
b7b228d9ce
merge weblate
2019-01-27 22:00:00 +01:00
Laura Arjona Reina
45339fd6d2
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (383 of 383 strings)
2019-01-27 17:26:10 +01:00
nautilusx
1856a5a82f
Translated using Weblate (German)
...
Currently translated at 100.0% (383 of 383 strings)
2019-01-27 17:26:02 +01:00
Christian Schabesberger
a92f776ebe
fix icon messup
2019-01-27 16:46:44 +01:00
qazaxtan
75dd8d492b
Translated using Weblate (Romanian)
...
Currently translated at 84.1% (322 of 383 strings)
2019-01-23 18:05:27 +01:00
Christian Schabesberger
338893ded4
fix merge conflict
2019-01-23 16:12:21 +01:00
kapodamy
df4dd0122f
Update missions_header.xml
...
make the separator line """"""""simetric""""""""""
2019-01-22 18:53:30 -03:00
kapodamy
ecabbb57e6
Update download_menu.xml
...
* hide clear button by default
2019-01-22 18:53:30 -03:00
kapodamy
8d1d4092aa
add missing icons in bright theme
...
* missing white icons
* update attrs.xml and styles.xml
2019-01-22 18:53:30 -03:00
kapodamy
6185c4ddcf
delete list and grid icons
...
* delete all grid.png files
* delete all list.png files
2019-01-22 18:53:29 -03:00
SiD ViCiO
3ccbbccd10
Translated using Weblate (Spanish)
...
Currently translated at 91.9% (352 of 383 strings)
2019-01-22 02:53:19 +01:00
YONGLE
30e0ccc77b
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (383 of 383 strings)
2019-01-22 02:53:18 +01:00
thami simo
50f7b72b09
Translated using Weblate (Arabic)
...
Currently translated at 93.2% (357 of 383 strings)
2019-01-22 02:52:58 +01:00
qazaxtan
a5828c7949
Translated using Weblate (Romanian)
...
Currently translated at 72.1% (276 of 383 strings)
2019-01-22 02:52:55 +01:00
Tobias Groza
22a5e72470
Translated using Weblate (Romanian)
...
Currently translated at 72.1% (276 of 383 strings)
2019-01-22 02:52:54 +01:00
Igor Nedoboy
ac8430cbba
Translated using Weblate (Russian)
...
Currently translated at 100.0% (383 of 383 strings)
2019-01-20 00:22:24 +01:00
Roberto Palenga
44d2744a8c
Translated using Weblate (Italian)
...
Currently translated at 100.0% (383 of 383 strings)
2019-01-19 01:20:51 +01:00
philSism
22bfbe96c8
Translated using Weblate (Greek)
...
Currently translated at 100.0% (383 of 383 strings)
2019-01-19 01:20:51 +01:00
Edwar Tikhonov
6c5c42c2b5
Translated using Weblate (Russian)
...
Currently translated at 100.0% (383 of 383 strings)
2019-01-15 19:20:55 +01:00
naofum
b1653b359e
Translated using Weblate (Japanese)
...
Currently translated at 84.3% (323 of 383 strings)
2019-01-15 19:20:52 +01:00
DeadMetaler
11098afab5
Translated using Weblate (Belarusian)
...
Currently translated at 86.7% (332 of 383 strings)
2019-01-13 00:19:37 +01:00
AppSoft4
a64051e0f1
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (383 of 383 strings)
2019-01-12 21:06:58 +01:00
Nathan Follens
db8ac4a9ae
Translated using Weblate (Flemish)
...
Currently translated at 100.0% (383 of 383 strings)
2019-01-12 21:06:57 +01:00
Nathan Follens
890474a635
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (383 of 383 strings)
2019-01-12 21:06:54 +01:00
zmni
a39b10eee9
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (383 of 383 strings)
2019-01-08 19:07:15 +01:00
srkrishna
97b933a990
Translated using Weblate (Tamil)
...
Currently translated at 40.5% (155 of 383 strings)
2019-01-07 15:06:58 +01:00
Sérgio Marques
4926e90514
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (383 of 383 strings)
2019-01-07 15:06:58 +01:00
zmni
6dca975844
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (383 of 383 strings)
2019-01-04 12:07:00 +01:00
zelos-h
e31743770a
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (383 of 383 strings)
2019-01-04 12:06:59 +01:00
Markel @wakutiteo
d8aab62d75
Translated using Weblate (Spanish)
...
Currently translated at 90.9% (348 of 383 strings)
2019-01-03 00:48:39 +01:00
Jeff Huang
f90603a18f
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (383 of 383 strings)
2019-01-03 00:48:38 +01:00
Marc Riera
5fce9facbe
Translated using Weblate (Catalan)
...
Currently translated at 99.7% (382 of 383 strings)
2019-01-03 00:48:37 +01:00
zelos-h
32b48d5cdb
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (383 of 383 strings)
2019-01-03 00:48:36 +01:00
Jeff Huang
3e4f0d682b
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (383 of 383 strings)
2019-01-03 00:48:35 +01:00
Yaron Shahrabani
98449ddfe0
Translated using Weblate (Hebrew)
...
Currently translated at 88.5% (339 of 383 strings)
2019-01-01 10:09:41 +01:00
WaldiS
26040d4e9f
Translated using Weblate (Polish)
...
Currently translated at 100.0% (383 of 383 strings)
2018-12-30 19:03:39 +01:00
Vasily
7ab10aeb80
Remove search history items using swipe
2018-12-29 20:55:24 +02:00
Vasily
9316962e47
Clear history option menu item
2018-12-29 20:55:10 +02:00
Ritvik Saraf
845663f80f
added themeing for peertube, change peertube instance
2018-12-29 23:06:39 +05:30
srkrishna
83cea5e1ee
Translated using Weblate (Tamil)
...
Currently translated at 39.7% (152 of 383 strings)
2018-12-29 00:09:42 +01:00
postsorino
3e73a5dbd3
Translated using Weblate (Greek)
...
Currently translated at 99.5% (381 of 383 strings)
2018-12-29 00:09:41 +01:00
Tobias Groza
dd424a4cb3
Translated using Weblate (Greek)
...
Currently translated at 99.5% (381 of 383 strings)
2018-12-29 00:09:38 +01:00
Éfrit
0c79f5cce3
Translated using Weblate (French)
...
Currently translated at 100.0% (383 of 383 strings)
2018-12-29 00:09:37 +01:00
krtkush
b674006fcc
Conflict resolution.
2018-12-28 18:07:54 +05:30
Vasily
505c528194
Show close button when playing completed
2018-12-27 16:51:48 +02:00
Yehuda Levy
38641d4edf
Translated using Weblate (Hebrew)
...
Currently translated at 88.5% (339 of 383 strings)
2018-12-23 02:09:26 +01:00
srkrishna
450072bd23
Translated using Weblate (Tamil)
...
Currently translated at 39.4% (151 of 383 strings)
2018-12-21 22:09:14 +01:00
srkrishna
25eb93fae0
Translated using Weblate (Tamil)
...
Currently translated at 37.1% (142 of 383 strings)
2018-12-20 14:09:13 +01:00
Ben De Meester
bcf6f60571
Translated using Weblate (Flemish)
...
Currently translated at 85.4% (327 of 383 strings)
2018-12-20 14:09:11 +01:00
Ben De Meester
2076b8f1d7
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (383 of 383 strings)
2018-12-20 14:09:10 +01:00
Ritvik Saraf
f19cfb75e6
merged upstream/dev
2018-12-20 08:51:44 +05:30
Ritvik Saraf
48067e3285
up next text alignment
2018-12-17 10:03:04 +05:30
sXp
003855a94c
Translated using Weblate (Hindi)
...
Currently translated at 85.4% (327 of 383 strings)
2018-12-15 19:03:36 +01:00
srkrishna
e7a26b436d
Translated using Weblate (Tamil)
...
Currently translated at 32.9% (126 of 383 strings)
2018-12-10 19:42:55 +01:00
AB
ab94bc18dc
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (383 of 383 strings)
2018-12-10 13:08:54 +01:00
Eduardo Caron
36e91ea155
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (383 of 383 strings)
2018-12-10 13:08:53 +01:00
Ritvik Saraf
222c8fdb62
tablet ui support for comments
2018-12-09 03:21:55 +05:30
srkrishna
9d648bad51
Translated using Weblate (Tamil)
...
Currently translated at 30.3% (116 of 383 strings)
2018-12-08 22:08:52 +01:00
Ritvik Saraf
1a62b9a161
removed dislike button, added comment published time
2018-12-08 20:32:28 +05:30
Echelon Arpa
33021e8fe0
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (383 of 383 strings)
2018-12-07 21:09:01 +01:00
Emin Tufan Çetin
5a2ae4c3e3
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (383 of 383 strings)
2018-12-07 21:09:01 +01:00
srkrishna
9eaef84cc8
Translated using Weblate (Tamil)
...
Currently translated at 29.8% (114 of 383 strings)
2018-12-07 21:09:00 +01:00
Rintaro matsuo
fcc4d655f5
Translated using Weblate (Japanese)
...
Currently translated at 81.5% (312 of 383 strings)
2018-12-07 21:08:59 +01:00
ScratchBuild
8d0ac4f5f0
Translated using Weblate (Japanese)
...
Currently translated at 81.5% (312 of 383 strings)
2018-12-07 21:08:58 +01:00
Tobias Groza
d56cf003f8
Translated using Weblate (German)
...
Currently translated at 100.0% (383 of 383 strings)
2018-12-07 21:08:58 +01:00
Kristjan Räts
34d0c0b1ba
Translated using Weblate (Estonian)
...
Currently translated at 100.0% (383 of 383 strings)
2018-12-07 21:08:56 +01:00
Vojtěch Šamla
9bbbffbe7a
Translated using Weblate (Czech)
...
Currently translated at 100.0% (383 of 383 strings)
2018-12-07 21:08:55 +01:00
Ritvik Saraf
9b84046865
merged upstream/dev
2018-12-04 23:19:57 +05:30
srkrishna
49a58dcab1
Translated using Weblate (Tamil)
...
Currently translated at 29.0% (111 of 383 strings)
2018-12-02 16:08:42 +01:00
notramo
e2acbeddc2
Translated using Weblate (Hungarian)
...
Currently translated at 84.9% (325 of 383 strings)
2018-12-02 16:08:41 +01:00
Kristjan Räts
449b17d830
Translated using Weblate (Estonian)
...
Currently translated at 86.4% (331 of 383 strings)
2018-12-02 16:08:39 +01:00
mahmut özcan
edcb692f78
Translated using Weblate (Turkish)
...
Currently translated at 97.1% (372 of 383 strings)
2018-11-29 22:08:34 +01:00
ask6155
f33586f062
Translated using Weblate (Hindi)
...
Currently translated at 81.5% (312 of 383 strings)
2018-11-29 22:08:30 +01:00
kapodamy
b8293f134d
Update settings_keys.xml
...
* remane max_try -> maximum_try
2018-11-29 15:19:53 -03:00
kapodamy
7e9bcff0f3
Merge branch 'dev' into giga-postprocessing
2018-11-28 22:53:29 -03:00
kapodamy
eba3b32708
misc improvements
...
* don't show notifications while download activity
* proper icon in failed download notifications
* re-write list auto-refresh (MissionAdapter.java)
* improve I/O performance (CircularFile.java)
* fix implementation of "save thread position" on multi-thread downloads
2018-11-28 22:24:52 -03:00
Olexandr Nesterenko
d61bf26e17
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (383 of 383 strings)
2018-11-28 15:17:37 +01:00
AB
2e662b5745
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (383 of 383 strings)
2018-11-28 15:17:36 +01:00
Helios
9714fa369b
Translated using Weblate (Tamil)
...
Currently translated at 28.7% (110 of 383 strings)
2018-11-28 15:17:34 +01:00
Markel @wakutiteo
0e8acba08e
Translated using Weblate (Spanish)
...
Currently translated at 88.3% (338 of 383 strings)
2018-11-28 15:17:28 +01:00
Sérgio Marques
a18e588e55
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (383 of 383 strings)
2018-11-28 15:17:27 +01:00
ask6155
bf55e3c0cc
Translated using Weblate (Hindi)
...
Currently translated at 79.6% (305 of 383 strings)
2018-11-28 15:17:20 +01:00
ButterflyOfFire
486d114e64
Translated using Weblate (Arabic)
...
Currently translated at 85.9% (329 of 383 strings)
2018-11-28 15:17:19 +01:00
Prabjot Singh
ac5c060a98
Translated using Weblate (Hindi)
...
Currently translated at 79.6% (305 of 383 strings)
2018-11-28 15:17:18 +01:00
ask6155
86a9d197cb
Translated using Weblate (Hindi)
...
Currently translated at 79.6% (305 of 383 strings)
2018-11-28 15:17:17 +01:00
MadderRagax
70aac81900
Translated using Weblate (Swedish)
...
Currently translated at 98.4% (377 of 383 strings)
2018-11-26 14:42:04 +01:00
Eduardo Caron
28e78d98f6
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (383 of 383 strings)
2018-11-26 14:42:02 +01:00
Mostafa Ahangarha
fabc5ae032
Translated using Weblate (Persian)
...
Currently translated at 62.4% (239 of 383 strings)
2018-11-26 14:42:01 +01:00
ditokp
e40882455d
Translated using Weblate (Indonesian)
...
Currently translated at 99.7% (382 of 383 strings)
2018-11-26 14:41:54 +01:00
Whod
f1483e8c8e
Translated using Weblate (Bulgarian)
...
Currently translated at 100.0% (383 of 383 strings)
2018-11-26 14:41:51 +01:00
Viktar Vauchkevich
bd40e2c3ff
Translated using Weblate (Belarusian)
...
Currently translated at 86.7% (332 of 383 strings)
2018-11-26 14:41:49 +01:00
Gontzal Manuel Pujana Onaindia
9479498713
Translated using Weblate (Basque)
...
Currently translated at 100.0% (383 of 383 strings)
2018-11-26 14:41:49 +01:00
ssantos
6bd8523ec2
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (383 of 383 strings)
2018-11-26 14:41:46 +01:00
krtkush
069654c5f9
vector -> png
2018-11-26 01:18:02 +05:30
kapodamy
f3d4d4747a
and more fixes
...
* fix content length reading
* use float overflow. Expensive, double is used instead
* fix invalid cast after click the mission body
* use a list for maximum attemps (downloads)
* minor clean up (DownloadManager.java)
* dont pass SharedPreferences instace to DownloadManager
* use a switch instead of checkbox for cross_network_downloads
* notify media scanner after deleting a finished download
2018-11-24 20:13:18 -03:00
kapodamy
d647555e3a
more fixes
...
* use bold style in status (mission_item_linear.xml)
* fix download attemps not begin updated
* dont stop the queue if a download fails
* implement partial wake-lock & wifi-lock
* show notifications for failed downloads
* ¿proper bitmap dispose? (DownloadManagerService.java)
* improve buffer filling (CircularFile.java)
* [Mp4Dash] increment reserved space from 2MiB to 15MiB. This is expensive but useful for devices with low ram
* [WebM] use 2MiB of reserved space
* fix debug warning if one thread is used
* fix wrong download speed when the activity is suspended
* Fix "Queue" menu item that appears in post-processing errors
* fix mission length dont being updated (missing commit)
2018-11-22 23:33:34 -03:00
krtkush
26e22f97ee
Conflict resolution
2018-11-23 01:41:47 +05:30
Yaron Shahrabani
cdcfb4ffce
Translated using Weblate (Hebrew)
...
Currently translated at 78.9% (302 of 383 strings)
2018-11-18 21:40:36 +01:00
b1a6b64a90
5403ac8893
Translated using Weblate (French)
...
Currently translated at 99.5% (381 of 383 strings)
2018-11-18 21:40:35 +01:00
Igor Nedoboy
9b26457781
Translated using Weblate (Russian)
...
Currently translated at 100.0% (383 of 383 strings)
2018-11-18 21:40:33 +01:00
MadderRagax
3f60c961d9
Translated using Weblate (Swedish)
...
Currently translated at 97.9% (375 of 383 strings)
2018-11-18 13:43:46 +01:00
Ariel Shulman
9e7f07e196
Translated using Weblate (Hebrew)
...
Currently translated at 78.9% (302 of 383 strings)
2018-11-18 13:43:45 +01:00
ssantos
eda4439ee8
Translated using Weblate (German)
...
Currently translated at 100.0% (383 of 383 strings)
2018-11-18 13:43:43 +01:00
b1a6b64a90
ad02558ade
Translated using Weblate (French)
...
Currently translated at 99.5% (381 of 383 strings)
2018-11-18 13:43:38 +01:00
WaldiS
0d1901cfe5
Translated using Weblate (Polish)
...
Currently translated at 100.0% (383 of 383 strings)
2018-11-17 14:08:01 +01:00
Emanuele Petriglia
ce493d1ae2
Translated using Weblate (Italian)
...
Currently translated at 100.0% (383 of 383 strings)
2018-11-17 14:07:59 +01:00
wellinkstein
09312ecd1d
Translated using Weblate (French)
...
Currently translated at 98.2% (376 of 383 strings)
2018-11-17 14:07:58 +01:00
ezjerry liao
2f274d5f52
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (383 of 383 strings)
2018-11-17 14:07:56 +01:00
Marc Riera
6dbf226365
Translated using Weblate (Catalan)
...
Currently translated at 99.5% (381 of 383 strings)
2018-11-17 14:07:54 +01:00
Viktar Vauchkevich
6401b5f54d
Translated using Weblate (Belarusian)
...
Currently translated at 85.1% (326 of 383 strings)
2018-11-17 14:07:50 +01:00
beriain
ac2dd81d39
Translated using Weblate (Basque)
...
Currently translated at 85.1% (326 of 383 strings)
2018-11-17 14:07:50 +01:00
kapodamy
6784522195
Merge branch 'dev' into giga-postprocessing
2018-11-15 20:53:30 -03:00
AB
44b2e62eef
Translated using Weblate (Ukrainian)
...
Currently translated at 84.9% (325 of 383 strings)
2018-11-13 20:43:45 +01:00
Igor Nedoboy
7d5d4df761
Translated using Weblate (Russian)
...
Currently translated at 100.0% (383 of 383 strings)
2018-11-13 20:43:41 +01:00
Mostafa Ahangarha
da7716db60
Translated using Weblate (Persian)
...
Currently translated at 35.0% (134 of 383 strings)
2018-11-13 20:43:39 +01:00
postsorino
862c5d342b
Translated using Weblate (Greek)
...
Currently translated at 84.6% (324 of 383 strings)
2018-11-13 20:43:34 +01:00
Igor Nedoboy
6167d5dbfc
Translated using Weblate (English)
...
Currently translated at 100.0% (383 of 383 strings)
2018-11-13 20:43:32 +01:00
Christian Schabesberger
8fb945312a
put autoplay next stream setting into behaviour page
2018-11-13 17:30:04 +01:00
Christian Schabesberger
25d6806ebd
set minSdk to 19 and deprecate old player
2018-11-13 17:27:47 +01:00
Christian Schabesberger
2793c42d91
Merge branch 'dev' into play_one_click
2018-11-13 13:18:57 +01:00
ssantos
f9341bea79
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (383 of 383 strings)
2018-11-12 10:08:44 +01:00
jludden
d27622de1e
downloaded files can now be opened with one click
...
For consistency, I removed the view file option from the overflow menu as well
2018-11-11 19:54:35 +08:00
Igor Nedoboy
3a608bb582
Translated using Weblate (Russian)
...
Currently translated at 100.0% (383 of 383 strings)
2018-11-11 00:47:04 +01:00
Igor Nedoboy
64f9228ee3
Update strings.xml
2018-11-11 02:44:45 +03:00
Igor Nedoboy
c926482b3c
Translated using Weblate (Russian)
...
Currently translated at 100.0% (383 of 383 strings)
2018-11-10 23:38:19 +01:00
Igor Nedoboy
9562972c42
Translated using Weblate (Russian)
...
Currently translated at 100.0% (383 of 383 strings)
2018-11-10 23:02:17 +01:00
Igor Nedoboy
b462b7fcc4
Update strings.xml
2018-11-10 17:08:04 +03:00
Igor Nedoboy
b34f9d7fd3
Update strings.xml
2018-11-10 03:06:55 +03:00
Igor Nedoboy
57732c3e5f
Update strings.xml
2018-11-10 02:56:14 +03:00
kapodamy
eb1f56488f
resbase (08/11/2018)
2018-11-08 22:00:13 -03:00
kapodamy
5825843f68
main commit
...
Post-processing infrastructure
* remove interfaces with one implementation
* fix download resources with unknow length
* marquee style for ProgressDrawable
* "view details" option in mission context menu
* notification for finished downloads
* postprocessing infrastructure: sub-missions, circular file, layers for layers of abstractions for Java IO streams
* Mp4 muxing (only DASH brand)
* WebM muxing
* Captions downloading
* alert dialog for overwrite existing downloads finished or not.
Misc changes
* delete SQLiteDownloadDataSource.java
* delete DownloadMissionSQLiteHelper.java
* implement Localization from #114
Misc fixes (this branch)
* restore old mission listeners variables. Prevents registered listeners get de-referenced on low-end devices
* DownloadManagerService.checkForRunningMission() now return false if the mission has a error.
* use Intent.FLAG_ACTIVITY_NEW_TASK when launching an activity from gigaget threads (apparently it is required in old versions of android)
More changes
* proper error handling "infrastructure"
* queue instead of multiple downloads
* move serialized pending downloads (.giga files) to app data
* stop downloads when swicthing to mobile network (never works, see 2nd point)
* save the thread count for next downloads
* a lot of incoherences fixed
* delete DownloadManagerTest.java (too many changes to keep this file updated)
2018-11-08 19:00:44 -03:00
Андрій
dd56a5d869
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (383 of 383 strings)
2018-11-08 17:07:53 +01:00
rimasx
8ae45240b2
Translated using Weblate (Estonian)
...
Currently translated at 99.7% (382 of 383 strings)
2018-11-06 15:02:39 +01:00
WaldiS
6d845af7f1
Translated using Weblate (Polish)
...
Currently translated at 100.0% (383 of 383 strings)
2018-11-02 08:23:47 +01:00
Piotr Kaczmarek
733ebb8caf
Translated using Weblate (Polish)
...
Currently translated at 100.0% (383 of 383 strings)
2018-11-02 08:23:47 +01:00
Max Mathys
695a194467
Translated using Weblate (Finnish)
...
Currently translated at 100.0% (383 of 383 strings)
2018-11-02 08:23:46 +01:00
simo
8a56257ade
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (383 of 383 strings)
2018-11-02 08:23:45 +01:00
Dual Natan
4d5dc0d39c
Translated using Weblate (Macedonian)
...
Currently translated at 100.0% (383 of 383 strings)
2018-10-29 19:23:30 +01:00
Christian Schabesberger
3cf81230b2
Merge branch 'dev' into release_0.14.2
2018-10-26 15:02:11 +02:00
Tobias Groza
7e95dd3c76
Change from "Côte d'Ivoire" to "Côte d\'Ivoire"
...
Co-Authored-By: AndhikaWB <karagasnoelan@gmail.com>
2018-10-26 16:22:35 +07:00
AndhikaWB
ff3ce46a26
Update settings_keys.xml
2018-10-26 00:09:04 +07:00
AndhikaWB
4d61c2c5e0
Fix spelling in of country names in settings
...
- [x] I carefully read the [contribution guidelines](https://github.com/TeamNewPipe/NewPipe/blob/HEAD/.github/CONTRIBUTING.md ) and agree to them.
Closes TeamNewPipe/NewPipe#1504
2018-10-26 00:04:36 +07:00
Eduardo Caron
8589ee14ff
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (383 of 383 strings)
2018-10-25 17:26:00 +02:00
Stjepan
1727387c9c
Translated using Weblate (Croatian)
...
Currently translated at 86.9% (333 of 383 strings)
2018-10-25 17:25:58 +02:00
ezjerry liao
e1146e4655
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (383 of 383 strings)
2018-10-25 17:25:54 +02:00
Tobias Groza
fda9b59129
Code review changes.
...
Co-Authored-By: krtkush <kartikey92@gmail.com>
2018-10-22 23:08:46 +05:30
Christian Schabesberger
988251deb6
fix weblate collision
2018-10-22 12:15:16 +02:00
Christian Schabesberger
d99a389c49
merge weblate
2018-10-22 12:07:12 +02:00
Marian Hanzel
7508f9d3bb
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (383 of 383 strings)
2018-10-21 09:45:21 +02:00
Heimen Stoffels
b2512d7aee
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (383 of 383 strings)
2018-10-21 09:45:18 +02:00
Olexandr Nesterenko
eb74e1e3b2
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (383 of 383 strings)
2018-10-21 09:45:13 +02:00
Emin Tufan Çetin
426cefe8ee
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (383 of 383 strings)
2018-10-20 01:33:46 +02:00
Allan Nordhøy
a36fe3ef21
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (383 of 383 strings)
2018-10-20 01:33:46 +02:00
Allan Nordhøy
ee0756c7c0
Translated using Weblate (Russian)
...
Currently translated at 99.7% (382 of 383 strings)
2018-10-20 01:33:45 +02:00
Jaggie
44b96121e4
Translated using Weblate (Punjabi)
...
Currently translated at 7.3% (28 of 383 strings)
2018-10-20 01:33:44 +02:00
Allan Nordhøy
8add777b34
Translated using Weblate (German)
...
Currently translated at 100.0% (383 of 383 strings)
2018-10-20 01:33:42 +02:00
Allan Nordhøy
6932b15144
Translated using Weblate (English)
...
Currently translated at 100.0% (383 of 383 strings)
2018-10-20 01:33:41 +02:00
Allan Nordhøy
c09edda797
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 99.7% (382 of 383 strings)
2018-10-20 01:33:38 +02:00
krtkush
8ef702fa07
Removed updates options from settings in case of non github apk.
2018-10-18 22:59:33 +05:30
Mostafa Ahangarha
1d49b725b6
Translated using Weblate (Persian)
...
Currently translated at 23.2% (89 of 383 strings)
2018-10-18 11:31:57 +02:00
Stjepan
204feb97ce
Translated using Weblate (Croatian)
...
Currently translated at 86.9% (333 of 383 strings)
2018-10-18 11:31:56 +02:00
maa123
e12389a748
Translated using Weblate (Japanese)
...
Currently translated at 96.8% (371 of 383 strings)
2018-10-18 11:31:52 +02:00
Ritvik Saraf
9fc38b5bb8
improved fling behavior, added tab indicator dots, added next video in related videos
2018-10-17 00:23:02 +05:30
Christian Schabesberger
a7f5ea865e
Merge branch 'dev' into lang
2018-10-16 03:47:11 +02:00
Ákos Surányi
06602a568a
Translated using Weblate (Hungarian)
...
Currently translated at 90.8% (348 of 383 strings)
2018-10-14 21:31:53 +02:00
Ákos Surányi
16d8c75953
Translated using Weblate (Hungarian)
...
Currently translated at 41.5% (159 of 383 strings)
2018-10-13 17:20:53 +02:00
Toldi Balázs
fa48c0e76b
Translated using Weblate (Hungarian)
...
Currently translated at 41.5% (159 of 383 strings)
2018-10-13 17:20:51 +02:00
Matej U
f379de0a3a
Translated using Weblate (Slovenian)
...
Currently translated at 62.6% (240 of 383 strings)
2018-10-11 11:34:26 +02:00
Ritiek Malhotra
046740f10b
Merge branch 'dev' into separate-gesture-options
2018-10-10 08:41:42 -07:00
Christian Schabesberger
dc6108c970
Merge branch 'dev' into tablet_ui
2018-10-08 11:56:25 +02:00
zelos-h
b6eb896f0b
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 99.7% (382 of 383 strings)
2018-10-08 10:57:24 +02:00
Christian Schabesberger
d107fe19f7
Merge branch 'dev' into LongTapInSubs
2018-10-07 13:59:39 +02:00
Christian Schabesberger
f6c6536b48
Merge branch 'dev' into patch-7
2018-10-07 13:26:10 +02:00
Christian Schabesberger
38e4249182
Merge branch 'dev' into lang
2018-10-07 13:25:35 +02:00
Christian Schabesberger
6a35494ef1
Merge branch 'dev' into patch-7
2018-10-06 18:16:10 +02:00
Christian Schabesberger
bf1c42e085
Merge branch 'dev' into clarify-bookmarks
2018-10-06 18:10:18 +02:00
Christian Schabesberger
f1aa3d8c90
Merge branch 'dev' into 1520_app_update_notif
2018-10-06 18:04:39 +02:00
Christian Schabesberger
fdd8060296
Merge branch 'dev' into lang
2018-10-06 17:29:42 +02:00
Christian Schabesberger
42f777d49a
Merge branch 'dev' into clarify-bookmarks
2018-10-06 12:01:34 +02:00
Christian Schabesberger
52bf5690c0
add support for content language and content country
2018-10-05 16:20:27 +02:00
Jasmine Vyas
607dff9263
Translated using Weblate (Hindi)
...
Currently translated at 92.6% (355 of 383 strings)
2018-10-04 22:28:46 +02:00
Ritvik Saraf
b8865e925d
added content setting to disable comments
2018-10-02 20:56:14 +05:30
Ritvik Saraf
2e9a860aaa
added viewpager. changed from parallaxscrollview to coordinate layout
2018-10-02 20:39:16 +05:30
MaX
859eecabc0
Merge branch 'dev' into store_last_aspect_ratio
2018-10-02 10:44:04 +02:00
MadderRagax
7a0253631b
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (383 of 383 strings)
2018-10-01 18:21:22 +02:00
ezjerry liao
c12a60c1ad
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (383 of 383 strings)
2018-10-01 18:21:21 +02:00
ButterflyOfFire
df9dbd6130
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (383 of 383 strings)
2018-10-01 18:21:16 +02:00
Lukas Sabota
61f1b10a06
Change 'tab_bookmarks' string to 'Bookmarked Playlists' for UI clarity
2018-09-30 11:34:16 -04:00
jludden
4bcb2a5c9d
update linear layout
...
re-arrange elements and allow the video title to display over multiple lines
2018-09-30 07:42:02 +08:00
MaX
7e48648f9e
Merge branch 'dev' into store_last_aspect_ratio
2018-09-29 12:45:10 +02:00
Ritvik Saraf
e4bef056e6
merged upstream/dev
2018-09-29 15:46:47 +05:30
jludden
bcc97d1aa7
Adding switch view button to downloads activity
...
Can now switch between linear and grid layouts in the downloads activity
2018-09-29 15:13:15 +08:00
O Passante
f9cb258a5e
Translated using Weblate (Galician)
...
Currently translated at 100.0% (383 of 383 strings)
2018-09-28 11:26:41 +02:00
O Passante
97381a4908
Translated using Weblate (Galician)
...
Currently translated at 100.0% (383 of 383 strings)
2018-09-27 01:28:42 +02:00
Ritvik Saraf
a29e2116a7
handling error while loading comments
2018-09-27 00:53:36 +05:30
RainSlide
7a15acc546
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 29.2% (112 of 383 strings)
2018-09-25 18:13:16 +02:00
O Passante
0265de2137
Added translation using Weblate (Galician)
2018-09-25 18:13:14 +02:00
Nigel Ticknor
595b9910f5
Translated using Weblate (Japanese)
...
Currently translated at 93.9% (360 of 383 strings)
2018-09-25 14:22:36 +02:00
Heimen Stoffels
f4d4d2cc35
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (383 of 383 strings)
2018-09-25 14:22:35 +02:00
zelos-h
b4fb4d7dcf
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 96.0% (368 of 383 strings)
2018-09-25 14:22:30 +02:00
RainSlide
1a375fb523
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 29.2% (112 of 383 strings)
2018-09-25 14:22:27 +02:00
zelos-h
658c0ff5c4
Translated using Weblate (Chinese (Hong Kong))
...
Currently translated at 37.8% (145 of 383 strings)
2018-09-25 14:22:23 +02:00
Ritvik Saraf
515be677a9
no comments
2018-09-24 14:53:43 +05:30
Ritvik Saraf
7047b62442
added comments fragment
2018-09-23 07:02:19 +05:30
MaX-Lo
6092f06d46
store the last used aspect ratio in SharedPreferences and reload them on
...
resuming the VideoPlayer Activity (similar to storing/reloading the last used: screen rotation)
2018-09-22 11:32:13 +02:00
ezjerry liao
4671b956b3
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (383 of 383 strings)
2018-09-21 16:22:02 +02:00
postsorino
552ba6999a
Translated using Weblate (Greek)
...
Currently translated at 99.7% (382 of 383 strings)
2018-09-20 15:16:07 +02:00
zelos-h
b86bc4455f
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 94.2% (361 of 383 strings)
2018-09-20 15:16:03 +02:00
Allan Nordhøy
b6d36ee117
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 100.0% (383 of 383 strings)
2018-09-19 08:30:03 +02:00
Tobias Groza
5d57f864dc
Translated using Weblate (Vietnamese)
...
Currently translated at 97.1% (372 of 383 strings)
2018-09-17 23:21:52 +02:00
naofum
c6ee2816db
Translated using Weblate (Japanese)
...
Currently translated at 93.7% (359 of 383 strings)
2018-09-17 23:21:51 +02:00
Tobias Groza
0aa898b13f
Translated using Weblate (Chinese (Hong Kong))
...
Currently translated at 37.8% (145 of 383 strings)
2018-09-17 23:21:49 +02:00
Stjepan
b22e82c8ce
Translated using Weblate (Croatian)
...
Currently translated at 85.6% (328 of 383 strings)
2018-09-17 23:21:47 +02:00
zelos-h
63dee1e1ac
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (383 of 383 strings)
2018-09-16 13:27:50 +02:00
epsimatt
91c87ac301
Translated using Weblate (Korean)
...
Currently translated at 96.0% (368 of 383 strings)
2018-09-16 13:27:46 +02:00
Kartikey Kushwaha
7124d9bca5
Removed flvor checks. Added update settings under main settings.
2018-09-15 20:51:17 +05:30
Ritvik Saraf
08127e5806
added basic/crappy comments support
2018-09-15 17:15:44 +05:30
Kartikey Kushwaha
395c9587b6
Conflict resolution.
2018-09-15 13:22:13 +05:30
Shuuji TAKAHASHI (shuuji3)
42371a6e8d
Translated using Weblate (Japanese)
...
Currently translated at 88.7% (340 of 383 strings)
2018-09-14 21:20:02 +02:00
DanieLoche
4fe9413662
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (383 of 383 strings)
2018-09-12 12:20:25 +02:00
CaptainCrumble
37bf51cebf
Translated using Weblate (Portuguese)
...
Currently translated at 91.3% (350 of 383 strings)
2018-09-12 12:20:25 +02:00
DanieLoche
eee9cb8b87
Translated using Weblate (Portuguese)
...
Currently translated at 91.3% (350 of 383 strings)
2018-09-12 12:20:24 +02:00
DanieLoche
1724bca5f0
Translated using Weblate (French)
...
Currently translated at 100.0% (383 of 383 strings)
2018-09-12 12:20:21 +02:00
Cipisek Rumcajsu
ae6581fb55
Translated using Weblate (Czech)
...
Currently translated at 99.7% (382 of 383 strings)
2018-09-12 12:20:20 +02:00
Michael Moroni
0c632307ea
Translated using Weblate (Italian)
...
Currently translated at 100.0% (383 of 383 strings)
2018-09-12 12:20:15 +02:00
BO41
479887eb84
fix broken merge resolve
...
fixing merge conflicts broke build
2018-09-11 19:37:12 +02:00
BO41
af280a7343
Java language level + javadoc + xml
...
replace with <>
String builder
BUILD SUCCESSFUL in 4s
39 actionable tasks: 4 executed, 35 up-to-date
2018-09-11 19:20:10 +02:00
BO41
5db0cc5241
performance + usability
...
obsolete layout params
Ellipsis string can be replaced with ellipsis character
Missing inputType
Usage of showAsAction=always
BUILD SUCCESSFUL in 5s
39 actionable tasks: 4 executed, 35 up-to-date
2018-09-11 19:18:14 +02:00
BO41
a588ec084b
correctness
...
use apply() on SharedPreferences
use dp instead of sp for text sizes
BUILD SUCCESSFUL in 22s
39 actionable tasks: 10 executed, 29 up-to-date
2018-09-11 19:18:02 +02:00
BO41
5660b5ddc6
accessibility
...
image without contentDescription
Keyboard inaccessible widget
BUILD SUCCESSFUL in 6s
39 actionable tasks: 4 executed, 35 up-to-date
2018-09-11 19:14:42 +02:00
Christian Schabesberger
1672ecb892
Merge branch 'dev' into patch-7
2018-09-11 16:34:58 +02:00
Emin Tufan Çetin
5cc21a831b
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (383 of 383 strings)
2018-09-10 19:13:10 +02:00
Robson Cassiano
dcb9380b50
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (383 of 383 strings)
2018-09-10 19:13:08 +02:00
ButterflyOfFire
b1957773bb
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (383 of 383 strings)
2018-09-10 19:13:05 +02:00
switchtegrax1
c4f4583f20
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 99.7% (382 of 383 strings)
2018-09-09 18:58:19 +02:00
Dominik Zabicki
440cdbdb23
Translated using Weblate (Polish)
...
Currently translated at 100.0% (383 of 383 strings)
2018-09-09 18:58:18 +02:00
Duppadaadadii
58bfde33a9
Translated using Weblate (Finnish)
...
Currently translated at 99.7% (382 of 383 strings)
2018-09-09 18:58:17 +02:00
skil3z
7c33e49ef6
Translated using Weblate (Finnish)
...
Currently translated at 99.7% (382 of 383 strings)
2018-09-09 18:58:17 +02:00
Rex_sa
3bf318e2b7
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (383 of 383 strings)
2018-09-09 18:58:10 +02:00
ScratchBuild
31efa7a8f8
Translated using Weblate (Japanese)
...
Currently translated at 74.1% (284 of 383 strings)
2018-09-08 19:15:24 +02:00
skil3z
372932abaf
Translated using Weblate (Finnish)
...
Currently translated at 74.6% (286 of 383 strings)
2018-09-08 19:15:23 +02:00
M Andreev
4c6dd2cdf2
Translated using Weblate (Bulgarian)
...
Currently translated at 99.4% (381 of 383 strings)
2018-09-08 19:15:18 +02:00
Stjepan
6d04e39151
Translated using Weblate (Croatian)
...
Currently translated at 65.7% (252 of 383 strings)
2018-09-08 19:15:15 +02:00
Ritiek Malhotra
afa257e79a
Merge branch 'dev' into separate-gesture-options
2018-09-08 10:05:51 -07:00
Ritiek Malhotra
97555645f8
Merge branch 'dev' into separate-gesture-options
2018-09-05 09:21:05 -07:00
kaka Thic
e350f43adc
Translated using Weblate (Vietnamese)
...
Currently translated at 95.8% (367 of 383 strings)
2018-09-05 08:26:05 +02:00
Çağdaş Tatar
2257f3484d
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (383 of 383 strings)
2018-09-05 08:25:35 +02:00
Mauricio Colli
07256e2e34
Handle case where subscribers count is not available
2018-09-04 23:54:17 -03:00
Mauricio Colli
43674ae80a
Improve tabs UX and saving/loading
...
- Show icons in the tabs list and dialog chooser
- Add a "restore to defaults" button
- Make removing gesture more user intuitive
2018-09-04 23:54:17 -03:00
Christian Schabesberger
f4ba8df02b
Merge branch 'dev' into patch-7
2018-09-04 17:53:39 +02:00
notramo
99ebf03876
Translated using Weblate (Hungarian)
...
Currently translated at 40.7% (156 of 383 strings)
2018-09-03 19:18:49 +02:00
postsorino
995d79e373
Translated using Weblate (Greek)
...
Currently translated at 98.1% (376 of 383 strings)
2018-09-03 19:18:46 +02:00
Allan Nordhøy
0cd153ab61
Spelling: Language rework
2018-09-03 13:07:10 +02:00
Christian Schabesberger
81e76f260c
fix drawer header font color for white theme
2018-09-01 12:33:08 +02:00
Vasily
b24baa68ba
Tablet UI in player
2018-08-31 17:30:06 +03:00
Ritiek Malhotra
5931cd6af7
Separate options for volume and brightness gestures
2018-08-31 19:30:40 +05:30
u1
a1be03543c
Grid layout for subscriptions
2018-08-31 16:49:25 +03:00
Christian Schabesberger
93571961ee
merge weblate changes
2018-08-31 14:11:16 +02:00
Vasily
ee4942dfd7
Grid layout for local lists
2018-08-31 14:34:32 +03:00
MadderRagax
cb24347b23
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (383 of 383 strings)
2018-08-30 23:23:27 +02:00
Vincent Tam
146b7be825
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (383 of 383 strings)
2018-08-29 12:35:17 +02:00
Vincent Tam
50203c5f87
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 27.4% (105 of 383 strings)
2018-08-29 12:35:16 +02:00
Vincent Tam
b188073fb0
Translated using Weblate (Chinese (Hong Kong))
...
Currently translated at 36.2% (139 of 383 strings)
2018-08-29 12:35:14 +02:00
Vasily
8aef24be1e
Merge branch 'tablet_ui' of https://github.com/nv95/NewPipe into tablet_ui
2018-08-29 09:00:15 +03:00
Vasily
fb25f6c7ac
Automatic list layout
2018-08-29 08:19:15 +03:00
Vasily
ce21fe2087
Always show description on tablets
2018-08-29 08:01:18 +03:00
Christian Schabesberger
17cd395712
Merge branch 'dev' into tablet_ui
2018-08-28 21:28:10 +02:00
Christian Schabesberger
bfe9de05cd
Merge branch 'dev' into LongTapInSubs
2018-08-28 18:39:11 +02:00
Christian Schabesberger
b1429366da
fixes acording to code review
...
fixes moreacording to code review
fixed link handling once more
2018-08-28 12:19:07 +02:00
ButterflyOfFire
8bf7af2e74
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (383 of 383 strings)
2018-08-28 02:34:24 +02:00
Christian Schabesberger
44a71d8565
add reset extSD card folder dialog
2018-08-27 16:37:21 +02:00
Dual Natan
8ad917cff0
Translated using Weblate (Macedonian)
...
Currently translated at 100.0% (383 of 383 strings)
2018-08-25 15:56:40 +02:00
TheMatten
a469086915
Add background to fast rewind icon, change android:src to tools:src
...
-White icon was barely visible on bright backgrounds
-Secondly, drawable is set programmatically anyway and so it's setting in
XML is good just for a confusion
2018-08-24 13:24:35 -03:00
TheMatten
bf05ff6048
Use animated circular design for gesture control (brightness and volume)
...
-Previous version used emojis for brightness and volume icons, which may
be inconsistent across devices and do not fit well with other parts of UI
(Frankly, previous version was more informative than eye-candy)
-This commit replaces old version with circular progress bar that shows
current value (before conversion). Gesture mode (volume/brightness) is
indicated by icon that changes between (4/3) modes according to current
value
-Text information about current value was removed, because with progress
bar present it does not add any real value to UI.
2018-08-24 13:24:35 -03:00
Somethingweirdhere
552a1d0464
Options here again
2018-08-24 12:26:15 +02:00
Somethingweirdhere
8dde25532a
Code reviewed
2018-08-24 12:26:15 +02:00
Somethingweirdhere
71761675cf
Fixes problems 1-3
2018-08-24 12:23:26 +02:00
Somethingweirdhere
e5e708d781
UI tweaks
2018-08-24 12:23:26 +02:00
Somethingweirdhere
d694561980
Added fab and handles, made cards cardier
2018-08-24 12:23:26 +02:00
Somethingweirdhere
8d6d18e875
UI redisign
2018-08-24 12:23:26 +02:00
Somethingweirdhere
6d64215614
+ New Tab is now on the bottom
...
Made dialog more beautiful
2018-08-24 12:17:42 +02:00
Somethingweirdhere
33f5ed5b14
Reduced Font size, fixed bugs that were created when moving the setting
2018-08-24 12:17:42 +02:00
Somethingweirdhere
27f509c8e0
Fixed 2. Use CardView to reprecent each tab.
2018-08-24 12:17:42 +02:00
Somethingweirdhere
890b3e13c9
Fixed 1. Put the tab settings into Aperence settings
2018-08-24 12:16:41 +02:00
Somethingweirdhere
b730cb099f
Fixed 4. buggy behavior when adding a new tab.
2018-08-24 12:16:41 +02:00
Somethingweirdhere
fc94f184d2
Reduced lag and increased button size for older devices&users.
2018-08-24 12:16:41 +02:00
Somethingweirdhere
cbf6540889
New selection menu
2018-08-24 12:16:41 +02:00
Somethingweirdhere
40804a7fb3
Navigation drawer has services in a new menu!
2018-08-24 12:16:41 +02:00
Somethingweirdhere
d4101c4f43
Nav drawer now moves behind the status bar and the colors also work correctly.
2018-08-24 12:14:53 +02:00
Somethingweirdhere
409bebd5bc
Nav drawer now moves behind the status bar
2018-08-24 12:14:53 +02:00
Somethingweirdhere
c8e46d9e21
PopUp now looks better on hell theme
2018-08-24 12:14:53 +02:00
Somethingweirdhere
6675d3e2cd
Set up custom Main Page tabs
2018-08-24 12:14:53 +02:00
Somethingweirdhere
8ecbe4c8ad
Created a dialog for the main page content
2018-08-24 12:13:44 +02:00
Somethingweirdhere
54b21c716a
Added drawer menu
2018-08-24 12:04:35 +02:00
Mauricio Colli
69fc571b56
Add overlay to close popup
2018-08-22 23:57:57 -03:00
DPap
4cfd9c322b
Translated using Weblate (Greek)
...
Currently translated at 96.6% (370 of 383 strings)
2018-08-22 22:38:46 +02:00
Vasily
4208c852e1
Update translations
2018-08-22 10:33:10 +03:00
Vasily
7330b4532e
Fix crash on screen rotation
2018-08-22 10:29:37 +03:00
Vasily
1e0f6f9e41
Grid view
2018-08-22 10:14:01 +03:00
Vasily
216e2367c6
Video details tablet layout
2018-08-22 08:32:58 +03:00
DPap
d2dce8801b
Translated using Weblate (Greek)
...
Currently translated at 91.9% (352 of 383 strings)
2018-08-21 19:38:17 +02:00
DPap
5b8bb9f678
Translated using Weblate (Greek)
...
Currently translated at 79.6% (305 of 383 strings)
2018-08-20 16:38:19 +02:00
AB
2076f146cf
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (383 of 383 strings)
2018-08-18 22:43:37 +02:00
Somethingweirdhere
a5e89d1dd1
Merge branch 'dev' into LongTapInSubs
2018-08-15 23:33:59 +02:00
Haris Subandie Md. Suhaimin
5d4f2b7862
Translated using Weblate (Malay)
...
Currently translated at 7.8% (30 of 383 strings)
2018-08-15 21:43:39 +02:00
Igor Nedoboy
e3815e40d2
Translated using Weblate (Russian)
...
Currently translated at 100.0% (383 of 383 strings)
2018-08-15 21:43:35 +02:00
Ivan Dekovets
6dccfb4774
Translated using Weblate (Belarusian)
...
Currently translated at 100.0% (383 of 383 strings)
2018-08-15 13:57:25 +02:00
Haris Subandie Md. Suhaimin
1ccc1f4c1a
Added translation using Weblate (Malay)
2018-08-15 13:57:23 +02:00
Ivan Dekovets
042809620a
Translated using Weblate (Belarusian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-15 08:48:29 +02:00
Tobias Groza
cb4c8abd94
Translated using Weblate (Telugu)
...
Currently translated at 34.2% (131 of 383 strings)
2018-08-15 03:30:48 +02:00
Mauricio Colli
e86302f5b9
Added translation using Weblate (Belarusian)
2018-08-15 03:30:43 +02:00
AB
de080d5811
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (383 of 383 strings)
2018-08-14 16:36:58 +02:00
Ale-Ma
21b7045f93
Translated using Weblate (Italian)
...
Currently translated at 100.0% (383 of 383 strings)
2018-08-14 16:36:55 +02:00
Telugu Speaker
627301f83d
Translated using Weblate (Telugu)
...
Currently translated at 34.2% (131 of 383 strings)
2018-08-14 03:44:47 +02:00
oscar
a7f36248d0
Removed incorrect explanations of the M4A and WebM audio formats
2018-08-12 23:46:21 -03:00
Praveen0899
4384948f6c
Translated using Weblate (Telugu)
...
Currently translated at 33.9% (130 of 383 strings)
2018-08-13 03:35:37 +02:00
rimasx
5e05e9ec93
Translated using Weblate (Estonian)
...
Currently translated at 99,7% (382 of 383 strings)
2018-08-12 22:08:40 +02:00
Igor Nedoboy
ac1fe66cf9
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-12 22:08:34 +02:00
Kartikey Kushwaha
2a18eacf62
More refactoring.
2018-08-12 20:57:30 +05:30
Kartikey Kushwaha
12b93d6637
Added new icon for update notification.
2018-08-12 17:18:46 +05:30
Kartikey Kushwaha
7c875a8541
Merge branch 'dev' of https://github.com/krtkush/NewPipe into 1520_app_update_notif
2018-08-12 15:19:15 +05:30
Kartikey Kushwaha
f85e19c75d
Added notification channel and code to show notification.
2018-08-12 15:01:50 +05:30
Dharmendra
86732b6ae4
Translated using Weblate (Hindi)
...
Currently translated at 91.3% (350 of 383 strings)
2018-08-09 20:45:17 +02:00
AB
0713f55e9c
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (383 of 383 strings)
2018-08-09 20:45:08 +02:00
Igor Nedoboy
5c32d73409
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-08 13:38:05 +02:00
Igor Nedoboy
5e13a1735d
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-08 01:54:07 +02:00
Igor Nedoboy
6a1fbb00d9
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-08 00:04:07 +02:00
Nathan Follens
20c3badfac
Translated using Weblate (Flemish)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-07 23:16:56 +02:00
Igor Nedoboy
7817cfe0c1
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-07 23:16:53 +02:00
Nathan Follens
9ed823b5a5
Translated using Weblate (Flemish)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-07 10:46:08 +02:00
Nathan Follens
c6a5dedf0a
Translated using Weblate (Dutch)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-07 10:45:30 +02:00
Igor Nedoboy
01c9ab36b7
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-07 02:11:09 +02:00
Igor Nedoboy
27f5bdeef1
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-07 01:54:23 +02:00
Igor Nedoboy
723898f87d
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-07 00:24:15 +02:00
Igor Nedoboy
bc05cc1445
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-07 00:09:20 +02:00
Igor Nedoboy
dcf4e43e28
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-06 22:23:11 +02:00
Igor Nedoboy
3868c53908
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-06 21:59:23 +02:00
Igor Nedoboy
a71c693ca3
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-06 17:24:30 +02:00
Igor Nedoboy
691f93f01c
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-06 16:52:59 +02:00
Igor Nedoboy
4cff749186
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-06 14:23:44 +02:00
AB
e1ac1547fd
Translated using Weblate (Ukrainian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-06 11:58:58 +02:00
Igor Nedoboy
e53bd505fb
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-06 11:58:55 +02:00
mesnevi
cfa926542e
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-06 11:58:53 +02:00
Igor Nedoboy
79097eca47
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-05 22:52:07 +02:00
Igor Nedoboy
d1741e40e3
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-05 20:20:01 +02:00
Igor Nedoboy
5d0528d195
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-05 15:32:32 +02:00
Igor Nedoboy
a9ea06f753
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-05 13:30:04 +02:00
Igor Nedoboy
62e121c12c
Translated using Weblate (Ukrainian)
...
Currently translated at 99,7% (382 of 383 strings)
2018-08-05 12:41:09 +02:00
Igor Nedoboy
02ef05160f
Translated using Weblate (Turkish)
...
Currently translated at 99,7% (382 of 383 strings)
2018-08-05 12:41:09 +02:00
Igor Nedoboy
6e66c013c0
Translated using Weblate (Swedish)
...
Currently translated at 99,7% (382 of 383 strings)
2018-08-05 12:41:08 +02:00
Igor Nedoboy
dcb11f01e1
Translated using Weblate (Spanish)
...
Currently translated at 99,7% (382 of 383 strings)
2018-08-05 12:41:08 +02:00
Igor Nedoboy
8a0e4b577c
Translated using Weblate (Slovak)
...
Currently translated at 93,7% (359 of 383 strings)
2018-08-05 12:41:07 +02:00
Igor Nedoboy
b57f420261
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 99,7% (382 of 383 strings)
2018-08-05 12:41:06 +02:00
Igor Nedoboy
7d1790abe3
Translated using Weblate (Polish)
...
Currently translated at 96,3% (369 of 383 strings)
2018-08-05 12:41:06 +02:00
Igor Nedoboy
1fc494571b
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 98,6% (378 of 383 strings)
2018-08-05 12:41:05 +02:00
Igor Nedoboy
e6d97bc773
Translated using Weblate (Macedonian)
...
Currently translated at 96,3% (369 of 383 strings)
2018-08-05 12:41:05 +02:00
Igor Nedoboy
0e53323fb7
Translated using Weblate (Italian)
...
Currently translated at 98,6% (378 of 383 strings)
2018-08-05 12:41:04 +02:00
Igor Nedoboy
eb4764d2b2
Translated using Weblate (German)
...
Currently translated at 99,7% (382 of 383 strings)
2018-08-05 12:41:04 +02:00
Igor Nedoboy
298a91adbf
Translated using Weblate (French)
...
Currently translated at 98,1% (376 of 383 strings)
2018-08-05 12:41:03 +02:00
Igor Nedoboy
2cb9912039
Translated using Weblate (Flemish)
...
Currently translated at 98,6% (378 of 383 strings)
2018-08-05 12:41:03 +02:00
Igor Nedoboy
e52bfe4335
Translated using Weblate (Estonian)
...
Currently translated at 91,6% (351 of 383 strings)
2018-08-05 12:41:02 +02:00
Igor Nedoboy
761a249e05
Translated using Weblate (Dutch)
...
Currently translated at 99,7% (382 of 383 strings)
2018-08-05 12:41:02 +02:00
Igor Nedoboy
c42df3a0c2
Translated using Weblate (Czech)
...
Currently translated at 93,9% (360 of 383 strings)
2018-08-05 12:41:01 +02:00
Igor Nedoboy
3d359b7a98
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 99,7% (382 of 383 strings)
2018-08-05 12:41:01 +02:00
Igor Nedoboy
deef6417ad
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 97,1% (372 of 383 strings)
2018-08-05 12:41:00 +02:00
Igor Nedoboy
f55a8deb97
Translated using Weblate (Catalan)
...
Currently translated at 99,7% (382 of 383 strings)
2018-08-05 12:40:58 +02:00
Igor Nedoboy
333506e00b
Translated using Weblate (Bulgarian)
...
Currently translated at 98,4% (377 of 383 strings)
2018-08-05 12:40:58 +02:00
Igor Nedoboy
bbc1642b90
Translated using Weblate (Basque)
...
Currently translated at 99,7% (382 of 383 strings)
2018-08-05 12:40:57 +02:00
Igor Nedoboy
8209eda27a
Translated using Weblate (Arabic)
...
Currently translated at 99,7% (382 of 383 strings)
2018-08-05 12:40:56 +02:00
Igor Nedoboy
b13f7a599b
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-05 12:40:54 +02:00
Igor Nedoboy
cb0f700be1
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-05 12:16:07 +02:00
Igor Nedoboy
7b6d6b466a
Translated using Weblate (English)
...
Currently translated at 99,7% (382 of 383 strings)
2018-08-05 12:13:00 +02:00
Igor Nedoboy
76f97e5c2e
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-05 12:12:59 +02:00
Igor Nedoboy
4669a1ab57
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-04 23:46:04 +02:00
mesnevi
b1ad0edbe1
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-04 23:46:03 +02:00
Igor Nedoboy
51a695d047
Translated using Weblate (Slovak)
...
Currently translated at 93.7% (359 of 383 strings)
2018-08-04 20:36:34 +02:00
Igor Nedoboy
396e2d14f3
Translated using Weblate (Polish)
...
Currently translated at 96.3% (369 of 383 strings)
2018-08-04 20:36:34 +02:00
Igor Nedoboy
245479c339
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 99.7% (382 of 383 strings)
2018-08-04 20:36:33 +02:00
Igor Nedoboy
092215f47a
Translated using Weblate (Macedonian)
...
Currently translated at 96.3% (369 of 383 strings)
2018-08-04 20:36:32 +02:00
Igor Nedoboy
fcb46db718
Translated using Weblate (Italian)
...
Currently translated at 98.6% (378 of 383 strings)
2018-08-04 20:36:32 +02:00
Igor Nedoboy
60c58c8b9c
Translated using Weblate (Indonesian)
...
Currently translated at 93.7% (359 of 383 strings)
2018-08-04 20:36:31 +02:00
Igor Nedoboy
124a2839b5
Translated using Weblate (French)
...
Currently translated at 98.4% (377 of 383 strings)
2018-08-04 20:36:31 +02:00
Igor Nedoboy
ededfe10ab
Translated using Weblate (Flemish)
...
Currently translated at 98.6% (378 of 383 strings)
2018-08-04 20:36:30 +02:00
Igor Nedoboy
81895c20d6
Translated using Weblate (English)
...
Currently translated at 99.7% (382 of 383 strings)
2018-08-04 20:36:30 +02:00
Igor Nedoboy
46fabe065c
Translated using Weblate (Czech)
...
Currently translated at 93.9% (360 of 383 strings)
2018-08-04 20:36:29 +02:00
Igor Nedoboy
7ac338756a
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 97.1% (372 of 383 strings)
2018-08-04 20:36:28 +02:00
Igor Nedoboy
640b8edd78
Translated using Weblate (Bulgarian)
...
Currently translated at 98.6% (378 of 383 strings)
2018-08-04 20:36:28 +02:00
Igor Nedoboy
c5d98752fa
Translated using Weblate (Esperanto)
...
Currently translated at 25.0% (96 of 383 strings)
2018-08-04 20:36:25 +02:00
MadderRagax
a6a5bef447
Update translation via weblate
...
Translated using Weblate (Swedish)
Currently translated at 100.0% (383 of 383 strings)
Translated using Weblate (Chinese (Mandarin))
Currently translated at 27.4% (105 of 383 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 97.1% (372 of 383 strings)
Translated using Weblate (German)
Currently translated at 100,0% (383 of 383 strings)
Translated using Weblate (Russian)
Currently translated at 100,0% (383 of 383 strings)
Translated using Weblate (Russian)
Currently translated at 100,0% (383 of 383 strings)
Translated using Weblate (Russian)
Currently translated at 100,0% (383 of 383 strings)
Translated using Weblate (Russian)
Currently translated at 100,0% (383 of 383 strings)
Translated using Weblate (Russian)
Currently translated at 100,0% (383 of 383 strings)
Translated using Weblate (Russian)
Currently translated at 100,0% (383 of 383 strings)
Translated using Weblate (Russian)
Currently translated at 100,0% (383 of 383 strings)
Translated using Weblate (Russian)
Currently translated at 100,0% (383 of 383 strings)
Translated using Weblate (Arabic)
Currently translated at 100,0% (383 of 383 strings)
Translated using Weblate (Basque)
Currently translated at 100,0% (383 of 383 strings)
Translated using Weblate (Dutch)
Currently translated at 100,0% (383 of 383 strings)
Translated using Weblate (Spanish)
Currently translated at 100,0% (383 of 383 strings)
Translated using Weblate (Catalan)
Currently translated at 100,0% (383 of 383 strings)
Translated using Weblate (Chinese (Traditional))
Currently translated at 100,0% (383 of 383 strings)
Translated using Weblate (German)
Currently translated at 100,0% (383 of 383 strings)
Translated using Weblate (Turkish)
Currently translated at 100,0% (383 of 383 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100,0% (383 of 383 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100,0% (383 of 383 strings)
Translated using Weblate (Swedish)
Currently translated at 100,0% (383 of 383 strings)
Translated using Weblate (French)
Currently translated at 97,1% (372 of 383 strings)
Translated using Weblate (French)
Currently translated at 97,1% (372 of 383 strings)
Translated using Weblate (Russian)
Currently translated at 100,0% (383 of 383 strings)
Translated using Weblate (Arabic)
Currently translated at 100,0% (383 of 383 strings)
Translated using Weblate (Basque)
Currently translated at 100,0% (383 of 383 strings)
Translated using Weblate (Dutch)
Currently translated at 100,0% (383 of 383 strings)
Translated using Weblate (Spanish)
Currently translated at 100,0% (383 of 383 strings)
Translated using Weblate (Catalan)
Currently translated at 100,0% (383 of 383 strings)
Translated using Weblate (Chinese (Traditional))
Currently translated at 100,0% (383 of 383 strings)
Translated using Weblate (German)
Currently translated at 100,0% (383 of 383 strings)
Translated using Weblate (Ukrainian)
Currently translated at 100,0% (383 of 383 strings)
Translated using Weblate (Swedish)
Currently translated at 100,0% (383 of 383 strings)
Translated using Weblate (Turkish)
Currently translated at 100,0% (383 of 383 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100,0% (383 of 383 strings)
Translated using Weblate (Estonian)
Currently translated at 91.6% (351 of 383 strings)
Translated using Weblate (Russian)
Currently translated at 100,0% (383 of 383 strings)
Translated using Weblate (Russian)
Currently translated at 100,0% (383 of 383 strings)
Translated using Weblate (Russian)
Currently translated at 100,0% (383 of 383 strings)
Translated using Weblate (Russian)
Currently translated at 100,0% (383 of 383 strings)
Translated using Weblate (Russian)
Currently translated at 100,0% (383 of 383 strings)
Translated using Weblate (Russian)
Currently translated at 100,0% (383 of 383 strings)
Translated using Weblate (Russian)
Currently translated at 100,0% (383 of 383 strings)
Translated using Weblate (Russian)
Currently translated at 100,0% (383 of 383 strings)
Translated using Weblate (Russian)
Currently translated at 100,0% (383 of 383 strings)
Translated using Weblate (Russian)
Currently translated at 100,0% (383 of 383 strings)
Translated using Weblate (Russian)
Currently translated at 100,0% (383 of 383 strings)
Translated using Weblate (Russian)
Currently translated at 100,0% (383 of 383 strings)
Translated using Weblate (Russian)
Currently translated at 100,0% (383 of 383 strings)
Translated using Weblate (Russian)
Currently translated at 100,0% (383 of 383 strings)
Translated using Weblate (Russian)
Currently translated at 100,0% (383 of 383 strings)
Translated using Weblate (Russian)
Currently translated at 100,0% (383 of 383 strings)
2018-08-04 17:58:57 +02:00
Igor Nedoboy
042885c155
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-04 16:17:24 +02:00
Igor Nedoboy
cbb9dcf7d0
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-04 14:43:27 +02:00
Igor Nedoboy
9b080800e1
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-04 14:23:07 +02:00
Igor Nedoboy
6effbf50a8
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-04 14:10:52 +02:00
Igor Nedoboy
398f9aa19a
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-04 13:53:37 +02:00
Igor Nedoboy
935d89747f
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-04 13:41:41 +02:00
Igor Nedoboy
21c2fbfd39
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-04 12:54:43 +02:00
Igor Nedoboy
bd337f3aac
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-04 12:30:54 +02:00
Igor Nedoboy
4a673eee81
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-04 12:10:15 +02:00
Igor Nedoboy
cebf349f9a
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-04 11:58:15 +02:00
Igor Nedoboy
3683deb51c
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-04 11:35:35 +02:00
Igor Nedoboy
99ee076db9
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-04 11:13:01 +02:00
Igor Nedoboy
04f759041f
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-04 10:52:31 +02:00
Igor Nedoboy
75f89059e7
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-04 10:51:04 +02:00
Igor Nedoboy
a81f31156d
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-04 02:51:46 +02:00
Igor Nedoboy
f706452e67
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-03 23:19:08 +02:00
Igor Nedoboy
b0126afbcf
Translated using Weblate (Estonian)
...
Currently translated at 91.6% (351 of 383 strings)
2018-08-03 23:18:13 +02:00
Igor Nedoboy
5b8393ff89
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-03 21:51:52 +02:00
Igor Nedoboy
d2235da06a
Translated using Weblate (Turkish)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-03 21:49:53 +02:00
Igor Nedoboy
a87f6a0791
Translated using Weblate (Swedish)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-03 21:46:13 +02:00
Igor Nedoboy
7e7cfb79a4
Translated using Weblate (Ukrainian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-03 21:45:49 +02:00
Igor Nedoboy
fb43a5265c
Translated using Weblate (German)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-03 21:44:09 +02:00
Igor Nedoboy
439a814133
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-03 21:42:37 +02:00
Igor Nedoboy
d9dfcc04bf
Translated using Weblate (Catalan)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-03 21:42:13 +02:00
Igor Nedoboy
0cfac137b7
Translated using Weblate (Spanish)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-03 21:41:16 +02:00
Igor Nedoboy
4575ee805a
Translated using Weblate (Dutch)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-03 21:40:02 +02:00
Igor Nedoboy
67f70ce2cc
Translated using Weblate (Basque)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-03 21:39:06 +02:00
Igor Nedoboy
2f641ffb13
Translated using Weblate (Arabic)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-03 21:38:43 +02:00
Igor Nedoboy
50f92269c2
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-03 21:37:23 +02:00
Igor Nedoboy
f220f397ae
Translated using Weblate (French)
...
Currently translated at 97,1% (372 of 383 strings)
2018-08-03 19:32:56 +02:00
PiR
cdb4096124
Translated using Weblate (French)
...
Currently translated at 97,1% (372 of 383 strings)
2018-08-03 19:32:51 +02:00
Igor Nedoboy
01938af65b
Translated using Weblate (Swedish)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-03 19:32:12 +02:00
Igor Nedoboy
47a1fca32f
Translated using Weblate (Ukrainian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-03 19:31:23 +02:00
Igor Nedoboy
321342cf6d
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-03 19:30:30 +02:00
Igor Nedoboy
086e9beb59
Translated using Weblate (Turkish)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-03 19:29:40 +02:00
Igor Nedoboy
3519d4b219
Translated using Weblate (German)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-03 19:27:39 +02:00
Igor Nedoboy
9034b9a9ae
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-03 19:26:01 +02:00
Igor Nedoboy
90ba8440a0
Translated using Weblate (Catalan)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-03 19:24:45 +02:00
Igor Nedoboy
4988b37d6f
Translated using Weblate (Spanish)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-03 19:23:04 +02:00
Igor Nedoboy
ad4799ee60
Translated using Weblate (Dutch)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-03 19:22:17 +02:00
Igor Nedoboy
35229f8ae5
Translated using Weblate (Basque)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-03 19:19:46 +02:00
Igor Nedoboy
7a011d9e75
Translated using Weblate (Arabic)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-03 19:18:48 +02:00
Igor Nedoboy
3d86835979
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-03 14:06:07 +02:00
Igor Nedoboy
4073306538
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-03 14:04:42 +02:00
Igor Nedoboy
b86aa28d6a
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-03 14:03:46 +02:00
Igor Nedoboy
d43cee29f2
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-03 14:03:05 +02:00
Igor Nedoboy
acad468b4a
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-03 14:02:07 +02:00
Igor Nedoboy
4cbe842cfa
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-03 14:01:13 +02:00
Igor Nedoboy
d93e227190
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-03 13:59:48 +02:00
Igor Nedoboy
a9cf424998
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-03 13:10:41 +02:00
ssantos
6d8fdf46d5
Translated using Weblate (German)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-02 22:53:59 +02:00
YeeVonAngg
1313f685da
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 97.1% (372 of 383 strings)
2018-08-02 12:43:38 +02:00
YeeVonAngg
4779a993d3
Translated using Weblate (Chinese (Mandarin))
...
Currently translated at 27.4% (105 of 383 strings)
2018-08-02 12:43:37 +02:00
MadderRagax
342b2ae5dc
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (383 of 383 strings)
2018-08-02 12:43:28 +02:00
Maxime Burlandy
d0704f621f
Translated using Weblate (French)
...
Currently translated at 97.1% (372 of 383 strings)
2018-08-02 09:38:18 +02:00
D D
c6da4043ed
Translated using Weblate (Bulgarian)
...
Currently translated at 98.4% (377 of 383 strings)
2018-08-02 08:34:57 +02:00
Víctor Manuel Tapia Ramírez
ff769caf82
Translated using Weblate (Spanish)
...
Currently translated at 100,0% (383 of 383 strings)
2018-08-01 03:25:41 +02:00
MadderRagax
be6bc68b56
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (383 of 383 strings)
2018-08-01 00:47:30 +02:00
Dual Natan
feb3d11f63
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (383 of 383 strings)
2018-08-01 00:47:18 +02:00
Igor Nedoboy
d2f9b063b2
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-07-30 22:19:48 +02:00
Emin Tufan Çetin
315089c361
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (383 of 383 strings)
2018-07-30 17:43:06 +02:00
Igor Nedoboy
e95df0dbd5
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-07-30 08:05:57 +02:00
Igor Nedoboy
8fed029ee3
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-07-30 06:06:16 +02:00
Igor Nedoboy
522daf5aff
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-07-30 05:56:58 +02:00
Igor Nedoboy
e948eebe84
Translated using Weblate (Russian)
...
Currently translated at 99,4% (381 of 383 strings)
2018-07-30 05:31:23 +02:00
Igor Nedoboy
783d4e7e8a
Translated using Weblate (Russian)
...
Currently translated at 100,0% (383 of 383 strings)
2018-07-30 05:13:13 +02:00
Eduardo Caron
1ce2198621
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (383 of 383 strings)
2018-07-30 02:43:29 +02:00
Freddy Morán Jr
f521def4a5
Translated using Weblate (Spanish)
...
Currently translated at 99.4% (381 of 383 strings)
2018-07-29 21:43:48 +02:00
Eduardo Caron
75202921a1
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (383 of 383 strings)
2018-07-29 02:12:45 +02:00
Andrey mm
881b191b8d
Translated using Weblate (Russian)
...
Currently translated at 100.0% (383 of 383 strings)
2018-07-26 12:41:57 +02:00
mesnevi
b39e071d1e
Translated using Weblate (Russian)
...
Currently translated at 100.0% (383 of 383 strings)
2018-07-26 12:41:52 +02:00
mesnevi
84cb3a1060
Translated using Weblate (Russian)
...
Currently translated at 100.0% (383 of 383 strings)
2018-07-25 12:19:47 +02:00
AB
f4ea3980c2
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (383 of 383 strings)
2018-07-25 10:43:30 +02:00
Rex_sa
d8cdc57702
Translated using Weblate (Arabic)
...
Currently translated at 100,0% (383 of 383 strings)
2018-07-24 04:51:02 +02:00
Ali Demirtas
21bd9f09da
Translated using Weblate (Turkish)
...
Currently translated at 100,0% (383 of 383 strings)
2018-07-22 18:53:19 +02:00
Allan Nordhøy
860c4d045a
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 95.8% (367 of 383 strings)
2018-07-22 15:03:58 +02:00
Marc Riera
3b0c96f654
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (383 of 383 strings)
2018-07-22 15:03:56 +02:00
Jeff Huang
65b744472b
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (383 of 383 strings)
2018-07-22 15:03:53 +02:00
Marc Riera
414abad05f
Translated using Weblate (Catalan)
...
Currently translated at 100,0% (383 of 383 strings)
2018-07-22 12:41:26 +02:00
Heimen Stoffels
735d9a5391
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (383 of 383 strings)
2018-07-22 11:40:53 +02:00
Osoitz
50571449cb
Translated using Weblate (Basque)
...
Currently translated at 100.0% (383 of 383 strings)
2018-07-22 11:01:08 +02:00
Weblate
a31aacd115
Merge branch 'origin/dev' into Weblate
2018-07-22 10:57:42 +02:00
Rex_sa
f5b57cc0da
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (379 of 379 strings)
2018-07-22 10:57:42 +02:00
Osoitz
b7006a8f2c
Translated using Weblate (Basque)
...
Currently translated at 100.0% (379 of 379 strings)
2018-07-22 10:57:35 +02:00
Christian Schabesberger
3a44e92432
Merge branch 'search' into dev
2018-07-19 16:19:33 +02:00
Christian Schabesberger
e60db5f928
make new filtersystem translatable
2018-07-19 16:18:57 +02:00
Ariel Shulman
78485287a4
Translated using Weblate (Hebrew)
...
Currently translated at 82.3% (312 of 379 strings)
2018-07-18 20:37:59 +02:00
D D
48b6f01b13
Translated using Weblate (Bulgarian)
...
Currently translated at 97.8% (371 of 379 strings)
2018-07-18 17:35:33 +02:00
Next Hubs
68d5b59693
Translated using Weblate (Urdu)
...
Currently translated at 5.0% (19 of 379 strings)
2018-07-18 12:43:31 +02:00
Andrea Troiano
4ef01ef745
Translated using Weblate (Italian)
...
Currently translated at 100,0% (379 of 379 strings)
2018-07-18 10:28:06 +02:00
Rex_sa
573fa8870c
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (379 of 379 strings)
2018-07-17 14:34:21 +02:00
Rex_sa
88d354b08b
Translated using Weblate (Arabic)
...
Currently translated at 100,0% (379 of 379 strings)
2018-07-16 13:17:38 +02:00
Rex_sa
0ff65b5496
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (379 of 379 strings)
2018-07-15 21:34:22 +02:00
Rex_sa
e008fd21a4
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (379 of 379 strings)
2018-07-14 21:00:07 +02:00
Nathan Follens
4638149ad0
Translated using Weblate (Flemish)
...
Currently translated at 100,0% (379 of 379 strings)
2018-07-11 20:52:24 +02:00
Tobias Groza
e386bdd6b3
Translated using Weblate (Greek)
...
Currently translated at 19.7% (75 of 379 strings)
2018-07-11 18:38:04 +02:00
Tobias Groza
dd9557c13e
Translated using Weblate (Greek)
...
Currently translated at 19.5% (74 of 379 strings)
2018-07-10 02:38:34 +02:00
Lee Hoe Mun
708d7162fb
Translated using Weblate (Chinese (Mandarin))
...
Currently translated at 16.6% (63 of 379 strings)
2018-07-09 20:35:11 +02:00
Michalis Nikolaidis
1ee1b522f1
Translated using Weblate (Greek)
...
Currently translated at 19,5% (74 of 379 strings)
2018-07-09 02:11:31 +02:00
Eduardo Caron
3e02c65bc0
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (379 of 379 strings)
2018-07-08 15:22:38 +02:00
AB
17e7214d25
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (379 of 379 strings)
2018-07-08 09:28:02 +02:00
Víctor Manuel Tapia Ramírez
22774592db
Translated using Weblate (Spanish)
...
Currently translated at 100,0% (379 of 379 strings)
2018-07-07 21:07:00 +02:00
Freddy Morán Jr
7c2aa6e69d
Translated using Weblate (Spanish)
...
Currently translated at 100,0% (379 of 379 strings)
2018-07-07 21:06:55 +02:00
Ali Demirtas
d1dbcda88e
Translated using Weblate (Turkish)
...
Currently translated at 100,0% (379 of 379 strings)
2018-07-07 19:03:18 +02:00
Jeff Huang
3e05508cf9
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (379 of 379 strings)
2018-07-07 15:10:47 +02:00
Heimen Stoffels
1acdefd358
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (379 of 379 strings)
2018-07-07 11:06:57 +02:00
Marc Riera
23143797f9
Translated using Weblate (Catalan)
...
Currently translated at 100,0% (379 of 379 strings)
2018-07-07 10:27:11 +02:00
ssantos
3364bf268b
Translated using Weblate (German)
...
Currently translated at 100,0% (379 of 379 strings)
2018-07-07 07:51:52 +02:00
Weblate
2025d6305e
Merge branch 'origin/dev' into Weblate
2018-07-07 07:48:38 +02:00
cxj
639ad7698d
Translated using Weblate (Chinese (Mandarin))
...
Currently translated at 15,6% (59 of 378 strings)
2018-07-07 07:48:37 +02:00
D D
4eaff51ba2
Translated using Weblate (Bulgarian)
...
Currently translated at 61,9% (234 of 378 strings)
2018-07-07 07:48:35 +02:00
ssantos
1fb30bc3d9
Translated using Weblate (German)
...
Currently translated at 100,0% (378 of 378 strings)
2018-07-07 07:48:33 +02:00
Christian Schabesberger
6b66f40bcb
Merge pull request #1392 from karyogamy/exoplayer-2.8.0-update
...
ExoPlayer 2.8.2 Update
2018-07-05 13:02:21 +02:00
Allan Nordhøy
a3cd531cc8
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 96.0% (363 of 378 strings)
2018-07-04 00:40:31 +02:00
Nathan Follens
55c84192be
Translated using Weblate (Flemish)
...
Currently translated at 100.0% (378 of 378 strings)
2018-07-03 09:36:55 +02:00
Víctor Manuel Tapia Ramírez
aa9018b97b
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (378 of 378 strings)
2018-07-03 00:43:30 +02:00
monolifed
1e79c146a7
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (378 of 378 strings)
2018-07-02 15:43:34 +02:00
Marian Hanzel
cb8545e33d
Translated using Weblate (Slovak)
...
Currently translated at 96.0% (363 of 378 strings)
2018-07-02 09:44:01 +02:00
Nathan Follens
4a484c535b
Translated using Weblate (Flemish)
...
Currently translated at 100,0% (378 of 378 strings)
2018-07-02 09:27:09 +02:00
Víctor Manuel Tapia Ramírez
ee417e41ea
Translated using Weblate (Spanish)
...
Currently translated at 100,0% (378 of 378 strings)
2018-07-02 00:16:04 +02:00
Eduardo Caron
3cdc1fcaee
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (378 of 378 strings)
2018-07-01 22:45:25 +02:00
Jeff Huang
0a023a61f9
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (378 of 378 strings)
2018-07-01 15:21:02 +02:00
monolifed
73f81c5b52
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (378 of 378 strings)
2018-07-01 14:48:03 +02:00
Marc Riera
bc4acbb7e1
Translated using Weblate (Catalan)
...
Currently translated at 100,0% (378 of 378 strings)
2018-07-01 12:39:58 +02:00
Heimen Stoffels
26d07ea2c6
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (378 of 378 strings)
2018-07-01 11:40:26 +02:00
Weblate
5380c8352d
Merge branch 'origin/dev' into Weblate
2018-07-01 08:42:10 +02:00
Anton Shestakov
e85e91183e
Translated using Weblate (Russian)
...
Currently translated at 99.4% (371 of 373 strings)
2018-07-01 08:42:07 +02: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
8efcc8f80f
-Fixed main video player end screen thumbnail not fitting screen aspect ratio.
2018-06-28 12:03:20 -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
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
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
Somethingweirdhere
a68823491c
Delete on long press
2018-06-28 20:37:05 +02:00
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
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
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
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
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
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
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
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
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
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
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
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
lartial
9b3f19c19b
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (365 of 365 strings)
2018-05-21 06:37:49 +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
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
953a89f3a1
Merge branch 'settingsExport' of https://github.com/Somethingweirdhere/NewPipe into test
2018-05-12 13:34:05 +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
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
f45769cbb2
Reduce overdraw
2018-05-05 10:26:35 +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
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
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
c470909f19
add delete options for StatisticPlaylistFragment
2018-04-29 12:51:57 +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
AB
cceedab864
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (354 of 354 strings)
2018-04-29 10:34:40 +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
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
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
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
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
111a0f9f17
-Modified playback parameter dialog to use translucent background. (reverted from commit 0d25254d4831aca92ad6cf6c0c772279b32b4a07)
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
7294220727
Revert removal of menu items
2018-04-08 16:26:47 -03: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
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
MohammedSR Vevo
7b6dbfb456
Translated using Weblate (Kurdish)
...
Currently translated at 18.0% (64 of 354 strings)
2018-04-06 00:37:32 +02: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
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
horyzont
a720953ff3
Translated using Weblate (Polish)
...
Currently translated at 100.0% (354 of 354 strings)
2018-04-02 23:39:23 +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
c13e761c3f
remove global ip range label
2018-04-01 19:58:07 +02:00
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
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
AB
65476356c9
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (354 of 354 strings)
2018-03-25 23:34:12 +02: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
Tobias Groza
ae9aa2662a
Translated using Weblate (German)
...
Currently translated at 93.2% (320 of 343 strings)
2018-03-21 23:37:17 +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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
59f8583895
-Added settings for managing caption font size.
2018-02-11 11:32:40 -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
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
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
490b250db6
-Removed Leak Canary dependency.
...
-Fixed local playlist header margins.
2018-02-08 11:53:08 -08: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
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
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
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
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
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
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
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
9bd26798b6
-Added icon for adding stream to playlist.
...
-Renamed HistoryPlaylistFragment to StatisticsPlaylistFragment.
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
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
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
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
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
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
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
677865f347
player popup menu icons for white theme
2018-01-20 14:46:10 +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
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
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
11e8e38f2c
setup context for making notifications open via setContextIntent()
2017-12-29 17:29:15 +01:00
Schabi
9f5d4034e3
fix fullscreen button on popup
2017-12-23 17:34:47 +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
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
Joseph Kim
6f3bc3ac8f
Translated using Weblate (Korean)
...
Currently translated at 99.5% (243 of 244 strings)
2017-12-14 11:48:42 +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
Anthony MARGERAND
44933ac17a
Translated using Weblate (French)
...
Currently translated at 100.0% (244 of 244 strings)
2017-12-10 16:35:06 +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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
7d7a6f7ccc
-Enable background and popup playlists.
2017-10-30 20:58:42 -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
183181ee54
-Added full play queue buffering playback manager.
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
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
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
65a6488e44
dont show search history in suggestion when disabled
2017-10-30 22:04:58 +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
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
641b4a806a
Merge branch 'tabs' into dev
2017-10-26 20:46:05 +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
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
5d4269be4c
Merge branch 'dev' into trending
2017-10-22 23:43: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
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
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
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
8e8d74b5b7
remove header front kiosk
2017-10-13 13:01:16 +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
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
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
Tobias Groza
3e34eeeed7
Translated using Weblate (German)
...
Currently translated at 99.5% (205 of 206 strings)
2017-10-08 21:45:38 +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
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
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
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
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
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
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
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
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
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
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
Tobias Groza
8b30a0d7cc
Translated using Weblate (German)
...
Currently translated at 96.9% (188 of 194 strings)
2017-08-15 19:39:58 +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
Osoitz
77eb76fefb
Translated using Weblate (Basque)
...
Currently translated at 100.0% (167 of 167 strings)
2017-08-03 14:16:35 +02:00
Eduardo Caron
42a450c61f
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (167 of 167 strings)
2017-08-03 14:16:26 +02:00
Mauricio Colli
a4f5c9e2a3
Merge pull request #636 from coffeemakr/feature-renaming-patterns
...
Add renaming filename preferences
2017-08-01 22:03:19 -03:00
Mauricio Colli
96d3841dba
Fix issues #636
2017-08-01 21:56:51 -03:00
Bruno Guerreiro
75b5bc03f7
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (167 of 167 strings)
2017-08-01 18:37:57 +02:00
Osoitz
01e17d9c2e
Translated using Weblate (Basque)
...
Currently translated at 100.0% (167 of 167 strings)
2017-08-01 11:20:14 +02:00
Emilio Loi
8047ff96a8
Translated using Weblate (Italian)
...
Currently translated at 100.0% (167 of 167 strings)
2017-07-29 15:45:43 +02:00
Gian Maria Viglianti
0e737a2f3b
Translated using Weblate (Italian)
...
Currently translated at 100.0% (167 of 167 strings)
2017-07-28 13:10:51 +02:00
Emilio Loi
854579d814
Translated using Weblate (Italian)
...
Currently translated at 100.0% (167 of 167 strings)
2017-07-28 13:10:42 +02:00
Emilio Loi
f3cbd99e45
Translated using Weblate (Italian)
...
Currently translated at 100.0% (167 of 167 strings)
"Cancellare" is "to clear" in writing context
2017-07-28 13:07:02 +02:00
Emilio Loi
c13ed3f347
Translated using Weblate (Italian)
...
Currently translated at 100.0% (167 of 167 strings)
There is enough space to more descriptive with this text
2017-07-28 13:05:33 +02:00
Emilio Loi
7409b58546
Translated using Weblate (Italian)
...
Currently translated at 99.4% (167 of 167 strings)
2017-07-28 13:00:17 +02:00
Emilio Loi
404ebb8810
Translated using Weblate (Italian)
...
Currently translated at 99.4% (166 of 167 strings)
I've inverted position of sentence "help is always welcome" from end to start, merging "The more is done the better it gets!" with the first part of the paragraph
2017-07-28 13:00:13 +02:00
Emilio Loi
b4a9a300c5
Translated using Weblate (Italian)
...
Currently translated at 97.6% (163 of 167 strings)
2017-07-28 12:58:37 +02:00
Fekrod
aa637e6a2b
Translated using Weblate (Vietnamese)
...
Currently translated at 100.0% (167 of 167 strings)
2017-07-27 04:27:32 +02:00
Fekrod
85132e1e6e
Added translation using Weblate (Vietnamese)
2017-07-27 02:59:08 +02:00
Eduardo Caron
f0aa5a4646
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 98.8% (165 of 167 strings)
2017-07-26 15:46:21 +02:00
Coffeemakr
b0479d0bd9
Add renaming filename patterns
2017-07-24 13:01:24 +02:00
riotism
e475b888aa
Translated using Weblate (Chinese (Hong Kong))
...
Currently translated at 100.0% (167 of 167 strings)
2017-07-23 21:44:23 +02:00
Nigel
a8a3bbd9f5
Translated using Weblate (Chinese (Hong Kong))
...
Currently translated at 100.0% (167 of 167 strings)
2017-07-22 20:38:39 +02:00
riotism
f3cbd17598
Translated using Weblate (Chinese (Hong Kong))
...
Currently translated at 100.0% (167 of 167 strings)
2017-07-22 20:38:09 +02:00
riotism
3d7e4dc286
Translated using Weblate (Chinese (Hong Kong))
...
Currently translated at 100.0% (167 of 167 strings)
2017-07-22 20:35:53 +02:00
anonymous
2e98729527
Translated using Weblate (German)
...
Currently translated at 100.0% (167 of 167 strings)
2017-07-20 12:45:26 +02:00
Coffeemaker
3ac838a7ec
Translated using Weblate (German)
...
Currently translated at 99.4% (167 of 167 strings)
2017-07-19 11:42:47 +02:00
Matej U
b99571a797
Translated using Weblate (Slovenian)
...
Currently translated at 98.8% (165 of 167 strings)
2017-07-19 11:42:41 +02:00
anonymous
43dec8914c
Translated using Weblate (German)
...
Currently translated at 99.4% (166 of 167 strings)
2017-07-19 11:42:39 +02:00
Anton Shestakov
be3810dfed
Translated using Weblate (Russian)
...
Currently translated at 100.0% (167 of 167 strings)
2017-07-19 07:58:41 +02:00
Matej U
d2fbb86d8a
Translated using Weblate (Slovenian)
...
Currently translated at 98.2% (164 of 167 strings)
2017-07-17 23:14:27 +02:00
Mauricio Colli
782c6211d0
Added translation using Weblate (Lithuanian)
2017-07-17 23:14:24 +02:00
Weblate
885830849e
Merge remote-tracking branch 'origin/master'
2017-07-15 15:45:49 +02:00
Coffeemaker
079958f66b
Translated using Weblate (German)
...
Currently translated at 97.6% (164 of 168 strings)
2017-07-15 15:45:48 +02:00
naofum
77c5d7d160
Translated using Weblate (Japanese)
...
Currently translated at 94.0% (158 of 168 strings)
2017-07-15 15:45:38 +02:00
Mauricio Colli
327195dcca
Merge pull request #628 from coffeemakr/fix-make-github-url-untranslatable
...
Make github_url not translatable
2017-07-13 22:06:21 -03:00
Coffeemakr
cfbc88d375
Make github_url not translatable
2017-07-13 22:05:47 +02:00
Tobias Groza
d75a11b397
Translated using Weblate (German)
...
Currently translated at 94.6% (159 of 168 strings)
2017-07-13 22:02:54 +02:00
Freddy Morán Jr
8706da2890
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (168 of 168 strings)
2017-07-13 20:25:43 +02:00
monolifed
824a06c39b
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (168 of 168 strings)
2017-07-12 19:52:00 +02:00
Nathan Follens
9c80c37ee9
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (168 of 168 strings)
2017-07-12 18:51:06 +02:00
Weblate
ad6d383ee2
Merge remote-tracking branch 'origin/master'
2017-07-12 18:44:34 +02:00
Tobias Groza
5251f970b7
Translated using Weblate (German)
...
Currently translated at 100.0% (151 of 151 strings)
2017-07-12 18:44:33 +02:00
Coin
2225927bb1
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (151 of 151 strings)
2017-07-12 18:44:28 +02:00
Mauricio Colli
69e3814c77
Merge pull request #612 from coffeemakr/feature-about-activity
...
Add about activity
2017-07-11 12:49:14 -03:00
Coffeemakr
d950e11332
Small fixes for AboutActivity
...
* Remove parent activity
* Finish activity on "up action"
* Remove unused dimensions
2017-07-11 12:52:20 +02:00
Weblate
1a2b18f722
Merge remote-tracking branch 'origin/master'
2017-07-10 18:13:22 +02:00
George Netu
af78369f87
Translated using Weblate (Romanian)
...
Currently translated at 99.3% (150 of 151 strings)
2017-07-10 18:13:21 +02:00
Coin
8e4aca0582
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (151 of 151 strings)
2017-07-10 18:13:18 +02:00
Mauricio Colli
b603c178d1
Fix focus search fragment
2017-07-10 00:25:10 -03:00
Mauricio Colli
0c1d773134
Merge pull request #596 from marcobiscaro2112/master
...
Adds support for adjustable playback speed
2017-07-09 22:49:05 -03:00
Mauricio Colli
894ea27df2
Fix issues #596
2017-07-09 22:38:47 -03:00
Coffeemakr
f13731f91e
Add about activity
2017-07-05 19:35:15 +02:00
Weblate
6742cbfd59
Merge remote-tracking branch 'origin/master'
2017-07-05 18:44:18 +02:00
Osoitz
6c0dea6138
Translated using Weblate (Basque)
...
Currently translated at 100.0% (151 of 151 strings)
2017-07-05 18:44:14 +02:00
Mauricio Colli
388e8d0c2f
Merge pull request #607 from coffeemakr/fix-remove-bottom-margin-2
...
Fix margin at the bottom (v2)
2017-07-04 13:33:19 -03:00
Osoitz
dad1c04528
Translated using Weblate (Basque)
...
Currently translated at 100.0% (151 of 151 strings)
2017-07-03 16:36:35 +02:00
Coffeemakr
4ad9fcdc6f
Revert error/retry/loading changes
2017-07-02 22:22:37 +02:00
Weblate
11541310d6
Merge remote-tracking branch 'origin/master'
2017-06-29 07:50:35 +02:00
Anton Shestakov
76740303c5
Translated using Weblate (Russian)
...
Currently translated at 100.0% (151 of 151 strings)
2017-06-29 07:50:32 +02:00
Mauricio Colli
0a7ecb89ce
Adjust fragments' enter/exit animations
...
- Make a little bit faster
2017-06-28 16:38:13 -03:00
Mauricio Colli
e8b71e867c
Merge pull request #588 from coffeemakr/feature-speedup
...
Speed up detail page loading ⏱
2017-06-27 18:12:30 -03:00
Coffeemakr
8ab1b7fd8f
Fix loading and retry positioning
2017-06-27 22:36:31 +02:00
Marco Biscaro
7b60648424
Adds support for adjustable playback speed
...
ExoPlayer was updated to 2.4.2, which supports playback speed change.
A speed selector was also added in the MainPlayer and PlayerPopup.
Fixes #153 .
2017-06-26 19:22:16 -03:00
Eduardo Caron
3cb4952281
Translated using Weblate (Portuguese)
...
Currently translated at 93.3% (141 of 151 strings)
2017-06-26 21:46:21 +02:00
Coffeemakr
ec1ae647b0
Revert toolbar_search_clear
2017-06-26 14:19:42 +02:00
Coffeemakr
a3be9f36b3
Fix landscape stream item height
2017-06-26 12:42:35 +02:00
Coffeemaker
884dc38701
Translated using Weblate (German)
...
Currently translated at 100.0% (151 of 151 strings)
2017-06-19 12:46:26 +02:00
Anton Shestakov
3cca7aead9
Translated using Weblate (Russian)
...
Currently translated at 96.0% (145 of 151 strings)
2017-06-19 12:46:24 +02:00
Coffeemakr
4c4852129e
Layout fixes
...
* Add selectableItemBackground to the player button
* Make uploader margin to padding
* Convert layout gravity center_horizontal to width=match_parent
2017-06-18 17:25:13 +02:00
Coffeemakr
ae2b0cc76b
Format code and remove unused methods
2017-06-18 15:43:11 +02:00
Coffeemakr
71e963c853
Correct icons and title alignment
2017-06-17 14:19:55 +02:00
Coffeemakr
89b680f6d9
Revert RecyclerView to LinearLayout
2017-06-17 13:43:09 +02:00
Anton Shestakov
26ec32cbe1
Translated using Weblate (Russian)
...
Currently translated at 95.3% (144 of 151 strings)
2017-06-16 15:46:23 +02:00
Coffeemakr
6d74038866
Improve speed
...
* Replace relative layouts and use Recycler view
* Handle HTML in background
2017-06-16 14:02:45 +02:00
Kristoffer Grundström
7e45e88914
Translated using Weblate (Swedish)
...
Currently translated at 66.8% (101 of 151 strings)
2017-06-15 03:46:30 +02:00
Weblate
4f8b51701b
Merge remote-tracking branch 'origin/master'
2017-06-13 00:53:12 +02:00
Kristoffer Grundström
169bcc2550
Added translation using Weblate (Swedish)
2017-06-13 00:53:09 +02:00
Christian Schabesberger
a482aa1e21
Merge branch 'master' of https://github.com/SpajicM/NewPipe into count
2017-06-11 14:03:49 +02:00
Marian Hanzel
d717c6d2f6
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (151 of 151 strings)
2017-06-11 11:27:55 +02:00
Gian Maria Viglianti
9587ce97a8
Translated using Weblate (Italian)
...
Currently translated at 100.0% (151 of 151 strings)
2017-06-10 00:45:35 +02:00
Janusz May
aaaf573475
Translated using Weblate (Polish)
...
Currently translated at 100.0% (151 of 151 strings)
2017-06-09 21:45:56 +02:00
zmni
6c6f322d90
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (151 of 151 strings)
2017-06-09 19:21:07 +02:00
Matej U
c03f0ed1fb
Translated using Weblate (Slovenian)
...
Currently translated at 100.0% (151 of 151 strings)
2017-06-09 09:46:56 +02:00
Benedikt Freisen
55287393be
Translated using Weblate (German)
...
Currently translated at 100.0% (151 of 151 strings)
2017-06-09 00:45:04 +02:00
Eduardo Caron
9575f92165
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (151 of 151 strings)
2017-06-09 00:24:10 +02:00
SpajicM
a5cbaad804
BackgroundPlayer: Add timestamp in expanded notification
2017-06-08 23:28:45 +02:00
monolifed
f492414b5e
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (151 of 151 strings)
2017-06-08 18:46:54 +02:00
monolifed
3e6ddf7176
Translated using Weblate (English)
...
Currently translated at 100.0% (151 of 151 strings)
2017-06-08 18:44:44 +02:00
Gian Maria Viglianti
29ffb05653
Translated using Weblate (Italian)
...
Currently translated at 100.0% (151 of 151 strings)
2017-06-08 00:17:12 +02:00
Freddy Morán Jr
50c3ee2e9c
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (151 of 151 strings)
2017-06-07 21:40:04 +02:00
Janusz May
6292470677
Translated using Weblate (Polish)
...
Currently translated at 100.0% (151 of 151 strings)
2017-06-07 20:05:38 +02:00
Nathan Follens
8d912f2673
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (151 of 151 strings)
2017-06-07 16:53:40 +02:00
Coffeemaker
227d129c3a
Translated using Weblate (German)
...
Currently translated at 100.0% (151 of 151 strings)
2017-06-06 23:03:03 +02:00
Benedikt Freisen
d9eeb6afa0
Translated using Weblate (German)
...
Currently translated at 100.0% (151 of 151 strings)
2017-06-06 23:00:51 +02:00
anonymous
478aecb0f4
Translated using Weblate (German)
...
Currently translated at 100.0% (151 of 151 strings)
2017-06-06 23:00:14 +02:00
Benedikt Freisen
abb82154c9
Translated using Weblate (German)
...
Currently translated at 100.0% (151 of 151 strings)
2017-06-06 22:53:06 +02:00
nailyk
03c8b6b5f5
Translated using Weblate (French)
...
Currently translated at 100.0% (151 of 151 strings)
2017-06-06 20:13:20 +02:00
monolifed
2281300165
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (151 of 151 strings)
2017-06-06 17:45:46 +02:00
Mauricio Colli
84068d101b
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (151 of 151 strings)
2017-06-06 17:19:26 +02:00
Mauricio Colli
62020fa85b
Translated using Weblate (English)
...
Currently translated at 100.0% (151 of 151 strings)
2017-06-06 17:09:05 +02:00
Mauricio Colli
3c8bf5ccc9
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (151 of 151 strings)
2017-06-06 17:06:39 +02:00
monolifed
65d5358366
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (151 of 151 strings)
2017-06-05 22:16:25 +02:00
Nathan Follens
32bd6ae1ac
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (151 of 151 strings)
2017-06-05 18:48:51 +02:00
Mauricio Colli
92231a1e26
Translated using Weblate (French)
...
Currently translated at 98.6% (149 of 151 strings)
2017-06-05 16:13:31 +02:00
Koleon
38ad4dc440
Translated using Weblate (Czech)
...
Currently translated at 87.4% (132 of 151 strings)
2017-06-05 16:13:30 +02:00
Eduardo Caron
6645a47b0e
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (151 of 151 strings)
2017-06-05 16:05:12 +02:00
Freddy Morán Jr
75a2d20b0b
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (151 of 151 strings)
2017-06-05 16:00:44 +02:00
naofum
8c15d708e6
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (151 of 151 strings)
2017-06-05 15:57:13 +02:00
Mauricio Colli
539b7ad87b
Update some strings.xml files
2017-06-04 21:10:50 -03:00
Mauricio Colli
fc7c2c9f5a
Merge remote-tracking branch 'weblate/master' into fix-strings
...
# Conflicts:
# app/src/main/res/values-b+ast/strings.xml
# app/src/main/res/values-fr/strings.xml
# app/src/main/res/values-pl/strings.xml
# app/src/main/res/values-pt-rBR/strings.xml
2017-06-04 20:57:00 -03:00
יובל הרמן
3cd760f654
Translated using Weblate (Hebrew)
...
Currently translated at 60.7% (107 of 176 strings)
2017-06-04 15:45:11 +02:00
Janusz May
2ec0a5d003
Translated using Weblate (Polish)
...
Currently translated at 100.0% (176 of 176 strings)
2017-06-02 12:52:45 +02:00
OrNicarZ
1a605e814b
Translated using Weblate (French)
...
Currently translated at 99.4% (175 of 176 strings)
2017-06-02 12:52:44 +02:00
יובל הרמן
fe0053a15d
Added translation using Weblate (Hebrew)
2017-06-02 12:52:43 +02:00
Eduardo Caron
014f3e5aff
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (176 of 176 strings)
2017-05-31 21:27:25 +02:00
Enol P
4a25e3b644
Translated using Weblate (Asturian)
...
Currently translated at 98.8% (174 of 176 strings)
2017-05-31 21:27:24 +02:00
anonymous
e7f59bc436
Translated using Weblate (Polish)
...
Currently translated at 100.0% (176 of 176 strings)
2017-05-31 21:27:22 +02:00
Christian Schabesberger
488d1ccd5a
resolve another weblate crash
2017-05-30 22:08:08 +02:00
Janusz May
409b36c254
Translated using Weblate (Polish)
...
Currently translated at 100.0% (176 of 176 strings)
2017-05-30 17:33:52 +02:00
Janusz May
b0e567dbfa
Translated using Weblate (Polish)
...
Currently translated at 100.0% (176 of 176 strings)
2017-05-30 17:29:14 +02:00
Freddy Morán Jr
c6086ba281
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (176 of 176 strings)
2017-05-30 16:33:32 +02:00
Marian Hanzel
aede925351
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (176 of 176 strings)
2017-05-30 16:33:29 +02:00
Christian Schabesberger
0c516189c3
try to fix another weblate crash
2017-05-29 22:42:23 +02:00
Freddy Morán Jr
c2936ea289
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (176 of 176 strings)
2017-05-29 15:44:14 +02:00
Gian Maria Viglianti
dc33460a34
Translated using Weblate (Italian)
...
Currently translated at 100.0% (176 of 176 strings)
2017-05-29 15:44:14 +02:00
anonymous
ffacc93b55
Translated using Weblate (Armenian)
...
Currently translated at 18.7% (33 of 176 strings)
2017-05-29 15:44:12 +02:00
Christian Schabesberger
74f0ee2718
fix another weblate crash
2017-05-27 18:45:10 +02:00
ktln
7189791d9f
Translated using Weblate (Armenian)
...
Currently translated at 18.1% (32 of 176 strings)
2017-05-27 13:24:00 +02:00
Eduardo Caron
dc18d53c8f
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (176 of 176 strings)
2017-05-27 13:22:42 +02:00
Bruno Guerreiro
f71ef8e130
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (176 of 176 strings)
2017-05-27 13:22:41 +02:00
anonymous
6eec9d8993
Translated using Weblate (Armenian)
...
Currently translated at 18.1% (32 of 176 strings)
2017-05-27 13:22:39 +02:00
Дима Гайнуллин
9560f98359
Translated using Weblate (Russian)
...
Currently translated at 100.0% (176 of 176 strings)
2017-05-26 01:30:12 +02:00
Eduardo Caron
217433bf69
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (176 of 176 strings)
2017-05-26 01:30:11 +02:00
ktln
ff5db1b939
Translated using Weblate (Armenian)
...
Currently translated at 16.4% (29 of 176 strings)
2017-05-26 01:30:10 +02:00
Bruno Guerreiro
455a46d3ad
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (176 of 176 strings)
2017-05-26 01:30:08 +02:00
Christian Schabesberger
039a879104
fix weblate crash
2017-05-25 10:43:17 +02:00
ktln
dfba9ea53b
Translated using Weblate (Russian)
...
Currently translated at 100.0% (176 of 176 strings)
2017-05-25 02:16:14 +02:00
anonymous
177cce5e8f
Translated using Weblate (Russian)
...
Currently translated at 100.0% (176 of 176 strings)
2017-05-25 01:06:23 +02:00
ktln
309d36260e
Translated using Weblate (Russian)
...
Currently translated at 100.0% (176 of 176 strings)
2017-05-25 01:04:29 +02:00
ktln
bdc73eb755
Translated using Weblate (Russian)
...
Currently translated at 100.0% (176 of 176 strings)
2017-05-25 00:57:39 +02:00
Anton Shestakov
0786750eb9
Translated using Weblate (Russian)
...
Currently translated at 96.5% (170 of 176 strings)
2017-05-25 00:54:12 +02:00
Слободан Симић(Slobodan Simić)
9f5d921275
Translated using Weblate (Serbian)
...
Currently translated at 100.0% (176 of 176 strings)
2017-05-25 00:50:25 +02:00
ktln
8991b2d8e3
Translated using Weblate (Armenian)
...
Currently translated at 7.3% (13 of 176 strings)
2017-05-25 00:50:24 +02:00
ktln
79dffce59b
Translated using Weblate (Russian)
...
Currently translated at 96.5% (170 of 176 strings)
2017-05-25 00:50:22 +02:00
Mauricio Colli
80c26fd278
Merge new translations
2017-05-24 18:11:34 -03:00
Weblate
3339531086
Merge remote-tracking branch 'origin/master'
2017-05-24 18:37:33 +02:00
monolifed
07ad9fbb11
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (176 of 176 strings)
2017-05-24 18:37:33 +02:00
ktln
6ddc581d76
Translated using Weblate (Russian)
...
Currently translated at 96.5% (170 of 176 strings)
2017-05-24 18:37:33 +02:00
Слободан Симић(Slobodan Simić)
dfe94172aa
Translated using Weblate (Serbian)
...
Currently translated at 100.0% (176 of 176 strings)
2017-05-24 18:37:30 +02:00
Mauricio Colli
edb632f9c7
Remove unused strings
2017-05-23 11:53:50 -03:00
Christian Schabesberger
7f130f18b6
Merge pull request #573 from sirekanyan/master
...
Initial string resources for Armenian language
2017-05-23 11:09:50 +02:00
Anton Shestakov
d05a4c53aa
Translated using Weblate (Russian)
...
Currently translated at 93.7% (165 of 176 strings)
2017-05-22 23:38:03 +02:00
ktln
d99a9b90a0
Translated using Weblate (Russian)
...
Currently translated at 93.1% (164 of 176 strings)
2017-05-22 23:36:37 +02:00
sirekanyan
f311225312
Added initial string resources for Armenian language
2017-05-23 00:26:15 +03:00
Anton Shestakov
dee17fc313
Translated using Weblate (Russian)
...
Currently translated at 89.7% (158 of 176 strings)
2017-05-22 22:22:08 +02:00
Nathan Follens
0662538d60
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (176 of 176 strings)
2017-05-21 21:11:27 +02:00
se7entime
5b52ad91ac
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (176 of 176 strings)
2017-05-21 14:55:38 +02:00
ktln
8552c41bff
Translated using Weblate (Russian)
...
Currently translated at 89.2% (157 of 176 strings)
2017-05-21 08:39:28 +02:00
Mauricio Colli
2546f515d1
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (176 of 176 strings)
2017-05-21 08:35:39 +02:00
naofum
8804924d27
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (176 of 176 strings)
2017-05-21 08:35:38 +02:00
Anton Shestakov
e410cae141
Translated using Weblate (Russian)
...
Currently translated at 88.0% (155 of 176 strings)
2017-05-21 08:35:34 +02:00
Дима Гайнуллин
a0f20aac23
Translated using Weblate (Russian)
...
Currently translated at 86.9% (153 of 176 strings)
2017-05-20 15:40:42 +02:00
ktln
93fafb362f
Translated using Weblate (Russian)
...
Currently translated at 86.9% (153 of 176 strings)
2017-05-20 15:39:44 +02:00
anonymous
9152df5512
Translated using Weblate (Russian)
...
Currently translated at 84.0% (148 of 176 strings)
2017-05-20 15:37:48 +02:00
Anton Shestakov
415bcd9f7e
Translated using Weblate (Russian)
...
Currently translated at 83.5% (147 of 176 strings)
2017-05-20 15:37:13 +02:00
Дима Гайнуллин
2224033a85
Translated using Weblate (Russian)
...
Currently translated at 82.9% (146 of 176 strings)
2017-05-20 15:36:57 +02:00
Anton Shestakov
ade0498684
Translated using Weblate (Russian)
...
Currently translated at 82.9% (146 of 176 strings)
2017-05-20 15:34:06 +02:00
Дима Гайнуллин
211b00fff4
Translated using Weblate (Russian)
...
Currently translated at 82.9% (146 of 176 strings)
2017-05-20 15:33:52 +02:00
ktln
77c72d03a8
Translated using Weblate (Russian)
...
Currently translated at 82.9% (146 of 176 strings)
2017-05-20 15:32:32 +02:00
Anton Shestakov
f429d93351
Translated using Weblate (Russian)
...
Currently translated at 82.3% (145 of 176 strings)
2017-05-20 15:25:48 +02:00
Дима Гайнуллин
e428f8b116
Translated using Weblate (Russian)
...
Currently translated at 82.3% (145 of 176 strings)
2017-05-20 15:20:18 +02:00
Anton Shestakov
9482b9d638
Translated using Weblate (Russian)
...
Currently translated at 82.3% (145 of 176 strings)
2017-05-20 15:19:15 +02:00
Дима Гайнуллин
e019c9f720
Translated using Weblate (Russian)
...
Currently translated at 82.3% (145 of 176 strings)
2017-05-20 15:12:17 +02:00
Anton Shestakov
e2778366e9
Translated using Weblate (Russian)
...
Currently translated at 82.3% (145 of 176 strings)
2017-05-20 15:11:49 +02:00
ktln
36d2f8339c
Translated using Weblate (Russian)
...
Currently translated at 82.3% (145 of 176 strings)
2017-05-20 15:11:30 +02:00
anonymous
a4a0c3b9fd
Translated using Weblate (Russian)
...
Currently translated at 81.2% (143 of 176 strings)
2017-05-20 15:10:44 +02:00
ktln
1b1b6c8af8
Translated using Weblate (Russian)
...
Currently translated at 80.6% (142 of 176 strings)
2017-05-20 15:10:20 +02:00
Anton Shestakov
064fd2bc68
Translated using Weblate (Russian)
...
Currently translated at 80.1% (141 of 176 strings)
2017-05-20 15:10:11 +02:00
ktln
13152ab6ea
Translated using Weblate (Russian)
...
Currently translated at 79.5% (140 of 176 strings)
2017-05-20 15:07:58 +02:00
Anton Shestakov
1743d821eb
Translated using Weblate (Russian)
...
Currently translated at 78.9% (139 of 176 strings)
2017-05-20 15:04:08 +02:00
ktln
ff16e577ef
Translated using Weblate (Russian)
...
Currently translated at 78.9% (139 of 176 strings)
2017-05-20 15:02:58 +02:00
Anton Shestakov
86062c6e94
Translated using Weblate (Russian)
...
Currently translated at 78.4% (138 of 176 strings)
2017-05-20 15:02:43 +02:00
ktln
8ce2350563
Translated using Weblate (Russian)
...
Currently translated at 78.4% (138 of 176 strings)
2017-05-20 15:00:51 +02:00
Anton Shestakov
cb8989af7f
Translated using Weblate (Russian)
...
Currently translated at 77.8% (137 of 176 strings)
2017-05-20 15:00:25 +02:00
ktln
877fa45eb4
Translated using Weblate (Russian)
...
Currently translated at 77.2% (136 of 176 strings)
2017-05-20 14:59:24 +02:00
Anton Shestakov
e33942486d
Translated using Weblate (Russian)
...
Currently translated at 76.7% (135 of 176 strings)
2017-05-20 14:58:50 +02:00
Дима Гайнуллин
9606e080ef
Translated using Weblate (Russian)
...
Currently translated at 76.7% (135 of 176 strings)
2017-05-20 14:57:45 +02:00
Anton Shestakov
d5cd9c55be
Translated using Weblate (Russian)
...
Currently translated at 76.7% (135 of 176 strings)
2017-05-20 14:56:39 +02:00
Дима Гайнуллин
9c197ced80
Translated using Weblate (Russian)
...
Currently translated at 75.0% (132 of 176 strings)
2017-05-20 14:40:15 +02:00
Anton Shestakov
f8424599e1
Translated using Weblate (Russian)
...
Currently translated at 75.0% (132 of 176 strings)
2017-05-20 14:38:59 +02:00
naofum
ccee18057a
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (176 of 176 strings)
2017-05-20 07:11:53 +02:00
Freddy Morán Jr
1ad0f342ad
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (176 of 176 strings)
2017-05-19 15:39:44 +02:00
Eduardo Caron
7a16ac574b
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (176 of 176 strings)
2017-05-19 15:16:03 +02:00
Matej U
f46738f750
Translated using Weblate (Slovenian)
...
Currently translated at 100.0% (176 of 176 strings)
2017-05-19 13:49:47 +02:00
monolifed
fb8ff3fece
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (176 of 176 strings)
2017-05-19 12:20:03 +02:00
Weblate
7498dd3800
Merge remote-tracking branch 'origin/master'
2017-05-19 03:46:42 +02:00
Freddy Morán Jr
957c31b9c5
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (172 of 172 strings)
2017-05-19 03:46:40 +02:00
Mauricio Colli
d64480fc9b
Add option to disable the search suggestions
2017-05-16 22:14:07 -03:00
Mauricio Colli
c00e694d40
Add option to disable the gesture controls of the player
2017-05-16 21:45:38 -03:00
Bruno Guerreiro
f0761cc95e
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (172 of 172 strings)
2017-05-16 21:32:24 +02:00
Eduardo Caron
068554955c
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (172 of 172 strings)
2017-05-16 21:25:48 +02:00
Freddy Morán Jr
a2f915f556
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (172 of 172 strings)
2017-05-16 14:38:29 +02:00
Mohamad Hasan Al Banna
cffd35c974
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (172 of 172 strings)
2017-05-15 17:53:50 +02:00
naofum
2ef2aa98a4
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (172 of 172 strings)
2017-05-15 17:23:57 +02:00
Théophane
ba98b30aa4
Translated using Weblate (French)
...
Currently translated at 100.0% (172 of 172 strings)
2017-05-15 16:23:59 +02:00
E T
87c0f9c803
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (172 of 172 strings)
2017-05-15 16:08:54 +02:00
Matej U
ce620b9e28
Translated using Weblate (Slovenian)
...
Currently translated at 100.0% (172 of 172 strings)
2017-05-15 14:44:49 +02:00
Weblate
fcbb5536eb
Merge remote-tracking branch 'origin/master'
2017-05-15 14:42:35 +02:00
Matej U
72df6dbd80
Translated using Weblate (Slovenian)
...
Currently translated at 100.0% (171 of 171 strings)
2017-05-15 14:42:32 +02:00
Mauricio Colli
2aebb3b8db
Add and update resources
2017-05-15 00:57:04 -03:00
Weblate
f2b38be2b0
Merge remote-tracking branch 'origin/master'
2017-05-14 21:46:25 +02:00
E T
a43001f30d
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (171 of 171 strings)
2017-05-14 21:46:25 +02:00
cwgt
17abe1ea5c
Translated using Weblate (Bengali (Bangladesh))
...
Currently translated at 100.0% (167 of 167 strings)
2017-05-14 21:46:24 +02:00
Bruno Guerreiro
6aaefab618
Translated using Weblate (Portuguese)
...
Currently translated at 98.2% (168 of 171 strings)
2017-05-14 21:46:22 +02:00
Mauricio Colli
25988f61a6
Change popup default resolution
2017-05-14 13:57:08 -03:00
Mauricio Colli
e47761750a
Fix 'keep screen on'
2017-05-14 00:32:28 -03:00
Christian Schabesberger
3a13d4a1de
Merge pull request #546 from mueller-ma/kodi
...
Change order of buttons in the title bar
2017-05-13 20:16:24 +02:00
cwgt
ddffe99f53
Translated using Weblate (Bengali (Bangladesh))
...
Currently translated at 100.0% (167 of 167 strings)
2017-05-13 11:36:43 +02:00
Eduardo Caron
9ade596f06
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (171 of 171 strings)
2017-05-11 20:33:38 +02:00
nailyk
46f413b7f2
Translated using Weblate (French)
...
Currently translated at 100.0% (171 of 171 strings)
2017-05-11 19:41:37 +02:00
nailyk
5fe2e7b8ad
Translated using Weblate (French)
...
Currently translated at 92.3% (158 of 171 strings)
popup_mode_share_menu_title a été traduit "Module popup de Newpipe", restons cohérents.
2017-05-11 19:33:46 +02:00
nailyk
3008cbb5f4
Translated using Weblate (French)
...
Currently translated at 91.8% (157 of 171 strings)
2017-05-11 19:20:57 +02:00
monolifed
bb8007bb7c
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (171 of 171 strings)
2017-05-10 21:07:55 +02:00
Freddy Morán Jr
01751ba97a
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (171 of 171 strings)
2017-05-10 21:07:55 +02:00
Tobias Groza
f41475d11c
Translated using Weblate (German)
...
Currently translated at 96.4% (165 of 171 strings)
2017-05-10 21:07:54 +02:00
Nathan Follens
d8914d9b6d
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (171 of 171 strings)
2017-05-10 21:07:52 +02:00
mueller-ma
94cc2ad365
change order of buttons, see https://github.com/TeamNewPipe/NewPipe/issues/471#issuecomment-300267118
2017-05-09 20:57:42 +02:00
Jose Maeso
9d231b55b5
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (171 of 171 strings)
2017-05-09 18:09:23 +02:00
Freddy Morán Jr
77d8dac3c1
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (171 of 171 strings)
2017-05-09 18:07:54 +02:00
Freddy Morán Jr
e160015283
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (171 of 171 strings)
2017-05-09 18:05:47 +02:00
mueller-ma
aeb0cac3ee
change order of buttons. closes #471
2017-05-09 17:11:19 +02:00
naofum
a539f94837
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (171 of 171 strings)
2017-05-09 16:19:42 +02:00
monolifed
df70751071
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (171 of 171 strings)
2017-05-09 14:34:49 +02:00
E T
e55f1dff78
Translated using Weblate (Turkish)
...
Currently translated at 97.6% (167 of 171 strings)
2017-05-09 14:12:43 +02:00
Weblate
47646e1c62
Merge remote-tracking branch 'origin/master'
2017-05-09 14:11:45 +02:00
E T
80e673f20c
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (167 of 167 strings)
2017-05-09 14:11:41 +02:00
mueller-ma
82a59ae479
Remove untranslatable string
2017-05-08 20:51:13 +02:00
cwgt
3832a4b355
Add Bangla translation (for Bangladesh)
2017-05-08 15:27:55 +06:00
cwgt
84f059415c
Create strings.xml
2017-05-08 13:32:33 +06:00
Christian Schabesberger
48dd8e88e3
Merge branch 'master' of github.com:theScrabi/NewPipe
2017-05-07 19:48:21 +02:00
Eduardo Caron
52c2e0899d
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 99.4% (166 of 167 strings)
2017-05-07 18:46:09 +02:00
Christian Schabesberger
9955d5b62f
Merge branch 'resize'
2017-05-04 21:31:38 +02:00
Marian Hanzel
8e26247fa1
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (167 of 167 strings)
2017-05-04 21:02:23 +02:00
Eduardo Caron
8c2c8d630f
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 98.8% (165 of 167 strings)
2017-05-04 18:46:39 +02:00
Freddy Morán Jr
5ccf0baa6b
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (167 of 167 strings)
2017-05-04 18:46:36 +02:00
Matej U
4c9b0dc8e9
Translated using Weblate (Slovenian)
...
Currently translated at 100.0% (167 of 167 strings)
2017-05-02 21:02:58 +02:00
Freddy Morán Jr
4deb7caa83
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (167 of 167 strings)
2017-05-02 17:22:14 +02:00
Enol P
45f1a512b4
Translated using Weblate (Asturian)
...
Currently translated at 98.2% (164 of 167 strings)
2017-05-01 18:44:12 +02:00
Mladen Pejaković
ab95fdc087
Translated using Weblate (Serbian)
...
Currently translated at 99.4% (166 of 167 strings)
2017-05-01 15:46:36 +02:00
Christian Schabesberger
df608b9ded
Merge branch 'feature-resize' of https://github.com/mauriciocolli/NewPipe into resize
2017-05-01 15:15:30 +02:00
Tobias Groza
6a4c81d160
Translated using Weblate (German)
...
Currently translated at 98.2% (164 of 167 strings)
2017-05-01 12:45:14 +02:00
Mauricio Colli
040d658540
Implement resizable popup
2017-05-01 02:23:50 -03:00
naofum
cbc9913e9c
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (167 of 167 strings)
2017-04-30 05:47:23 +02:00
Wout Bertrums
f007cbd5ee
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (167 of 167 strings)
2017-04-29 18:46:39 +02:00
zmni
7351591df7
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (167 of 167 strings)
2017-04-29 16:52:22 +02:00
monolifed
5222d4cbba
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (167 of 167 strings)
2017-04-29 09:48:33 +02:00
Weblate
ef9966815e
Merge remote-tracking branch 'origin/master'
2017-04-29 08:27:55 +02:00
anonymous
ad73440ce9
Translated using Weblate (Czech)
...
Currently translated at 93.9% (154 of 164 strings)
2017-04-29 08:27:51 +02:00
Mauricio Colli
ee592def0c
Add drawables and improve layouts
2017-04-26 16:24:33 -03:00
Allan Nordhøy
c14e117239
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 100.0% (164 of 164 strings)
2017-04-25 03:46:10 +02:00
rapi3
b6e94dde0c
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (164 of 164 strings)
2017-04-23 15:46:17 +02:00
monolifed
63a4a44d7e
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (164 of 164 strings)
2017-04-23 12:46:56 +02:00
Allan Nordhøy
eb8ab5d527
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 100.0% (164 of 164 strings)
2017-04-23 00:57:22 +02:00
riotism
b778d40d65
Translated using Weblate (Chinese (Hong Kong))
...
Currently translated at 97.5% (160 of 164 strings)
2017-04-22 18:44:35 +02:00
rapi3
2f570672dc
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (164 of 164 strings)
2017-04-21 14:11:07 +02:00
anonymous
9290ed490f
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (164 of 164 strings)
2017-04-21 11:12:23 +02:00
monolifed
1bda812c75
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (164 of 164 strings)
2017-04-21 11:11:23 +02:00
Weblate
ab82406c98
Merge remote-tracking branch 'origin/master'
2017-04-19 17:36:17 +02:00
Mladen Pejaković
be763349df
Translated using Weblate (Serbian)
...
Currently translated at 99.3% (163 of 164 strings)
2017-04-19 17:36:16 +02:00
zmni
91764ad601
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (164 of 164 strings)
2017-04-19 17:36:14 +02:00
Christian Schabesberger
1c4031aa38
Merge branch 'master' of github.com:theScrabi/NewPipe
2017-04-18 22:39:16 +02:00
Christian Schabesberger
8e7d2e91e9
Merge branch 'feature-backplayer' of https://github.com/mauriciocolli/NewPipe into mark
2017-04-18 22:06:47 +02:00
Laura Arjona Reina
cf0fbbbd3d
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (164 of 164 strings)
2017-04-18 20:19:12 +02:00
Tobias Groza
7d3ede7946
Translated using Weblate (German)
...
Currently translated at 100.0% (164 of 164 strings)
2017-04-18 12:58:44 +02:00
Eduardo Caron
1aa308eb5d
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (164 of 164 strings)
2017-04-18 00:35:02 +02:00
anonymous
4bfd30e34a
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 99.3% (163 of 164 strings)
2017-04-18 00:28:43 +02:00
Eduardo Caron
0f46c90688
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 99.3% (163 of 164 strings)
2017-04-18 00:27:31 +02:00
Matej U
aa2173fc4a
Translated using Weblate (Slovenian)
...
Currently translated at 100.0% (164 of 164 strings)
2017-04-17 18:09:10 +02:00
Mauricio Colli
18b038d8e4
Improve notification layouts
2017-04-17 01:20:14 -03:00
naofum
4067ba5232
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (164 of 164 strings)
2017-04-16 16:48:37 +02:00
Marian Hanzel
ab47dd5a5b
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (164 of 164 strings)
2017-04-15 22:32:17 +02:00
Nathan Follens
3130910307
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (164 of 164 strings)
2017-04-15 17:35:12 +02:00
Sérgio Marques
22113439a4
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (164 of 164 strings)
2017-04-15 16:09:58 +02:00
Weblate
2d25a9ad7a
Merge remote-tracking branch 'origin/master'
2017-04-15 16:07:22 +02:00
Freddy Morán Jr
8f0a2cc2f0
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (161 of 161 strings)
2017-04-15 16:07:22 +02:00
Marian Hanzel
4ca39258c9
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (161 of 161 strings)
2017-04-15 16:07:21 +02:00
Enol P
d0c0238b8b
Translated using Weblate (Asturian)
...
Currently translated at 98.1% (158 of 161 strings)
2017-04-15 16:07:20 +02:00
Sérgio Marques
f9f08e5169
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (161 of 161 strings)
2017-04-15 16:07:18 +02:00
Christian Schabesberger
54c2704cb5
switch to dark default theme
2017-04-15 14:05:31 +02:00
Christian Schabesberger
06f38cbcb4
Merge branch 'feature-4k60f' of git://github.com/mauriciocolli/NewPipe into 4k
2017-04-15 12:52:03 +02:00
Marian Hanzel
f4301da14d
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (161 of 161 strings)
2017-04-13 21:49:26 +02:00
Freddy Morán Jr
6d1db56512
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (161 of 161 strings)
2017-04-13 20:51:03 +02:00
Nathan Follens
f2ce4d2daf
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (161 of 161 strings)
2017-04-13 19:10:56 +02:00
naofum
468ebdda87
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (161 of 161 strings)
2017-04-13 16:53:26 +02:00
nautilusx
a1f0fb3b14
Translated using Weblate (German)
...
Currently translated at 100.0% (161 of 161 strings)
2017-04-13 16:08:34 +02:00
zmni
3c9f4de234
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (161 of 161 strings)
2017-04-13 15:59:13 +02:00
Tobias Groza
8ae411619f
Translated using Weblate (German)
...
Currently translated at 96.8% (156 of 161 strings)
2017-04-13 15:56:35 +02:00
nautilusx
61e5c9121a
Translated using Weblate (German)
...
Currently translated at 96.2% (155 of 161 strings)
2017-04-13 15:55:28 +02:00
Weblate
8a3cf0d5dc
Merge remote-tracking branch 'origin/master'
2017-04-13 15:53:52 +02:00
Freddy Morán Jr
ecb5df65ac
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (160 of 160 strings)
2017-04-13 15:53:52 +02:00
anonymous
5f1e98a0d3
Translated using Weblate (German)
...
Currently translated at 96.2% (154 of 160 strings)
2017-04-13 15:53:49 +02:00
Mauricio Colli
3b9a477499
Add resolution support up to 4k and 60 fps
...
- Up to 4k with 60 fps
- Not every device can play in that resolution and bitrate
- Add option to hide these high resolution greater than 1080p (2k,4k) for not clutter the menus
- Add a default resolution for the popup, wil be used when opening in popup mode from another app
2017-04-12 03:07:15 -03:00
Christian Schabesberger
e8bb17b631
Merge branch 'fix-next-video' of git://github.com/mauriciocolli/NewPipe into mul
2017-04-11 22:26:41 +02:00
Freddy Morán Jr
363cd07883
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (160 of 160 strings)
2017-04-11 18:56:03 +02:00
Mladen Pejaković
2b4a9286c4
Translated using Weblate (Serbian)
...
Currently translated at 99.3% (159 of 160 strings)
2017-04-11 00:46:21 +02:00
Nathan Follens
34c985026f
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (160 of 160 strings)
2017-04-10 17:40:52 +02:00
naofum
4a0aa42914
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (160 of 160 strings)
2017-04-10 17:21:54 +02:00
Mauricio Colli
746c2a15bf
Migrate to fragments and improvements
...
- Migrate to fragments
- Fix #487
- Don't show "Open in popup mode" to channel links
- New backstack of videos
- Change the subscribers count to format using `NumberFormat`, for example some locales use `.` others `,`, this handles it automatically (and the old method had a bug for leading zero, e.g. 4.82.125 instead of 4.082.125)
- Add string 'subscribers' for channels with more than 1 subscriber (plural)
- Popup player chooses the default format and resolution based on the new preference (format)
- Fix taskaffinity of the router activities
- Show title before loading, as it is available from the items already loaded
2017-04-09 14:34:00 -03:00
zmni
9318bb5306
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (160 of 160 strings)
2017-04-09 07:39:53 +02:00
Matej U
2a10ceb74f
Translated using Weblate (Slovenian)
...
Currently translated at 100.0% (160 of 160 strings)
2017-04-08 22:08:31 +02:00
Weblate
83f4db59e2
Merge remote-tracking branch 'origin/master'
2017-04-08 21:47:50 +02:00
Olexandr Nesterenko
9f66f759ad
Translated using Weblate (Ukrainian)
...
Currently translated at 84.9% (135 of 159 strings)
2017-04-08 21:47:47 +02:00
Christian Schabesberger
a37802c2b9
add prefered video format
2017-04-08 17:17:11 +02:00
Florian
4fa3baf5e1
Translated using Weblate (French)
...
Currently translated at 99.3% (158 of 159 strings)
2017-04-07 12:45:03 +02:00
Oscar Hemelaar
ef8c2c81d5
Translated using Weblate (Italian)
...
Currently translated at 98.7% (157 of 159 strings)
2017-04-07 03:45:31 +02:00
Mladen Pejaković
8c80d8c457
Translated using Weblate (Serbian)
...
Currently translated at 99.3% (158 of 159 strings)
2017-04-07 00:46:25 +02:00
Matej U
1596872c54
Translated using Weblate (Slovenian)
...
Currently translated at 100.0% (159 of 159 strings)
2017-04-05 14:47:22 +02:00
Oscar Hemelaar
da8873fa78
Translated using Weblate (French)
...
Currently translated at 99.3% (158 of 159 strings)
2017-04-05 12:14:32 +02:00
Oscar Hemelaar
ecd8439b3f
Translated using Weblate (French)
...
Currently translated at 98.1% (156 of 159 strings)
if it's for a video restart button, it's "Relancer"
2017-04-05 02:53:08 +02:00
Oscar Hemelaar
5d178532ac
Translated using Weblate (French)
...
Currently translated at 97.4% (155 of 159 strings)
2017-04-05 02:52:24 +02:00
Oscar Hemelaar
08e40a013d
Translated using Weblate (French)
...
Currently translated at 96.8% (154 of 159 strings)
or "OK" ?
2017-04-05 02:50:49 +02:00
Oscar Hemelaar
c136f7363c
Translated using Weblate (French)
...
Currently translated at 96.2% (153 of 159 strings)
2017-04-05 02:50:26 +02:00
Florian
a60f10d739
Translated using Weblate (French)
...
Currently translated at 90.5% (144 of 159 strings)
2017-04-04 21:45:44 +02:00
naofum
ae46afcb42
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (159 of 159 strings)
2017-04-04 16:15:27 +02:00
mueller-ma
bffb9f6800
Translated using Weblate (German)
...
Currently translated at 95.5% (152 of 159 strings)
2017-04-03 09:29:35 +02:00
Tobias Groza
79aa9ad04b
Translated using Weblate (German)
...
Currently translated at 94.9% (151 of 159 strings)
2017-04-03 09:26:41 +02:00
anonymous
ff5714f04a
Translated using Weblate (French)
...
Currently translated at 89.9% (143 of 159 strings)
2017-04-02 18:59:25 +02:00
zmni
ce499a9766
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (159 of 159 strings)
2017-04-02 16:49:33 +02:00
Weblate
d3bb8b7651
Merge remote-tracking branch 'origin/master'
2017-04-02 16:48:37 +02:00
Freddy Morán Jr
6d9c23c4cb
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (158 of 158 strings)
2017-04-02 16:48:36 +02:00
Nathan Follens
b95a9332a9
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (158 of 158 strings)
2017-04-02 16:48:35 +02:00
zmni
609715eb5c
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (158 of 158 strings)
2017-04-02 16:48:33 +02:00
Christian Schabesberger
a1266c919c
Merge branch 'fix-next-video' of git://github.com/mauriciocolli/NewPipe into strfx
2017-04-02 15:56:41 +02:00
naofum
0b08cf8c76
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (158 of 158 strings)
2017-04-01 13:36:04 +02:00
Mauricio Colli
33e29be7db
Fix next video and refactor
...
- Refactor VideoItemDetailActivity, StreamExtractorWorker
- Remove redundant styles
- Change dimensions
- Nicer animation/transitions
2017-03-31 20:39:54 -03:00
Freddy Morán Jr
bd1c7851c7
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (158 of 158 strings)
2017-04-01 01:02:49 +02:00
Freddy Morán Jr
82faea5965
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (158 of 158 strings)
2017-04-01 00:51:34 +02:00
Weblate
0bbbfd3217
Merge remote-tracking branch 'origin/master'
2017-04-01 00:44:52 +02:00
Freddy Morán Jr
fb578ecda8
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (156 of 156 strings)
2017-04-01 00:44:41 +02:00
Christian Schabesberger
e804647a65
make exoplayer default player
2017-03-29 09:17:03 +02:00
Christian Schabesberger
c3c3a94593
Merge branch 'feature-popup-fullscreen' of git://github.com/mauriciocolli/NewPipe into toogle
2017-03-29 08:48:00 +02:00
Mauricio Colli
9d55569f80
Fix keep screen on
2017-03-28 09:12:03 -03:00
Mauricio Colli
7a4a54c3ea
Fix travis
...
- Remove duplicate of AndroidManifest
- Remove some non-translatable strings from "ar" translation, and general clean-up of other
2017-03-27 16:34:37 -03:00
Mauricio Colli
7c9078a625
Fix non-commited file
2017-03-27 11:26:36 -03:00
Mauricio Colli
71ae342f52
Implement screen orientation toggle
2017-03-27 10:12:22 -03:00
Mauricio Colli
b43c56085d
Implement fullscreen and quality selector
...
- Implement cache
- Abstract player
- Quality selector
- Fullscreen switcher
- Change some drawables
2017-03-27 01:08:16 -03:00
Nathan Follens
4aa23023ee
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (156 of 156 strings)
2017-03-25 14:05:13 +01:00
vesp
03bab57a97
Translated using Weblate (Czech)
...
Currently translated at 99.3% (155 of 156 strings)
2017-03-21 09:44:32 +01:00
Sérgio Marques
16b757d9a3
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (156 of 156 strings)
2017-03-17 00:46:17 +01:00
Sérgio Marques
2aa801a392
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (156 of 156 strings)
2017-03-14 23:24:24 +01:00
Matej U
b838344526
Translated using Weblate (Slovenian)
...
Currently translated at 100.0% (156 of 156 strings)
2017-03-13 10:30:41 +01:00
zmni
233a3df222
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (156 of 156 strings)
2017-03-11 13:27:00 +01:00
naofum
da6661b1ea
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (156 of 156 strings)
2017-03-11 12:37:49 +01:00
Mladen Pejaković
c6e120fc51
Translated using Weblate (Serbian)
...
Currently translated at 100.0% (156 of 156 strings)
2017-03-10 23:09:42 +01:00
Marian Hanzel
c416a1254d
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (156 of 156 strings)
2017-03-10 23:07:10 +01:00
Weblate
2aa4f6ddda
Merge remote-tracking branch 'origin/master'
2017-03-10 21:45:11 +01:00
Enrico Monese
129597023d
Translated using Weblate (Italian)
...
Currently translated at 100.0% (154 of 154 strings)
2017-03-10 21:45:10 +01:00
vesp
02aed86b7e
Translated using Weblate (Czech)
...
Currently translated at 98.7% (152 of 154 strings)
2017-03-10 21:45:10 +01:00
Tobias Groza
e44f4b5823
Translated using Weblate (German)
...
Currently translated at 98.7% (152 of 154 strings)
2017-03-10 21:45:08 +01:00
Mauricio Colli
b9550fb528
Merge remote-tracking branch 'upstream/master' into feature-popup
2017-03-09 04:49:15 -03:00
Mauricio Colli
a37d8f083a
Implement popup mode
...
- Add icons replay, fast_forward
- Add strings
- Add menu entry
- Add as option to open link directly to popup mode
2017-03-09 04:42:40 -03:00
Mauricio Colli
abff1f537b
Add ExoMedia and remove ExoPlayer
...
- Remove ExoPlayer files
- Added ExoMedia library
2017-03-09 01:44:00 -03:00
Enrico Monese
483fde5e42
Translated using Weblate (Italian)
...
Currently translated at 100.0% (154 of 154 strings)
2017-03-08 23:52:45 +01:00
zmni
af92631a0c
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (154 of 154 strings)
2017-03-07 18:45:29 +01:00
Tobias Groza
2fcf6197c5
Translated using Weblate (German)
...
Currently translated at 97.4% (150 of 154 strings)
2017-03-05 16:35:54 +01:00
zmni
22d31ae14f
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (154 of 154 strings)
2017-03-05 16:35:52 +01:00
Marian Hanzel
010a24db3f
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (154 of 154 strings)
2017-03-04 10:57:28 +01:00
Jose Maeso
dbda4202fd
Translated using Weblate (Spanish)
...
Currently translated at 98.7% (152 of 154 strings)
2017-03-02 15:26:32 +01:00
Mladen Pejaković
5776e91459
Translated using Weblate (Serbian)
...
Currently translated at 100.0% (154 of 154 strings)
2017-03-02 15:26:32 +01:00
Matej U
664d7b69b1
Translated using Weblate (Slovenian)
...
Currently translated at 100.0% (154 of 154 strings)
2017-03-02 15:26:30 +01:00
naofum
e2d0fc34a3
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (154 of 154 strings)
2017-03-01 17:41:48 +01:00
Mladen Pejaković
b17928570d
Translated using Weblate (Serbian)
...
Currently translated at 100.0% (154 of 154 strings)
2017-03-01 14:15:48 +01:00
Weblate
8ed86261ef
Merge remote-tracking branch 'origin/master'
2017-03-01 12:45:58 +01:00
RACER
a313b91a0a
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (149 of 149 strings)
2017-03-01 12:45:45 +01:00
Christian Schabesberger
8f734737f0
fix bug and add footer cycle to channel
2017-02-28 12:13:29 +01:00
Christian Schabesberger
4cdf20ab8c
fix differences
2017-02-27 19:21:41 +01:00
Christian Schabesberger
af65a1cfef
Merge branch 'feature-theme-change' of git://github.com/mauriciocolli/NewPipe into conf
2017-02-27 19:04:38 +01:00
Christian Schabesberger
ffbc001ad5
fix navstack channel problem
2017-02-27 19:00:06 +01:00
Christian Schabesberger
ce2ceb8a1b
fix layout
2017-02-27 16:38:01 +01:00
Christian Schabesberger
c14771534f
redesign channel activity
2017-02-27 15:58:09 +01:00
59436419
553cec16d5
Removed old icons
2017-02-27 17:30:47 +05:30
59436419
d17496f720
Improved code for changing theme
2017-02-27 17:25:15 +05:30
Mauricio Colli
50ed962a82
Add necessary strings
2017-02-25 15:34:45 -03:00
Christian Schabesberger
8654705e9b
Change T to K
2017-02-22 12:12:39 +01:00
Weblate
b79ed8185f
Merge remote-tracking branch 'origin/master'
2017-02-21 17:48:35 +01:00
Rom1
0d6c67f64f
Translated using Weblate (French)
...
Currently translated at 96.6% (144 of 149 strings)
2017-02-21 17:48:34 +01:00
Marian Hanzel
e97a6569a6
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (149 of 149 strings)
2017-02-21 17:48:32 +01:00
Christian Schabesberger
f7a531e71b
Merge branch 'fix_nav'
2017-02-19 16:09:02 +01:00
Christian Schabesberger
c28fddc4dd
did some finetuning
2017-02-19 16:07:45 +01:00
zmni
b6ea10fc73
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (149 of 149 strings)
2017-02-19 15:45:16 +01:00
Gian Maria Viglianti
320eb44061
Translated using Weblate (Italian)
...
Currently translated at 100.0% (149 of 149 strings)
2017-02-19 00:54:12 +01:00
naofum
460653ed16
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (149 of 149 strings)
2017-02-17 16:18:49 +01:00
Mladen Pejaković
b6fda788c5
Translated using Weblate (Serbian)
...
Currently translated at 100.0% (149 of 149 strings)
2017-02-16 22:12:17 +01:00
Matej U
da4b9306fa
Translated using Weblate (Slovenian)
...
Currently translated at 100.0% (149 of 149 strings)
2017-02-16 22:00:25 +01:00
Weblate
d76c02cbf4
Merge remote-tracking branch 'origin/master'
2017-02-16 21:44:49 +01:00
nonamebg
4d5466b5cd
Translated using Weblate (English)
...
Currently translated at 100.0% (141 of 141 strings)
2017-02-16 21:44:40 +01:00
Christian Schabesberger
961820a250
Merge branch 'search_channel'
2017-02-16 13:33:46 +01:00
Christian Schabesberger
a5252bb765
add search filter menu
2017-02-15 15:21:36 +01:00
Christian Schabesberger
3f0078f38a
git channel item running
2017-02-15 12:59:36 +01:00
Christian Schabesberger
91434dd2ac
setup core for search channel support
2017-02-13 00:55:11 +01:00
Christian Schabesberger
f29bd0a6e7
fix actionbar icon theming
2017-02-12 16:45:01 +01:00
zmni
ed8d13f837
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (141 of 141 strings)
2017-02-11 19:20:01 +01:00
aladar42
27f2c65e6d
Translated using Weblate (Czech)
...
Currently translated at 100.0% (141 of 141 strings)
2017-02-10 18:44:38 +01:00
aladar42
3e0102ad2a
Translated using Weblate (Czech)
...
Currently translated at 100.0% (141 of 141 strings)
2017-02-08 17:13:19 +01:00
Matej U
af760f9cdc
Translated using Weblate (Slovenian)
...
Currently translated at 100.0% (141 of 141 strings)
2017-02-05 20:16:33 +01:00
Weblate
b3491da49f
Merge remote-tracking branch 'origin/master'
2017-02-05 12:46:26 +01:00
Snob Malkowitch
c322feeaff
Translated using Weblate (Russian)
...
Currently translated at 94.3% (134 of 142 strings)
2017-02-05 12:46:18 +01:00
Christian Schabesberger
b26f46a063
Merge pull request #439 from marcobiscaro2112/master
...
Adding brazilian portuguese translation
2017-02-03 12:37:22 +01:00
Weblate
4baa23af5f
Merge remote-tracking branch 'origin/master'
2017-02-01 20:58:21 +01:00
aladar42
78fc5bbbd5
Translated using Weblate (Czech)
...
Currently translated at 97.1% (138 of 142 strings)
2017-02-01 20:58:20 +01:00
Wiredframe
a69784d168
Translated using Weblate (German)
...
Currently translated at 100.0% (142 of 142 strings)
2017-02-01 20:58:11 +01:00
Marco Biscaro
d48a7f1a18
Adding brazilian portuguese translation
...
(Also set settings_keys as untranslatable)
2017-02-01 12:32:06 -02:00
Christian Schabesberger
7c9771873b
Merge branch 'master' of git://github.com/ksyko/NewPipe into jf
2017-01-31 18:25:30 +01:00
naofum
22bc81b0eb
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (142 of 142 strings)
2017-01-27 15:50:44 +01:00
Mladen Pejaković
b52b3d4be0
Translated using Weblate (Serbian)
...
Currently translated at 100.0% (142 of 142 strings)
2017-01-26 18:49:26 +01:00
Nathan Follens
f845098b42
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (142 of 142 strings)
2017-01-26 16:48:57 +01:00
Weblate
0f7397e3b8
Merge remote-tracking branch 'origin/master'
2017-01-26 15:46:09 +01:00
Shaye Faletha
0b9d99fdc9
Translated using Weblate (Polish)
...
Currently translated at 99.2% (140 of 141 strings)
2017-01-26 15:46:06 +01:00
59436419
9a1da5cc75
Made changes for ICS and JB
2017-01-26 12:07:41 +05:30
Christian Schabesberger
7d6b92e064
Merge branch 'feature-improve-search-fragment' of git://github.com/coffeemakr/NewPipe into cofe
2017-01-22 14:42:36 +01:00
Christian Schabesberger
849a45a3ca
resolve conflict
2017-01-22 14:26:01 +01:00
Christian Schabesberger
492aad9d70
Merge branch 'master' of git://github.com/ksyko/NewPipe into kyko
2017-01-22 13:32:39 +01:00
Yann Hodiesne
c60d98e52d
Translated using Weblate (French)
...
Currently translated at 97.1% (137 of 141 strings)
2017-01-21 15:44:14 +01:00
Osoitz
d3cfac6b15
Translated using Weblate (Basque)
...
Currently translated at 37.5% (53 of 141 strings)
2017-01-21 15:44:11 +01:00
59436419
44521a2e56
Added dark theme
2017-01-17 22:35:23 +05:30
59436419
dfeed3d0eb
Added dark theme
2017-01-17 22:31:00 +05:30
59436419
081a45b70d
Added dark theme
2017-01-17 22:13:33 +05:30
59436419
616a721bba
Added dark theme
2017-01-17 21:43:30 +05:30
59436419
c9aa553b32
Added dark theme
2017-01-17 20:54:00 +05:30
59436419
e3d59c3cff
Added dark theme
2017-01-17 20:47:12 +05:30
59436419
df51635674
Added dark theme
2017-01-17 20:33:54 +05:30