Skip to content

Releases: REAndroid/APKEditor

V1.3.0

15 Aug 13:09
Compare
Choose a tag to compare

What's Changed

V1.2.9

11 Aug 22:01
Compare
Choose a tag to compare

What's Changed

  • Update ARSCLib 1.2.4
  • Minor bug fixes

Full Changelog: V1.2.8...V1.2.9

V1.2.8

02 Aug 20:32
Compare
Choose a tag to compare

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 running java -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

22 Jul 19:54
Compare
Choose a tag to compare

What is new:

  • [New⭐] Added RAW compile/decompile mode, to extract resources in binary format ( -t raw )
  • Improved speed/performance
  • Minor bug fixes

V1.2.6

15 Jul 20:45
Compare
Choose a tag to compare

What is new:

  • Support Zip64 even if not supported by android
  • Bug fixes on ARSCLib

Full Changelog: V1.2.5...V1.2.6

V1.2.5

09 Jul 15:47
Compare
Choose a tag to compare

What is new:

  • Update internal android framework to 34
  • Bug fix on smali compile #46
  • Bug fix on handling large apk file #44 , #45
  • Bug fix on xml decompiling #43
  • Bug fix on xml attribute compatibility #46
  • Bug fix on multi-package resource encoding #47

Full Changelog: V1.2.4...V1.2.5

V1.2.4

30 Jun 00:15
Compare
Choose a tag to compare

What is new:

  • Smali support : decode dex to smali
  • Bug fix

V1.2.3

24 Jun 17:36
Compare
Choose a tag to compare

What is new:

  • Introduce -framework option on decompile/compile to set preferred framework
  • Auto fix xml namespaces
  • Bug fixes on ARSCLib

V1.2.2

07 Jun 17:44
Compare
Choose a tag to compare

What is new:

  • New⭐ feature info added to print apk information, similar to aapt2 dump command.
  • Better folder structure for decoded apk files.
  • Performance improved.
  • Bug fixes on ARSCLib.

V1.2.1

21 May 16:06
Compare
Choose a tag to compare

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