OSDN Git Service

android-x86/sdk.git
15 years agoMove package installation logic from ADT to ddmlib.
Brett Chabot [Fri, 12 Jun 2009 22:30:55 +0000 (15:30 -0700)]
Move package installation logic from ADT to ddmlib.

15 years agoSDK Updater: remove UpdaterData() constructor.
Raphael [Thu, 11 Jun 2009 22:55:42 +0000 (15:55 -0700)]
SDK Updater: remove UpdaterData() constructor.

We don't really need for SWT Designer.
Also fix the main window icon to show it again.

15 years agoSDK Updater: icons for packages in remote page.
Raphael [Thu, 11 Jun 2009 22:34:24 +0000 (15:34 -0700)]
SDK Updater: icons for packages in remote page.

One of the rationales behind this was to show
incompatible archives using some icon.

This moves all SDK Updater icons in internal/repository/icons
and create an ImageFactory available to the remote page via
the UpdaterData.

15 years agoCentralized the local data, and create new listener mechanism to access it.
Xavier Ducrohet [Wed, 10 Jun 2009 18:22:46 +0000 (11:22 -0700)]
Centralized the local data, and create new listener mechanism to access it.

Created a permanent SdkManager in UpdaterData (alongside a new AvdManager).
Pages can request a reload (for example on install/delete of a local package),
and other pages are notified of SDK changes to update their display (local
packages, local AVDs, available packages, etc...)

Removed references to UpdaterWindow from the pages (moved some actions
like installArchives and refreshSources into UpdaterData).

Added a new page for the AVDs. Pretty basic for now (only the current AVD
display).

Clicking refresh on the Local pages causes a reload which triggers a
refresh of the listeners pages which properly reloads the AVD page.

15 years agoMerge change 3869 into donut
Android (Google) Code Review [Thu, 11 Jun 2009 18:56:08 +0000 (11:56 -0700)]
Merge change 3869 into donut

* changes:
  SDK Updater: implement tree check callback on remote page.

15 years agoMerge change 3868 into donut
Android (Google) Code Review [Thu, 11 Jun 2009 18:55:36 +0000 (11:55 -0700)]
Merge change 3868 into donut

* changes:
  ADT #1909458: fix 'android update project': "build.xml is too old"

15 years agoMerge change 3856 into donut
Android (Google) Code Review [Thu, 11 Jun 2009 17:24:54 +0000 (10:24 -0700)]
Merge change 3856 into donut

* changes:
  SDK Updater: fix install in new directory.

15 years agoSDK Updater: implement tree check callback on remote page.
Raphael [Thu, 11 Jun 2009 06:08:53 +0000 (23:08 -0700)]
SDK Updater: implement tree check callback on remote page.

15 years agoADT #1909458: fix 'android update project': "build.xml is too old"
Raphael [Thu, 11 Jun 2009 04:33:38 +0000 (21:33 -0700)]
ADT #1909458: fix 'android update project': "build.xml is too old"

15 years agoMerge change 3848 into donut
Android (Google) Code Review [Thu, 11 Jun 2009 02:49:47 +0000 (19:49 -0700)]
Merge change 3848 into donut

* changes:
  SDK Updater: Revamp ITaskMonitor to be able to create sub monitors.

15 years agoSDK Updater: fix install in new directory.
Raphael [Thu, 11 Jun 2009 02:35:50 +0000 (19:35 -0700)]
SDK Updater: fix install in new directory.

Also change the getenv hack so that multiple sources
can be specified, separated by ;

15 years agoSDK Updater: Revamp ITaskMonitor to be able to create sub monitors.
Raphael [Thu, 11 Jun 2009 01:33:45 +0000 (18:33 -0700)]
SDK Updater: Revamp ITaskMonitor to be able to create sub monitors.

This allows us to nest tasks that share the same
progress task dialog..

15 years agoMerge change 3807 into donut
Android (Google) Code Review [Thu, 11 Jun 2009 00:28:21 +0000 (17:28 -0700)]
Merge change 3807 into donut

* changes:
  Remove an old backup file.

15 years agoMerge change 3770 into donut
Android (Google) Code Review [Thu, 11 Jun 2009 00:11:57 +0000 (17:11 -0700)]
Merge change 3770 into donut

* changes:
  Add SdkManager#reloadSdk().

15 years agoRemove an old backup file.
Dan Bornstein [Wed, 10 Jun 2009 23:08:38 +0000 (16:08 -0700)]
Remove an old backup file.

15 years agoMerge change 3743 into donut
Android (Google) Code Review [Wed, 10 Jun 2009 22:30:15 +0000 (15:30 -0700)]
Merge change 3743 into donut

* changes:
  ADT #1856119: 'android update project' can now update sub-projects.

15 years agoAdd SdkManager#reloadSdk().
Xavier Ducrohet [Wed, 10 Jun 2009 21:48:08 +0000 (14:48 -0700)]
Add SdkManager#reloadSdk().

15 years agoMerge change 3763 into donut
Android (Google) Code Review [Wed, 10 Jun 2009 20:57:03 +0000 (13:57 -0700)]
Merge change 3763 into donut

* changes:
  SDK Updater: Fix the build.

15 years agoSDK Updater: Fix the build.
Raphael [Wed, 10 Jun 2009 20:43:44 +0000 (13:43 -0700)]
SDK Updater: Fix the build.

Seems like the server doesn't have Properties.load(Reader)!??!

15 years agoMerge change 3691 into donut
Android (Google) Code Review [Wed, 10 Jun 2009 19:35:44 +0000 (12:35 -0700)]
Merge change 3691 into donut

* changes:
  SDK Updater: handle HTTP proxy settings, load & save.

15 years agoam 4b04cfae: AI 149721: Import Portuguese translations.
Eric Fischer [Wed, 10 Jun 2009 19:29:56 +0000 (12:29 -0700)]
am 4b04cfae: AI 149721: Import Portuguese translations.

Merge commit '4b04cfae5b35b820e460e9533dfbd8b080484103' into donut

* commit '4b04cfae5b35b820e460e9533dfbd8b080484103':
  AI 149721: Import Portuguese translations.

15 years agoAI 149721: Import Portuguese translations.
Eric Fischer [Wed, 10 Jun 2009 19:25:53 +0000 (12:25 -0700)]
AI 149721: Import Portuguese translations.

Automated import of CL 149721

15 years agoMerge change 3748 into donut
Android (Google) Code Review [Wed, 10 Jun 2009 19:02:40 +0000 (12:02 -0700)]
Merge change 3748 into donut

* changes:
  Fix enter key and control keys in Terminal emulator.

15 years agoMerge change 3747 into donut
Android (Google) Code Review [Wed, 10 Jun 2009 19:01:28 +0000 (12:01 -0700)]
Merge change 3747 into donut

* changes:
  Add the Term terminal emulator to the default Eclipse project classpath.

15 years agoFix enter key and control keys in Terminal emulator.
Jack Palevich [Wed, 10 Jun 2009 18:54:02 +0000 (11:54 -0700)]
Fix enter key and control keys in Terminal emulator.

Previously the enter key only worked after the trackball had been
clicked at least once. Fixed by calling setFocibleInTouchMode.

Fix bug where control keys didn't work with the soft keyboard.

Fix some warnings reported by Eclipse IDE. (Missing @Overrides, needless
imports, unused variables.)

15 years agoSDK Updater: handle HTTP proxy settings, load & save.
Raphael [Wed, 10 Jun 2009 04:40:22 +0000 (21:40 -0700)]
SDK Updater: handle HTTP proxy settings, load & save.

15 years agoADT #1856119: 'android update project' can now update sub-projects.
Raphael [Wed, 10 Jun 2009 18:34:08 +0000 (11:34 -0700)]
ADT #1856119: 'android update project' can now update sub-projects.

15 years agoChange cts-permission runtest def to use proper runner.
Brett Chabot [Wed, 10 Jun 2009 02:41:27 +0000 (19:41 -0700)]
Change cts-permission runtest def to use proper runner.

15 years agoAdd the Term terminal emulator to the default Eclipse project classpath.
Jack Palevich [Wed, 10 Jun 2009 17:37:28 +0000 (10:37 -0700)]
Add the Term terminal emulator to the default Eclipse project classpath.

15 years agoMerge change 3642 into donut
Android (Google) Code Review [Wed, 10 Jun 2009 17:33:09 +0000 (10:33 -0700)]
Merge change 3642 into donut

* changes:
  Use the same lock for Sdk class than the one used for loading the SDK.

15 years agoMerge change 3557 into donut
Android (Google) Code Review [Wed, 10 Jun 2009 14:36:16 +0000 (07:36 -0700)]
Merge change 3557 into donut

* changes:
  SDK Updater: Support local archives

15 years agoAdd GlobalSearch to test definitions.
Karl Rosaen [Wed, 10 Jun 2009 10:46:55 +0000 (11:46 +0100)]
Add GlobalSearch to test definitions.

15 years agoSDK Updater: Support local archives
Raphael [Tue, 9 Jun 2009 06:40:29 +0000 (23:40 -0700)]
SDK Updater: Support local archives

- Change Archive to have a "isLocal" mode.
  - In local mode, Archive.getLocalOsPath gives the install folder.
  - In remote mode, Archive.getUrl gives the download URL.
- Implement delete on local archive.
- Started refreshing all sources. Need to revamp the progress
  dialog to share it accross methods first.

15 years agoRemoved SDK add-on product specification parameters (likely will add a separate SDK...
Reena Lee [Tue, 9 Jun 2009 23:04:20 +0000 (16:04 -0700)]
Removed SDK add-on product specification parameters (likely will add a separate SDK add-on section in the future).
Removed reference to stack tool in debugging section, which is an internal-only tool.

15 years agoUse the same lock for Sdk class than the one used for loading the SDK.
Xavier Ducrohet [Tue, 9 Jun 2009 22:38:45 +0000 (15:38 -0700)]
Use the same lock for Sdk class than the one used for loading the SDK.

This will prevent deadlocks when launching Eclipse.

15 years agoMerge change 3622 into donut
Android (Google) Code Review [Tue, 9 Jun 2009 22:13:44 +0000 (15:13 -0700)]
Merge change 3622 into donut

* changes:
  Move the custom widgets for avd/targets/apk-config into internal.widgets

15 years agoMerge change 3597 into donut
Android (Google) Code Review [Tue, 9 Jun 2009 22:13:40 +0000 (15:13 -0700)]
Merge change 3597 into donut

* changes:
  Add missing file and remove unused imports

15 years agoMerge change 3626 into donut
Android (Google) Code Review [Tue, 9 Jun 2009 21:56:05 +0000 (14:56 -0700)]
Merge change 3626 into donut

* changes:
  Added the test definiton for the cameraLatnecy and the mediamemorystress test

15 years agoAdded the test definiton for the cameraLatnecy and the mediamemorystress test
Yu Shan Emily Lau [Tue, 9 Jun 2009 21:31:39 +0000 (14:31 -0700)]
Added the test definiton for the cameraLatnecy and the mediamemorystress test

15 years agoMerge change 3546 into donut
Android (Google) Code Review [Tue, 9 Jun 2009 21:22:49 +0000 (14:22 -0700)]
Merge change 3546 into donut

* changes:
  SDK Updater: fix repo URL

15 years agoMerge change 3545 into donut
Android (Google) Code Review [Tue, 9 Jun 2009 21:22:40 +0000 (14:22 -0700)]
Merge change 3545 into donut

* changes:
  SDK Updater: fix for new archives.

15 years agoMove the custom widgets for avd/targets/apk-config into internal.widgets
Xavier Ducrohet [Tue, 9 Jun 2009 20:49:51 +0000 (13:49 -0700)]
Move the custom widgets for avd/targets/apk-config into internal.widgets

15 years agoAdd missing file and remove unused imports
Xavier Ducrohet [Tue, 9 Jun 2009 18:56:46 +0000 (11:56 -0700)]
Add missing file and remove unused imports

(git commit -a missed it)

15 years agoMerge change 3532 into donut
Android (Google) Code Review [Tue, 9 Jun 2009 18:30:46 +0000 (11:30 -0700)]
Merge change 3532 into donut

* changes:
  Add menu + bigger icons for MacOS. Also added name to shell (macos also)

15 years agoMerge change 3351 into donut
Android (Google) Code Review [Tue, 9 Jun 2009 16:23:51 +0000 (09:23 -0700)]
Merge change 3351 into donut

* changes:
  Add new text display attribute for gles version number

15 years agoSDK Updater: fix repo URL
Raphael [Tue, 9 Jun 2009 04:52:05 +0000 (21:52 -0700)]
SDK Updater: fix repo URL

15 years agoSDK Updater: fix for new archives.
Raphael [Tue, 9 Jun 2009 04:47:04 +0000 (21:47 -0700)]
SDK Updater: fix for new archives.

Fix for detecting MacOS platforms correctly.

Fix to account for new archives with a root folder
(the root folder is ignored).

Display why archives are not compatible (print
which OS was not compatible.)

15 years agoAdd menu + bigger icons for MacOS. Also added name to shell (macos also)
Xavier Ducrohet [Tue, 9 Jun 2009 01:27:03 +0000 (18:27 -0700)]
Add menu + bigger icons for MacOS. Also added name to shell (macos also)

15 years agoMerge change 3345 into donut
Android (Google) Code Review [Mon, 8 Jun 2009 20:27:35 +0000 (13:27 -0700)]
Merge change 3345 into donut

* changes:
  SDK Updater: Add optional license elements to XML schema.

15 years agoMerge change 3407 into donut
Android (Google) Code Review [Mon, 8 Jun 2009 20:24:37 +0000 (13:24 -0700)]
Merge change 3407 into donut

* changes:
  SDK updater: refactor install into Archive.

15 years agoam c3c97d1d: AI 149620: mkstubs should ignore all the methods/fields/classes with...
Xavier Ducrohet [Mon, 8 Jun 2009 18:16:44 +0000 (11:16 -0700)]
am c3c97d1d: AI 149620: mkstubs should ignore all the methods/fields/classes with default access.   External bug: code.google.com/p/android/issues/detail?id=2806   BUG=1901455

Merge commit 'c3c97d1db391f4e400343fd69be11c8b1f951ff3' into donut

* commit 'c3c97d1db391f4e400343fd69be11c8b1f951ff3':
  AI 149620: mkstubs should ignore all the methods/fields/classes with default access.

15 years agoMerge change 3359 into donut
Android (Google) Code Review [Mon, 8 Jun 2009 17:49:11 +0000 (10:49 -0700)]
Merge change 3359 into donut

* changes:
  * Added in-page TOC to all pages. * Removed "Introduction" title from all pages.

15 years agoAdd new text display attribute for gles version number
Suchi Amalapurapu [Fri, 5 Jun 2009 21:33:17 +0000 (14:33 -0700)]
Add new text display attribute for gles version number

15 years agoSDK updater: refactor install into Archive.
Raphael [Thu, 4 Jun 2009 22:14:24 +0000 (15:14 -0700)]
SDK updater: refactor install into Archive.

15 years agoAI 149620: mkstubs should ignore all the methods/fields/classes with default access.
Xavier Ducrohet [Sat, 6 Jun 2009 00:06:37 +0000 (17:06 -0700)]
AI 149620: mkstubs should ignore all the methods/fields/classes with default access.
  External bug: http://code.google.com/p/android/issues/detail?id=2806
  BUG=1901455

Automated import of CL 149620

15 years agoMerge change 3342 into donut
Android (Google) Code Review [Sat, 6 Jun 2009 00:02:04 +0000 (17:02 -0700)]
Merge change 3342 into donut

* changes:
  Add revision to Android targets.

15 years agoAdd revision to Android targets.
Xavier Ducrohet [Fri, 5 Jun 2009 20:01:03 +0000 (13:01 -0700)]
Add revision to Android targets.

The add-on use the "revision" property of the manifest (if it does not
exists, it looks for the old deprecated "version" property).
The platform uses the ro.build.version.incremental which is only an integer
for builds from the build servers.
Local builds contain <buildtype>.<username>.<date>.<time>. For those will
use the date.

15 years ago* Added in-page TOC to all pages.
David Warren [Fri, 5 Jun 2009 22:11:21 +0000 (15:11 -0700)]
* Added in-page TOC to all pages.
* Removed "Introduction" title from all pages.

15 years agoSDK Updater: Add optional license elements to XML schema.
Raphael [Fri, 5 Jun 2009 20:53:08 +0000 (13:53 -0700)]
SDK Updater: Add optional license elements to XML schema.

15 years agoMerge change 3316 into donut
Android (Google) Code Review [Fri, 5 Jun 2009 19:15:18 +0000 (12:15 -0700)]
Merge change 3316 into donut

* changes:
  Fix make_windows_sdk to make sure we're not creating files as directories :-)

15 years agoFix make_windows_sdk to make sure we're not creating
Raphael [Fri, 5 Jun 2009 18:20:23 +0000 (11:20 -0700)]
Fix make_windows_sdk to make sure we're not creating
files as directories :-)

15 years agoMerge change 3241 into donut
Android (Google) Code Review [Fri, 5 Jun 2009 18:13:13 +0000 (11:13 -0700)]
Merge change 3241 into donut

* changes:
  New page, release_keys.jd, requested by bug 1884389. Small fix (broken link) to display_drivers.jd. Audio.jd has new right-side in-page TOC. telephony.jd fixes a bug.

15 years agoSDK Updater: add comments to the XML Schema.
Raphael [Fri, 5 Jun 2009 05:17:37 +0000 (22:17 -0700)]
SDK Updater: add comments to the XML Schema.

This patch also moves the checksumType at the bottom
so that the main sdk-repository element definition
be the first thing in the file.

15 years agoMerge change 3202 into donut
Android (Google) Code Review [Fri, 5 Jun 2009 01:54:50 +0000 (18:54 -0700)]
Merge change 3202 into donut

* changes:
  Make runtest wait for instrumentation install before running test.

15 years agoMake runtest wait for instrumentation install before running test.
Brett Chabot [Thu, 4 Jun 2009 20:50:55 +0000 (13:50 -0700)]
Make runtest wait for instrumentation install before running test.

This attempts to address bug 1872940 where runtest will attempt to
run the test before all the new packages pushed via adb sync are
actually installed. This won't completely fix the bug in all cases,
but hopefully will help most situations.

15 years agoMerge change 3228 into donut
Android (Google) Code Review [Fri, 5 Jun 2009 00:48:15 +0000 (17:48 -0700)]
Merge change 3228 into donut

* changes:
  ADT: make sure to log exceptions that might happen when loading the SDK.

15 years agoChange scripts to support x86_64 for DDMS.
Raphael [Thu, 4 Jun 2009 23:58:55 +0000 (16:58 -0700)]
Change scripts to support x86_64 for DDMS.

15 years agoADT: make sure to log exceptions that might happen when
Raphael [Thu, 4 Jun 2009 22:13:28 +0000 (15:13 -0700)]
ADT: make sure to log exceptions that might happen when
loading the SDK.

15 years agoMerge change 3195 into donut
Android (Google) Code Review [Thu, 4 Jun 2009 22:00:45 +0000 (15:00 -0700)]
Merge change 3195 into donut

* changes:
  Change the SDK, DDMS and Traceview to work with the new SWT libraries.

15 years agoNew page, release_keys.jd, requested by bug 1884389.
David Warren [Thu, 4 Jun 2009 21:59:40 +0000 (14:59 -0700)]
New page, release_keys.jd, requested by bug 1884389.
Small fix (broken link) to display_drivers.jd.
Audio.jd has new right-side in-page TOC.
telephony.jd fixes a bug.

15 years agoChange the SDK, DDMS and Traceview to work with the new SWT libraries.
Xavier Ducrohet [Wed, 3 Jun 2009 23:07:36 +0000 (16:07 -0700)]
Change the SDK, DDMS and Traceview to work with the new SWT libraries.

The SDK now contains 32 and 64 bit version of SWT. DDMS and Traceview
use the archquery java app to check the architecture of the VM to decide
which version of SWT should be used to run the apps.

15 years agoMerge change 3141 into donut
Android (Google) Code Review [Thu, 4 Jun 2009 20:16:08 +0000 (13:16 -0700)]
Merge change 3141 into donut

* changes:
  SDK Updater: Unzip archives.

15 years agoFixed valgrind handling issue.
Nicolas Catania [Thu, 4 Jun 2009 16:42:03 +0000 (09:42 -0700)]
Fixed valgrind handling issue.

Turns out valgrind always exits with error code 0 even when a leak is
detected. Instead we are now looking for an empty output.

15 years agoSDK Updater: Unzip archives.
Raphael [Thu, 4 Jun 2009 05:42:44 +0000 (22:42 -0700)]
SDK Updater: Unzip archives.

This adds the following:
- unzip archives
- if dest dir already exists (typicaly update case),
  unzips in a temp dir then swap dirs then delete
  the old install. In case of error, the old archive
  has not been lost.
- computes stats for download: percentage, speed, time left.
- compute percent for install, on top of progress bar.

The install code will need to move somewhere
out of the window. I think I'll put in the Archive
itself with the window just looping on all archives
and doing some progress bar bookeeping.

15 years agoMerge change 3016 into donut
Android (Google) Code Review [Wed, 3 Jun 2009 18:01:14 +0000 (11:01 -0700)]
Merge change 3016 into donut

* changes:
  SDK Updater: Refactor, polish and complete the progress dialog.

15 years agoMerge change 3009 into donut
Android (Google) Code Review [Wed, 3 Jun 2009 18:01:07 +0000 (11:01 -0700)]
Merge change 3009 into donut

* changes:
  SDK Updater: fix download URL, fix checksum computation.

15 years agoMerge change 2428 into donut
Android (Google) Code Review [Wed, 3 Jun 2009 17:49:54 +0000 (10:49 -0700)]
Merge change 2428 into donut

* changes:
  Fix misleading comment.

15 years agoSDK Updater: Refactor, polish and complete the progress dialog.
Raphael [Wed, 3 Jun 2009 07:19:09 +0000 (00:19 -0700)]
SDK Updater: Refactor, polish and complete the progress dialog.

This splits the former ProgressTask in 2 parts:
ProgressDialog is just the SWT dialog and ProgressTask
is the task handling.

This helps avoiding confusing SWT Designer each time
I do a change in the logic. Plus it seems cleaner anyway.

The other thing this CL does is implement the pause/close
I originally wanted: the pause button is greyed once used
by the user whilst the task completes. After, it becomes
a "Close" button if there's a result text displayed.
Closing the window using the close box is now the same as
using the pause/close button (to avoid closing the dialog
with a running thread.)

15 years agoSDK Updater: fix download URL, fix checksum computation.
Raphael [Wed, 3 Jun 2009 05:12:01 +0000 (22:12 -0700)]
SDK Updater: fix download URL, fix checksum computation.

15 years agoMerge change 2768 into donut
Android (Google) Code Review [Tue, 2 Jun 2009 23:53:22 +0000 (16:53 -0700)]
Merge change 2768 into donut

* changes:
  Add an API demo that shows the effets of setting Bitmaps as being purgeable.

15 years agoam c91e5f15: AI 149502: - Adding sensors to PDK TOC - Added initial table of Produc...
Reena Lee [Tue, 2 Jun 2009 23:42:47 +0000 (16:42 -0700)]
am c91e5f15: AI 149502: - Adding sensors to PDK TOC   - Added initial table of Product Definition file parameters   - Added initial table of Android.mk LOCAL_* parameters

Merge commit 'c91e5f15bab34364e67b578bfa49ea5a46d1e604' into donut

* commit 'c91e5f15bab34364e67b578bfa49ea5a46d1e604':
  AI 149502: - Adding sensors to PDK TOC

15 years agoMerge commit 'e2f2e9fe594dd0cee702833a397edf1694fc61bf' into donut
The Android Open Source Project [Tue, 2 Jun 2009 23:37:56 +0000 (16:37 -0700)]
Merge commit 'e2f2e9fe594dd0cee702833a397edf1694fc61bf' into donut

15 years agoMerge commit '9e24d24b06cdb1883b03e375b28a92a9003952c7' into donut
The Android Open Source Project [Tue, 2 Jun 2009 23:37:48 +0000 (16:37 -0700)]
Merge commit '9e24d24b06cdb1883b03e375b28a92a9003952c7' into donut

15 years agoAI 149502: - Adding sensors to PDK TOC
Reena Lee [Tue, 2 Jun 2009 22:00:28 +0000 (15:00 -0700)]
AI 149502: - Adding sensors to PDK TOC
  - Added initial table of Product Definition file parameters
  - Added initial table of Android.mk LOCAL_* parameters

Automated import of CL 149502

15 years agoFix build: Add SWT dependency to SdkManager.
Raphael [Tue, 2 Jun 2009 21:08:46 +0000 (14:08 -0700)]
Fix build: Add SWT dependency to SdkManager.

15 years agoAI 149496: Backport emulator-related donut fixes into cupcake.
David Turner [Tue, 2 Jun 2009 19:30:46 +0000 (12:30 -0700)]
AI 149496: Backport emulator-related donut fixes into cupcake.
  This includes the following fixes:
  - remove potential qemud crash at system boot
  - fix GPS fix emulation
  - fix inter-emulator networking (DNS resolution helper now behaves correctly on all IPv6-capable systems)
  - add -prop <name>=<value> option to add system properties on boot
  - allow F5 keybinding for SEARCH on keyboard-less hardware configurations
  - allow skins to provide a "search" button
  - fixed bad QADD/QSUB/QDADD/QDSUB ARM CPU instructions emulation

Automated import of CL 149496

15 years agoMerge change 2868 into donut
Android (Google) Code Review [Tue, 2 Jun 2009 19:25:47 +0000 (12:25 -0700)]
Merge change 2868 into donut

* changes:
  SDK Updater: Placeholder pages for about and settings.

15 years agoAI 149491: Add 'android update adb' to generate 3rd party USB vendor list for adb...
Xavier Ducrohet [Tue, 2 Jun 2009 19:06:12 +0000 (12:06 -0700)]
AI 149491: Add 'android update adb' to generate 3rd party USB vendor list for adb to use.
  BUG=1890147

Automated import of CL 149491

15 years agoMerge change 2778 into donut
Android (Google) Code Review [Tue, 2 Jun 2009 19:04:04 +0000 (12:04 -0700)]
Merge change 2778 into donut

