Releases: REAndroid/APKEditor
Releases · REAndroid/APKEditor
V1.4.1
What's Changed
- More
info
functions: locales, languages, configurations, strings by @REAndroid in #132 - Strong resource protection by @REAndroid in #133
Full Changelog: V1.4.0...V1.4.1
V1.4.0
What's Changed
- Fix Mismatch in zip data descriptors #124
- Fix duplicate xml namespace #128
- New and aapt features for
info
:4ae3196
For details run:java -jar APKEditor.jar info -h
- Implement Jcommand by @REAndroid in #127
- Translate to french (init fr locale) by @Kirlif in #129
- Update gradle_build.yml by @Veha0001 in #130
New Contributors
Full Changelog: V1.3.9...V1.4.0
V1.3.9
What's Changed
- Using ARSCLib-1.3.5
- Version logging by @Kirlif in #108
- Use DEFAULT compression level : REAndroid/ARSCLib@dfc558d
- Fix: resource config flag qualifiers encoding : REAndroid/ARSCLib@85c1718
- Fix: Clean
requiredSplitTypes
&splitTypes
from manifest with resource id #114 - Fix: Support compile/decompile apks to xml without resource table (e.g. split bundles) : REAndroid/ARSCLib@4fa8e67
- Update internal framework version to API-35
- Detect and warn incompatible bundle apks during merging : REAndroid/ARSCLib@22a5816
Full Changelog: V1.3.8...V1.3.9
V1.3.8
What's Changed
- Support dex versions upto 40 #100
- Fix: Correct order of resource config flags: REAndroid/ARSCLib@3c31e3e
- Fix: Keep original namespace prefix for non android schemas: REAndroid/ARSCLib@0a40170
- Support multiple document elements on xml: REAndroid/ARSCLib@db925e8
- Smali decompiler flag to exclude debug information: #102 by @Kirlif and: REAndroid/smali-lib@39511f9
- Dump and build dex markers: REAndroid/smali-lib@8d2a0c4
V1.3.7
V1.3.6
V1.3.5
What's Changed
- [XML] Fix styled string parsing/decoding errors: REAndroid/ARSCLib@216cacb
- [XML] Allow malformed xml characters: REAndroid/ARSCLib@99fe04f
- [SMALI] Clean duplicate and malformed debug line numbers: c1ff5ae and: REAndroid/smali-lib@e1ffcee
- [MANIFEST] Sanitize & remove splitTypes attributes from manifest when merging by @Kirlif in #85 & #86
Full Changelog: V1.3.4...V1.3.5
V1.3.4
What's Changed
- Fix #80
- Extract and restore zip file time to (archive-info.json) as discussed in #40
- Update ARSCLib 1.3.0
- [DEX] Print dex file structure information (info -dex -i file.apk)
- Improved performance
NB: Version 1.3.3 is dropped and removed from releases because of critical error
Thanks to @Kirlif
V1.3.2
V1.3.1
What's Changed
- [DEX] Fix: Proper version number in the dex header by @Kirlif in #68
- [XML] Fix: Properly escape ambiguous strings: REAndroid/ARSCLib@6db7512
- [XML] Fix: Decode zero indexed array as style: REAndroid/ARSCLib@a52d8fd
- [INFO] Fix: Print bag/complex resource entries: 116d5d5
- Performance slightly improved
Full Changelog: V1.3.0...V1.3.1