mirror of
https://codeberg.org/timelimit/timelimit-android.git
synced 2025-10-05 19:42:20 +02:00
Release 3.1.0
This commit is contained in:
parent
65233dc449
commit
2de77d2977
3 changed files with 17 additions and 11 deletions
|
@ -30,8 +30,8 @@ android {
|
|||
applicationId "io.timelimit.android"
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 29
|
||||
versionCode 88
|
||||
versionName "3.0.0"
|
||||
versionCode 89
|
||||
versionName "3.1.0"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
kapt {
|
||||
arguments {
|
||||
|
|
|
@ -1,9 +1,12 @@
|
|||
Neue Funktionen:
|
||||
|
||||
- Sitzungsdauerbegrenzung (z.B. 10 Minuten Pause nach 30 Minuten Benutzung)
|
||||
- Uhrzeitabhängige Zeitbegrenzungen
|
||||
- Benachrichtigung vor dem Ablauf der Vollversion (am Gerät des Elternteils, sofern die Hintergrundsynchronisation aktiviert ist)
|
||||
- Möglichkeit, Kinder daran zu hindern die Nutzungsdauern und Zeiten der anderen Kinder der Familie zu sehen
|
||||
|
||||
Änderungen:
|
||||
|
||||
- die Statusbenachrichtigung wird nicht mehr auf dem Sperrbildschirm angezeigt (sofern eine Bildschirmsperre konfiguriert ist)
|
||||
- Anpassung der Erkennung der aktiven App
|
||||
|
||||
behobene Fehler:
|
||||
|
||||
- Layoutfehler beim Zeitbegrenzungseditor auf kleinen Bildschirmen
|
||||
- Zählen der Zeit für nicht aktive Zeitfenster am aktuellen Tag
|
||||
|
|
|
@ -1,9 +1,12 @@
|
|||
New features:
|
||||
New feature:
|
||||
|
||||
- session duration limits (e.g. 10 minutes break after 30 minutes usage)
|
||||
- time limits depending on the time of the day
|
||||
- notification when the premium version will expire shortly (at the device of the parent if the background sync is enabled)
|
||||
- option to prevent child users to view the settings and usage durations of other child users within the same family
|
||||
|
||||
Changes:
|
||||
|
||||
- the status notification is not showed at the lockscreen anymore if a screen lock is configured
|
||||
- modified detection of the currently running App
|
||||
|
||||
Fixed issues:
|
||||
|
||||
- layout issues at the time limit rule editor at small screens
|
||||
- counting time for not active slots of the current day
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue