yausername
a0151f2a68
more grammar fix
2019-12-10 12:36:56 +05:30
yausername
fd5f4d9840
merged upstream/dev
2019-12-10 01:37:33 +05:30
Peter Hindes
98d7e6bcc6
Merge branch 'dev' into dev
2019-12-09 09:13:18 -07:00
Tobias Groza
e92ca5e572
Merge pull request #2820 from Redirion/remember-subtitles
...
Remember caption option in player, closes #2811
2019-12-09 17:01:30 +01:00
Tobias Groza
27ca9ed8b8
Merge branch 'dev' into remember-subtitles
2019-12-09 16:55:37 +01:00
Tobias Groza
c2b1d45fc4
Merge pull request #2679 from kapodamy/dl-last-features
...
more dl features
2019-12-07 09:10:53 +01:00
kapodamy
03939555ac
add missing change after updating NPE
...
use +webm_opus instead of +opus
2019-12-07 00:16:01 -03:00
kapodamy
5a2cd93d13
remove netbeans editor-fold comments
2019-12-06 16:30:07 -03:00
Peter Hindes
ef69625cd2
Merge branch 'dev' into dev
2019-12-06 08:57:43 -07:00
Peter Hindes
ae88b4c697
remove unused code pt2
2019-12-06 08:38:15 -07:00
Peter Hindes
693756bdd6
Removed redundant. Related to last merge
2019-12-06 08:36:57 -07:00
Peter Hindes
c05633979c
Update app/src/main/java/org/schabi/newpipe/local/holder/RemotePlaylistItemHolder.java
...
Co-Authored-By: Redirion <redirion@web.de>
2019-12-06 08:35:14 -07:00
Peter Hindes
7d80d04f34
Remove unused code pt1
2019-12-06 08:32:45 -07:00
dgarciabad
3ff2da3b20
Translated using Weblate (Spanish)
...
Currently translated at 99.8% (507 of 508 strings)
2019-12-06 03:58:06 +01:00
Rex_sa
eb15bc97a7
Translated using Weblate (Arabic)
...
Currently translated at 99.4% (505 of 508 strings)
2019-12-06 03:58:05 +01:00
dgarciabad
c6cd2dd854
Translated using Weblate (Basque)
...
Currently translated at 99.8% (507 of 508 strings)
2019-12-06 03:58:04 +01:00
kapodamy
aae8865bdd
remove unused imports
2019-12-05 14:04:48 -03:00
ozyc
c15cead9e2
Translated using Weblate (Esperanto)
...
Currently translated at 100.0% (508 of 508 strings)
2019-12-05 06:05:18 +01:00
Daniele Lira Mereb
0ccd30b12e
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (508 of 508 strings)
2019-12-05 06:05:17 +01:00
yausername
d2a59ecc62
grammar fix
2019-12-05 05:11:05 +05:30
yausername
7a67d192c3
updated extractor
2019-12-03 07:22:14 +05:30
yausername
d32ad36f3d
reorder peertube settings entry
2019-12-03 07:16:25 +05:30
Allan Nordhøy
f587d79cd8
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 98.8% (502 of 508 strings)
2019-12-03 01:05:20 +01:00
Osoitz
9e290ce91a
Translated using Weblate (Basque)
...
Currently translated at 98.2% (499 of 508 strings)
2019-12-03 01:05:19 +01:00
yausername
0c40a45075
use plurals
2019-12-03 02:08:59 +05:30
yausername
17c5e73994
null check on share
2019-12-03 02:04:52 +05:30
yausername
890d1cb50b
update extractor, kiosk names and icons
2019-12-03 01:50:23 +05:30
yausername
4c89d1a6e5
Merge remote-tracking branch 'upstream/dev' into peertube-ui
2019-12-03 01:21:25 +05:30
Alexander--
3f51114129
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--
29136d633a
Intercept ActivityNotFoundException for ACTION_CAPTIONING_SETTINGS
2019-12-01 12:43:38 +06:59
Alexander--
20bff1389e
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--
106e538d08
Excpicitly disable touchscreen requirement
2019-12-01 12:41:11 +06:59
Alexander--
dc7ae3917e
Leanback launcher support
2019-12-01 12:41:11 +06:59
Alexander--
c0fb96a911
Release seekbar on any confirmation key, not just DPAD_CENTER
2019-12-01 12:41:11 +06:59
Alexander--
a1e02f7704
Default to landscape orientation for Android TV
2019-12-01 12:41:11 +06:59
Alexander--
436c75ca6c
Make comment pic explicitly non-focusable
2019-12-01 12:41:11 +06:59
Alexander--
7d75950624
Disable srolling down comment list while comments are loading
...
Prevents comment list from losing focus to some outside View
when user tries to scroll down after reaching "end"
2019-12-01 12:41:11 +06:59
Alexander--
5f051a9766
More fixes to comment focus handling
2019-12-01 12:41:11 +06:59
Alexander--
5716cf8cb2
Add hints for focus transition from description
2019-12-01 12:41:11 +06:59
Alexander--
7bb5cacb0d
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--
9801cf50e3
Save/restore focused item
2019-12-01 12:41:11 +06:59
Alexander--
b5558a8b78
Remove FixedGridLayoutManager
2019-12-01 12:41:11 +06:59
Alexander--
a7c31e6bcc
RecyclerView scroll fixes
...
* Move all focus-related work arouns to NewPipeRecyclerView
* Try to pass focus within closer parents first
* Do small arrow scroll if there are not more focusables in move direction
2019-12-01 12:41:11 +06:59
Alexander
6e76610f30
Eliminate bunch of ExoPlayer warnings
2019-12-01 12:41:11 +06:59
Alexander
6da2b399e8
Allow comment links (if any) to gain focus
2019-12-01 12:41:11 +06:59
Alexander
79c962fc88
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
28fb864ed0
Focus video view thumbnail after it is loaded
2019-12-01 12:41:11 +06:59
Alexander
d23227d427
Implement global focus highlight
2019-12-01 12:41:11 +06:59
Alexander
eb6d26b6a4
Focus drawer when it opens
...
It is still buggy because of NavigationView (why the hell
is NavigationMenuView marked as focusable?) but at least initial
opening works as intended
2019-12-01 12:41:10 +06:59
Alexander
a8a28294d3
Support for seeking videos in directional navigation mode
2019-12-01 12:41:10 +06:59