Jeff Huang
6dce0615ee
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (577 of 577 strings)
2020-05-10 14:34:55 +02:00
Jeff Huang
49fbf6ef97
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (574 of 574 strings)
2020-05-07 13:58:27 +02:00
Jeff Huang
3a5d4caf5e
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (573 of 573 strings)
2020-04-26 20:43:26 +02:00
Jeff Huang
6cf0a5a700
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (569 of 569 strings)
2020-04-16 21:54:58 +02:00
Jeff Huang
1538a443c2
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (560 of 560 strings)
2020-04-04 17:31:03 +02:00
TobiGr
2f6c9df528
Merge remote-tracking branch 'Weblate/dev' into dev
2020-04-02 23:37:14 +02:00
Jeff Huang
99e316e239
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (560 of 560 strings)
2020-04-01 09:10:33 +02:00
TobiGr
d752677d44
Weblate ...
2020-03-26 21:56:30 +01:00
TobiGr
0d2c9827f5
Remove unused "playback_default" string
2020-03-25 12:44:04 +01:00
TobiGr
2a69761054
Do not show nothing for some quantities for Chinese
2020-03-25 12:40:55 +01:00
TobiGr
c2bab3d769
Fix what Weblate screwed up again
2020-03-25 12:36:43 +01:00
Jeff Huang
52d1735a93
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (560 of 560 strings)
2020-03-23 04:47:37 +01:00
Mauricio Colli
5ac62b9bdb
Make duration plurals naming consistent
2020-03-19 09:44:13 -03: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
Jeff Huang
f80b61c56c
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (536 of 536 strings)
2020-03-11 22:16:46 +01:00
Jeff Huang
784e3a20e7
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (534 of 534 strings)
2020-03-08 17:33:02 +01:00
Jeff Huang
825604e3d7
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (533 of 533 strings)
2020-02-29 17:04:55 +01:00
chr56
782088941e
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (533 of 533 strings)
2020-02-23 00:10:49 +01:00
Hosted Weblate
b36297e413
Merge branch 'origin/dev' into Weblate.
2020-02-22 12:07:27 +01:00
Jeff Huang
62bbe0167b
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (532 of 532 strings)
2020-02-22 12:07:26 +01:00
TobiGr
c79058e942
Remove 'duration_live_button' string from translations
2020-02-22 00:37:46 +01:00
Jeff Huang
6722d97dbc
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (532 of 532 strings)
2020-02-21 16:58:07 +01:00
Jeff Huang
3a13e3ce5f
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (532 of 532 strings)
2020-02-07 21:15:50 +01:00
Hosted Weblate
e7d6abc5d8
Merge branch 'origin/dev' into Weblate.
2020-02-03 21:20:50 +01:00
Jeff Huang
bb8bcaec20
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (530 of 530 strings)
2020-02-03 21:20:48 +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
Jeff Huang
08afc8d9aa
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (527 of 527 strings)
2020-01-19 20:41:13 +01:00
Jeff Huang
ccbd49a11a
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (525 of 525 strings)
2020-01-13 15:48:57 +01:00
Jeff Huang
0029ecd909
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (522 of 522 strings)
2019-12-31 19:01:40 +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
Jeff Huang
b72a104b43
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (508 of 508 strings)
2019-11-29 20:05:25 +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
Jeff Huang
b7863ed2c4
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (508 of 508 strings)
2019-11-21 15:37:20 +01:00
Jeff Huang
3eec2bb348
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (501 of 501 strings)
2019-11-14 01:03:30 +01:00
Jeff Huang
65792592ea
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (501 of 501 strings)
2019-11-10 00:04:31 +01:00
Jeff Huang
5d6b22a3d4
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (478 of 478 strings)
2019-10-28 16:31:49 +01:00
Jeff Huang
f5fdea4133
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (478 of 478 strings)
2019-10-16 05:20:35 +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
Jeff Huang
eed70f4fa0
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (478 of 478 strings)
2019-10-08 14:57:40 +02:00
Jeff Huang
b29644975e
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (477 of 477 strings)
2019-09-28 16:55:53 +02:00
Jeff Huang
ca306a8b80
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (477 of 477 strings)
2019-09-25 14:14:37 +02:00
Jeff Huang
99581d82a5
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 99.8% (476 of 477 strings)
2019-09-21 05:43:06 +02:00
Jeff Huang
d0b8ed0590
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 99.6% (474 of 476 strings)
2019-09-07 03:24:39 +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