Skip to main content

54 posts tagged with "release"

View All Tags

Apktool 2.0.3

Connor Tumbleson
Maintainer of Apktool
  • For developers - Run git submodule update --init --recursive to setup submodules.
  • Fixed issue with too long command due to large amount of uncompressed files. (#1053)
  • Fixed bad casting issue between ResStringValue and ResAttr. (#1060)
  • Fixed bad casting issue between ResStyleValue and ResAttr. (#957, #1063)
  • Prevent greedy additional .dex finder from pulling .dex files outside of apk root.
  • Move smali to git submodule for easier updates, update to 2.1.0 in process.
  • Fixed issue with echo in helper scripts. (#1056)
  • Fixed issue with mnc1 qualifier. (#1072)
  • Fixed issue with apks that have a 28 byte ResConfig size. (#1084) / Thanks rover
  • Cleaned up code base to match AOSP naming. (#1099)
  • Fixed issue with APKs that had sparse ResourceTable. (#964, #1031)
  • Added support for DATA_NULL_EMPTY
  • Added support for API23 mnc values. They are no longer zero padded.
  • Fixed issue where large int values in AndroidManifest.xml were truncated due to overflow. (#767) / Thanks gio73 and MarcMil
  • Added decode support for Dexguard Enterprise applications. (#1014)
  • Simply creates dummy key value names to prevent duplicate resource error.

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

Apktool 2.0.2

Connor Tumbleson
Maintainer of Apktool
caution

This release contains an updated internal framework file.

  • Remove framework file $HOME/apktool/framework/1.apk due to internal API update (Android Marshmallow)
  • Fixed issues with apks that use .9.xml files, which improperly triggered 9patch decoder. (#1005)
  • Prevent compressing resources that should not be. (Pull 1020)
  • aapt changes
    • 5cded813 - skip compat functions.
    • eb06229e - add miui support for godzillaui.
    • d3c5cc64 - add miui support for 4 digit mnc/mcc fields.
    • ef9e8d09 - build libc++ statically.
  • Updated smali/baksmali to v2.0.8
  • Fixed issues with reference attributes being decoded improperly. (#1023) / (Thanks phhusson)
  • Fixed issue with version qualifiers being improperly added during build. (#928)
  • Added Support for Android Marshmallow (API 23). (#999)

This post was originally released at: https://connortumbleson.com/2015/10/12/apktool-v2-0-2-released and duplicated in part here for historical reasons.