1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-08-27 17:50:57 +02:00
Gadgetbridge/app
Zhong Jianxin 6335b4c86a Debounce onSetMusicInfo/onSetMusicState calls
When music player switchs a song, multiple notifications(around 5 in my
test) are sent to NotificationListner, during this,
MediaControllerCompat does not always get the music info we need, the
music info and state seem randomly combined previous song and current
one.

To avoid unnecessary music info updates, debounce
onSetMusicInfo/onSetMusicState calls, so only the last music info and
state are sent to the device.
2020-05-19 23:23:45 +08:00
..
src Debounce onSetMusicInfo/onSetMusicState calls 2020-05-19 23:23:45 +08:00
build.gradle update gradle plugin and androidx.preference.preference 2020-04-24 10:48:51 +02:00
proguard-rules.pro Added a base set of Proguard rules in case optimization is enabled 2020-01-31 18:43:38 +01:00