Update the libary

- Google Material
- Androidx ktx, media3, navigiation, work runtime
- Kotlin
- new version coming "Purple"
- some bug fixes
This commit is contained in:
Michatec
2025-05-22 19:08:24 +02:00
parent 53b38cb986
commit 88420b2cbf
5 changed files with 18 additions and 18 deletions

View File

@@ -104,7 +104,7 @@ class PlayerService : MediaLibraryService() {
/* Overrides onTaskRemoved from Service */
override fun onTaskRemoved(rootIntent: Intent) {
override fun onTaskRemoved(rootIntent: Intent?) {
if (!player.playWhenReady) {
stopSelf()
}

View File

@@ -544,7 +544,7 @@ class SettingsFragment : PreferenceFragmentCompat(), YesNoDialog.YesNoDialogList
val dateFormat = SimpleDateFormat("_yyyy-MM-dd'T'HH_mm", Locale.US)
timeStamp = dateFormat.format(Date())
putExtra(Intent.EXTRA_TITLE, "URL_Radio$timeStamp.zip")
putExtra(Intent.EXTRA_TITLE, "Radio$timeStamp.zip")
}
// file gets saved in the ActivityResult
try {