LibreTube/app
Ankur b698699679 Fix [PlaylistFragment]: resolve stuttering at bottom of scroll
-Removed ScrollView. RecyclerView itself handles scrolling, nesting it inside a ScrollView is possibly leading to conflicting scrolling behavior effecting performance(i.e stuttering when scrolling at bottom and updating list with new data items).

-Used AppBarLayout and CollapsingToolbarLayout as containers for content(image etc) above list of video items. Together with CoordinatorLayout, these components streamline scrolling behavior and UI interactions with each other and RecyclerView.
2024-02-06 20:22:50 -08:00
..
release Fix build errors due to unused string resources 2023-05-31 10:26:49 +02:00
schemas/com.github.libretube.db.AppDatabase feat: show duration in downloads and improve downloads UI 2024-01-08 20:01:48 +01:00
src Fix [PlaylistFragment]: resolve stuttering at bottom of scroll 2024-02-06 20:22:50 -08:00
.gitignore
build.gradle.kts fix(deps): Remove AndroidX Legacy 2024-02-01 07:44:38 +05:30
proguard-rules.pro fix: submitting sponsorblock segment returns error 2023-10-12 18:08:10 +02:00