From e8e65bae2526541ad8d1b6462b075007e9f9e207 Mon Sep 17 00:00:00 2001 From: Muntashir Al-Islam Date: Wed, 10 Jul 2024 23:35:11 +0600 Subject: [PATCH] [fastlane] Prepare for v3.1.7 Signed-off-by: Muntashir Al-Islam --- app/build.gradle | 4 +-- app/src/main/res/raw/changelog.xml | 36 +++++++++++++++++++ .../metadata/android/en-US/changelogs/430.txt | 10 ++++++ 3 files changed, 48 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/430.txt diff --git a/app/build.gradle b/app/build.gradle index 8c840e2a314..35fff54edf2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { applicationId 'io.github.muntashirakon.AppManager' minSdk min_sdk targetSdk target_sdk - versionCode 429 - versionName "3.1.6" + versionCode 430 + versionName "3.1.7" 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 8bcffe38d64..e58e911671c 100644 --- a/app/src/main/res/raw/changelog.xml +++ b/app/src/main/res/raw/changelog.xml @@ -1,5 +1,41 @@ + + + The email address has been changed to am4android@riseup.net. App Manager related queries + sent to the previous email shall be discarded. + + + Hid “Data usage” in the App Info tab for apps without the internet permission + + Intercept newer photo viewer actions from the camera app + Fixed creating custom backups when the backup name is empty + Fixed freezing issues in the UI Tracker window on some devices + Fixed delivering changes in apps made via batch operations + + Fixed freezing the app due to the refusal of the notification permission at the startup + + + Notification permission is mandatory on phones and tabs. Without this permission, you + will not be able to use certain features. + + Fixed listing running apps on some devices + Prevented the app from crashing in Android 14 r50 + + Prevented the app from crashing when force dexopt is selected in Android 14 onwards + + + The feature was removed in Android 14. + + + [br /][b]Full list of changes:[/b] [a + href="https://github.com/MuntashirAkon/AppManager/compare/v3.1.6...v3.1.7"]v3.1.6...v3.1.7[/a] + +