Skip to content

Tags: AbdurazaaqMohammed/AXML-Editor

Tags

1.7.2

Toggle 1.7.2's commit message
1.7.2

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

1.7.1

Toggle 1.7.1's commit message
1.7.1

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

1.7.0

Toggle 1.7.0's commit message
New New New

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 background black

1.6.0

Toggle 1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update strings.xml

1.5.2

Toggle 1.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update arrow_drop_down.xml

Added color picker for background and editor text color.

1.5.1

Toggle 1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update activity_main.xml

make input fields not display spell check

1.5

Toggle 1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update aXMLEncoder.java

Make encoding with XmlPullParser public to allow encoding from file via InputStream

1.4

Toggle 1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update MainActivity.java

Use the old encoder because in aXML(https://github.com/apk-editor/aXML) there is some bug that breaks encoding xml files which has an empty attribute ("") because it encodes it to "null" instead of "" for some reason (U can check in np manager, its an encoding problem not a decoding one) Idk why it happens but the old axml2xml (https://github.com/codyi96/xml2axml) doesnt have that problem
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

Toggle 1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update arrow_drop_down.xml

1.2

Toggle 1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Create ZipUtils.java