Auxio/app
OxygenCobalt 8e0d27696d
detail: improve track number handling
Improve the way track numbers are handled in the album detail view.

Previously, Auxio would show track numbers by simplying stringifying
the integer and then showing it in a TextView. This was problematic for
two reasons:
- Numerics from other languages like Arabic would not be respected
- Invalid track numbers [e.g 0] would be shown regardless of the
situation.

This commit fixes that by placing all track numbers through a format
string first, and showing a generic song icon instead of a number
whenever the track number is 0.
2022-02-06 11:19:50 -07:00
..
src detail: improve track number handling 2022-02-06 11:19:50 -07:00
build.gradle deps: upgrade 2022-02-06 09:08:10 -07:00
proguard-rules.pro Create dedicated app object 2021-01-14 07:42:56 -07:00