-
Notifications
You must be signed in to change notification settings - Fork 282
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Muntashir Al-Islam <[email protected]>
- Loading branch information
1 parent
1b9348a
commit e8e65ba
Showing
3 changed files
with
48 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,41 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><!DOCTYPE changelog SYSTEM "https://raw.githubusercontent.com/MuntashirAkon/AppManager/master/schema/changlelog.dtd"> | ||
<changelog> | ||
<release | ||
type="stable release" | ||
version="v3.1.7" | ||
code="430" | ||
date="10 July 2024"> | ||
<note> | ||
The email address has been changed to [email protected]. App Manager related queries | ||
sent to the previous email shall be discarded. | ||
</note> | ||
<improve> | ||
Hid “Data usage” in the App Info tab for apps without the internet permission | ||
</improve> | ||
<improve>Intercept newer photo viewer actions from the camera app</improve> | ||
<fix>Fixed creating custom backups when the backup name is empty</fix> | ||
<fix>Fixed freezing issues in the UI Tracker window on some devices</fix> | ||
<fix>Fixed delivering changes in apps made via batch operations</fix> | ||
<fix> | ||
Fixed freezing the app due to the refusal of the notification permission at the startup | ||
</fix> | ||
<note subtext="true"> | ||
Notification permission is mandatory on phones and tabs. Without this permission, you | ||
will not be able to use certain features. | ||
</note> | ||
<fix>Fixed listing running apps on some devices</fix> | ||
<fix>Prevented the app from crashing in Android 14 r50</fix> | ||
<fix> | ||
Prevented the app from crashing when force dexopt is selected in Android 14 onwards | ||
</fix> | ||
<note subtext="true"> | ||
The feature was removed in Android 14. | ||
</note> | ||
<note> | ||
[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] | ||
</note> | ||
</release> | ||
<release | ||
type="stable release" | ||
version="v3.1.6" | ||
|
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,10 @@ | ||
- The email address has been changed to [email protected]. | ||
- 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 | ||
- Fixed delivering changes in apps made via batch operations | ||
- Fixed freezing the app due to the refusal of the notification permission at the startup | ||
- 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 |