Alexander
9329c2f7f1
Do not allow focus to escape from open DrawerLayout
...
Upstream DrawerLayout does override addFocusables, but
incorrectly checks for isDrawerOpen instread of isDrawerVisible
2019-12-01 12:41:10 +06:59
Alexander
02c945bddd
Make player screen controls into buttons
...
Buttons are more likely to have "correct" styling and are
focusable/clickable out of box
2019-12-01 12:41:10 +06:59
Alexander
bf21a7a1a3
Make description focusable, so TV users can scroll it
2019-12-01 12:41:10 +06:59
Alexander
2b8bd2c890
When child of CoordinatorLayout wants focus, show it!
...
The same logic is present in RecyclerView, ScrollView etc.
Android really should default to this behavior for all Views
with isScrollContainer = true
2019-12-01 12:41:10 +06:59
Alexander
5efd1a0897
MainPlayer: make title and subtitle non-focusable
...
Focus isn't needed for marquee, only selection
2019-12-01 12:41:10 +06:59
Alexander
b1aa3b018b
Fix scrolling in main screen grid
...
GridLayoutManager is buggy - https://issuetracker.google.com/issues/37067220 :
it randomly loses or incorrectly assigns focus when being scrolled via
direction-based navigation. This commit reimplements onFocusSearchFailed()
on top of scrollBy() to work around that problem.
Ordinary touch-based navigation should not be affected.
2019-12-01 12:41:10 +06:59
Alexander
beca712a95
Correctly move focus from toolbar search bar to dropdown
...
We don't hide MainFragment when search is show, so FocusFinder
sometimes gives focus to (obscured) main content
2019-12-01 12:41:10 +06:59
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
ozyc
8fe346c65f
Translated using Weblate (French)
...
Currently translated at 99.8% (507 of 508 strings)
2019-11-21 15:37:19 +01:00
zmni
dc62c55139
Translated using Weblate (Indonesian)
...
Currently translated at 99.8% (507 of 508 strings)
2019-11-21 15:37:19 +01:00
WaldiS
4b63cda6a0
Translated using Weblate (Polish)
...
Currently translated at 100.0% (508 of 508 strings)
2019-11-21 15:37:18 +01:00
Yaron Shahrabani
88f689af8e
Translated using Weblate (Hebrew)
...
Currently translated at 100.0% (508 of 508 strings)
2019-11-21 15:37:17 +01:00
naofum
25c8ec01db
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (508 of 508 strings)
2019-11-21 15:37:17 +01:00
ozyc
3bc0de010f
Translated using Weblate (Esperanto)
...
Currently translated at 99.8% (507 of 508 strings)
2019-11-21 15:37:16 +01:00