- Added 9patch image decoding support. #112
- Fixed support for APKs lacking res directory of resources.arsc file. (#154, #160)
- Changed default name of built file from
out.apk
to <original_name>.apk
- Added possibility to chose location of output APK when building.
- Added feature for installing and using custom framework files - pulled from a device. See FrameworkFiles #137
- Froyo support #147
- updated Android framework to
2.2r1
- removed HTC framework
- no need to use
-s
/-r
switch, when apk doesn't contain sources/resources
- added protection against accidental remove of important files when decoding #146
- made outdir argument optional when decoding
- fix: adding dummy resources if some of them are missing #150
- fix: better recognition of AXML files #151