mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-08-02 17:18:36 +02:00
A RemoteViews widget (no new dependencies) shows the active track, artist, queue count, and a coarse progress bar, with tap-to-open. DownloadService pushes updates only on discrete events — track or status changes and 25% progress steps, never per byte — matching the battery discipline; the last state persists so launcher refreshes render after process death. Colors use Material You system tokens on API 31+ with static light/dark fallbacks below.