mirror of
https://github.com/spotiflacapp/SpotiFLAC-Mobile.git
synced 2026-06-01 03:15:17 +07:00
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. |
||
|---|---|---|
| .. | ||
| apk_downloader.dart | ||
| app_remote_config_service.dart | ||
| app_state_database.dart | ||
| cover_cache_manager.dart | ||
| csv_import_service.dart | ||
| download_request_payload.dart | ||
| downloaded_embedded_cover_resolver.dart | ||
| ffmpeg_service.dart | ||
| history_database.dart | ||
| library_collections_database.dart | ||
| library_database.dart | ||
| local_track_redownload_service.dart | ||
| notification_service.dart | ||
| platform_bridge.dart | ||
| share_intent_service.dart | ||
| shell_navigation_service.dart | ||
| update_checker.dart | ||