straw/app/src/main/java/org/schabi/newpipe
Alexander 2b39438eba 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
..
about Migrate to AndroidX 2019-10-04 14:59:08 +02:00
database Migrate to AndroidX 2019-10-04 14:59:08 +02:00
download Use new Localization and Downloader implementations from extractor 2019-11-17 23:58:52 -03:00
fragments Fix scrolling in main screen grid 2019-12-01 12:41:10 +06:59
info_list Show parsed relative times instead of whatever the service gives us 2019-11-17 23:58:55 -03:00
local Fix scrolling in main screen grid 2019-12-01 12:41:10 +06:59
player Fix popup player gestures 2019-11-22 11:41:10 +01:00
report Migrate to AndroidX 2019-10-04 14:59:08 +02:00
settings Make the KioskFragment aware of changes in the preferred content country 2019-11-20 00:23:35 -03:00
streams Migrate to AndroidX 2019-10-04 14:59:08 +02:00
util Show parsed relative times instead of whatever the service gives us 2019-11-17 23:58:55 -03:00
views Fix scrolling in main screen grid 2019-12-01 12:41:10 +06:59
ActivityCommunicator.java Update extractor and refactored NewPipe 2017-09-03 13:57:12 -03:00
App.java Show parsed relative times instead of whatever the service gives us 2019-11-17 23:58:55 -03:00
BaseFragment.java Enable toolbar title visibility when setting a new one 2019-11-20 00:23:33 -03:00
CheckForNewAppVersionTask.java Migrate to AndroidX 2019-10-04 14:59:08 +02:00
DownloaderImpl.java Use new Localization and Downloader implementations from extractor 2019-11-17 23:58:52 -03:00
ExitActivity.java Update extractor and refactored NewPipe 2017-09-03 13:57:12 -03:00
ImageDownloader.java Use new Localization and Downloader implementations from extractor 2019-11-17 23:58:52 -03:00
MainActivity.java Close DrawerLayout on back button press 2019-12-01 12:41:10 +06:59
NewPipeDatabase.java Migrate to AndroidX 2019-10-04 14:59:08 +02:00
PanicResponderActivity.java Update extractor and refactored NewPipe 2017-09-03 13:57:12 -03:00
ReCaptchaActivity.java Use new Localization and Downloader implementations from extractor 2019-11-17 23:58:52 -03:00
RouterActivity.java Migrate to AndroidX 2019-10-04 14:59:08 +02:00