Auxio/app
OxygenCobalt d7babcba71
ui: remove album name from song items
Remove the album name from the main song item in favor of a duration
value.

Auxio has traditionally used "Artist . Album" for song items. However,
this had some shortcomings:
1. The way the artist and album names are packed probably results in
truncation on small screens, which I doubt is very helpful.
2. All other items in Auxio have only one specific "subject" per line,
which makes the song items a bit of an outlier since it has two (the
artist and the album)
3. The empty space available could be used for another UI element,
such as a duration or maybe a menu button in the future.

For consistency, this also removes the song count from all album items
as well.
2022-02-25 08:12:26 -07:00
..
src ui: remove album name from song items 2022-02-25 08:12:26 -07:00
build.gradle deps: upgrade 2022-02-24 15:17:31 -07:00
proguard-rules.pro Create dedicated app object 2021-01-14 07:42:56 -07:00