-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Android TV support #2806
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Android TV support #2806
Changes from all commits
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
eaa1179
Fix scrolling comments list
4806ac6
Correctly move focus from toolbar search bar to dropdown
8952e2b
Close DrawerLayout on back button press
2b39438
Fix scrolling in main screen grid
7dc4ccf
MainPlayer: make title and subtitle non-focusable
1bb96ef
When child of CoordinatorLayout wants focus, show it!
6791de5
Do not discriminate against non-Amazon TV boxes
644ad11
Make description focusable, so TV users can scroll it
d29e0aa
Improve usability of MainVideoActivity with directional navigation
d8bd8d8
Make player screen controls into buttons
7db1ba4
Do not allow focus to escape from open DrawerLayout
a8a2829
Support for seeking videos in directional navigation mode
eb6d26b
Focus drawer when it opens
d23227d
Implement global focus highlight
28fb864
Focus video view thumbnail after it is loaded
79c962f
More robust focus search in SuperScrollLayoutManager
6da2b39
Allow comment links (if any) to gain focus
6e76610
Eliminate bunch of ExoPlayer warnings
a7c31e6
RecyclerView scroll fixes
Alexander-- b5558a8
Remove FixedGridLayoutManager
Alexander-- 9801cf5
Save/restore focused item
Alexander-- 7bb5cac
Special MovementMethod for video description
Alexander-- 5716cf8
Add hints for focus transition from description
Alexander-- 5f051a9
More fixes to comment focus handling
Alexander-- 7d75950
Disable srolling down comment list while comments are loading
Alexander-- 436c75c
Make comment pic explicitly non-focusable
Alexander-- a1e02f7
Default to landscape orientation for Android TV
Alexander-- c0fb96a
Release seekbar on any confirmation key, not just DPAD_CENTER
Alexander-- dc7ae39
Leanback launcher support
Alexander-- 106e538
Excpicitly disable touchscreen requirement
Alexander-- 20bff13
Disable touchScreenBlocksFocus on AppBarLayout
Alexander-- 29136d6
Intercept ActivityNotFoundException for ACTION_CAPTIONING_SETTINGS
Alexander-- 3f51114
Improve usability of settings on TV devices
Alexander-- a0cb96a
Merge remote-tracking branch 'newpipe/dev' into rebase
Alexander-- 8c9015b
Remove commented code
Alexander-- 55d2637
Merge remote-tracking branch 'newpipe/dev' into rebase
Alexander-- fac13fb
Merge remote-tracking branch 'newpipe/dev' into rebase
Alexander-- caa1de8
Rename FireTvUtils to AndroidTvUtils and isFireTv() to isTV()
Alexander-- e6df041
Merge remote-tracking branch 'newpipe/dev' into rebase
Alexander-- 50a2771
Merge remote-tracking branch 'newpipe/dev' into rebase
Alexander-- 5bd0c70
Merge remote-tracking branch 'newpipe/dev' into rebase
Alexander-- 5654480
Merge remote-tracking branch 'newpipe/dev' into rebase
Alexander-- 6a3a72e
NewPipeRecyclerView should allow scrolling down by default
Alexander-- fa68235
Merge remote-tracking branch 'newpipe/dev' into rebase
Alexander-- 1cc5a67
Fix focus getting stuck by cycling within the same list item
Alexander-- 9cb3cf2
Intercept ActivityNotFoundException for ACTION_MANAGE_OVERLAY_PERMISSION
Alexander-- 512046e
Fix navigating to action bar buttons on API 28
Alexander-- 6aca344
Merge remote-tracking branch 'newpipe/dev' into rebase
Alexander-- 381b491
Prevent foocus from escaping open navigation drawer
Alexander-- 3a611ad
Prevent NavigationMenuView from gobbling up focus
Alexander-- 6a84f43
Merge remote-tracking branch 'newpipe/dev' into rebase
Alexander-- 3c193dc
Merge remote-tracking branch 'newpipe/dev' into rebase
Alexander-- c42f5ec
Merge remote-tracking branch 'newpipe/dev' into rebase
Alexander-- ac5571a
Merge remote-tracking branch 'newpipe/dev' into rebase
Alexander-- 53b3bda
Comply with Checkstyle rules
Alexander-- d1d942f
Fix Checkstyle violations in MediaSourceManager
Alexander-- ef7a5bc
Make channel info button focusable
Alexander-- 54ceb85
Don't break navigation if player Views other than controls are focused
Alexander-- 850f51a
When drawer opens, always place focus at it's start
Alexander-- File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 36 additions & 0 deletions
36
app/src/main/java/com/google/android/material/appbar/FlingBehavior.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.