Release 4.3.1

This commit is contained in:
Jonas Lochmann 2020-12-14 01:00:00 +01:00
parent adb40c2cd4
commit 0b4140d50d
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36
3 changed files with 4 additions and 22 deletions

View file

@ -30,8 +30,8 @@ android {
applicationId "io.timelimit.android" applicationId "io.timelimit.android"
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 30 targetSdkVersion 30
versionCode 105 versionCode 106
versionName "4.3.0" versionName "4.3.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
kapt { kapt {
arguments { arguments {

View file

@ -1,10 +1 @@
Neue Funktionen: - Zertifikate und Zertifikatpinning aktualisiert
- Option, bei Zeitbegrenzungsregeln mehrere Tage zu wählen und die Zeit je Tag zu zählen
- Möglichkeit, Aufgaben von der Aufgabenliste aus als erledigt zu markieren
Änderungen:
- Zeitbegrenzungsregeln zählen nur noch als Sperrzeit bei 0 Minuten Dauer und wenn diese auch für die Extra-Zeit gelten
- Änderung bei der Ermittlung vom Systemverbindungsstatus
Fehlerbehebung:
- Probleme bei der Erkennung von Extrazeit, die erst später verwendet werden kann, behoben

View file

@ -1,10 +1 @@
New features: - Updated certificates and certificate pinning
- option to select multiple days per rule and count the time per day
- possibility to report task completion from the task list
Changes:
- only consider rules a blocked time area if the apply to the extra time and have got a duration of zero minutes
- changed detection of the system connection status
Fixes:
- issues during detecting extra time which can be used later