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"
minSdkVersion 19
targetSdkVersion 29
versionCode 54
versionName "1.6.3"
versionCode 55
versionName "1.7.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
kapt {
arguments {

View file

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

View file

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