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. |
||
|---|---|---|
| .. | ||
| src | ||
| build.gradle | ||
| proguard-rules.pro | ||