mirror of
https://codeberg.org/timelimit/timelimit-android.git
synced 2025-10-03 17:59:51 +02:00
Release 0.5.10
This commit is contained in:
parent
04f158e4fa
commit
b83fc541e6
3 changed files with 4 additions and 12 deletions
|
@ -32,8 +32,8 @@ android {
|
||||||
applicationId "io.timelimit.android"
|
applicationId "io.timelimit.android"
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 35
|
versionCode 36
|
||||||
versionName "0.5.9 Beta"
|
versionName "0.5.10 Beta"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
kapt {
|
kapt {
|
||||||
arguments {
|
arguments {
|
||||||
|
|
|
@ -1,5 +1 @@
|
||||||
Abstürze behoben:
|
Benachrichtigungsfilter erweitert für nicht-entfernbare Benachrichtigungen
|
||||||
- wenn ein Listenelement seitlich weggeschoben wurde (zum Entfernen) während Änderungen an der Liste angewendet wurden
|
|
||||||
- wenn eine App mehrfach (durch mehrfaches Tippen auf einem langsamen Gerät) vorübergehend erlaubt wurde
|
|
||||||
- wenn TimeLimit die Statusbenachrichtigung anzeigt hat und kurz danach wieder entfernen wollte
|
|
||||||
- beim Verarbeiten von In-App-Käufen
|
|
||||||
|
|
|
@ -1,5 +1 @@
|
||||||
Bugfixes:
|
Extend notification filter for ongoing notifications
|
||||||
- fix crash which occurred when dismissing a list element while the list was updated
|
|
||||||
- fix crash which occurred when tapping multiple times "allow app temporarily" at a slow device
|
|
||||||
- fix crash which occurred when TimeLimit showed the status notification for a short moment and tried to hide it then
|
|
||||||
- fix crash which occurred sometimes when processing in app purchases
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue