tempus/app/src/main
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
..
java/com/cappielloantonio/tempo feat: improve playlist chooser dialog UI (#439) 2026-02-15 09:42:07 -08:00
res feat: improve playlist chooser dialog UI (#439) 2026-02-15 09:42:07 -08:00
AndroidManifest.xml fix: added dynamic application id from gradle variant (#425) 2026-02-08 21:23:35 -08:00
ic_launcher-playstore.png feat: first pass swapping new icon, build config and rename folder structure 2025-10-21 09:23:25 -07:00