Skip to content

Commit f794b1b

Browse files
committed
AEE v0.30
Signed-off-by: apk-editor <apkeditor@protonmail.com>
1 parent bb8bc2a commit f794b1b

18 files changed

Lines changed: 20 additions & 13 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![AEE](app/src/main/res/mipmap-xxxhdpi/ic_launcher.png?raw=true)
44

5-
[![](https://img.shields.io/badge/APK%20Explorer%20&%20Editor%20(AEE)-v0.29-green)](https://github.com/apk-editor/APK-Explorer-Editor/releases)
5+
[![](https://img.shields.io/badge/APK%20Explorer%20&%20Editor%20(AEE)-v0.30-green)](https://github.com/apk-editor/APK-Explorer-Editor/releases)
66
![](https://img.shields.io/github/downloads/apk-editor/APK-Explorer-Editor/total)
77
![](https://img.shields.io/github/languages/top/apk-editor/APK-Explorer-Editor)
88
![](https://img.shields.io/github/contributors/apk-editor/APK-Explorer-Editor)
@@ -16,9 +16,10 @@ AEE currently supports the following tasks
1616
* Save/export individual resource files such as icon, fonts, graphics, binary XML files, etc to device storage.
1717
* Export and easily manage (install, share etc.) APK's/Split APK's into device storage.
1818
* Includes a feature-rich APK/Split APK/App bundle installer (easily pick and install files from device storage)
19-
* Edit text/binary XML files using an in-built text editor (still, a bit buggy especially when working with big APK's).
19+
* Edit text/binary XML files using an in-built text/XML editor (still, a bit buggy when working with too huge APK's).
2020
* Delete or replaces resources.
2121
* Assemble modified smali files into new classes (.dex).
22+
* Decode and view the contents of "resources.arsc".
2223
* Create signed APK's/App Bundles after the above-mentioned processes.
2324
* Resign APK's/bundles with AEE custom key.
2425
* A lot more...
@@ -48,7 +49,7 @@ Please help me to translate this application via [POEditor](https://poeditor.com
4849

4950
## License
5051

51-
Copyright (C) 2025-2026 APK Explorer & Editor <apkeditor@protonmail.com>
52+
Copyright (C) 2021-2025 APK Explorer & Editor <apkeditor@protonmail.com>
5253

5354
APK Explorer & Editor (AEE) is a free softwares: you can redistribute it and/or
5455
modify it under the terms of the GNU General Public License as published by the

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ android {
1616
defaultConfig {
1717
minSdkVersion 23
1818
targetSdk 34
19-
versionCode 29
20-
versionName "v0.29"
19+
versionCode 30
20+
versionName "v0.30"
2121
vectorDrawables.useSupportLibrary = true
2222
testFunctionalTest = false
2323
testHandleProfiling = false

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<string name="clear_cache_message">Everything, except the exported applications, will be removed.</string>
2727
<string name="clearing_cache_message">Clearing Cache…</string>
2828
<string name="copying">Copying \'%s\'…</string>
29-
<string name="copyright_text">2025–2026, APK Explorer &amp; Editor</string>
29+
<string name="copyright_text">2021–2025, APK Explorer &amp; Editor</string>
3030
<string name="decompiling">Decompiling \'%s\'…</string>
3131
<string name="delete">Delete</string>
3232
<string name="delete_all">Delete All</string>

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

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
* Refreshed and improved app UI.
2+
* Option to search items on the APK explorer page.
3+
* Added batch exporting (long-click to initiate).
4+
* Added quick edit options.
5+
* Added option to decompile "resources.arsc".
6+
* Added dedicated XML editor.
7+
* AEE now supports PKCS #12 keystore.
8+
* Largely improved editing large APK's.
9+
* Option to open other apps from main UI.
10+
* Updated build tools and dependencies.
11+
* Miscellaneous changes.

fastlane/metadata/android/en-US/full_description.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@
1010
* Provides basic information about important resource files.
1111
* View graphics, texts, binary XML, and many more.
1212
* Save/Export individual resource files to device storage.
13-
* Edit text/binary XML files using an in-built text editor (still, a bit buggy especially when working with big APK's).
13+
* Edit text/binary XML files using an in-built text editor (still, a bit buggy when working with too huge APK's).
1414
* Delete or replaces resources.
1515
* Assemble modified smali files into new classes (.dex).
16+
* Decode and view the contents of "resources.arsc".
1617
* Create signed APK's/App Bundles after the above-mentioned processes.
1718
* Resign APK's/bundles with AEE custom key.
1819
* Elegantly designed user interface with an auto-dark/light theme.
5.83 KB
Loading
230 KB
Loading
202 KB
Loading
125 KB
Loading

0 commit comments

Comments
 (0)