Releases: AbdurazaaqMohammed/AXML-Editor
1.7.2
Improve UI
Use https://github.com/MuntashirAkon/apksig-android to sign with V1 + V2 + V3
1.7.1
Theme dialogs better with the colors selected by the user
Allow signing the modified APK
1.7.0
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
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
Added color picker for background and editor text color
1.5.1
make input fields not display spell check
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
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
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
support opening AndroidManifest from APK files, check if shared file is a binary or decoded file