Skip to main content

54 posts tagged with "release"

View All Tags

Apktool 2.3.0

Connor Tumbleson
Maintainer of Apktool
caution

This release contains an updated internal framework file.

  • apktool empty-framework-dir to remove the old file.
  • Android Oreo Support (#1594)
  • Run CI tests on OSX as well as unix. (#1571)
  • Prevent apktool doing permission checks on unneeded directories. (#1586)
  • Windows Unicode support for helper scripts. (#1595)
  • Dropped support for all 32 bit binaries, except Windows (#1598)
  • Fixed ClassCastExceptions when producing files. (#1444) / Thanks xpirt
  • Fixed unclosed streams when using SmaliMod. Thanks footpatch
  • Cleanup deprecations in Apache Commons CLI. Thanks xpirt
  • Fixed issue with apks that have 4 non-positional/positional nodes. (#1611)
  • Added support for invalid targetSdkValues which are greater than max or less than min. (#1615) / Thanks Jan Vidar Krey
  • Added ability to skip assets decode (--no-assets) (#1605)
  • Prevented directories being written outside of scope of decode directory. (#1589)

This post was originally released at: https://connortumbleson.com/2017/09/21/apktool-v2-3-0-released and duplicated in part here for historical reasons.

Apktool 2.2.4

Connor Tumbleson
Maintainer of Apktool
caution

This release contains an updated internal framework file.

  • apktool empty-framework-dir to remove the old file.
  • Android O Final Dev Preview Support (#1520)
  • Update SnakeYAML to 1.1.8 (Android). (#591)
  • Upgrade to gradle 4.0
  • Fixed issue with APKs taking longer than usual to parse resources. (#1489) / Thanks MarcMil
  • Fixed issue with internal binaries not accessible in a Spring boot environment. (#1543) / Thanks bingqiao
  • Add preliminary support for rebuilding applications built in aapt2 (#1520)
  • Add support for resource filenames to contain $ symbols. (#1532)
  • Fixed issue with apktool not closing file resources, creating locks. (#1561) / Thanks MarcMil
  • Fixed issue with APKs that have INVALID TYPE CONFIG resources. (#1534)
  • Fixed decoding issue with APKs with intentionally invalid characters. (#1564)
  • Only exit with a 0 status code during version commands.
  • Enforce proper Apache licenses on all Java files.
  • Prevent malicious directory traversal with unknown files.
  • Prevent XML-XXE processing to prevent unintended leaking of information in a malicious setting.

This post was originally released at: https://connortumbleson.com/2017/07/29/apktool-v2-2-4-released and duplicated in part here for historical reasons.