mirror of
https://codeberg.org/timelimit/timelimit-android.git
synced 2025-10-03 01:39:22 +02:00
Release 5.8.0
This commit is contained in:
parent
ef0e0cf075
commit
c7994e9fa4
3 changed files with 8 additions and 4 deletions
|
@ -26,8 +26,8 @@ android {
|
|||
applicationId "io.timelimit.android"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 31
|
||||
versionCode 180
|
||||
versionName "5.7.0"
|
||||
versionCode 181
|
||||
versionName "5.8.0"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
kapt {
|
||||
arguments {
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue