WaldiS
384684e29d
Translated using Weblate (Polish)
...
Currently translated at 100.0% (560 of 560 strings)
2020-04-05 11:34:47 +02:00
TobiGr
2f6c9df528
Merge remote-tracking branch 'Weblate/dev' into dev
2020-04-02 23:37:14 +02:00
WaldiS
7f5f4b5b90
Translated using Weblate (Polish)
...
Currently translated at 100.0% (560 of 560 strings)
2020-03-28 17:09:30 +01:00
TobiGr
63d251b07f
Remove unused "clear_finished_download" string
2020-03-25 12:45:37 +01:00
Mauricio Colli
5ac62b9bdb
Make duration plurals naming consistent
2020-03-19 09:44:13 -03:00
Mauricio Colli
e89601110a
Merge remote-tracking branch 'weblate/dev'
2020-03-19 09:00:50 -03:00
anonymous
5365951ac5
Translated using Weblate (Polish)
...
Currently translated at 100.0% (535 of 535 strings)
2020-03-15 00:37:01 +01:00
Mauricio Colli
a73b752fa2
Change feed groups header title and icon from feed representing "All"
2020-03-14 00:12:37 -03:00
bopol
098c71916d
Fix seek duration not showing
2020-03-13 23:12:10 +01:00
WaldiS
5981a86036
Translated using Weblate (Polish)
...
Currently translated at 100.0% (536 of 536 strings)
2020-03-11 22:16:37 +01:00
WaldiS
0596a7b9b4
Translated using Weblate (Polish)
...
Currently translated at 99.6% (532 of 534 strings)
2020-03-08 17:32:55 +01:00
WaldiS
c7495b08a6
Translated using Weblate (Polish)
...
Currently translated at 99.8% (532 of 533 strings)
2020-02-29 17:04:52 +01:00
TobiGr
c79058e942
Remove 'duration_live_button' string from translations
2020-02-22 00:37:46 +01:00
WaldiS
eb57549db5
Translated using Weblate (Polish)
...
Currently translated at 99.6% (530 of 532 strings)
2020-02-21 16:58:03 +01:00
Karol Kosek
fa3a866abd
Translated using Weblate (Polish)
...
Currently translated at 99.6% (530 of 532 strings)
2020-02-21 16:58:03 +01:00
WaldiS
c1702795b8
Translated using Weblate (Polish)
...
Currently translated at 99.8% (531 of 532 strings)
2020-02-07 21:15:47 +01:00
Hosted Weblate
e7d6abc5d8
Merge branch 'origin/dev' into Weblate.
2020-02-03 21:20:50 +01:00
WaldiS
211720cf22
Translated using Weblate (Polish)
...
Currently translated at 99.8% (529 of 530 strings)
2020-02-03 21:20:33 +01:00
Stypox
8ed77bbb17
Merge branch 'dev' of github.com:TeamNewPipe/NewPipe into recaptcha
2020-02-01 18:27:00 +01:00
Stypox
827f0498a1
Change recaptcha string names to match style
2020-02-01 18:24:16 +01:00
B0pol
53db802a5e
Translated using Weblate (Polish)
...
Currently translated at 100.0% (527 of 527 strings)
2020-01-19 20:41:12 +01:00
WaldiS
b3092b349b
Translated using Weblate (Polish)
...
Currently translated at 100.0% (527 of 527 strings)
2020-01-17 10:02:16 +01:00
WaldiS
d33793c31d
Translated using Weblate (Polish)
...
Currently translated at 100.0% (525 of 525 strings)
2020-01-13 15:48:54 +01:00
pietrasagh
1dff21ca90
Translated using Weblate (Polish)
...
Currently translated at 100.0% (522 of 522 strings)
2020-01-06 00:21:27 +01:00
WaldiS
38ee316118
Translated using Weblate (Polish)
...
Currently translated at 99.2% (518 of 522 strings)
2019-12-31 19:01:27 +01:00
Hosted Weblate
29fa82dbc4
Merge branch 'origin/dev' into Weblate.
2019-12-22 23:21:13 +01:00
WaldiS
400631a7c9
Translated using Weblate (Polish)
...
Currently translated at 100.0% (508 of 508 strings)
2019-12-22 23:21:09 +01:00
TobiGr
5b26d78254
Merge remote-tracking branch 'Weblate/dev' into dev
2019-12-18 23:12:31 +01:00
WaldiS
dd880fc7bc
Translated using Weblate (Polish)
...
Currently translated at 100.0% (508 of 508 strings)
2019-12-18 14:21:09 +01:00
TobiGr
11025a75bf
Rename default_kiosk_page_sumatry to default_kiosk_page_summary
...
Remove duplicates
2019-12-12 21:25:31 +01:00
TobiGr
443db9e024
Merge remote-tracking branch 'Weblate/dev' into dev
2019-12-12 20:58:22 +01:00
WaldiS
fef6614a8a
Translated using Weblate (Polish)
...
Currently translated at 100.0% (508 of 508 strings)
2019-11-29 20:05:21 +01:00
kapodamy
fc4a892f45
code cleanup
...
* migrate few annotations to androidx
* mission recovery: better error handling (except StreamExtractor.getErrorMessage() method always returns an error)
* post-processing: more detailed progress
[file specific changes]
DownloadMission.java
* remove redundant/boilerplate code (again)
* make few variables volatile
* better file "length" approximation
* use "done" variable to count the amount of bytes downloaded (simplify percent calc in UI code)
Postprocessing.java
* if case of error use "ERROR_POSTPROCESSING" instead of "ERROR_UNKNOWN_EXCEPTION"
* simplify source stream init
DownloadManager.java
* move all "service message sending" code to DownloadMission
* remove not implemented method "notifyUserPendingDownloads()" also his unused strings
DownloadManagerService.java
* use START_STICKY instead of START_NOT_STICKY
* simplify addMissionEventListener()/removeMissionEventListener() methods (always are called from the main thread)
Deleter.java
* better method definition
MissionAdapter.java
* better method definition
* code cleanup
* the UI is now refreshed every 750ms
* simplify download progress calculation
* indicates if the download is actually recovering
* smooth download speed measure
* show estimated remain time
MainFragment.java:
* check if viewPager is null (issued by "Apply changes" feature of Android Studio)
2019-11-26 10:46:31 -03:00
kapodamy
2484698e8b
long-term downloads resume
...
* recovery infrastructure
* bump serialVersionUID of DownloadMission
* misc cleanup in DownloadMission.java
* remove unused/redundant from strings.xml
2019-11-26 10:46:26 -03:00
WaldiS
4b63cda6a0
Translated using Weblate (Polish)
...
Currently translated at 100.0% (508 of 508 strings)
2019-11-21 15:37:18 +01:00
WaldiS
84a2b823a8
Translated using Weblate (Polish)
...
Currently translated at 100.0% (501 of 501 strings)
2019-11-15 20:04:26 +01:00
WaldiS
1d6e27122c
Translated using Weblate (Polish)
...
Currently translated at 99.8% (477 of 478 strings)
2019-11-02 15:17:41 +01:00
WaldiS
1590271034
Translated using Weblate (Polish)
...
Currently translated at 99.8% (477 of 478 strings)
2019-10-16 05:20:32 +02:00
Mauricio Colli
5e7ed39d9f
Fix broken video count text translations
...
- Someone had the brilliant idea of removing the string arguments,
giving the the wrong example for other languages in the process.
2019-10-10 22:56:20 -03:00
WaldiS
82a6bc4de8
Translated using Weblate (Polish)
...
Currently translated at 100.0% (477 of 477 strings)
2019-10-02 11:56:06 +02:00
WaldiS
1e6da52671
Translated using Weblate (Polish)
...
Currently translated at 100.0% (477 of 477 strings)
2019-09-22 17:08:36 +02:00
WaldiS
4db24209ed
Translated using Weblate (Polish)
...
Currently translated at 99.8% (476 of 477 strings)
2019-09-14 21:23:55 +02:00
WaldiS
f14871ed38
Translated using Weblate (Polish)
...
Currently translated at 100.0% (476 of 476 strings)
2019-09-07 03:24:33 +02:00
WaldiS
99444cbd2c
Translated using Weblate (Polish)
...
Currently translated at 100.0% (473 of 473 strings)
2019-08-29 21:24:00 +02:00
Wojtek
b19cf51ce8
Translated using Weblate (Polish)
...
Currently translated at 100.0% (473 of 473 strings)
2019-08-29 21:23:59 +02:00
TobiGr
c3a584960d
Clean up string resources
2019-08-12 17:35:36 +02:00
TobiGr
1ab22b66c9
Fix playback position not being deleted on clearing watch history
2019-08-07 14:34:49 +02:00
TobiGr
84b7c84fff
Merge branch 'weblate' into release_v0.17.0
2019-08-01 01:44:25 +02:00
Christian Schabesberger
1833580102
Merge branch 'dev' into removeextra
2019-06-26 15:42:47 +02:00
kapodamy
9656f0486b
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