Release 5.8.0

This commit is contained in:
Jonas Lochmann 2022-03-28 02:00:00 +02:00
parent ef0e0cf075
commit c7994e9fa4
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36
3 changed files with 8 additions and 4 deletions

View file

@ -26,8 +26,8 @@ android {
applicationId "io.timelimit.android" applicationId "io.timelimit.android"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 31 targetSdkVersion 31
versionCode 180 versionCode 181
versionName "5.7.0" versionName "5.8.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
kapt { kapt {
arguments { arguments {

View file

@ -1 +1,3 @@
- Erkennung der aktiven Apps ab Android 10 überarbeitet; die neue Variante wird zunächst in 50% der Sitzungen aktiviert und kann manuell auch immer aktiviert werden - benutzerdefinierte Zeitwarnungen
- Zeitzählung für alle Kategorien, wenn der Nutzungsdatenzugriff fehlt
- Anzeigen des Kategorienamens in der Statusbenachrichtigung, wenn die Begrenzungen für eine Kategorie deaktiviert wurden

View file

@ -1 +1,3 @@
- improved detection of the running Apps at Android 10 and newer; the new detection is used for now in 50% of the sessions and if enabled manually - custom time warnings
- counting of all categories if the usage stats access is missing
- showing the category name in the status notification while the limits for a category are disabled