This commit is contained in:
Josia Pietsch 2025-01-02 23:15:14 +01:00
parent 9216837879
commit e39d72ef3c
Signed by: jrpie
GPG key ID: E70B571D66986A2D
2 changed files with 8 additions and 2 deletions

View file

@ -23,8 +23,8 @@ android {
minSdkVersion 21
targetSdkVersion 35
compileSdk 35
versionCode 34
versionName "j-0.0.18"
versionCode 35
versionName "j-0.0.19"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View file

@ -0,0 +1,6 @@
* Reworked storage format for settings. The old format will be converted automatically.
* Added an option to search the web from the app list.
* Set device admin as the preferred method for locking the screen.
* Added a warning that enabling an accessibility service might interfere with encryption.
* Fixed a bug in the renaming dialog.
* Made the lock screen dialog scrollable.