From e39d72ef3c6d99488aa4619abd19422398be73f9 Mon Sep 17 00:00:00 2001 From: Josia Pietsch Date: Thu, 2 Jan 2025 23:15:14 +0100 Subject: [PATCH] j-0.0.19 --- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/35.txt | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/35.txt diff --git a/app/build.gradle b/app/build.gradle index 0bf222c3..d4e22e6f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" } diff --git a/fastlane/metadata/android/en-US/changelogs/35.txt b/fastlane/metadata/android/en-US/changelogs/35.txt new file mode 100644 index 00000000..1b026ce5 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/35.txt @@ -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.