pjammo
a8eeb60b73
Translated using Weblate (Italian)
...
Currently translated at 100.0% (508 of 508 strings)
2019-12-11 13:55:27 +01:00
Helios
2247ec9a37
Translated using Weblate (Tamil)
...
Currently translated at 43.5% (221 of 508 strings)
2019-12-11 13:55:26 +01:00
Marco vR
defa1ac5ec
Fix style version
2019-12-11 10:04:57 +01:00
Marco vR
d54aa981c9
Avoid duplicated code & dark navbar for DarkTheme
2019-12-11 10:04:57 +01:00
Marco vR
9ca97676b0
Black navigation bar for black theme
...
See: https://github.com/TeamNewPipe/NewPipe/issues/1494
2019-12-11 10:04:57 +01:00
Peter Hindes
1663f18a34
Merge branch 'dev' into dev
2019-12-10 09:59:12 -07:00
Peter Hindes
4d86b14549
Revert "Merge branch 'dev' of https://github.com/PeterHindes/NewPipe into dev"
...
This reverts commit 808673a5c1 , reversing
changes made to 702a5b8f94 .
2019-12-10 09:50:53 -07:00
Peter Hindes
699aaca11b
Dont update this
2019-12-10 09:48:16 -07:00
Peter Hindes
5f30be86ae
Merge branch 'dev' of https://github.com/PeterHindes/NewPipe into dev
2019-12-10 09:44:21 -07:00
Peter Hindes
ec9c30b022
not used
2019-12-10 09:44:02 -07:00
Peter Hindes
c679b31736
Update app/src/main/res/values/strings.xml
...
Co-Authored-By: Stypox <stypox@pm.me>
2019-12-10 09:37:57 -07:00
Alexander--
825135d7af
Merge remote-tracking branch 'newpipe/dev' into rebase
2019-12-10 21:20:26 +06:59
yausername
12596ea62c
more grammar fix
2019-12-10 12:36:56 +05:30
yausername
7547dd59b3
merged upstream/dev
2019-12-10 01:37:33 +05:30
Peter Hindes
7c53290c95
Merge branch 'dev' into dev
2019-12-09 09:13:18 -07:00
Tobias Groza
e9867c7a5c
Merge branch 'dev' into remember-subtitles
2019-12-09 16:55:37 +01:00
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
Alexander--
68f4b5c8e5
Improve usability of settings on TV devices
...
* Add focus overlay to SettingsActivity
* Make screen "Contents of Main Page" navigable from remote
2019-12-01 12:43:38 +06:59
Alexander--
24d020d236
Disable touchScreenBlocksFocus on AppBarLayout
...
For some inexplicable reason this attribute got
enabled by default on Android 9, which effectively
prevents details screen from working
2019-12-01 12:41:11 +06:59
Alexander--
430381df4e
Leanback launcher support
2019-12-01 12:41:11 +06:59
Alexander--
330eb896d8
Make comment pic explicitly non-focusable
2019-12-01 12:41:11 +06:59
Alexander--
b952c8126d
Add hints for focus transition from description
2019-12-01 12:41:11 +06:59
Alexander--
86fc9c0785
Special MovementMethod for video description
...
Video descriptions can be very long. Some of them are
basically walls of text with couple of lines at top or bottom.
They are also not scrolled within TextView itself, - instead
NewPipe expects user to scroll their containing ViewGroup.
This renders all builtin MovementMethod implementations useless.
This commit adds a new MovementMethod, that uses requestRectangleOnScreen
to intelligently re-position the TextView within it's scrollable container.
2019-12-01 12:41:11 +06:59
Alexander
2f30802d29
More robust focus search in SuperScrollLayoutManager
...
FocusFinder has glitches when some of target Views have different size.
Fortunately LayoutManager can redefine focus search strategy to override
the default behavior.
2019-12-01 12:41:11 +06:59
Alexander
ddc609e8d8
Support for seeking videos in directional navigation mode
2019-12-01 12:41:10 +06:59
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