Release 0.2.0

This commit is contained in:
Jonas L 2019-01-31 07:51:56 +01:00
parent 7dc9d402d4
commit 22130c2ff6
3 changed files with 10 additions and 2 deletions

View file

@ -30,8 +30,8 @@ android {
applicationId "io.timelimit.android.open"
minSdkVersion 19
targetSdkVersion 28
versionCode 1
versionName "0.1.0"
versionCode 2
versionName "0.2.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
kapt {
arguments {

View file

@ -0,0 +1,4 @@
- Anzeigen des Grundes der Sperrung wenn eine Benachrichtigung blockiert wurde
- Möglichkeit, eine Kategorie zu wählen, deren Einstellung für Apps ohne Kategorie gilt
- Verschachtelung von Kategorien
- Änderungen an der Oberfläche

View file

@ -0,0 +1,4 @@
- show blocking reason when a notification was blocked
- allow setting a category for unassigned Apps
- nesting of categories
- UI changes