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"
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 29
|
||||
versionCode 54
|
||||
versionName "1.6.3"
|
||||
versionCode 55
|
||||
versionName "1.7.0"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
kapt {
|
||||
arguments {
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue