SpotiFLAC-Mobile/lib/screens
zarzet 1407018d98 feat: advanced filename templates, low-RAM device profiling, responsive artist UI, and project site
- 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
2026-02-13 21:39:08 +07:00
..
settings feat: advanced filename templates, low-RAM device profiling, responsive artist UI, and project site 2026-02-13 21:39:08 +07:00
store refactor: code cleanup and improvements 2026-01-17 09:07:29 +07:00
album_screen.dart perf: memory and rebuild optimizations across app 2026-02-11 01:44:05 +07:00
artist_screen.dart feat: advanced filename templates, low-RAM device profiling, responsive artist UI, and project site 2026-02-13 21:39:08 +07:00
downloaded_album_screen.dart perf: parallel I/O, caching, and chunked DB operations (batch 3) 2026-02-11 02:40:09 +07:00
home_tab.dart perf+security: polling guards, sensitive data redaction, SAF path sanitization 2026-02-11 02:02:03 +07:00
local_album_screen.dart fix: preserve extended metadata during fallback, accurate lossy quality display, SAF improvements 2026-02-12 00:19:02 +07:00
main_shell.dart feat: responsive layout tuning, cache management page, and improved recent access UX 2026-02-09 15:58:50 +07:00
playlist_screen.dart perf: memory and rebuild optimizations across app 2026-02-11 01:44:05 +07:00
queue_tab.dart fix: preserve extended metadata during fallback, accurate lossy quality display, SAF improvements 2026-02-12 00:19:02 +07:00
search_screen.dart perf: memory and rebuild optimizations across app 2026-02-11 01:44:05 +07:00
setup_screen.dart fix(ios): recover notification permission and path handling 2026-02-12 02:23:54 +07:00
store_tab.dart feat: responsive layout tuning, cache management page, and improved recent access UX 2026-02-09 15:58:50 +07:00
track_metadata_screen.dart v3.6.6: fix iOS downloads, metadata fallback, lossy quality display, audio duration accuracy 2026-02-12 00:32:40 +07:00
tutorial_screen.dart feat: responsive layout tuning, cache management page, and improved recent access UX 2026-02-09 15:58:50 +07:00