From 75102b957c48bc7f8478dfea68e17be7985d3bef Mon Sep 17 00:00:00 2001 From: Jonas Lochmann Date: Mon, 7 Sep 2020 02:00:00 +0200 Subject: [PATCH] Release 3.6.0 --- app/build.gradle | 4 ++-- app/src/main/play/release-notes/de-DE/production.txt | 9 ++++----- app/src/main/play/release-notes/en-US/production.txt | 9 ++++----- 3 files changed, 10 insertions(+), 12 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 0ae9d08..2038da5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -30,8 +30,8 @@ android { applicationId "io.timelimit.android" minSdkVersion 19 targetSdkVersion 30 - versionCode 96 - versionName "3.5.0" + versionCode 97 + versionName "3.6.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" kapt { arguments { diff --git a/app/src/main/play/release-notes/de-DE/production.txt b/app/src/main/play/release-notes/de-DE/production.txt index e8b7ca6..ceee9b2 100644 --- a/app/src/main/play/release-notes/de-DE/production.txt +++ b/app/src/main/play/release-notes/de-DE/production.txt @@ -1,5 +1,4 @@ -- Kategorienfreigabe abhängig vom aktuellen Netzwerk -- Eintragen von verwendeter Zeit ermöglicht, auch im Rahmen der Selbstbeschränkung -- Sperrzeitenerweiterung bei Selbstbeschränkung ermöglicht -- optionales Erzwingen einer Synchronisation vor der Anmeldung eines Elternteils mit Anmeldeverhinderungskategorie -- optionales automatisches Verlassen vom Splitscreen-Modus +- Erweiterung des manuellen Hinzufügens von Zeiten; diese werden nun für alle aktiven Regeln und nicht nur für den aktuellen Tag eingetragen +- integrierte Hilfe erweitert +- Zeitschloss für Elternteile entfernt (schon länger durch die Anmeldeverhinderungskategorie ersetzt) +- Behebung eines Fehlers, durch den eine Synchronisation zu früh als abgeschlossen eingestuft wurde diff --git a/app/src/main/play/release-notes/en-US/production.txt b/app/src/main/play/release-notes/en-US/production.txt index 08729b1..baae678 100644 --- a/app/src/main/play/release-notes/en-US/production.txt +++ b/app/src/main/play/release-notes/en-US/production.txt @@ -1,5 +1,4 @@ -- block/ allow depending on the current network -- allow adding used time manually (possible with the self limitation, too) -- allow extending blocked time areas with the self limitation -- optionally force syncing before signing in as parent with limit login category -- optionally auto leave the splitscreen mode +- extended manually adding used time; it applies to all current rules and not only the current day +- extended integrated help +- removed time lock for parent users; it was replaced by the limit login category some time ago +- fixed a issue which caused considering syncs to be done too early