Skip to content

Commit e8e65ba

Browse files
committed
[fastlane] Prepare for v3.1.7
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
1 parent 1b9348a commit e8e65ba

File tree

3 files changed

+48
-2
lines changed

3 files changed

+48
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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()]

app/src/main/res/raw/changelog.xml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
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"
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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

0 commit comments

Comments
 (0)