feat: Add persistent scrollbar to events list

- Enable fadeScrollbars=false in RecyclerView
- Improve visibility of scrollbar

fix: Prevent navigation focus escape at end of list

- Implement custom LinearLayoutManager to intercept focus search
- Block FOCUS_DOWN action at the last item
- Remove legacy OnKeyListener and OnScrollListener
This commit is contained in:
StreamPlayer Bot
2026-02-09 22:05:54 -03:00
parent 907c97464b
commit ab69fd1aa4
4 changed files with 37 additions and 38 deletions

View File

@@ -8,8 +8,8 @@ android {
applicationId "com.streamplayer"
minSdk 21
targetSdk 35
versionCode 100102
versionName "10.1.2"
versionCode 100107
versionName "10.1.7"
buildConfigField "String", "DEVICE_REGISTRY_URL", '"http://194.163.191.200:4000"'
}