mirror of
https://github.com/spotiflacapp/SpotiFLAC-Mobile.git
synced 2026-06-01 03:15:17 +07:00
- Add advanced filename template placeholders: {track_raw}, {disc_raw}, {date},
formatted numbers {track:N}/{disc:N}, and date formatting {date:%Y-%m-%d}
with strftime-to-Go layout conversion and robust date parser
- Pass date/release_date metadata to filename builder in all providers
(Amazon, Qobuz, Tidal, YouTube, extensions) and Flutter download queue
- Detect ARM32-only / low-RAM Android devices at startup and reduce image
cache size and disable overscroll effects for smoother experience
- Make artist screen selection bar responsive: compact stacked layout on
narrow screens or large text scale; add quality picker before track download
- Add advanced tags toggle in download settings filename format editor
- Fix ICU plural syntax in DE/ES/PT/RU translations (one {}=1{...} -> one {...})
- Add filenameShowAdvancedTags l10n strings (EN, ID) and regenerate dart files
- Fix featured-artist regex: remove '&' from split separators
- Add Go filename template tests (filename_test.go)
- Add GitHub Pages workflow and static project site
|
||
|---|---|---|
| .. | ||
| settings | ||
| store | ||
| album_screen.dart | ||
| artist_screen.dart | ||
| downloaded_album_screen.dart | ||
| home_tab.dart | ||
| local_album_screen.dart | ||
| main_shell.dart | ||
| playlist_screen.dart | ||
| queue_tab.dart | ||
| search_screen.dart | ||
| setup_screen.dart | ||
| store_tab.dart | ||
| track_metadata_screen.dart | ||
| tutorial_screen.dart | ||