mirror of
https://codeberg.org/timelimit/opentimelimit-android.git
synced 2025-10-03 01:39:21 +02:00
Release 0.2.1
This commit is contained in:
parent
9e19582bdd
commit
ae9f6b1a08
3 changed files with 14 additions and 2 deletions
|
@ -30,8 +30,8 @@ android {
|
|||
applicationId "io.timelimit.android.open"
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 28
|
||||
versionCode 2
|
||||
versionName "0.2.0"
|
||||
versionCode 3
|
||||
versionName "0.2.1"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
kapt {
|
||||
arguments {
|
||||
|
|
|
@ -1,4 +1,10 @@
|
|||
Version 0.2.0:
|
||||
|
||||
- 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
|
||||
|
||||
Version 0.2.1:
|
||||
|
||||
- CPU-Auslastung reduziert
|
|
@ -1,4 +1,10 @@
|
|||
Version 0.2.0:
|
||||
|
||||
- show blocking reason when a notification was blocked
|
||||
- allow setting a category for unassigned Apps
|
||||
- nesting of categories
|
||||
- UI changes
|
||||
|
||||
Version 0.2.1:
|
||||
|
||||
- reduced CPU usage
|
Loading…
Add table
Add a link
Reference in a new issue