Release 6.1.0

This commit is contained in:
Jonas Lochmann 2022-05-16 02:00:00 +02:00
parent d9b250f2c4
commit c508f30f93
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36
3 changed files with 13 additions and 7 deletions

View file

@ -1,5 +1,5 @@
/* /*
* TimeLimit Copyright <C> 2019 - 2021 Jonas Lochmann * TimeLimit Copyright <C> 2019 - 2022 Jonas Lochmann
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
@ -26,8 +26,8 @@ android {
applicationId "io.timelimit.android" applicationId "io.timelimit.android"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 31 targetSdkVersion 31
versionCode 183 versionCode 184
versionName "6.0.1" versionName "6.1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
kapt { kapt {
arguments { arguments {

View file

@ -1,2 +1,5 @@
- Fehler im Zusammenhang mit der Deaktivierung von Geräte-Administratoren behoben - Möglichkeit, Begrenzungen für einzelne Kategorien vom Sperrbildschirm aus vorübergehend zu deaktivieren
- Whitelist erweitert - Lockerung der Passwortanforderungen
- verbesserte Erkennung des Geräte-Modells
- Hinweise bei der Einrichtung aktualisiert
- Hinweise für den Elternschlüssel aktualisiert

View file

@ -1,2 +1,5 @@
- fixed issues related to disabling device admins - option to disable limits for a single category temporarily from the lockscreen
- extended whitelist - relaxed password requirements
- improved device model detection
- updated messages during setup
- updated instructions for the parent key