Releases: REAndroid/APKEditor
Releases · REAndroid/APKEditor
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
V1.3.0
What's Changed
- Fix xml encoding unknown resource ids #60
- Fix xml encoding numbers as string #65
- Proper styled string build :REAndroid/ARSCLib@5040a25
SMALI
Fix smali building errors/inconsistencies :REAndroid/smali-lib@6411475
V1.2.9
V1.2.8
What's Changed
- SmaliDecompiler creates label names using a sequential numbering scheme by @Kirlif in #54
- Add minimum and target SDK versions in info by @Kirlif in #55
for more about this feature, see usages by runningjava -jar APKEditor-1.2.8.jar info -help
- Fix issues on xml encoding
- Interrupt when there is smali build error :abde20e
- Clean duplicate manifest attributes during merging :c2db1d9
- Properly cleans empty type blocks (fixes issue on install error for android <= 7.0) :REAndroid/ARSCLib@6b8530f
Full Changelog: V1.2.7...V1.2.8