Skip to content

Commit 69ca975

Browse files
Release-tag: v7.5
Signed-off-by: sunilpaulmathew <sunil.kde@gmail.com>
1 parent d208258 commit 69ca975

6 files changed

Lines changed: 22 additions & 17 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<p style="text-align: center"><img src="https://raw.githubusercontent.com/SmartPack/PackageManager/master/fastlane/metadata/android/en-US/images/phoneScreenshots/1.jpg" alt="" width="250" height="450" /> <img src="https://raw.githubusercontent.com/SmartPack/PackageManager/master/fastlane/metadata/android/en-US/images/phoneScreenshots/4.jpg" alt="" width="250" height="450" /> <img src="https://raw.githubusercontent.com/SmartPack/PackageManager/master/fastlane/metadata/android/en-US/images/phoneScreenshots/7.jpg" alt="" width="250" height="450" /></p>
44

5-
[![](https://img.shields.io/badge/Package%20Manager-v7.4-green)](https://play.google.com/store/apps/details?id=com.smartpack.packagemanager.pro)
5+
[![](https://img.shields.io/badge/Package%20Manager-v7.5-green)](https://play.google.com/store/apps/details?id=com.smartpack.packagemanager.pro)
66
![](https://img.shields.io/github/languages/top/SmartPack/PackageManager)
77
![](https://img.shields.io/github/contributors/smartpack/PackageManager)
88
![](https://img.shields.io/github/license/smartpack/PackageManager)

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ android {
2424
applicationId "com.smartpack.packagemanager"
2525
minSdkVersion 24
2626
targetSdk 35
27-
versionCode 74
28-
versionName "v7.4"
27+
versionCode 75
28+
versionName "v7.5"
2929
vectorDrawables.useSupportLibrary = true
3030
testFunctionalTest = false
3131
testHandleProfiling = false

docs/_pages/changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ include_in_footer: true
66

77
<h2 style="color: blue">🆕 What's New</h2>
88

9+
### ✨ 70. [v7.5](https://github.com/SmartPack/PackageManager/releases/tag/v7.5) *(Sept 17, 2025)*
10+
- Further modernized the app UI for a cleaner, more intuitive experience.
11+
- Improved app startup performance and overall code quality.
12+
- Enhanced batch operation handling for better efficiency.
13+
- Upgraded split APK/App Bundle installation — the app now automatically selects only the required APKs.
14+
- Refined Activities, Operations, Permissions, and Manifest pages for improved usability.
15+
- Updated aXML, sCommon, and other library dependencies to their latest versions.
16+
- Updated and improved translations across the app.
17+
- Various other minor improvements and bug fixes.
18+
919
### ✨ 69. [v7.4 (Pro)](https://play.google.com/store/apps/details?id=com.smartpack.packagemanager.pro) *(Aug 19, 2025)*
1020
- Improved FilePicker (for split APK's) and Package Explorer.
1121
- Miscellaneous changes.

docs/_pages/ui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ title: User Interface
7272
<li><b>Open</b> – Launch the selected application</li>
7373
<li><b>Explore</b> – Extract and browse the contents of the selected APK. Users can inspect resources and other important files that determine the app’s behavior. It is also possible to export resources (e.g., app icon) to device storage with a few clicks</li>
7474
<li><b>Disable/Enable</b> – Disable an enabled app or enable a disabled app (Root or Shizuku-dependent feature)</li>
75-
<li><b>Uninstall</b> – Uninstall applications, including system apps with root or Shizuku permissions. On non-rooted/Shizuku supported devices, only user apps can be removed. Guidance is provided to remove system apps on non-rooted devices/Shizuku via ADB</li>
75+
<li><b>Uninstall</b> – Uninstall applications, including system apps, with root or Shizuku permissions. On devices without root or Shizuku support, only user apps can be removed. For such devices, guidance is provided on removing system apps via ADB.</li>
7676
<li><b>App Info</b> – Open the native Android settings page for the selected app</li>
7777
<li><b>Google Play</b> – Open the app’s page on Google Play (works only if the app is published there)</li>
7878
<li><b>Export</b> – Export individual APK files or app bundles to device storage. Exported files can also be shared via third-party apps</li>

fastlane/metadata/android/en-US/changelogs/73.txt

Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
* Further modernized the app UI for a cleaner, more intuitive experience.
2+
* Improved app startup performance and overall code quality.
3+
* Enhanced batch operation handling for better efficiency.
4+
* Upgraded split APK/App Bundle installation — the app now automatically selects only the required APKs.
5+
* Refined Activities, Operations, Permissions, and Manifest pages for improved usability.
6+
* Updated aXML, sCommon, and other library dependencies to their latest versions.
7+
* Updated and improved translations across the app.
8+
* Various other minor improvements and bug fixes.

0 commit comments

Comments
 (0)