Skip to content

Commit

Permalink
AEE v0.29
Browse files Browse the repository at this point in the history
Signed-off-by: apk-editor <[email protected]>
  • Loading branch information
apk-editor committed Oct 2, 2024
1 parent 55bbadb commit fe53f2c
Show file tree
Hide file tree
Showing 24 changed files with 15 additions and 14 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

[![](https://img.shields.io/badge/APK%20Explorer%20&%20Editor%20(AEE)-v0.28-green)](https://github.com/apk-editor/APK-Explorer-Editor/releases)
[![](https://img.shields.io/badge/APK%20Explorer%20&%20Editor%20(AEE)-v0.29-green)](https://github.com/apk-editor/APK-Explorer-Editor/releases)
![](https://img.shields.io/github/downloads/apk-editor/APK-Explorer-Editor/total)
![](https://img.shields.io/github/languages/top/apk-editor/APK-Explorer-Editor)
![](https://img.shields.io/github/contributors/apk-editor/APK-Explorer-Editor)
Expand All @@ -12,7 +12,7 @@

## Features
AEE currently supports the following tasks
* Explore an installed application or APK file picked from storage and navigate through its contents.
* Explore an installed application or APK file picked from the device storage and navigate through its contents.
* Save/export individual resource files such as icon, fonts, graphics, binary XML files, etc to device storage.
* Export and easily manage (install, share etc.) APK's/Split APK's into device storage.
* Includes a feature-rich APK/Split APK/App bundle installer (easily pick and install files from device storage)
Expand All @@ -21,6 +21,7 @@ AEE currently supports the following tasks
* Assemble modified smali files into new classes (.dex).
* Create signed APK's/App Bundles after the above-mentioned processes.
* Resign APK's/bundles with AEE custom key.
* A lot more...

## Download
[<img src="https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png"
Expand All @@ -47,7 +48,7 @@ Please help me to translate this application via [POEditor](https://poeditor.com

## License

Copyright (C) 2023-2024 APK Explorer & Editor <[email protected]>
Copyright (C) 2024-2025 APK Explorer & Editor <[email protected]>

APK Explorer & Editor (AEE) is a free softwares: you can redistribute it and/or
modify it under the terms of the GNU General Public License as published by the
Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
defaultConfig {
minSdkVersion 23
targetSdk 34
versionCode 28
versionName "v0.28"
versionCode 29
versionName "v0.29"
vectorDrawables.useSupportLibrary = true
testFunctionalTest = false
testHandleProfiling = false
Expand Down Expand Up @@ -54,7 +54,7 @@ android {

dependencies {
implementation 'com.android.tools.build:apksig:8.1.4'
implementation 'com.github.apk-editor:aXML:743632cf62'
implementation 'com.github.apk-editor:aXML:0381822ba2'
implementation 'com.github.sunilpaulmathew:CrashReporter:6b6c74abaa'

def sCommon_Version = 'efc9dce669'
Expand Down
6 changes: 0 additions & 6 deletions fastlane/metadata/android/en-US/changelogs/28.txt

This file was deleted.

6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/29.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
* Redesigned app UI according to Material 3 guidelines.
* Added option to choose decompiling (simple or full).
* Now decompiles individual dex files.
* Updated build tools and dependencies.
* Added Greek translation and updated others.
* Miscellaneous changes.
4 changes: 2 additions & 2 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<b>Features</b>

* A beautifully designed list view of installed applications.
* Explore and navigate through the contents of an installed application.
* Explore an installed application or APK file picked from the device storage and navigate through its contents.
* Export and easily manage (install, share etc.) APK's/Split APK's into device storage.
* Includes a feature-rich APK/Split APK/App bundle installer (easily pick and install files from device storage)
* Easily extract an app icon by single-clicking on it.
* Easily extract app icons by single-clicking on them.
* Provides basic information about important resource files.
* View graphics, texts, binary XML, and many more.
* Save/Export individual resource files to device storage.
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fe53f2c

Please sign in to comment.