From ad9ac5d872e5959a00d7b56dc38a77fa83626f6f Mon Sep 17 00:00:00 2001 From: Muntashir Al-Islam Date: Sun, 4 Jun 2023 12:55:14 +0600 Subject: [PATCH] Prepare for v3.1.1 Signed-off-by: Muntashir Al-Islam --- app/build.gradle | 4 +-- app/src/main/res/raw/changelog.xml | 35 +++++++++++++++++++ .../metadata/android/en-US/changelogs/415.txt | 6 ---- .../metadata/android/en-US/changelogs/424.txt | 7 ++++ 4 files changed, 44 insertions(+), 8 deletions(-) delete mode 100644 fastlane/metadata/android/en-US/changelogs/415.txt create mode 100644 fastlane/metadata/android/en-US/changelogs/424.txt diff --git a/app/build.gradle b/app/build.gradle index 58f612da887..f259b67e6a2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId 'io.github.muntashirakon.AppManager' minSdk min_sdk targetSdk target_sdk - versionCode 423 - versionName "3.1.0" + versionCode 424 + versionName "3.1.1" javaCompileOptions { annotationProcessorOptions { arguments = ["room.schemaLocation": "$projectDir/schemas".toString()] diff --git a/app/src/main/res/raw/changelog.xml b/app/src/main/res/raw/changelog.xml index b0c96fb6e80..49d2cd84ee5 100644 --- a/app/src/main/res/raw/changelog.xml +++ b/app/src/main/res/raw/changelog.xml @@ -1,5 +1,40 @@ + + Enabled Smali to Java conversion in Android < 8 + Improved security of third-party shortcuts + + Third-party shortcuts created in the App Info tab redirects via App Manager in order to provide + authentication. It also fixed launching certain shortcuts in Android 13 due to mismatched Intent filters. + + Replaced “Block components…” with “Block/unblock components…” + Skipped displaying split APKs in “Paths & Directories” section + They're already displayed when the “Splits” tag is clicked. + + Offer to re-install apps that were previously uninstalled without clearing data + + Offer to fully uninstall apps that were uninstalled without clearing data + + Fixed fetching installer package in Android 14 + Fixed memory leaks while calculating the size of a folder + Fixed updating uninstalled apps in no-root mode + Fixed writing to files managed via ContentProvider (instead of a DocumentProvider) + Prevented crashing due to lifecycle issues in list options dialogs + Fixed crashes in Android < 11 while fetching the installer of an app + Fixed crashes in Samsung devices running 6.0.1 and Lenovo devices running 7.1.2 + Fixed opening files with external editor/viewer + + Prevented crashing the app if the freeze shortcut icon is immutable/unmodifiable + + Fixed crashes if the shortcut icon is invalid + Prevented crashes when the installer feature is disabled + Fixed a crash due to lifecycle issue + Fixed listing available storages in backup volume selector +