Release 1.7.0

This commit is contained in:
Jonas Lochmann 2019-08-19 00:00:00 +00:00
parent 1ff5ab6575
commit 6fe379aa1a
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36
3 changed files with 10 additions and 6 deletions

View file

@ -35,8 +35,8 @@ android {
applicationId "io.timelimit.android" applicationId "io.timelimit.android"
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 29 targetSdkVersion 29
versionCode 54 versionCode 55
versionName "1.6.3" versionName "1.7.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
kapt { kapt {
arguments { arguments {

View file

@ -1,3 +1,5 @@
Neue Funktionen:
- Zeitschloss - Möglichkeit, die Zeiten einzuschränken, zu denen sich ein Elternteil anmelden kann
Fehlerkorrekturen: Fehlerkorrekturen:
- Fehler bei den erlaubten Kontakten, wenn es mehr als eine Telefonie-App gibt, behoben - Synchronisieren von Änderungen, auch wenn diese während einer Synchronisation stattfinden
- Absturzquelle bei der Sperrzeitenkonfiguration behoben

View file

@ -1,3 +1,5 @@
new features:
- time lock - limit the times at which a parent can sign in
Bugfixes: Bugfixes:
- fixed error when calling an allowed contact if multiple phone Apps are available - syncing changes, even if they occur while syncing
- fixed cause of crashes at the blocked time area config