Releases: REAndroid/APKEditor
Releases · REAndroid/APKEditor
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
V1.2.7
V1.2.6
V1.2.5
V1.2.4
V1.2.3
V1.2.2
V1.2.1
What is new:
- Fully supports multi-package resources
- Introduced
-framework-version
to set preferred framework version number during compiling / decompiling in XML format - Performance improved
- Better handling of obfuscated resources
- Handles resources with unknown resource ids
- Many bug fixes
New contributor:
- @sekaiacg : finding bugs, testing and reporting