mirror of
https://codeberg.org/timelimit/opentimelimit-android.git
synced 2025-10-03 09:49:24 +02:00
Release 0.2.0
This commit is contained in:
parent
7dc9d402d4
commit
22130c2ff6
3 changed files with 10 additions and 2 deletions
|
@ -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 {
|
||||
|
|
|
@ -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
|
|
@ -0,0 +1,4 @@
|
|||
- show blocking reason when a notification was blocked
|
||||
- allow setting a category for unassigned Apps
|
||||
- nesting of categories
|
||||
- UI changes
|
Loading…
Add table
Add a link
Reference in a new issue