Peter Hindes
a17caf50e3
Merge branch 'dev' into dev
2019-12-06 08:57:43 -07:00
dgarciabad
cf8ba32bde
Translated using Weblate (Spanish)
...
Currently translated at 99.8% (507 of 508 strings)
2019-12-06 03:58:06 +01:00
Rex_sa
8d6889dfb9
Translated using Weblate (Arabic)
...
Currently translated at 99.4% (505 of 508 strings)
2019-12-06 03:58:05 +01:00
dgarciabad
1b161b7eab
Translated using Weblate (Basque)
...
Currently translated at 99.8% (507 of 508 strings)
2019-12-06 03:58:04 +01:00
ozyc
e4425b39e7
Translated using Weblate (Esperanto)
...
Currently translated at 100.0% (508 of 508 strings)
2019-12-05 06:05:18 +01:00
Daniele Lira Mereb
e48c708ec7
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (508 of 508 strings)
2019-12-05 06:05:17 +01:00
yausername
7f835029fc
grammar fix
2019-12-05 05:11:05 +05:30
yausername
84297f9498
reorder peertube settings entry
2019-12-03 07:16:25 +05:30
Allan Nordhøy
85af6781e6
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 98.8% (502 of 508 strings)
2019-12-03 01:05:20 +01:00
Osoitz
5d1b95b581
Translated using Weblate (Basque)
...
Currently translated at 98.2% (499 of 508 strings)
2019-12-03 01:05:19 +01:00
yausername
f290dcf123
use plurals
2019-12-03 02:08:59 +05:30
yausername
d41ae244c1
update extractor, kiosk names and icons
2019-12-03 01:50:23 +05:30
yausername
e00983cee2
Merge remote-tracking branch 'upstream/dev' into peertube-ui
2019-12-03 01:21:25 +05:30
Rex_sa
cedb9a1973
Translated using Weblate (Arabic)
...
Currently translated at 99.4% (505 of 508 strings)
2019-11-30 19:22:13 +01:00
Hosted Weblate
56386b85ca
Merge branch 'origin/dev' into Weblate.
2019-11-29 20:05:27 +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
Florian
b04dee2527
Translated using Weblate (French)
...
Currently translated at 100.0% (508 of 508 strings)
2019-11-29 20:05:24 +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
narayaan
c0847df2e8
Translated using Weblate (Dutch)
...
Currently translated at 90.7% (461 of 508 strings)
2019-11-29 20:05:23 +01:00
Stefano Panzeri
c7b2be400e
Translated using Weblate (Italian)
...
Currently translated at 100.0% (508 of 508 strings)
2019-11-29 20:05: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
zeritti
f96f496672
Translated using Weblate (Czech)
...
Currently translated at 100.0% (508 of 508 strings)
2019-11-29 20:05:20 +01:00
BennyBeat
faab7a1937
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (508 of 508 strings)
2019-11-29 20:05:16 +01:00
naofum
2d5764e788
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (508 of 508 strings)
2019-11-29 20:05:00 +01:00
ssantos
bccbe6784b
Translated using Weblate (German)
...
Currently translated at 100.0% (508 of 508 strings)
2019-11-29 20:04:59 +01:00
Geoflly Adonias
41c863353b
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (508 of 508 strings)
2019-11-29 20:04:59 +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
Tobias Groza
3f0842535d
Merge pull request #2720 from haggaie/hebrew-translation
...
Fix Hebrew translation on some devices
2019-11-24 21:26:52 +01:00
yausername
491cc18bfd
easily switch between multiple peertube instances
2019-11-24 21:08:06 +05:30
Robin
768dca0a28
Remember caption option in player, closes #2811
2019-11-24 11:10:50 +01:00
Igor Nedoboy
d930b32d9a
Translated using Weblate (Russian)
...
Currently translated at 100.0% (508 of 508 strings)
2019-11-24 01:56:56 +01:00
Igor Nedoboy
9fd27707ae
Translated using Weblate (Russian)
...
Currently translated at 100.0% (508 of 508 strings)
2019-11-24 01:50:24 +01:00
chr56
2d12a45fdc
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 95.9% (487 of 508 strings)
2019-11-23 20:19:07 +01:00
Yaron Shahrabani
b36e64d448
Translated using Weblate (Hebrew)
...
Currently translated at 100.0% (508 of 508 strings)
2019-11-23 20:19:06 +01:00
ssantos
1a29d4722b
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (508 of 508 strings)
2019-11-23 20:19:06 +01:00
Oğuz Ersen
fcd018baea
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (508 of 508 strings)
2019-11-23 20:19:05 +01:00
Igor Nedoboy
eda5d7cde6
Translated using Weblate (Russian)
...
Currently translated at 100.0% (508 of 508 strings)
2019-11-23 20:19:02 +01:00
chr56
599b2e8f97
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 95.9% (487 of 508 strings)
2019-11-23 06:26:16 +01:00
Hosted Weblate
b67333e737
Merge branch 'origin/dev' into Weblate.
2019-11-23 06:19:04 +01:00
narayaan
2972f0ca2b
Translated using Weblate (Flemish)
...
Currently translated at 90.4% (459 of 508 strings)
2019-11-23 06:19:03 +01:00
Mattias Münster
6be89cabd6
Translated using Weblate (Swedish)
...
Currently translated at 91.3% (464 of 508 strings)
2019-11-23 06:19:02 +01:00
narayaan
864850a748
Translated using Weblate (Dutch)
...
Currently translated at 90.2% (458 of 508 strings)
2019-11-23 06:19:02 +01:00
Igor Nedoboy
ed55009f73
Translated using Weblate (Russian)
...
Currently translated at 100.0% (508 of 508 strings)
2019-11-23 06:19:01 +01:00
chr56
1608266620
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 95.1% (483 of 508 strings)
2019-11-23 06:18:58 +01:00
yausername
512fca8897
validate peertube instance. changed peertube color
2019-11-23 00:31:35 +05:30
yausername
05bc51c70b
merged upstream/dev
2019-11-22 22:41:59 +05:30
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