Skip to content

Releases: REAndroid/APKEditor

V1.3.8

01 May 21:44
Compare
Choose a tag to compare

What's Changed

V1.3.7

05 Apr 21:24
Compare
Choose a tag to compare

What's Changed

  • Update internal framework to android-35 (VanillaIceCream)
  • Support compact resource entries #93
  • Fix error when encoding id type resource entries #95
  • Correct determination of base module during merge: REAndroid/ARSCLib#63 by @Kirlif

V1.3.6

15 Feb 16:07
Compare
Choose a tag to compare

What's Changed

  • [XML] Fix styled string attribute parsing error #88

V1.3.5

12 Feb 12:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: V1.3.4...V1.3.5

V1.3.4

08 Jan 11:49
Compare
Choose a tag to compare

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

15 Sep 16:52
Compare
Choose a tag to compare

What's Changed

  • [DEX] Fix smali build error when non smali files present: #69
  • [XML] Fix empty resource decompile #70
  • Update ARSCLib 1.2.5

V1.3.1

26 Aug 16:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: V1.3.0...V1.3.1

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