Skip to main content
Version: 3.x

Upcoming Release

info

The changelog of the upcoming release, subject to change prior to finalization.

  • [#3820] Drop support for aapt1. (Thanks IgorEisberg)
  • [#3885] Drop support for 32-bit platforms. (Thanks IgorEisberg)
  • [#3885] Drop short flags for any advanced options. (Thanks IgorEisberg)
  • [#3885] Drop -api / --api-level option for automatic detection. (Thanks IgorEisberg)
  • [#3885] Support disassembling resources not in res|r|R folders. (Thanks IgorEisberg)
  • [#3888] Support new BinaryResourceParser, ResChunkPullParser and BinaryDataInputStream for modern disassembly for resources. (Thanks IgorEisberg)
  • [#3885] Change all short commands to a single character to enable multiple commands like -vfo for -v -f -o. (Thanks IgorEisberg)
  • [#3885] Change efd|empty-framework-dir to cf|clean-frameworks. (Thanks IgorEisberg)
  • [#3885] Change packageInfo to resourcesInfo in apktool.yml representing all transformation options. (Thanks IgorEisberg)
  • [#3885] Change hex integer values to preferred compact form. (0x20 instead of 0x00000020) (Thanks IgorEisberg)
  • [#4001] Change temporary files to be prefixed with binary name (ie aapt2). (Thanks jpstotz)
  • [#3885] Fix all <item> tags to properly reference their respective resource types. (Thanks IgorEisberg)
  • [#3885] Fix usage of dp instead of dip as a more modern development standard. (Thanks IgorEisberg)
  • [#3885] Fix usage of match_parent instead of fill_parent as a more modern development standard. (Thanks IgorEisberg)
  • [#3885] Fix color values to represent the format they were in the original apk. (Thanks IgorEisberg)
  • [#3994] Fix odd integer encoding behavior as a string. (Thanks IgorEisberg)
  • [#3994] Fix support for feature flags prefixed with exclamation mark. (Thanks IgorEisberg)
  • [#3997] Fix building on headless CI systems.
  • [#3990] Upgrade guava to 33.5.0-jre.
  • [#3998] Upgrade commons-lang3 to 3.19.0.
  • [#4003] Upgrade gradle/actions to 5.0.0.
  • [#4011] Upgrade github/codeql-action to v4.