Release 3.1.0

This commit is contained in:
Jonas Lochmann 2020-06-08 02:00:00 +02:00
parent 65233dc449
commit 2de77d2977
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36
3 changed files with 17 additions and 11 deletions

View file

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

View file

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

View file

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