tempus/app
Tom 9adaf8c013
feat: improve playlist chooser dialog UI (#439)
* fix: lock buttons at dialog bottom

The previous implementation appended the buttons to the RecyclerView programmatically
this disabled the scroll and pushed the buttons outside the visible dialog area
if too there were too many playlists.

To fix this now the XML defines a fixed location for the buttons, enabling
the scroll of the RecyclerView and preventing the buttons to become unreachable

* feat: improve playlist chooser dialog UI

Implement it in the XML layout and not programmatically.

* fix: detached listeners from XML layout

* fix: missing dialog title
2026-02-15 09:42:07 -08:00
..
schemas/com.cappielloantonio.tempo.database.AppDatabase Fix indentation according to previous versions 2025-12-07 21:30:21 +02:00
src feat: improve playlist chooser dialog UI (#439) 2026-02-15 09:42:07 -08:00
.gitignore project upload 2020-11-20 15:38:08 +01:00
build.gradle feat: prefer locally downloaded media vs server stream (#433) 2026-02-11 21:31:46 -08:00
proguard-rules.pro fix: fix crash with TypeToken and reflection 2024-02-19 21:07:47 +01:00