Skip to content

Commit

Permalink
Release version 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Christine Emrich committed May 20, 2018
1 parent 8165cc0 commit c5e3598
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "de.christinecoenen.code.zapp"
minSdkVersion 19
targetSdkVersion 27
versionCode 25
versionName "1.10.0"
versionCode 26
versionName "1.11.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
compileOptions {
Expand Down
29 changes: 29 additions & 0 deletions app/src/main/assets/paperboy/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,33 @@
[
{
"name": "1.11.0",
"items": [
{
"type": "B",
"title": "Bug beim Herunterladen von Videos auf Android 8.1 behoben (danke an pmk1c)."
},
{
"type": "B",
"title": "Absturz beim Starten ohne Internet-Verbindung behoben (danke an alle Reporter)."
},
{
"type": "B",
"title": "Absturz beim Herunterladen von bestimmten Videos behoben."
},
{
"type": "F",
"title": "Lautstärke und Bildschirmhelligkeit können per Swipe geändert werden."
},
{
"type": "I",
"title": "Möglichkeit hinzugefügt, einen laufenden Download abzubrechen."
},
{
"type": "I",
"title": "User Interface überarbeitet, um Platz für neue Features zu machen."
}
]
},
{
"name": "1.10.0",
"items": [
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/play/de-DE/listing/phoneScreenshots/01_live.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 6 additions & 4 deletions app/src/main/play/de-DE/whatsnew
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
* Einstellung zur Beschränkung auf W-Lan-Wiedergabe hinzugefügt.
* Bug beim Herunterladen von Videos behoben (danke an michaelof).
* Teilen von Videos über ein Long-Press-Menü.
* Bibliotheken und Android-Version aktualisiert.
* Bug beim Herunterladen von Videos auf Android 8.1 behoben (danke an pmk1c).
* Absturz beim Starten ohne Internet*Verbindung behoben (danke an alle Reporter).
* Absturz beim Herunterladen von bestimmten Videos behoben.
* Lautstärke und Bildschirmhelligkeit können per Swipe geändert werden.
* Möglichkeit hinzugefügt, einen laufenden Download abzubrechen.
* User Interface überarbeitet, um Platz für neue Features zu machen.

0 comments on commit c5e3598

Please sign in to comment.