Skip to content

Releases: AbdurazaaqMohammed/AXML-Editor

1.7.2

09 Aug 01:46
Compare
Choose a tag to compare

Improve UI
Use https://github.com/MuntashirAkon/apksig-android to sign with V1 + V2 + V3

1.7.1

04 Aug 23:21
Compare
Choose a tag to compare

Theme dialogs better with the colors selected by the user
Allow signing the modified APK

1.7.0

11 Jul 20:30
Compare
Choose a tag to compare

Note: I somehow lost the signing key again despite backing up everything about it, so the signature changed, you can't install it over the old version
Support all Android versions and target SDK 35
Fix removing useless elements/removing elements by keyword sometimes deleting /application> or /manifest> closing tags
Use https://github.com/developer-krushna/AXMLPrinter to decompile
Make the PopupMenu and dialog background black
Add app icon

1.6.0

03 Jun 04:22
c65296e
Compare
Choose a tag to compare

Fixed default text color was the same as background color
Set all text colors to allow readablity with different background colors
Fix maxSdkVersion and support older versions of Android
Work on old Android versions
Recompile to APK much more efficiently
Save files in background
Save decoded XML as a .xml file so the syntax can perhaps work in other apps
Note: I lost my last signature key so the signature changed, you can't install it over the old version

1.5.2

23 Apr 15:14
2a12c5d
Compare
Choose a tag to compare

Added color picker for background and editor text color

1.5.1

23 Apr 14:06
95c8728
Compare
Choose a tag to compare

make input fields not display spell check

1.5

23 Apr 13:29
2a91bdd
Compare
Choose a tag to compare
1.5

Fixed the encoder in aXML and removed the old xml2axml code
Ensured edit bar visible on all screens (it is now scrollable)

1.4

22 Apr 02:07
56d9f01
Compare
Choose a tag to compare
1.4

Use the old encoder because in aXML(https://github.com/apk-editor/aXML) there is some bug that breaks encoding AndroidManifest xml which have an empty attribute ("") because it encodes it to "null" instead of ""
Add option to save APK with the updated manifest if an APK file was selected (the APK is not signed so this option is not recommended)

1.3

16 Apr 15:39
d270246
Compare
Choose a tag to compare
1.3

Remove save as text switch, force saving decompiled xml as text so that it can be easily identified and loaded into the text editor
Support opening AndroidManifest from split APK files including XAPK, APKM, APKS
Fix case insensitive replacement
Put on/off info for regex and case sensitivity in front
Add button to save the current decoded xml in the text editor as text file

1.2

15 Apr 14:43
68512a8
Compare
Choose a tag to compare
1.2

support opening AndroidManifest from APK files, check if shared file is a binary or decoded file