Release 1.2.2

This commit is contained in:
Jonas L 2019-04-22 00:00:00 +00:00
parent 9bce94d45e
commit e69c5a081b
3 changed files with 12 additions and 4 deletions

View file

@ -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 {

View file

@ -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

View file

@ -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