------------------- * Rewrote everything to inspect the file system instead of relying on the android app to tell use what needs installing and what doesn't. * Fixed verbose settings: -vv for verbose -vvvv to see the license agreements * Added two settings: "dryrun" and "force" * Corrected script generation (and now correctly detects if something isn't installed based on those). * Fixed install order for dependencies. * Now much more consistant.
0.9.1
------------------
* Nothing yet...
0.9.0
------------------
* Cleaned up the source code. * Now sets the buildout variable for the sdk_dir that other parts can access like ${android:sdk_dir} * Added support for verboseness
0.8.9
------------------
* Fixed an error that caused it to never exit the install loop if the api 17 image was being installed, and other packages after that one. * Terminates the child when it times out after 30 seconds.
0.8.8
------------------
* Added new option ``install_dir`` to install it in a seperate directory other then the parts directory.
0.8.7
------------------
* Rewrote how it finds packages and installs them.