0
0
mirror of https://github.com/mediathekview/zapp.git synced 2024-09-19 20:02:17 +02:00

Release version 8.4.0

This commit is contained in:
Christine Coenen 2023-12-21 16:05:59 +01:00
parent 453186c80e
commit e38a07781d
5 changed files with 29 additions and 3 deletions

View File

@ -13,8 +13,8 @@ android {
compileSdk 34
minSdkVersion 26
targetSdkVersion 34
versionCode 68
versionName "8.3.2"
versionCode 69
versionName "8.4.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resourceConfigurations += ['de', 'en']
}

View File

@ -1,3 +1,13 @@
# 8.4.0
* Switched from exoplayer to new media 3 library
* Fixed crash on app start if an sd card with downloaded shows had been removed
* Prepared Zapp for Android 14
* Translated FAQ and changelog to English (thanks to eUgEntOptIc)
* Program information can be accessed via the channel list's context menus
* Updated channel logos
* Added Funk.net to mediathek
* Added SR to mediathek
# 8.3.2
* Fixed download notifications not opening the show
* Fixed wrong tab displayed after device rotation

View File

@ -1,4 +1,4 @@
# v-next
# 8.4.0
* Von Exoplayer auf neue Media-3-Bibliothek umgestiegen
* Absturz beim Starten von Zapp behoben, wenn vorher eine SD-Karte mit Downloads entfernt wurde
* Zapp auf Android 14 vorbereitet

View File

@ -0,0 +1,8 @@
* Von Exoplayer auf neue Media-3-Bibliothek umgestiegen
* Absturz beim Starten von Zapp behoben, wenn vorher eine SD-Karte mit Downloads entfernt wurde
* Zapp auf Android 14 vorbereitet
* FAQ und Changelog ins Englische übersetzt (danke an eUgEntOptIc)
* Programm-Informationen sind per Kontext-Menüs der Sender-Liste aufrufbar
* Sender-Logos aktualisiert
* Sender Funk.net zur Mediathek hinzugefügt
* Sender SR zur Mediathek hinzugefügt

View File

@ -0,0 +1,8 @@
* Switched from exoplayer to new media 3 library
* Fixed crash on app start if an sd card with downloaded shows had been removed
* Prepared Zapp for Android 14
* Translated FAQ and changelog to English (thanks to eUgEntOptIc)
* Program information can be accessed via the channel list's context menus
* Updated channel logos
* Added Funk.net to mediathek
* Added SR to mediathek