mirror of
https://codeberg.org/timelimit/timelimit-android.git
synced 2025-10-03 09:49:25 +02:00
Release 1.7.0
This commit is contained in:
parent
1ff5ab6575
commit
6fe379aa1a
3 changed files with 10 additions and 6 deletions
|
@ -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 {
|
||||||
|
|
|
@ -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
|
|
||||||
|
|
|
@ -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
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue