Commit Graph

3 Commits

Author SHA1 Message Date
4ee1822057 feat: add all songs library view and rebrand fork to tempor 2026-04-01 23:07:12 +03:00
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
DevMatei
55265615e6 feat (i18n): Add Romanian (ro) translation (#349) 2026-01-11 09:19:53 -08:00