spotube/lib/services/audio_services
Lars 9f0402a7a1 feat(android-auto): add favorite button to notification UI
Adds a tappable 'favorite' custom media control to the Android Auto
notification, replacing the less useful stop control (skip/pause/play/
skip already cover playback stop).

audio_service has no built-in favorite action, so this follows the
same custom-control pattern already used for shuffle: a custom action
name is wired up in customAction(), and _transformEvent() swaps the
control's icon (ic_favorite / ic_favorite_on) based on whether the
active track is currently saved, via the metadata plugin's saved-
tracks provider.
2026-09-01 00:28:20 +02:00
..
audio_services.dart feat(android-auto): browse & play playlists, Liked Songs and Discover Weekly 2026-06-24 14:51:01 -07:00
mobile_audio_service.dart feat(android-auto): add favorite button to notification UI 2026-09-01 00:28:20 +02:00
windows_audio_service.dart refactor: move from Track to SpotubeTrackObject and use TrackSources object for providers 2025-06-18 21:30:32 +06:00