NewPipe/app/src/main/java/org/schabi/newpipe
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
..
about Remove empty about menu 2020-02-22 11:30:57 +01:00
database Fixed library showing null 2019-10-16 19:56:31 -06:00
download Merge remote-tracking branch 'newpipe/dev' into rebase 2020-02-26 05:56:09 +06:59
fragments Merge remote-tracking branch 'newpipe/dev' into rebase 2020-03-12 04:48:37 +06:59
info_list Merge remote-tracking branch 'newpipe/dev' into rebase 2020-02-26 05:56:09 +06:59
local Use AlertDialog.Builder instead of BookmarkDialog class for the same look. 2020-02-02 12:54:43 +01:00
player Merge remote-tracking branch 'newpipe/dev' into rebase 2020-03-12 04:48:37 +06:59
report give info if content language is system on crash 2020-02-18 18:35:13 +01:00
settings Merge remote-tracking branch 'newpipe/dev' into rebase 2020-03-12 04:48:37 +06:59
streams fixup for #3081 2020-02-20 13:20:20 -03:00
util Intercept ActivityNotFoundException for ACTION_MANAGE_OVERLAY_PERMISSION 2020-03-12 05:32:20 +06:59
views Fix navigating to action bar buttons on API 28 2020-03-14 14:47:02 +06:59
ActivityCommunicator.java
App.java app language now changes time formatting (3hrs ago), was system language b4 2020-01-09 15:51:41 +01:00
BaseFragment.java Enable toolbar title visibility when setting a new one 2019-11-20 00:23:33 -03:00
CheckForNewAppVersionTask.java
DownloaderImpl.java Update extractor version 2020-03-01 15:37:47 +01:00
ExitActivity.java
ImageDownloader.java
MainActivity.java Merge remote-tracking branch 'newpipe/dev' into rebase 2020-02-26 05:56:09 +06:59
NewPipeDatabase.java Improve code style 2020-03-07 20:09:05 +01:00
PanicResponderActivity.java
ReCaptchaActivity.java Migrate annotation to androidx on ReCaptchaActivity 2020-02-18 21:50:28 +01:00
RouterActivity.java Rename FireTvUtils to AndroidTvUtils and isFireTv() to isTV() 2020-01-29 03:16:33 +06:59