mirror of
https://codeberg.org/timelimit/timelimit-android.git
synced 2025-10-05 19:42:20 +02:00
Release 1.2.2
This commit is contained in:
parent
9bce94d45e
commit
e69c5a081b
3 changed files with 12 additions and 4 deletions
|
@ -35,8 +35,8 @@ android {
|
|||
applicationId "io.timelimit.android"
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 28
|
||||
versionCode 40
|
||||
versionName "1.2.1"
|
||||
versionCode 41
|
||||
versionName "1.2.2"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
kapt {
|
||||
arguments {
|
||||
|
|
|
@ -1 +1,5 @@
|
|||
Fehlerbehebung: Das Sperren auf Activity-Ebene hat einige Activities nicht angeboten
|
||||
- Wechsel zum Standardbenutzer vom Benachrichtigungsbereich aus ermöglicht, wenn ein Elternteil angemeldet ist
|
||||
- Es kann eine kürzere Zeit, nach der automatisch zum Standardbenutzer gewechselt wird, gewählt werden
|
||||
- Synchronisation der installierten Apps verbessert
|
||||
- Abstürze behoben, die beim Nutzen vom Sperren auf Activity-Ebene auftreten konnten
|
||||
|
||||
|
|
|
@ -1 +1,5 @@
|
|||
Bugfix: Blocking at activity level did not show some activities
|
||||
- allow switching to the default user from the notification area if a parent is the current user
|
||||
- allow chosing a shorter time for automatically switching to the default user
|
||||
- improved syncing the installed Apps
|
||||
- fix crash which could occur when using blocking at activity level
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue