From cba2193083043218fe0e8606e9e0e4f673eb438a Mon Sep 17 00:00:00 2001 From: Muntashir Al-Islam Date: Thu, 4 Feb 2021 10:02:52 +0600 Subject: [PATCH] [fastlane] Prepare for v2.5.23 --- app/build.gradle | 2 +- app/src/main/assets/changelog.html | 30 +++++++++++++++++++ .../metadata/android/en-US/changelogs/364.txt | 6 ---- .../metadata/android/en-US/changelogs/381.txt | 9 ++++++ 4 files changed, 40 insertions(+), 7 deletions(-) delete mode 100644 fastlane/metadata/android/en-US/changelogs/364.txt create mode 100644 fastlane/metadata/android/en-US/changelogs/381.txt diff --git a/app/build.gradle b/app/build.gradle index 88d7c81d99f..0db5dc752bb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -26,7 +26,7 @@ android { applicationId 'io.github.muntashirakon.AppManager' minSdkVersion rootProject.ext.minSdk targetSdkVersion rootProject.ext.targetSdk - versionCode 380 + versionCode 381 versionName "2.5.23" } diff --git a/app/src/main/assets/changelog.html b/app/src/main/assets/changelog.html index cb50fbf48d2..c9c23366ccf 100644 --- a/app/src/main/assets/changelog.html +++ b/app/src/main/assets/changelog.html @@ -18,6 +18,36 @@

App Manager docs: https://muntashirakon.github.io/AppManager

Changelog: https://muntashirakon.github.io/AppManager/changelog.html


+
v2.5.23 (381) pre-release:
+• [Feature] Added screen lock
+• [Feature] Added Add to profile in the batch ops and app info tab
+• [Feature] Added enable/disable features in settings (replacing interceptor setting)
+• [Feature] Added leanback launcher support with banner (Android TV)
+• [Feature] Backup/restore SSAID (requires immediate restart)
+• [Feature] Backup APK in external SD card
+• [Feature] AppInfo: Added options to configure battery optimization, net policy, SSAID. For each of them, tag clouds will be displayed if the values are not default.
+• [Feature] AppInfo: Added options to select tracker components to block/unblock
+• [Feature] Improved backup volume selection
+• [Feature] Interceptor: add/remove extras
+• [Feature] Made settings page accessible from Android Settings
+• [Feature] Main: Added filter by installed app, sort by number of trackers and last actions (the latter is not stable yet)
+• [Feature] Main: Batch selection on long click after the selection mode is turned on (i.e. selection mode is turned on if you click on any app icon or long click on any app)
+• [Feature] Main: Replaced sort and filter with list options
+• [Feature] Main: Set backup to red if the app is not installed
+• [Feature] New language: Japanese
+• [Feature] Removed F-Droid, Aurora Droid in favour of F-Droid links (to support user preferred clients)
+• [Feature] Search using app initials in the main page (e.g. TS will list TrebleShot in the search results)
+• [Feature] Updated trackers, libraries, profile presets
+• [Feature] Use of database as a middle man to improve load time
+• [Fix] Fixed app icon (it now matches app theme)
+• [Fix] Fixed crash while blocking app components of a recently updated app
+• [Fix] Fixed various crashes in the app info tab
+• [Fix] Properly sanitize profile names and exported APK(S) file names
+• [Fix] Remove rules for all users (rather than the current user) in settings
+• [Fix] Replaced AppManager/tmp with AppManager/.tmp
+• [Fix] Replaced image buttons with material buttons (fixes crash when using Substratum themes)
+

Don't set folders inside /mnt/media_rw/ as the backup volume. It doesn't work for backup/restore.


+
v2.5.22 (379) pre-release:
[Feature] 1-Click Ops: add backup/restore options
[Feature] Added encryption info in about device
diff --git a/fastlane/metadata/android/en-US/changelogs/364.txt b/fastlane/metadata/android/en-US/changelogs/364.txt deleted file mode 100644 index 426af847ec3..00000000000 --- a/fastlane/metadata/android/en-US/changelogs/364.txt +++ /dev/null @@ -1,6 +0,0 @@ -F-Droid doesn't support extended changelog. View in-app changelog for a more helpful changelog. -- New language: Portuguese -- Backup: OpenPGP support, Gzip (default), BZip2 compression methods, backup presets, restoring permissions -- Sort & filter for running apps -- Auto-select required apk files -Backup/restore's been finalised but use it only for testing until the final release. diff --git a/fastlane/metadata/android/en-US/changelogs/381.txt b/fastlane/metadata/android/en-US/changelogs/381.txt new file mode 100644 index 00000000000..58c9c9b4c94 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/381.txt @@ -0,0 +1,9 @@ +F-Droid doesn't support extended changelog. View in-app changelog for a more helpful changelog. +- New language: Japanese +- Official support for Android TV +- Backup/restore SSAID +- Sort & filter for main page +- Screen lock +- App Info: Configure battery optimization, net policy, SSAID +- Interceptor: Add/remove extras +...and various other fixes and performance improvements.