* changes:
  Initial change to add cts tests to runtest.

15 years agoMerge changes 2853,2885 into donut
Android (Google) Code Review [Tue, 2 Jun 2009 18:56:59 +0000 (11:56 -0700)]
Merge changes 2853,2885 into donut

* changes:
  Misc updates on the Sdklib.
  Export all ADT packages.

15 years agoInitial change to add cts tests to runtest.
Brett Chabot [Tue, 2 Jun 2009 18:46:04 +0000 (11:46 -0700)]
Initial change to add cts tests to runtest.

Adds cts test definitions to the testrunner/test_defs.xml.
Adds support for runtest --cts arg, which will run all cts tests.
This temporarily relies on the addition of a 'cts' attribute to the test
definition - a new xml format may be defined later that changes how cts tests
are identified.

This change is based on previous unsubmitted CL
https://android-git.corp.google.com/g/Gerrit#change,1702. The only delta wrt
to that change is the use of InstrumentationCtsTestRunner.

Update: rebased to latest donut.

15 years agoSDK Updater: Placeholder pages for about and settings.
Raphael [Mon, 1 Jun 2009 22:45:33 +0000 (15:45 -0700)]
SDK Updater: Placeholder pages for about and settings.

These pages are now in the SdkManager project
with a mechanism to instantiate them from the UI on demand.

15 years agoam 6d73a98d: AI 149478: Reorganized the PDK TOC. Added Dalvik content to TOC.
Reena Lee [Tue, 2 Jun 2009 07:30:42 +0000 (00:30 -0700)]
am 6d73a98d: AI 149478: Reorganized the PDK TOC.   Added Dalvik content to TOC.

Merge commit '6d73a98d6df871fbd7f19af61d84a2eb1d993b4b' into donut

* commit '6d73a98d6df871fbd7f19af61d84a2eb1d993b4b':
  AI 149478: Reorganized the PDK TOC.

15 years agoAI 149478: Reorganized the PDK TOC.
Reena Lee [Tue, 2 Jun 2009 06:48:05 +0000 (23:48 -0700)]
AI 149478: Reorganized the PDK TOC.
  Added Dalvik content to TOC.

Automated import of CL 149478

15 years agoMisc updates on the Sdklib.
Xavier Ducrohet [Tue, 2 Jun 2009 00:16:07 +0000 (17:16 -0700)]
Misc updates on the Sdklib.

- moved some code around
- made the constant in IAndroidTarget actual constant (they were not final)

15 years agoMerge change 2881 into donut
Android (Google) Code Review [Tue, 2 Jun 2009 00:03:10 +0000 (17:03 -0700)]
Merge change 2881 into donut

* changes:
  Added the mediaapitest, mediarecordertest and stress test in the testrunner.So the partner can run the test easier.

15 years agoAdded the mediaapitest, mediarecordertest and stress test in the testrunner.So
Yu Shan Emily Lau [Mon, 1 Jun 2009 23:55:49 +0000 (16:55 -0700)]
Added the mediaapitest, mediarecordertest and stress test in the testrunner.So
the partner can run the test easier.

15 years agoMerge change 2863 into donut
Android (Google) Code Review [Mon, 1 Jun 2009 22:36:23 +0000 (15:36 -0700)]
Merge change 2863 into donut

* changes:
  SDK Updater: Minor change to make composite constructor compliant with SWT designer.

15 years agoSDK Updater: Minor change to make composite constructor compliant with
Raphael [Mon, 1 Jun 2009 22:21:22 +0000 (15:21 -0700)]
SDK Updater: Minor change to make composite constructor compliant with
SWT designer.

All custom params should be last. SWT Designer expects the first
arg to be the parent composite.

15 years agoExport all ADT packages.
Xavier Ducrohet [Mon, 1 Jun 2009 21:38:29 +0000 (14:38 -0700)]
Export all ADT packages.