Release 2.7.0

This commit is contained in:
Jonas Lochmann 2020-03-23 01:00:00 +01:00
parent 9f3873805a
commit 1bcd6ea71b
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36
3 changed files with 6 additions and 4 deletions

View file

@ -30,8 +30,8 @@ android {
applicationId "io.timelimit.android"
minSdkVersion 19
targetSdkVersion 29
versionCode 81
versionName "2.6.0"
versionCode 82
versionName "2.7.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
kapt {
arguments {

View file

@ -1 +1,2 @@
- Möglichkeit hinzugefügt, die Extrazeit nach Ablauf des Tages zu verwerfen
- Symbole auf dem Sperrbildschirm, die den Sperrgrund darstellen
- Reduzierung des Energieverbrauchs in bestimmten Szenarien

View file

@ -1 +1,2 @@
- added option to discard extra time at the end of the day
- icons at the lock screen which tell the blocking reason
- reduced power consumption in some cases