mirror of
https://codeberg.org/timelimit/timelimit-android.git
synced 2025-10-03 09:49:25 +02:00
Release 4.6.0
This commit is contained in:
parent
bc12c5e2b4
commit
976cfa1de3
3 changed files with 11 additions and 9 deletions
|
@ -30,8 +30,8 @@ android {
|
||||||
applicationId "io.timelimit.android"
|
applicationId "io.timelimit.android"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 110
|
versionCode 130
|
||||||
versionName "4.4.0"
|
versionName "4.6.0"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
kapt {
|
kapt {
|
||||||
arguments {
|
arguments {
|
||||||
|
@ -214,4 +214,4 @@ dependencies {
|
||||||
implementation 'org.whispersystems:curve25519-java:0.5.0'
|
implementation 'org.whispersystems:curve25519-java:0.5.0'
|
||||||
|
|
||||||
implementation 'com.google.zxing:core:3.2.1'
|
implementation 'com.google.zxing:core:3.2.1'
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
- Benachrichtigungen bei der Erledigung von Aufgaben hinzugefügt
|
- Option zum Sperren von Kategorien in bestimmten Netzwerken hinzugefügt
|
||||||
- falsche Darstellung von Nutzungsdauern bei den Zeitbegrenzungsregeln bei bestimmten Konfigurationen behoben
|
- Option zum Verschieben von Apps in andere Kategorien hinzugefügt
|
||||||
- Sperren im voraus für Anmeldeverhinderungskategorien hinzugefügt
|
- besseres Sperren von Musikwiedergaben
|
||||||
|
- Auslösung von Synchronisationen überarbeitet
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
- add task completion mails
|
- added option to block some categories in some networks
|
||||||
- fix wrong shown used time at the rule configuration for some configurations
|
- added option to move Apps to other categories
|
||||||
- added preblocking for limit login categories
|
- improved blocking of background music playbacks
|
||||||
|
- improved synchronization triggers
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue