Merge commit '8aa42da0f27be2437e02f43c203dc55ca085ee77'
* commit '8aa42da0f27be2437e02f43c203dc55ca085ee77':
Skins can now provide their own hardware support (via AVDs)
Merge commit '36c0ffd88f094d063aa5d61860b3711b853063f0'
* commit '36c0ffd88f094d063aa5d61860b3711b853063f0':
Details dialog for AVD from the avd selector.
Merge commit '6fe28b1f7fb5f4297210eb7e0de5cad7ba563551'
* commit '6fe28b1f7fb5f4297210eb7e0de5cad7ba563551':
SDK Updater: Store local source properties when installing.
When installing an archive, a "source.properties" file is saved
in the directory that contains all the information from the
source (Source URL, package attributes, archive attributes.)
When loading local packages, these properties are used to
recreate the local package attributes if present. This is
also used to indentify local extra packages.
* changes:
Add a 'removeunusedresources' script that goes through an app and removes all the unused resources. It uses the 'findunusedresources' script to find the resources, and the 'xmlstarlet' command to edit xml files. The result is an uncommitted git change that you can verify, modify if needed, and then check in. Also put some more fixes in the findunusedresources script to keep it from reporting false positives.
all the unused resources. It uses the 'findunusedresources' script to find
the resources, and the 'xmlstarlet' command to edit xml files. The
result is an uncommitted git change that you can verify, modify if
needed, and then check in.
Also put some more fixes in the findunusedresources script to keep
it from reporting false positives.
Merge commit '426ecc9efdf0b9562f9c53d3a9324b74c7b5dd70'
* commit '426ecc9efdf0b9562f9c53d3a9324b74c7b5dd70':
SDK Updater: logic to load/save user sources and to delete them.
Merge commit 'a43be8798e54a208b4b06e0e30c7311d8711dd5d'
* commit 'a43be8798e54a208b4b06e0e30c7311d8711dd5d':
Update the API of ApkBuilder to make it clearer what is stable and what isn't.
Merge commit '39624127845afcf2876cc2c09cc11c06fcf0f57b'
* commit '39624127845afcf2876cc2c09cc11c06fcf0f57b':
SDK Updater: use separate license node in XML. Support extra packages.
Merge commit 'ef2f55d0b70edcddeeeac7ad7cab0c8f115c0800'
* commit 'ef2f55d0b70edcddeeeac7ad7cab0c8f115c0800':
Add support to delete AVD in the new AvdSelector.
Merge commit '963aebaffad1c4f6934940c32a6f16bf7babe7cb'
* commit '963aebaffad1c4f6934940c32a6f16bf7babe7cb':
Force the id of TabWidget to be android:id/tabs
- Always unzip the archives first and get their root zip dir.
- Try to reusing an existing addon folder first.
- Or the root zip dir.
- Or come up with a better name for the addon folder.
Merge commit '340a79b5904f02bfe8793c22ca82a78d5f1aa544'
* commit '340a79b5904f02bfe8793c22ca82a78d5f1aa544':
SDK Updater: fix repository.xml to read as binary, not text
Merge commit 'f08e4afd45a793dfe74521c84f91c8ced1eb19f9'
* commit 'f08e4afd45a793dfe74521c84f91c8ced1eb19f9':
First step of a more standalone AvdSelector.
Merge commit '678a781bb59364e462dca650a21a9d4d1ad56736'
* commit '678a781bb59364e462dca650a21a9d4d1ad56736':
Properly create Image for the icons so that they are transparent.