Skip to content

Commit b1281fe

Browse files
committed
Release version 9.2.0
1 parent 0c084a1 commit b1281fe

File tree

6 files changed

+38
-6
lines changed

6 files changed

+38
-6
lines changed

app/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
21
import org.jetbrains.kotlin.gradle.dsl.KotlinVersion
32

43
plugins {
@@ -16,8 +15,8 @@ android {
1615
compileSdkVersion 36
1716
minSdkVersion 26
1817
targetSdkVersion 36
19-
versionCode 78
20-
versionName "9.1.1"
18+
versionCode 79
19+
versionName "9.2.0"
2120
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2221
resourceConfigurations += ['de', 'en']
2322
}

app/src/main/res/raw-en/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v-next
1+
# 9.2.0
22
* Added an option to mark a show as watched ([#509](https://github.com/mediathekview/zapp/issues/509))
33
* Added an option to reset the progress of all started shows ([#507](https://github.com/mediathekview/zapp/issues/507))
44
* Fixed channel order list being covered by the navigation bar ([#496](https://github.com/mediathekview/zapp/issues/496))

app/src/main/res/raw/changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# v-next
1+
# 9.2.0
22
* Option hinzugefügt, um Videos als gesehen zu markieren ([#509](https://github.com/mediathekview/zapp/issues/509))
33
* Option hinzugefügt, um den Fortschritt aller angefangenen Videos zurückzusetzen ([#507](https://github.com/mediathekview/zapp/issues/507))
44
* Behoben, dass die Sender-Anordnen-Liste von der Navigation überdeckt wird ([#496](https://github.com/mediathekview/zapp/issues/496))
55
* Lokale Ergebnisliste in der Mediathek-Suche begrenzt ([#486](https://github.com/mediathekview/zapp/issues/486))
66
* Automatischer Picture-in-Picture-Modus startet auch, wenn Zapp über den Home-Button verlassen wird (ab Android 12) ([#506](https://github.com/mediathekview/zapp/issues/506))
77
* Stoppt die Videowiedergabe, wenn der Bildschirm ausgeschaltet wird ([#490](https://github.com/mediathekview/zapp/issues/490))
88
* Behoben, dass Downloads manchmal in Benachrichtigungen, aber nicht in der Benutzeroberfläche auftauchen ([#508](https://github.com/mediathekview/zapp/issues/508))
9-
* Behoben, dass der Video-Titel im Hochvormat von Kamera-Notches verdeckt wird ([#512](https://github.com/mediathekview/zapp/issues/512))
9+
* Behoben, dass der Video-Titel im Hochformat von Kamera-Notches verdeckt wird ([#512](https://github.com/mediathekview/zapp/issues/512))
1010
* Absturz behoben, wenn man das Gerät dreht während die Programminformationen geöffnet sind ([#511](https://github.com/mediathekview/zapp/issues/511))
1111
* Absturz behoben, wenn man von der Mediathekliste aus einen Download über ein kostenpflichtiges Netzwerk startet ([#514](https://github.com/mediathekview/zapp/issues/514))
1212
* Behoben, dass der Bildschirm leer bleibt, wenn man von den Einstellungen zurück zu einer Sendung navigiert ([#515](https://github.com/mediathekview/zapp/issues/515))
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
* Option hinzugefügt, um Videos als gesehen zu markieren ([#509](https://github.com/mediathekview/zapp/issues/509))
2+
* Option hinzugefügt, um den Fortschritt aller angefangenen Videos zurückzusetzen ([#507](https://github.com/mediathekview/zapp/issues/507))
3+
* Behoben, dass die Sender-Anordnen-Liste von der Navigation überdeckt wird ([#496](https://github.com/mediathekview/zapp/issues/496))
4+
* Lokale Ergebnisliste in der Mediathek-Suche begrenzt ([#486](https://github.com/mediathekview/zapp/issues/486))
5+
* Automatischer Picture-in-Picture-Modus startet auch, wenn Zapp über den Home-Button verlassen wird (ab Android 12) ([#506](https://github.com/mediathekview/zapp/issues/506))
6+
* Stoppt die Videowiedergabe, wenn der Bildschirm ausgeschaltet wird ([#490](https://github.com/mediathekview/zapp/issues/490))
7+
* Behoben, dass Downloads manchmal in Benachrichtigungen, aber nicht in der Benutzeroberfläche auftauchen ([#508](https://github.com/mediathekview/zapp/issues/508))
8+
* Behoben, dass der Video-Titel im Hochformat von Kamera-Notches verdeckt wird ([#512](https://github.com/mediathekview/zapp/issues/512))
9+
* Absturz behoben, wenn man das Gerät dreht während die Programminformationen geöffnet sind ([#511](https://github.com/mediathekview/zapp/issues/511))
10+
* Absturz behoben, wenn man von der Mediathekliste aus einen Download über ein kostenpflichtiges Netzwerk startet ([#514](https://github.com/mediathekview/zapp/issues/514))
11+
* Behoben, dass der Bildschirm leer bleibt, wenn man von den Einstellungen zurück zu einer Sendung navigiert ([#515](https://github.com/mediathekview/zapp/issues/515))
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
* Added an option to mark a show as watched ([#509](https://github.com/mediathekview/zapp/issues/509))
2+
* Added an option to reset the progress of all started shows ([#507](https://github.com/mediathekview/zapp/issues/507))
3+
* Fixed channel order list being covered by the navigation bar ([#496](https://github.com/mediathekview/zapp/issues/496))
4+
* Restricted local result list for the mediathek search ([#486](https://github.com/mediathekview/zapp/issues/486))
5+
* Automatic picture in picture mode starts when exiting Zapp via the home button (starting with Android 12) ([#506](https://github.com/mediathekview/zapp/issues/506))
6+
* Stop video playback when turning off the screen ([#490](https://github.com/mediathekview/zapp/issues/490))
7+
* Fixed downloads sometimes showing up in notifications but in the user interface ([#508](https://github.com/mediathekview/zapp/issues/508))
8+
* Fixed video title covered by the camera notch in portrait mode ([#512](https://github.com/mediathekview/zapp/issues/512))
9+
* Fixed crash when rotating the device while the program info in open ([#511](https://github.com/mediathekview/zapp/issues/511))
10+
* Fixed crash when starting a mediathek show download from the mediathek list over a metered network ([#514](https://github.com/mediathekview/zapp/issues/514))
11+
* Fixed a blank screen when navigating back to a mediathek show from the settings screen ([#515](https://github.com/mediathekview/zapp/issues/515))
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
* Added an option to mark a show as watched ([#509](https://github.com/mediathekview/zapp/issues/509))
2+
* Added an option to reset the progress of all started shows ([#507](https://github.com/mediathekview/zapp/issues/507))
3+
* Fixed channel order list being covered by the navigation bar ([#496](https://github.com/mediathekview/zapp/issues/496))
4+
* Restricted local result list for the mediathek search ([#486](https://github.com/mediathekview/zapp/issues/486))
5+
* Automatic picture in picture mode starts when exiting Zapp via the home button (starting with Android 12) ([#506](https://github.com/mediathekview/zapp/issues/506))
6+
* Stop video playback when turning off the screen ([#490](https://github.com/mediathekview/zapp/issues/490))
7+
* Fixed downloads sometimes showing up in notifications but in the user interface ([#508](https://github.com/mediathekview/zapp/issues/508))
8+
* Fixed video title covered by the camera notch in portrait mode ([#512](https://github.com/mediathekview/zapp/issues/512))
9+
* Fixed crash when rotating the device while the program info in open ([#511](https://github.com/mediathekview/zapp/issues/511))
10+
* Fixed crash when starting a mediathek show download from the mediathek list over a metered network ([#514](https://github.com/mediathekview/zapp/issues/514))
11+
* Fixed a blank screen when navigating back to a mediathek show from the settings screen ([#515](https://github.com/mediathekview/zapp/issues/515))

0 commit comments

Comments
 (0)