mirror of
https://codeberg.org/timelimit/timelimit-android.git
synced 2025-10-03 17:59:51 +02:00
Release 6.1.0
This commit is contained in:
parent
d9b250f2c4
commit
c508f30f93
3 changed files with 13 additions and 7 deletions
|
@ -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 {
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue