Release 5.6.0

This commit is contained in:
Jonas Lochmann 2022-03-21 01:00:00 +01:00
parent a7c0f7c14d
commit 1a19b9fcc3
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36
3 changed files with 4 additions and 12 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 178 versionCode 179
versionName "5.5.0" versionName "5.6.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
kapt { kapt {
arguments { arguments {

View file

@ -1,5 +1 @@
- Anzeigen von mehr Details beim Blockieren von Hintergrundwiedergaben - Möglichkeit, Apps für einen Benutzer auf verschiedenen Geräten zu verschiedenen Kategorien zuzuordnen
- Option zum Anzeigen der vom System gemeldeten Exit-Reasons hinzugefügt
- Textänderungen
- manuell aktivierbare neue Methode zum Erkennen der laufenden App hinzugefügt
- neues Verhalten bei Manipulationen, wenn die Geräte-Besitzer-Berechtigung vorliegt

View file

@ -1,5 +1 @@
- show more details when blocking background audio playbacks - option to assign one App for the same user to different categories at different devices
- add option to show the exit reasons provided by the system
- text changes
- new optional method for detecting the running App
- new behaviour after manipulations when the device owner permissions was granted