straw/app/src/main/java/org/schabi/newpipe/views
Alexander-- 512046e300 Fix navigating to action bar buttons on API 28
Keyboard focus clusters prevent that from working, so
we simply remove all focus clusters.

While they are generally a good idea, focus clusters were created
with Chrome OS and it's keyboard-driven interface in mind - there is no
documented way to move focus between clusters using only IR remote.
As such, there are no negative consequences to disabling them on Android TV.
2020-03-14 14:47:02 +06:59
..
AnimatedProgressBar.java Migrate to AndroidX 2019-10-04 14:59:08 +02:00
CollapsibleView.java Migrate to AndroidX 2019-10-04 14:59:08 +02:00
FocusAwareCoordinator.java When child of CoordinatorLayout wants focus, show it! 2019-12-01 12:41:10 +06:59
FocusAwareDrawerLayout.java Focus drawer when it opens 2019-12-01 12:41:10 +06:59
FocusAwareSeekBar.java Rename FireTvUtils to AndroidTvUtils and isFireTv() to isTV() 2020-01-29 03:16:33 +06:59
FocusOverlayView.java Fix navigating to action bar buttons on API 28 2020-03-14 14:47:02 +06:59
LargeTextMovementMethod.java Special MovementMethod for video description 2019-12-01 12:41:11 +06:59
NewPipeRecyclerView.java NewPipeRecyclerView should allow scrolling down by default 2020-02-26 06:40:46 +06:59
ScrollableTabLayout.java improve code consistency in ScrollableTabLayout 2020-01-02 13:02:14 +01:00
SuperScrollLayoutManager.java Fix focus getting stuck by cycling within the same list item 2020-03-12 05:29:37 +06:59