Release 5.5.0

This commit is contained in:
Jonas Lochmann 2022-03-07 01:00:00 +01:00
parent 1a0e56ef37
commit 7df677e777
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36
3 changed files with 12 additions and 10 deletions

View file

@ -26,8 +26,8 @@ android {
applicationId "io.timelimit.android"
minSdkVersion 21
targetSdkVersion 31
versionCode 177
versionName "5.4.1"
versionCode 178
versionName "5.5.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
kapt {
arguments {

View file

@ -1,4 +1,5 @@
- Fehlerbehebungen
- Manipulationswarnungen durch die Autofill-Funktion
- falsche Aktualisierungen von Sitzungsdauern
- fehlende Extrazeit nach der Erledigung von Aufgaben
- Anzeigen von mehr Details beim Blockieren von Hintergrundwiedergaben
- 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,4 +1,5 @@
- bug fixes
- manipulation warnings triggered by the autofill feature
- wrong updates of the session duration
- missing extra time after completing tasks
- show more details when blocking background audio playbacks
- 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