SpotiFLAC-Mobile/lib/services
zarzet 7845ac8be5 feat: show remote-config launch announcement on app start
Introduce AppRemoteConfigService which fetches a platform/version/locale-aware JSON payload from api.zarz.moe/v1/spotiflac-mobile/config and caches it in SharedPreferences. main_shell shows a one-shot announcement dialog (respecting dismissible, CTA, time window and version gates) when no update prompt is pending; dismissed IDs are persisted so each announcement surfaces only once.

Tweaks bundled in: the service health dot loses its blur halo in favour of solid Material 3 tones, and AppInfo gains the remote config endpoint constant. The share listener and SAF migration hook stay synchronous inside the post-frame callback so share-intent URLs never race the network-bound checks.

New unit tests cover the announcement CTA/active-window rules.
2026-05-11 01:37:10 +07:00
..
apk_downloader.dart refactor: code cleanup and improvements 2026-01-17 09:07:29 +07:00
app_remote_config_service.dart feat: show remote-config launch announcement on app start 2026-05-11 01:37:10 +07:00
app_state_database.dart refactor: enable strict analysis options and fix type safety across codebase 2026-03-27 19:28:42 +07:00
cover_cache_manager.dart feat: add resolve API with SongLink fallback, fix multi-artist tags (#288), and cleanup 2026-04-13 23:32:14 +07:00
csv_import_service.dart chore: update app dependency versions 2026-05-03 01:25:26 +07:00
download_request_payload.dart fix: gate M4A to FLAC conversion on a codec probe in every branch 2026-05-11 00:52:02 +07:00
downloaded_embedded_cover_resolver.dart perf: incremental download queue lookup updates, async cover cleanup, and native JSON decoding on iOS 2026-04-13 23:32:16 +07:00
ffmpeg_service.dart fix: force native FLAC muxer when decrypting to .flac output 2026-05-10 18:50:49 +07:00
history_database.dart feat: persist codec format and bitrate in download history 2026-05-10 23:18:32 +07:00
library_collections_database.dart feat: add Favorite Artists collection 2026-05-02 00:50:02 +07:00
library_database.dart feat: persist codec format and bitrate in download history 2026-05-10 23:18:32 +07:00
local_track_redownload_service.dart refactor: remove Qobuz built-in provider and delete qobuz.go 2026-04-18 23:32:16 +07:00
notification_service.dart fix: sync download progress notification states 2026-05-04 17:24:57 +07:00
platform_bridge.dart fix: avoid native worker binder payload limit 2026-05-08 01:06:48 +07:00
share_intent_service.dart fix: stabilize shared extension link handling 2026-04-13 23:35:02 +07:00
shell_navigation_service.dart refactor: route spotify URLs through extensions 2026-04-13 23:32:11 +07:00
update_checker.dart chore: remove redundant comments and boilerplate across codebase 2026-05-05 21:35:18 +07:00