-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b63fe9e
commit 7bd8120
Showing
8 changed files
with
266 additions
and
230 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
VERSION_NAME=2.5.11 | ||
VERSION_CODE=332 | ||
VERSION_CODE=333 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
- [Feature] Added experimental support for app data backup. Please test only on apps you don't need. (root only) | ||
- [Feature] Added sharing split apk files as apks (can be installed via SAI). | ||
- [Feature] Implemented saving apk files in batch selection mode. | ||
- [Feature] Added what's new for apk file that needs an update (when opening external apk files). | ||
- [Feature] Added an option to apply 1-click ops to system apps (disabled by default). | ||
- [Feature] Added installed app version info in the App Info tab. Clicking the <i>i</i> icon opens the installed App Info tab. | ||
- [Feature] New on-demand permissions <tt>READ_EXTERNAL_STORAGE</tt> & <tt>WRITE_EXTERNAL_STORAGE</tt> for app backup support | ||
- [Feature] Display apps that are uninstalled but have backups in the main window | ||
- [Feature] Added a disclaimer | ||
- [Fix] Fixed selections being not cleared after the task is completed in the main window | ||
- [Fix] Convert various info in the configurations and features tab to text to improve readability | ||
- [Fix] Fix crash in the main window while filtering apps by search query | ||
- [Fix] Fix crash in the App Info tab when existence of external data directory has false-positive result |