mirror of
https://codeberg.org/timelimit/timelimit-android.git
synced 2025-10-03 09:49:25 +02:00
Release 5.5.0
This commit is contained in:
parent
1a0e56ef37
commit
7df677e777
3 changed files with 12 additions and 10 deletions
|
@ -26,8 +26,8 @@ android {
|
||||||
applicationId "io.timelimit.android"
|
applicationId "io.timelimit.android"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 31
|
targetSdkVersion 31
|
||||||
versionCode 177
|
versionCode 178
|
||||||
versionName "5.4.1"
|
versionName "5.5.0"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
kapt {
|
kapt {
|
||||||
arguments {
|
arguments {
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
- Fehlerbehebungen
|
- Anzeigen von mehr Details beim Blockieren von Hintergrundwiedergaben
|
||||||
- Manipulationswarnungen durch die Autofill-Funktion
|
- Option zum Anzeigen der vom System gemeldeten Exit-Reasons hinzugefügt
|
||||||
- falsche Aktualisierungen von Sitzungsdauern
|
- Textänderungen
|
||||||
- fehlende Extrazeit nach der Erledigung von Aufgaben
|
- manuell aktivierbare neue Methode zum Erkennen der laufenden App hinzugefügt
|
||||||
|
- neues Verhalten bei Manipulationen, wenn die Geräte-Besitzer-Berechtigung vorliegt
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
- bug fixes
|
- show more details when blocking background audio playbacks
|
||||||
- manipulation warnings triggered by the autofill feature
|
- add option to show the exit reasons provided by the system
|
||||||
- wrong updates of the session duration
|
- text changes
|
||||||
- missing extra time after completing tasks
|
- new optional method for detecting the running App
|
||||||
|
- new behaviour after manipulations when the device owner permissions was granted
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue