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