doublesymmetry / KotlinAudio

KotlinAudio is an Android audio player written in Kotlin, making it simpler to work with audio playback from streams and files.
Apache License 2.0
44 stars 70 forks source link

chore: improve metadata handling #85

Closed puckey closed 1 year ago

puckey commented 1 year ago
puckey commented 1 year ago

I will be testing this pr tomorrow on various devices

puckey commented 1 year ago

Added some changes:

Should be ready for review now..

puckey commented 1 year ago

I will be testing this pr tomorrow on various devices

(tested this briefly on 7 devices from android 7 to android 13..)

jspizziri commented 1 year ago

Thanks for doing this @puckey !

puckey commented 1 year ago

Merged in the following pr which fixes an issue where the controls were flickering when the notification was configured multiple times on older versions of Android: https://github.com/doublesymmetry/KotlinAudio/pull/82