| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
script.
This is used to help people easily package experimental versions of the NDK to
test and distribute fixes and improvements. The main idea is to allow external
contributors to play with it in interesting way and share the result easily.
|
|\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | | |
* changes:
SDK: Remove STOPSHIP keyword.
|
| | |/
| |/|
| | |
| | | |
Change-Id: Idad5a0ab0f31c3e513ce19d914e2eb686078d44f
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| | |
Also add a source.properties (we'll install it on the vendor/google
script part of the script).
SDK BUG 2173135
Change-Id: Icb0f22a65ffd819bf7b0f48adbec51cbc1243f71
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
UI to manage/create custom Layout Devices.
|
| |/
| |
| |
| | |
Change-Id: Idc447b4136a6f709d7a665321af68de552ec613a
|
|/
|
|
| |
Change-Id: I6b95f5758c36979cca06483f1ff797ba67ecd056
|
|\
| |
| |
| |
| | |
* changes:
Fix NPE in the parsing of property file.
|
| |
| |
| |
| |
| |
| | |
this could happen if the log object is null and the parsing fails.
Change-Id: I6dbcafab26c5405efba20b30f511104fcee5bf78
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
SDK Manager: suggest install of new platforms, addons or extra packages.
|
| | |
| | |
| | |
| | |
| | |
| | | |
Supports the new "android update sdk" action.
Change-Id: Ib096f1f024639018252c58d4f9c8872ead3c39b9
|
| |/
|/|
| |
| |
| |
| |
| |
| |
| | |
This ammends the batch file to recognize "android update sdk" to start
the updater UI.
SDK BUG 2173128 2173150
Change-Id: I3a2b9df9a3c52aa86bf34d05389c4034d60d57dc
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
New "SDK Launcher" for Windows.
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This simple .exe will sit at the root of the Windows SDK
and currently simply executes tools\android.bat
It uses the same icon as the emulator.
Eventually it should simply replace the batch file.
Change-Id: I5359971fd476d6809d4ccb6bc0a0bcd34e30a3e6
|
|\ \
| |/
|/|
| |
| | |
* changes:
Set SDK Platform/Doc to API 5.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This changes the short description of all the package types
to display the revision.
It also changes the long description to be "whatever" is in the
XML; if there's nothing in the xml, use the short description.
Also appends the requirements for addon/platform and min-tools-rev.
I will address the packaging script to put proper descriptions
when generating the XML.
SDK BUG 2136068
Change-Id: Iaca7692f048f7f63111c2fe1f25c5588f0fc2099
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
SDK Manager: extra packages must respect min-tools-rev too.
|
| | |
| | |
| | |
| | |
| | |
| | | |
SDK BUG 2040986
Change-Id: I2fb42327ff6d474fd8ad58fcd0725af3972ea026
|
|\ \ \
| |_|/
|/| |
| | |
| | | |
* changes:
SDK Manager: fix selection of non-expanded remote archives.
|
| |/
| |
| |
| |
| |
| | |
SDK BUG 2177033
Change-Id: I408e3edaa5a418df871ebf0da567468bf81189df
|
|/
|
|
| |
Change-Id: Id9608b8ac9f05c3e0db92668797b2d80f0690397
|
|
|
|
|
|
|
|
|
| |
Also reverts UpdaterLogic as package-private and
adds some javadoc to it.
SDK BUG 2179267
Change-Id: I19644cc4c99ac70598f3cbcfface2f19d9999931
|
|\
| |
| |
| |
| | |
* changes:
Minor label change (size -> resolution)
|
| |
| |
| |
| |
| |
| | |
Also remove unused imports
Change-Id: Ib18a32c126bc913e3e0c14546d2ce693190be1d1
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
Fix ADT tests failures: - Separate functional tests into ones which load their own Sdk, vs ones which need to use the same one as Adt. - Make all base test classes abstract with protected constructors.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Separate functional tests into ones which load their own Sdk, vs ones which
need to use the same one as Adt.
- Make all base test classes abstract with protected constructors.
BUG 2173382, 2173847
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* changes:
Remove flaky ApiDemos tests from continuous.
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
These aren't needed anyway, since they are run as part of SDK test set.
BUG 2081356
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
* changes:
Fix continuous adt-test: UpdaterLogic is now public.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Also remove the make sdkuilib from create_tests_symlinks, since
adt-tests actually uses the one from adt.
SDK BUG 2177557
Change-Id: Ied6c54f1227ed73fb77723e016559357fc1c1ee2
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
* changes:
Fix ant install when -Dadb.device.arg not provided.
|
| | |
| | |
| | |
| | |
| | |
| | | |
And also add the adb.device.arg support to ant uninstall.
BUG 2172690
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
* changes:
SDK Updater: don't auto-expand archives when selecting a package
|
| | |
| | |
| | |
| | |
| | |
| | | |
SDK BUG 2177033
Change-Id: I2c7af74e0dbbb3fc452e15e135b656a89bde4d31
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
Layout was wrong too.
SDK BUG 2176634
Change-Id: Ibbec1c47037d4a6dd875953c1875daaac4f11106
|
|/
|
|
|
|
|
|
|
| |
Example of usage:
$ ant install -Dadb.device.arg=-d
SDK BUG 2172690
Change-Id: I196441f9aab888b1356b4fc0255842570be5140f
|
|\
| |
| |
| |
| | |
* changes:
Make WVGA/High skins use a higher VM heap size.
|
| |
| |
| |
| | |
Change-Id: Ic43873545dd7a9482e4214ed3750a8e2108cafc6
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
Add sholes to Windows USB Driver in Eclair.
|
| |/
| |
| |
| |
| |
| | |
SDK BUG 2132512
Change-Id: I935c71f2fb689ed8e493e3375ad676f6f66a3f76
|
|\ \
| |/
|/|
| |
| | |
* changes:
Add SdkUiLib tests to adt-tests.
|
| |
| |
| |
| |
| |
| |
| |
| | |
Also fixes the create_tests_symlink for Windows.
SDK BUG 2040986
Change-Id: I7d549c265efb9dbb5936ed7c9a7798eefee52d9b
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
SDK Updater: platform dependency on tools, addon dependency on platform.
|
| |/
| |
| |
| |
| |
| | |
SDK BUG 2040986
Change-Id: Ica46d14939bb3a9bf499899a0bf571456d4c6017
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
Add hardware support to AVD creation dialog.
|
| | |
| | |
| | |
| | | |
Change-Id: Ia20b55c788191b40159b5c38b66f1da333179ccc
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Merge commit 'fb244224235c33b492774f32e8caf8d43f2a3cec' into eclair
* commit 'fb244224235c33b492774f32e8caf8d43f2a3cec':
Remove unnecessary preprocessing of monkey commands, fix bug where it didn't recognize '@', '+', '.', etc.
adding a recorder function to collect output into an xml file; adding getvars and listvars command to MonkeyRunner
Add runtest test def for cts-webkit.
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
recognize '@', '+', '.', etc.
Bug #2121341
|