bopol
3d3c5da7fa
remove unused plural string «comments»
...
on top of being unused, there were MANY problems for some languages: %s missing, only «one» quantity is translated…
2020-05-28 22:49:41 +02:00
bopol
202a58a71d
fix crash in polish, lint: remove translated translatable=false string
2020-05-28 22:22:29 +02:00
JoC
f8d5bea281
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (577 of 577 strings)
2020-05-22 11:41:35 +02:00
JoC
aac219f4eb
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (577 of 577 strings)
2020-05-11 08:54:42 +02:00
JoC
4e4b71a880
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (573 of 573 strings)
2020-05-02 12:31:07 +02:00
JoC
695ea5acc3
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (573 of 573 strings)
2020-04-26 20:43:23 +02:00
JoC
0b8f08dc17
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (569 of 569 strings)
2020-04-16 21:54:52 +02:00
JoC
8ca5cb1235
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (560 of 560 strings)
2020-04-05 04:25:00 +02:00
TobiGr
0d2c9827f5
Remove unused "playback_default" string
2020-03-25 12:44:04 +01:00
TobiGr
c2bab3d769
Fix what Weblate screwed up again
2020-03-25 12:36:43 +01:00
JoC
a9191dd295
Translated using Weblate (Spanish)
...
Currently translated at 99.8% (559 of 560 strings)
2020-03-23 04:47:29 +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
JoC
716adac412
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (536 of 536 strings)
2020-03-11 22:16:46 +01:00
JoC
7ebeb6fa0a
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (533 of 533 strings)
2020-02-23 20:37:37 +01:00
Adolfo Jayme Barrientos
07daa33e39
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (532 of 532 strings)
2020-02-12 02:50:24 +01:00
JoC
9444540ea5
Translated using Weblate (Spanish)
...
Currently translated at 99.8% (531 of 532 strings)
2020-02-07 21:15:48 +01:00
Hosted Weblate
e7d6abc5d8
Merge branch 'origin/dev' into Weblate.
2020-02-03 21:20:50 +01:00
JoC
6f32942f6f
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (530 of 530 strings)
2020-02-03 21:20:34 +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
Laura Arjona Reina
f552892fe6
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (527 of 527 strings)
2020-01-28 04:20:41 +01:00
Nehemias Feliz
d30450b396
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (525 of 525 strings)
2020-01-15 09:42:42 +01:00
JoC
c9c6a867f2
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (522 of 522 strings)
2020-01-06 00:21:28 +01:00
TobiGr
796dc43aa2
Delete error_http_requested_range_not_satisfiable translations
2019-12-12 21:29:37 +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
dgarciabad
cf8ba32bde
Translated using Weblate (Spanish)
...
Currently translated at 99.8% (507 of 508 strings)
2019-12-06 03:58:06 +01:00
Lucas Galello
bec2e1ec79
Translated using Weblate (Spanish)
...
Currently translated at 99.6% (506 of 508 strings)
2019-11-29 20:05:24 +01:00
JoC
abf7dea51f
Translated using Weblate (Spanish)
...
Currently translated at 99.6% (506 of 508 strings)
2019-11-29 20:05:23 +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
fc04ddb5b4
misc changes
...
* OggFromWebMWriter: rewrite (again), reduce iterations over the input. Works as-is (video streams are not supported)
* WebMReader: use int for SimpleBlock.dataSize instead of long
* Download Recovery: allow recovering uninitialized downloads
* check range-requests using HEAD method instead of GET
* DownloadRunnableFallback: add workaround for 32kB/s issue, unknown issue origin, wont fix
* reporting downloads errors now include the source url with the selected quality and format
2019-11-26 10:46:28 -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
Adolfo Jayme Barrientos
c8915d29aa
Translated using Weblate (Spanish)
...
Currently translated at 99.8% (500 of 501 strings)
2019-11-14 01:03:26 +01:00
Adolfo Jayme Barrientos
13f64124fc
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (501 of 501 strings)
2019-11-10 00:04:29 +01:00
Laura Arjona Reina
49f77237e4
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (501 of 501 strings)
2019-11-06 11:30:36 +01:00
Swyter
904e9068b5
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (501 of 501 strings)
2019-11-06 11:30:35 +01:00
Adolfo Jayme Barrientos
adf3263352
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (478 of 478 strings)
2019-11-04 17:51:57 +01:00
Allan Nordhøy
fe3eb98135
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (478 of 478 strings)
2019-11-02 17:50:03 +01:00
Adolfo Jayme Barrientos
3460b9880f
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (478 of 478 strings)
2019-11-02 15:17:45 +01: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
JoC
488bdd187a
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (478 of 478 strings)
2019-10-08 14:57:39 +02:00
Farándula
7de439f0a6
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (478 of 478 strings)
2019-10-08 14:57:39 +02:00
JoC
0efd87f826
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (477 of 477 strings)
2019-09-21 21:09:47 +02:00
Hosted Weblate
3190b46e8b
Merge branch 'origin/dev' into Weblate.
2019-09-11 16:24:07 +02:00
JoC
609eac9781
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (476 of 476 strings)
2019-09-11 16:24:03 +02:00
kapodamy
d91722192f
add warning after toggle the SAF option
2019-09-01 18:53:12 -03:00
kapodamy
fa0dbaf953
add manual switch in download setting fragment
...
switch for:
* Java I/O Api
* Storage Access Framework
2019-08-17 13:38:33 -03:00
TobiGr
c3a584960d
Clean up string resources
2019-08-12 17:35:36 +02:00