File tree Expand file tree Collapse file tree 3 files changed +48
-2
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 3 files changed +48
-2
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ android {
1414 applicationId ' io.github.muntashirakon.AppManager'
1515 minSdk min_sdk
1616 targetSdk target_sdk
17- versionCode 429
18- versionName " 3.1.6 "
17+ versionCode 430
18+ versionName " 3.1.7 "
1919 javaCompileOptions {
2020 annotationProcessorOptions {
2121 arguments = [" room.schemaLocation" : " $projectDir /schemas" . toString()]
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" standalone =" yes" ?><!DOCTYPE changelog SYSTEM "https://raw.githubusercontent.com/MuntashirAkon/AppManager/master/schema/changlelog.dtd">
22<changelog >
3+ <release
4+ type =" stable release"
5+ version =" v3.1.7"
6+ code =" 430"
7+ date =" 10 July 2024" >
8+ <note >
9+ The email address has been changed to am4android@riseup.net. App Manager related queries
10+ sent to the previous email shall be discarded.
11+ </note >
12+ <improve >
13+ Hid “Data usage” in the App Info tab for apps without the internet permission
14+ </improve >
15+ <improve >Intercept newer photo viewer actions from the camera app</improve >
16+ <fix >Fixed creating custom backups when the backup name is empty</fix >
17+ <fix >Fixed freezing issues in the UI Tracker window on some devices</fix >
18+ <fix >Fixed delivering changes in apps made via batch operations</fix >
19+ <fix >
20+ Fixed freezing the app due to the refusal of the notification permission at the startup
21+ </fix >
22+ <note subtext =" true" >
23+ Notification permission is mandatory on phones and tabs. Without this permission, you
24+ will not be able to use certain features.
25+ </note >
26+ <fix >Fixed listing running apps on some devices</fix >
27+ <fix >Prevented the app from crashing in Android 14 r50</fix >
28+ <fix >
29+ Prevented the app from crashing when force dexopt is selected in Android 14 onwards
30+ </fix >
31+ <note subtext =" true" >
32+ The feature was removed in Android 14.
33+ </note >
34+ <note >
35+ [br /][b]Full list of changes:[/b] [a
36+ href="https://github.com/MuntashirAkon/AppManager/compare/v3.1.6...v3.1.7"]v3.1.6...v3.1.7[/a]
37+ </note >
38+ </release >
339 <release
440 type =" stable release"
541 version =" v3.1.6"
Original file line number Diff line number Diff line change 1+ - The email address has been changed to am4android@riseup.net.
2+ - Hid “Data usage” in the App Info tab for apps without the internet permission
3+ - Intercept newer photo viewer actions from the camera app
4+ - Fixed creating custom backups when the backup name is empty
5+ - Fixed freezing issues in the UI Tracker window
6+ - Fixed delivering changes in apps made via batch operations
7+ - Fixed freezing the app due to the refusal of the notification permission at the startup
8+ - Fixed listing running apps on some devices
9+ - Prevented the app from crashing in Android 14 r50
10+ - Prevented the app from crashing when force dexopt is selected in Android 14 onwards
You can’t perform that action at this time.
0 commit comments