Release 3.6.0

This commit is contained in:
Jonas Lochmann 2020-09-07 02:00:00 +02:00
parent f74119679c
commit 75102b957c
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36
3 changed files with 10 additions and 12 deletions

View file

@ -30,8 +30,8 @@ android {
applicationId "io.timelimit.android" applicationId "io.timelimit.android"
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 30 targetSdkVersion 30
versionCode 96 versionCode 97
versionName "3.5.0" versionName "3.6.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
kapt { kapt {
arguments { arguments {

View file

@ -1,5 +1,4 @@
- Kategorienfreigabe abhängig vom aktuellen Netzwerk - Erweiterung des manuellen Hinzufügens von Zeiten; diese werden nun für alle aktiven Regeln und nicht nur für den aktuellen Tag eingetragen
- Eintragen von verwendeter Zeit ermöglicht, auch im Rahmen der Selbstbeschränkung - integrierte Hilfe erweitert
- Sperrzeitenerweiterung bei Selbstbeschränkung ermöglicht - Zeitschloss für Elternteile entfernt (schon länger durch die Anmeldeverhinderungskategorie ersetzt)
- optionales Erzwingen einer Synchronisation vor der Anmeldung eines Elternteils mit Anmeldeverhinderungskategorie - Behebung eines Fehlers, durch den eine Synchronisation zu früh als abgeschlossen eingestuft wurde
- optionales automatisches Verlassen vom Splitscreen-Modus

View file

@ -1,5 +1,4 @@
- block/ allow depending on the current network - extended manually adding used time; it applies to all current rules and not only the current day
- allow adding used time manually (possible with the self limitation, too) - extended integrated help
- allow extending blocked time areas with the self limitation - removed time lock for parent users; it was replaced by the limit login category some time ago
- optionally force syncing before signing in as parent with limit login category - fixed a issue which caused considering syncs to be done too early
- optionally auto leave the splitscreen mode