Release 1.7.7

This commit is contained in:
Jonas Lochmann 2019-11-04 00:00:00 +00:00
parent 4083161dc3
commit 9e628c7826
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36
3 changed files with 10 additions and 4 deletions

View file

@ -35,8 +35,8 @@ android {
applicationId "io.timelimit.android"
minSdkVersion 19
targetSdkVersion 29
versionCode 59
versionName "1.7.6"
versionCode 60
versionName "1.7.7"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
kapt {
arguments {

View file

@ -1 +1,4 @@
- Erkennung der Internetverbindung überarbeitet
- Warnung beim Zuordnen von bereits zugeordneten Apps hinzugefügt
- Fehler behoben
- Abstürze im Sperrzeiteneditor
- Abstürze beim gleichzeitigen Aufrufen von mehreren Ansichten

View file

@ -1 +1,4 @@
- improved detection of the internet connection
- add warning when assigning Apps which are already assigned
- bugfixes
- crashes in the blocked time area editor
- crashes when opening two screens at the same time