Skip to content

Commit

Permalink
[fastlane] Prepare for v3.1.7
Browse files Browse the repository at this point in the history
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
  • Loading branch information
MuntashirAkon committed Jul 10, 2024
1 parent 1b9348a commit e8e65ba
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId 'io.github.muntashirakon.AppManager'
minSdk min_sdk
targetSdk target_sdk
versionCode 429
versionName "3.1.6"
versionCode 430
versionName "3.1.7"
javaCompileOptions {
annotationProcessorOptions {
arguments = ["room.schemaLocation": "$projectDir/schemas".toString()]
Expand Down
36 changes: 36 additions & 0 deletions app/src/main/res/raw/changelog.xml
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 am4android@riseup.net. 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"
Expand Down
10 changes: 10 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/430.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- The email address has been changed to am4android@riseup.net.
- 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

0 comments on commit e8e65ba

Please sign in to comment.