v2.1.0
2016.03.27
Breaking - Removes SmaliDebugging feature. (Issue 1061)
Fixed issue with non printable chars in unknown files. Thanks ihanson
Fixed issue when a non-compressed file has no extension. (Issue 1122) / Thanks BurgerZ
Added ability for launched executables (aapt) to differentiate between output and error streams. Thanks BurgerZ
Revamped internal storage of apktool.yml to be serialized objects vs entries in HashMap. (Issue 1128) / Thanks rover
Closes streams that were not properly closed. (Issue 1143)
Fixes issue when @null was improperly decoded. (Issue 1123)
Fixes issue when apk filename has trailing space. (Issue 1145) / Thanks BurgerZ
Fixes issue that all digits were treated as string using \ ### trick. (Issue 1130)
Added additional feature to --keep-broken-res to ignore resource duplicates. (Issue 1164) / Thanks crpalmer
Performance enhancement - Stops using String.format() for MISSING_RES_SPECS. (Issue 1186) / Thanks dnault
Added support for decoding AndResGuard apps. (Issue 1170)
Removed LittleEndianReader in favor for a public domain one. (Issue 1166) / Thanks chirayudesai
Adapt 9patch decoder to handle any format (Color Table, RGB, RGBA, Gray, GrayAlpha). (Issue 1180) / Thanks mattsarett
|