OSDN Git Service

android-x86/sdk.git
14 years agoupdate demo to use boundary patch
Mike Reed [Wed, 28 Oct 2009 19:38:47 +0000 (15:38 -0400)]
update demo to use boundary patch

14 years agoam 0c62341e: Merge change I3778cb73 into eclair
Brett Chabot [Wed, 28 Oct 2009 18:36:51 +0000 (11:36 -0700)]
am 0c62341e: Merge change I3778cb73 into eclair

Merge commit '0c62341e8ec194a18bbf35fb380287c15d2da70d' into eclair-mr2

* commit '0c62341e8ec194a18bbf35fb380287c15d2da70d':
  Fix runcommand logging exception.

14 years agoam b3bca018: Merge change I337b2644 into eclair
Raphael [Wed, 28 Oct 2009 18:35:39 +0000 (11:35 -0700)]
am b3bca018: Merge change I337b2644 into eclair

Merge commit 'b3bca018783a0621b981ec8eb98dbbd15f450677' into eclair-mr2

* commit 'b3bca018783a0621b981ec8eb98dbbd15f450677':
  SDK Manager > AVD > Start: print computed scale.

14 years agoam a73e4f9a: Merge change I7f60270f into eclair
Xavier Ducrohet [Wed, 28 Oct 2009 17:29:06 +0000 (10:29 -0700)]
am a73e4f9a: Merge change I7f60270f into eclair

Merge commit 'a73e4f9af7cafc9db6331ab0522c27bf75b2c3b2' into eclair-mr2

* commit 'a73e4f9af7cafc9db6331ab0522c27bf75b2c3b2':
  ADT/GEL: Reenable config popup when switching from a device with only 1 config

14 years agoam 3777f090: Merge change I25e7415f into eclair
Brett Chabot [Wed, 28 Oct 2009 17:28:49 +0000 (10:28 -0700)]
am 3777f090: Merge change I25e7415f into eclair

Merge commit '3777f090a3a187bc251705028fe8cb019400e330' into eclair-mr2

* commit '3777f090a3a187bc251705028fe8cb019400e330':
  Add runtest --path.

14 years agoMerge change I3778cb73 into eclair
Android (Google) Code Review [Tue, 27 Oct 2009 00:55:49 +0000 (20:55 -0400)]
Merge change I3778cb73 into eclair

* changes:
  Fix runcommand logging exception.

14 years agoFix runcommand logging exception.
Brett Chabot [Mon, 26 Oct 2009 21:51:45 +0000 (14:51 -0700)]
Fix runcommand logging exception.

BUG 2215978

14 years agoMerge change I337b2644 into eclair
Android (Google) Code Review [Mon, 26 Oct 2009 23:12:43 +0000 (19:12 -0400)]
Merge change I337b2644 into eclair

* changes:
  SDK Manager > AVD > Start: print computed scale.

14 years agoMerge change I7f60270f into eclair
Android (Google) Code Review [Mon, 26 Oct 2009 21:16:46 +0000 (17:16 -0400)]
Merge change I7f60270f into eclair

* changes:
  ADT/GEL: Reenable config popup when switching from a device with only 1 config

14 years agoMerge change I25e7415f into eclair
Android (Google) Code Review [Mon, 26 Oct 2009 21:05:20 +0000 (17:05 -0400)]
Merge change I25e7415f into eclair

* changes:
  Add runtest --path.

14 years agoADT/GEL: Reenable config popup when switching from a device with only 1 config
Xavier Ducrohet [Mon, 26 Oct 2009 20:55:27 +0000 (13:55 -0700)]
ADT/GEL: Reenable config popup when switching from a device with only 1 config

Change-Id: I7f60270ffbcaae420f4da245ff3d9b271885fa37
BUG: 2218975

14 years agoSDK Manager > AVD > Start: print computed scale.
Raphael [Sun, 25 Oct 2009 00:24:33 +0000 (17:24 -0700)]
SDK Manager > AVD > Start: print computed scale.

This displays the scale computed by AVD Start.
I find it more intuitive to use if I see what the
emulator will be called with.

Change-Id: I337b264437dee81aed1bb9a1fbd11ccc9f506e88

14 years agoAdd runtest --path.
Brett Chabot [Thu, 22 Oct 2009 00:23:01 +0000 (17:23 -0700)]
Add runtest --path.

This supports specifying a file system path to test(s) to run. The path can be
a java test class file, a java package directory, or a parent directory
containing many tests.

This change allows users to run tests independently from test_defs.xml.

BUG 2133198

14 years agoMerge change I65440eb5 into eclair-mr2
Android (Google) Code Review [Fri, 23 Oct 2009 22:51:06 +0000 (18:51 -0400)]
Merge change I65440eb5 into eclair-mr2

* changes:
  Fix how the monkey counts events for scripts.

14 years agoam e7ff49b8: SDK Manager: properly reset tree when changing updates only
Raphael [Fri, 23 Oct 2009 20:57:00 +0000 (13:57 -0700)]
am e7ff49b8: SDK Manager: properly reset tree when changing updates only

Merge commit 'e7ff49b82da151037ef5f221a95b95c897deab30' into eclair-mr2

* commit 'e7ff49b82da151037ef5f221a95b95c897deab30':
  SDK Manager: properly reset tree when changing updates only

14 years agoSDK Manager: properly reset tree when changing updates only
Raphael [Fri, 23 Oct 2009 20:32:32 +0000 (13:32 -0700)]
SDK Manager: properly reset tree when changing updates only

SDK BUG 2210573

Change-Id: I32ce7387470cab771001a783b8afad399ab98f6a

14 years agoam 27ad1ef8: Add a new sample named "hello-gl2" that shows how to call OGL ES 2.0...
David 'Digit' Turner [Fri, 23 Oct 2009 00:46:49 +0000 (17:46 -0700)]
am 27ad1ef8: Add a new sample named "hello-gl2" that shows how to call OGL ES 2.0 functions from native code through JNI.

Merge commit '27ad1ef820ef0fd8bfe47b440330975a3931b9c2' into eclair-mr2

* commit '27ad1ef820ef0fd8bfe47b440330975a3931b9c2':
  Add a new sample named "hello-gl2" that shows how to call OGL ES 2.0 functions

14 years agoAdd a new sample named "hello-gl2" that shows how to call OGL ES 2.0 functions
David 'Digit' Turner [Thu, 22 Oct 2009 23:59:10 +0000 (16:59 -0700)]
Add a new sample named "hello-gl2" that shows how to call OGL ES 2.0 functions
from native code through JNI.

14 years agoFix how the monkey counts events for scripts.
Eric Rowe [Thu, 22 Oct 2009 21:13:27 +0000 (14:13 -0700)]
Fix how the monkey counts events for scripts.

Instead of the monkey counting up to the count times the number of events in the
script, the monkey will now only increment the count when the script reaches the
end of the file.  This allows us to have multiple script files with differing
event counts in each.

14 years agoam cdfea21f: Merge change Ie00595bd into eclair
Brett Chabot [Thu, 22 Oct 2009 21:12:05 +0000 (14:12 -0700)]
am cdfea21f: Merge change Ie00595bd into eclair

Merge commit 'cdfea21f9285641d3040d4fb19138873086c9869' into eclair-mr2

* commit 'cdfea21f9285641d3040d4fb19138873086c9869':
  Remove runtest dependency on current dir being build top.

14 years agoMerge change Ie00595bd into eclair
Android (Google) Code Review [Thu, 22 Oct 2009 21:03:44 +0000 (17:03 -0400)]
Merge change Ie00595bd into eclair

* changes:
  Remove runtest dependency on current dir being build top.

14 years agoam 52508ffa: am aa95bfe2: doc change only: update gae python server script (tested)
Dirk Dougherty [Thu, 22 Oct 2009 18:31:46 +0000 (11:31 -0700)]
am 52508ffa: am aa95bfe2: doc change only: update gae python server script (tested)

Merge commit '52508ffa962b1fd9a47899b83e2e9106eac5b14d' into eclair-mr2

* commit '52508ffa962b1fd9a47899b83e2e9106eac5b14d':
  doc change only: update gae python server script (tested)

14 years agoam a16a134a: am 5d2a01ad: Merge change I235da4a8 into eclair-sdk
Raphael [Thu, 22 Oct 2009 18:31:41 +0000 (11:31 -0700)]
am a16a134a: am 5d2a01ad: Merge change I235da4a8 into eclair-sdk

Merge commit 'a16a134a865b4e894c6667cb5b6d9e635baa53f2' into eclair-mr2

* commit 'a16a134a865b4e894c6667cb5b6d9e635baa53f2':
  SDK android "update project" must not require --target parameter.

14 years agoam aa95bfe2: doc change only: update gae python server script (tested)
Dirk Dougherty [Thu, 22 Oct 2009 18:21:34 +0000 (11:21 -0700)]
am aa95bfe2: doc change only: update gae python server script (tested)

Merge commit 'aa95bfe2ace8940d6ab3ea5f17c733addfba2e53' into eclair

* commit 'aa95bfe2ace8940d6ab3ea5f17c733addfba2e53':
  doc change only: update gae python server script (tested)

14 years agoam 5d2a01ad: Merge change I235da4a8 into eclair-sdk
Raphael [Thu, 22 Oct 2009 18:20:33 +0000 (11:20 -0700)]
am 5d2a01ad: Merge change I235da4a8 into eclair-sdk

Merge commit '5d2a01adfe11b9513cdf5da0fd6331c8cca05947' into eclair

* commit '5d2a01adfe11b9513cdf5da0fd6331c8cca05947':
  SDK android "update project" must not require --target parameter.

14 years agoam 1cd61741: Add support to run only tests in a given java package.
Brett Chabot [Thu, 22 Oct 2009 17:48:14 +0000 (10:48 -0700)]
am 1cd61741: Add support to run only tests in a given java package.

Merge commit '1cd617413095758758beef03e3f45d26e9ad7751' into eclair-mr2

* commit '1cd617413095758758beef03e3f45d26e9ad7751':
  Add support to run only tests in a given java package.

14 years agoam 3447c407: Merge change I8f6ac3c9 into eclair
Brett Chabot [Thu, 22 Oct 2009 17:47:38 +0000 (10:47 -0700)]
am 3447c407: Merge change I8f6ac3c9 into eclair

Merge commit '3447c407dc70a365d6d7faade0f3725315d05e54' into eclair-mr2

* commit '3447c407dc70a365d6d7faade0f3725315d05e54':
  Refactor runtest test_defs to allow programmatic creation.

14 years agoam 9eff6cbf: Add OpenGL 2.0 headers and libraries to the NDK.
David 'Digit' Turner [Thu, 22 Oct 2009 17:47:08 +0000 (10:47 -0700)]
am 9eff6cbf: Add OpenGL 2.0 headers and libraries to the NDK.

Merge commit '9eff6cbfaa210af0f5500f75576b457565cfafae' into eclair-mr2

* commit '9eff6cbfaa210af0f5500f75576b457565cfafae':
  Add OpenGL 2.0 headers and libraries to the NDK.

14 years agoam 975491c9: Add android-5 platform to the NDK.
David 'Digit' Turner [Thu, 22 Oct 2009 17:46:26 +0000 (10:46 -0700)]
am 975491c9: Add android-5 platform to the NDK.

Merge commit '975491c9ebb8ec659d96318df5f37f92c903f09f' into eclair-mr2

* commit '975491c9ebb8ec659d96318df5f37f92c903f09f':
  Add android-5 platform to the NDK.

14 years agoam 4ee04869: Merge change I12f05ef0 into eclair
Brett Chabot [Thu, 22 Oct 2009 17:46:22 +0000 (10:46 -0700)]
am 4ee04869: Merge change I12f05ef0 into eclair

Merge commit '4ee0486913f0a9a478e829ba33de2eb8bc6e8a49' into eclair-mr2

* commit '4ee0486913f0a9a478e829ba33de2eb8bc6e8a49':
  Add ability to retrieve instrumentations from android_manifest parser.

14 years agoam f6f2d37d: Merge change I03351f1b into eclair
Raphael [Thu, 22 Oct 2009 17:46:07 +0000 (10:46 -0700)]
am f6f2d37d: Merge change I03351f1b into eclair

Merge commit 'f6f2d37d9365ad1bfd53da2134eeed8604c36954' into eclair-mr2

* commit 'f6f2d37d9365ad1bfd53da2134eeed8604c36954':
  SDK Updater: switch UdpateChooserDialog to jface.

14 years agoam b48ab640: Allow applications to target future API levels
David 'Digit' Turner [Thu, 22 Oct 2009 17:45:58 +0000 (10:45 -0700)]
am b48ab640: Allow applications to target future API levels

Merge commit 'b48ab6402801d82ac205b34ffa1bc6787a0042b6' into eclair-mr2

* commit 'b48ab6402801d82ac205b34ffa1bc6787a0042b6':
  Allow applications to target future API levels

14 years agoPreviously merged by hand, now empty merge commit 'ec59a8834bbca256495045a6687a672f66...
android-build SharedAccount [Thu, 22 Oct 2009 17:37:19 +0000 (10:37 -0700)]
Previously merged by hand, now empty merge commit 'ec59a8834bbca256495045a6687a672f66b52df0' into eclair-mr2

14 years agoPart 2 of 2 for merge of ec59a8834bbca256495045a6687a672f66b52df0 to workaround a...
android-build SharedAccount [Thu, 22 Oct 2009 17:36:13 +0000 (10:36 -0700)]
Part 2 of 2 for merge of ec59a8834bbca256495045a6687a672f66b52df0 to workaround a git issue

14 years agoPart 1 of 2 for merge of ec59a8834bbca256495045a6687a672f66b52df0 to workaround a...
android-build SharedAccount [Thu, 22 Oct 2009 17:32:15 +0000 (10:32 -0700)]
Part 1 of 2 for merge of ec59a8834bbca256495045a6687a672f66b52df0 to workaround a git issue

14 years agoam 6f605c32: Merge change If7aa22af into eclair
David 'Digit' Turner [Thu, 22 Oct 2009 13:38:55 +0000 (06:38 -0700)]
am 6f605c32: Merge change If7aa22af into eclair

Merge commit '6f605c32adfe3ac23bb91f857fa89b9cb037237a' into eclair-mr2

* commit '6f605c32adfe3ac23bb91f857fa89b9cb037237a':
  Remove bash-ism from build-ndk-sysroot.sh

14 years agoam fb766f44: Merge change I898b43fe into eclair
David 'Digit' Turner [Thu, 22 Oct 2009 13:38:38 +0000 (06:38 -0700)]
am fb766f44: Merge change I898b43fe into eclair

Merge commit 'fb766f44a71f7b97610065fd1628652026f69880' into eclair-mr2

* commit 'fb766f44a71f7b97610065fd1628652026f69880':
  Refresh NDK C library headers for all platforms

14 years agoam e97d99d0: am d58cd1b5: Merge change I075d2eae into eclair-sdk
Raphael [Thu, 22 Oct 2009 13:38:12 +0000 (06:38 -0700)]
am e97d99d0: am d58cd1b5: Merge change I075d2eae into eclair-sdk

Merge commit 'e97d99d02c655d3fa2801bb81787a1aff2d36d99' into eclair-mr2

* commit 'e97d99d02c655d3fa2801bb81787a1aff2d36d99':
  SDK Updater: UI polish

14 years agoam d75c03e4: am 7c1adfe7: Merge change I5b1f8bca into eclair-sdk
Raphael [Thu, 22 Oct 2009 13:38:07 +0000 (06:38 -0700)]
am d75c03e4: am 7c1adfe7: Merge change I5b1f8bca into eclair-sdk

Merge commit 'd75c03e4f18b11ba6f13112be3232db6795ed0fe' into eclair-mr2

* commit 'd75c03e4f18b11ba6f13112be3232db6795ed0fe':
  AVD Manager: Properly disable AVD > Start > ? under Windows

14 years agoam 90b60a39: am c9b04450: Merge change I4151529e into eclair-sdk
Raphael [Thu, 22 Oct 2009 05:22:16 +0000 (22:22 -0700)]
am 90b60a39: am c9b04450: Merge change I4151529e into eclair-sdk

Merge commit '90b60a3985d07f6113d91737fcd37da2d282ce8f' into eclair-mr2

* commit '90b60a3985d07f6113d91737fcd37da2d282ce8f':
  Fix potential NPE in manifest editor when switching SDKs

14 years agoam bf2cc38e: am 5708d157: Android.bat: remove /O in xcopy.
Raphael [Thu, 22 Oct 2009 05:22:11 +0000 (22:22 -0700)]
am bf2cc38e: am 5708d157: Android.bat: remove /O in xcopy.

Merge commit 'bf2cc38e5b2a30f2f0906f3f37ed767af092956d' into eclair-mr2

* commit 'bf2cc38e5b2a30f2f0906f3f37ed767af092956d':
  Android.bat: remove /O in xcopy.

14 years agoRemove runtest dependency on current dir being build top.
Brett Chabot [Thu, 22 Oct 2009 03:01:31 +0000 (20:01 -0700)]
Remove runtest dependency on current dir being build top.

This change is necessary to support relative path based args.

14 years agodoc change only: update gae python server script (tested)
Dirk Dougherty [Sat, 10 Oct 2009 00:15:52 +0000 (17:15 -0700)]
doc change only: update gae python server script (tested)

14 years agoAdd support to run only tests in a given java package.
Brett Chabot [Thu, 22 Oct 2009 00:00:58 +0000 (17:00 -0700)]
Add support to run only tests in a given java package.

14 years agoMerge change I8f6ac3c9 into eclair
Android (Google) Code Review [Wed, 21 Oct 2009 22:53:58 +0000 (18:53 -0400)]
Merge change I8f6ac3c9 into eclair

* changes:
  Refactor runtest test_defs to allow programmatic creation.

14 years agoAdd OpenGL 2.0 headers and libraries to the NDK.
David 'Digit' Turner [Wed, 21 Oct 2009 21:43:09 +0000 (14:43 -0700)]
Add OpenGL 2.0 headers and libraries to the NDK.

This is only available for platform android-5. A sample
application will be available in a next patch.

14 years agoRefactor runtest test_defs to allow programmatic creation.
Brett Chabot [Wed, 21 Oct 2009 21:23:54 +0000 (14:23 -0700)]
Refactor runtest test_defs to allow programmatic creation.

Previously a test definition could only be created via xml.
Also fix some minor lint warnings.

14 years agoAdd android-5 platform to the NDK.
David 'Digit' Turner [Wed, 21 Oct 2009 17:26:03 +0000 (10:26 -0700)]
Add android-5 platform to the NDK.

For now, this is an exact copy of android-4. Another patch will
provide additionnal headers and libraries for OpenGL 2.0 plus
the relevant documentation bits and a sample app.

14 years agoMerge change I12f05ef0 into eclair
Android (Google) Code Review [Wed, 21 Oct 2009 21:26:32 +0000 (17:26 -0400)]
Merge change I12f05ef0 into eclair

* changes:
  Add ability to retrieve instrumentations from android_manifest parser.

14 years agoMerge change I03351f1b into eclair
Android (Google) Code Review [Wed, 21 Oct 2009 21:19:40 +0000 (17:19 -0400)]
Merge change I03351f1b into eclair

* changes:
  SDK Updater: switch UdpateChooserDialog to jface.

14 years agoMerge change I235da4a8 into eclair-sdk
Android (Google) Code Review [Wed, 21 Oct 2009 20:09:28 +0000 (16:09 -0400)]
Merge change I235da4a8 into eclair-sdk

* changes:
  SDK android "update project" must not require --target parameter.

14 years agoSDK android "update project" must not require --target parameter.
Raphael [Wed, 21 Oct 2009 19:30:21 +0000 (12:30 -0700)]
SDK android "update project" must not require --target parameter.

SDK BUG 2203846

Change-Id: I235da4a8892de9a4334d5630667484220472f168

14 years agoSDK Updater: switch UdpateChooserDialog to jface.
Raphael [Wed, 21 Oct 2009 05:14:03 +0000 (22:14 -0700)]
SDK Updater: switch UdpateChooserDialog to jface.

Change-Id: I03351f1b21b81d1654ce4ecb1c8ca5846f1fb7c4

14 years agoAdd ability to retrieve instrumentations from android_manifest parser.
Brett Chabot [Wed, 21 Oct 2009 18:16:42 +0000 (11:16 -0700)]
Add ability to retrieve instrumentations from android_manifest parser.

Also add a simple unit test for the parser.

14 years agoAllow applications to target future API levels
David 'Digit' Turner [Wed, 21 Oct 2009 00:51:19 +0000 (17:51 -0700)]
Allow applications to target future API levels

E.g. if an application's default.properties targets android-10
then the build system will default it to the highest supported
API level found in build/platforms (e.g. android-4 currently).

14 years agoMerge change I31f23a0b into eclair
Android (Google) Code Review [Tue, 20 Oct 2009 23:23:59 +0000 (19:23 -0400)]
Merge change I31f23a0b into eclair

* changes:
  Remove build/platforms/android-*/common directories.

14 years agoMerge change If7aa22af into eclair
Android (Google) Code Review [Tue, 20 Oct 2009 23:18:07 +0000 (19:18 -0400)]
Merge change If7aa22af into eclair

* changes:
  Remove bash-ism from build-ndk-sysroot.sh

14 years agoRemove build/platforms/android-*/common directories.
David 'Digit' Turner [Tue, 20 Oct 2009 22:53:42 +0000 (15:53 -0700)]
Remove build/platforms/android-*/common directories.

There is little point to use symlinks to point to them from
android-*/arch-arm/usr/include. Besides, the zip file format doesn't
support symlinks which meant that each file was essentially
duplicated in the final release package.

14 years agoMerge change I898b43fe into eclair
Android (Google) Code Review [Tue, 20 Oct 2009 22:53:24 +0000 (18:53 -0400)]
Merge change I898b43fe into eclair

* changes:
  Refresh NDK C library headers for all platforms

14 years agoRemove bash-ism from build-ndk-sysroot.sh
David 'Digit' Turner [Tue, 20 Oct 2009 22:33:40 +0000 (15:33 -0700)]
Remove bash-ism from build-ndk-sysroot.sh

14 years agoam d58cd1b5: Merge change I075d2eae into eclair-sdk
Raphael [Tue, 20 Oct 2009 22:32:13 +0000 (15:32 -0700)]
am d58cd1b5: Merge change I075d2eae into eclair-sdk

Merge commit 'd58cd1b5d3bfc2433201fbe22621f4924a89c04d' into eclair

* commit 'd58cd1b5d3bfc2433201fbe22621f4924a89c04d':
  SDK Updater: UI polish

14 years agoam 7c1adfe7: Merge change I5b1f8bca into eclair-sdk
Raphael [Tue, 20 Oct 2009 22:32:09 +0000 (15:32 -0700)]
am 7c1adfe7: Merge change I5b1f8bca into eclair-sdk

Merge commit '7c1adfe76fbf89cc76ff51bf0d228c13213fe563' into eclair

* commit '7c1adfe76fbf89cc76ff51bf0d228c13213fe563':
  AVD Manager: Properly disable AVD > Start > ? under Windows

14 years agoRefresh NDK C library headers for all platforms
David 'Digit' Turner [Tue, 20 Oct 2009 22:25:40 +0000 (15:25 -0700)]
Refresh NDK C library headers for all platforms

14 years agoMerge change I075d2eae into eclair-sdk
Android (Google) Code Review [Tue, 20 Oct 2009 22:18:18 +0000 (18:18 -0400)]
Merge change I075d2eae into eclair-sdk

* changes:
  SDK Updater: UI polish

14 years agoMerge change I5b1f8bca into eclair-sdk
Android (Google) Code Review [Tue, 20 Oct 2009 22:16:59 +0000 (18:16 -0400)]
Merge change I5b1f8bca into eclair-sdk

* changes:
  AVD Manager: Properly disable AVD > Start > ? under Windows

14 years agoAVD Manager: Properly disable AVD > Start > ? under Windows
Raphael [Tue, 20 Oct 2009 22:09:56 +0000 (15:09 -0700)]
AVD Manager: Properly disable AVD > Start > ? under Windows

SDK BUG 2201546

Change-Id: I5b1f8bcaf57f2e7f94b4109cb62a3a5eadcd24a9

14 years agoSDK Updater: UI polish
Raphael [Tue, 20 Oct 2009 21:54:30 +0000 (14:54 -0700)]
SDK Updater: UI polish

Fixes the following issues:
- Updater says it didnd't install addon and then install it
  (cause: UpdaterData was looking for an ArchiveInfo in a map of Archive)
- Added a label explaining the [*] in the dependency list.
- Added the originating site to the long description in the package chooser.
- Display downloading/installing comments in the result window.
- Fixed app name in dialog when tools are updated.

Change-Id: I075d2eaeb357f33671f7e9e70a906ca48000908d

14 years agoam c9b04450: Merge change I4151529e into eclair-sdk
Raphael [Tue, 20 Oct 2009 20:19:58 +0000 (13:19 -0700)]
am c9b04450: Merge change I4151529e into eclair-sdk

Merge commit 'c9b04450ef204e03de3f3da886cd45808550dfbc' into eclair

* commit 'c9b04450ef204e03de3f3da886cd45808550dfbc':
  Fix potential NPE in manifest editor when switching SDKs

14 years agoam 5708d157: Android.bat: remove /O in xcopy.
Raphael [Tue, 20 Oct 2009 20:19:54 +0000 (13:19 -0700)]
am 5708d157: Android.bat: remove /O in xcopy.

Merge commit '5708d1576b3e19601804ea7dfffdee3da6c0c00d' into eclair

* commit '5708d1576b3e19601804ea7dfffdee3da6c0c00d':
  Android.bat: remove /O in xcopy.

14 years agoMerge change I4151529e into eclair-sdk
Android (Google) Code Review [Tue, 20 Oct 2009 20:13:50 +0000 (16:13 -0400)]
Merge change I4151529e into eclair-sdk

* changes:
  Fix potential NPE in manifest editor when switching SDKs

14 years agoFix potential NPE in manifest editor when switching SDKs
Raphael [Tue, 20 Oct 2009 19:44:18 +0000 (12:44 -0700)]
Fix potential NPE in manifest editor when switching SDKs

The UiElementNode depends on the target to compute the
description and it's entirely possible for the target to
be null while the SDK is being unloaded/reloaded.

SDK BUG 2196260

Change-Id: I4151529ea3b6a65eade47d03e55fc93cad8596d9

14 years agoAndroid.bat: remove /O in xcopy.
Raphael [Tue, 20 Oct 2009 19:16:51 +0000 (12:16 -0700)]
Android.bat: remove /O in xcopy.

It means "copy ownership". But on the Vista 64 box in the lab,
it make the xcopy of lib/x86/swt.jar fail the next time when it
was already present.

SDK BUG 2198636

14 years agoModify Monkey so that scripts can use raw and user events.
Eric Rowe [Tue, 20 Oct 2009 01:06:38 +0000 (18:06 -0700)]
Modify Monkey so that scripts can use raw and user events.

Fix javadoc comment in MonkeySourceRandom.java and combine raw events and user
events in MonkeySourceScript.java.  Also, fix bug where too few arguments in
the script causes a RuntimeException.

14 years agoam 302e013b: am fc5b5aec: Merge change I1a00abb0 into eclair-sdk
Xavier Ducrohet [Mon, 19 Oct 2009 21:46:00 +0000 (14:46 -0700)]
am 302e013b: am fc5b5aec: Merge change I1a00abb0 into eclair-sdk

Merge commit '302e013b6a338fc9a7bbc4fa4fc68e0cb95bc38b' into eclair-mr2

* commit '302e013b6a338fc9a7bbc4fa4fc68e0cb95bc38b':
  Fix a deadlock when ADT starts, starts building projects, and load the SDK at the same time.

14 years agoam fc5b5aec: Merge change I1a00abb0 into eclair-sdk
Xavier Ducrohet [Mon, 19 Oct 2009 21:37:11 +0000 (14:37 -0700)]
am fc5b5aec: Merge change I1a00abb0 into eclair-sdk

Merge commit 'fc5b5aecdeca8bb32eba9d38961b6649395f8913' into eclair

* commit 'fc5b5aecdeca8bb32eba9d38961b6649395f8913':
  Fix a deadlock when ADT starts, starts building projects, and load the SDK at the same time.

14 years agoMerge change I1a00abb0 into eclair-sdk
Android (Google) Code Review [Mon, 19 Oct 2009 21:24:34 +0000 (17:24 -0400)]
Merge change I1a00abb0 into eclair-sdk

* changes:
  Fix a deadlock when ADT starts, starts building projects, and load the SDK at the same time.

14 years agoFix a deadlock when ADT starts, starts building projects, and load the SDK at the...
Xavier Ducrohet [Mon, 19 Oct 2009 19:56:57 +0000 (12:56 -0700)]
Fix a deadlock when ADT starts, starts building projects, and load the SDK at the same time.

14 years agoam ea82bcc2: (-s ours) am 5cff81bb: (-s ours) SDK Updater: properly update/install...
Raphael [Sat, 17 Oct 2009 01:08:23 +0000 (18:08 -0700)]
am ea82bcc2: (-s ours) am 5cff81bb: (-s ours) SDK Updater: properly update/install doc. (do not merge)

Merge commit 'ea82bcc20b12af0ba72a12d7e178be413b806bfb' into eclair-mr2

* commit 'ea82bcc20b12af0ba72a12d7e178be413b806bfb':
  SDK Updater: properly update/install doc. (do not merge)

14 years agoam 15549af0: (-s ours) am af496633: (-s ours) Add save/load for the user-made Layout...
Xavier Ducrohet [Sat, 17 Oct 2009 01:08:18 +0000 (18:08 -0700)]
am 15549af0: (-s ours) am af496633: (-s ours) Add save/load for the user-made Layout Devices. (do not merge)

Merge commit '15549af01e6d1d62b56e825800191d223c4f29a2' into eclair-mr2

* commit '15549af01e6d1d62b56e825800191d223c4f29a2':
  Add save/load for the user-made Layout Devices. (do not merge)

14 years agoam 81747d72: (-s ours) am 5e4efac4: (-s ours) WQVGA skin (240x400) (do not merge)
Xavier Ducrohet [Sat, 17 Oct 2009 01:08:14 +0000 (18:08 -0700)]
am 81747d72: (-s ours) am 5e4efac4: (-s ours) WQVGA skin (240x400) (do not merge)

Merge commit '81747d726994d027d64652a6f6ee59d76427df31' into eclair-mr2

* commit '81747d726994d027d64652a6f6ee59d76427df31':
  WQVGA skin (240x400) (do not merge)

14 years agoam 2a13cc20: SDK Updater: properly update/install doc.
Raphael [Sat, 17 Oct 2009 01:08:10 +0000 (18:08 -0700)]
am 2a13cc20: SDK Updater: properly update/install doc.

Merge commit '2a13cc201a9d8ca360b0a9b8ce16bac8cf165d60' into eclair-mr2

* commit '2a13cc201a9d8ca360b0a9b8ce16bac8cf165d60':
  SDK Updater: properly update/install doc.

14 years agoam 5cff81bb: (-s ours) SDK Updater: properly update/install doc. (do not merge)
Raphael [Sat, 17 Oct 2009 00:57:18 +0000 (17:57 -0700)]
am 5cff81bb: (-s ours) SDK Updater: properly update/install doc. (do not merge)

Merge commit '5cff81bb5878d00925cbab24822123f1feebbbb8' into eclair

* commit '5cff81bb5878d00925cbab24822123f1feebbbb8':
  SDK Updater: properly update/install doc. (do not merge)

14 years agoam af496633: (-s ours) Add save/load for the user-made Layout Devices. (do not merge)
Xavier Ducrohet [Sat, 17 Oct 2009 00:57:15 +0000 (17:57 -0700)]
am af496633: (-s ours) Add save/load for the user-made Layout Devices. (do not merge)

Merge commit 'af496633406c19192db960d822b51fa1f574fbf2' into eclair

* commit 'af496633406c19192db960d822b51fa1f574fbf2':
  Add save/load for the user-made Layout Devices. (do not merge)

14 years agoam 5e4efac4: (-s ours) WQVGA skin (240x400) (do not merge)
Xavier Ducrohet [Sat, 17 Oct 2009 00:57:10 +0000 (17:57 -0700)]
am 5e4efac4: (-s ours) WQVGA skin (240x400) (do not merge)

Merge commit '5e4efac4f7c95206bb91d28b6ebb8b5aa36ed5bf' into eclair

* commit '5e4efac4f7c95206bb91d28b6ebb8b5aa36ed5bf':
  WQVGA skin (240x400) (do not merge)

14 years agoSDK Updater: properly update/install doc. (do not merge)
Raphael [Thu, 15 Oct 2009 23:44:18 +0000 (16:44 -0700)]
SDK Updater: properly update/install doc. (do not merge)

This contains the following changes:
- a new interface IPackageVersion for all Package classes that can
  provide an AndroidVersion getVersion().
- fixes the "update sdk" where the local repo has no doc by suggesting
  to install the most up-to-date doc.
- fixes a bad cast in the UpdaterLogic.
- normalizes the long descriptions but adding the revision if not
  present.
- fixes an edge case when displaying the very long description of the
  docs package, i.e. need to indicate it is upgraded due to a version
  change.

SDK BUG 2192352

14 years agoAdd save/load for the user-made Layout Devices. (do not merge)
Xavier Ducrohet [Thu, 15 Oct 2009 00:57:30 +0000 (17:57 -0700)]
Add save/load for the user-made Layout Devices. (do not merge)

Also added support for mcc/mnc in the schema.

14 years agoWQVGA skin (240x400) (do not merge)
Xavier Ducrohet [Thu, 15 Oct 2009 18:07:41 +0000 (11:07 -0700)]
WQVGA skin (240x400) (do not merge)

14 years agoSDK Updater: properly update/install doc.
Raphael [Thu, 15 Oct 2009 23:44:18 +0000 (16:44 -0700)]
SDK Updater: properly update/install doc.

This contains the following changes:
- a new interface IPackageVersion for all Package classes that can
  provide an AndroidVersion getVersion().
- fixes the "update sdk" where the local repo has no doc by suggesting
  to install the most up-to-date doc.
- fixes a bad cast in the UpdaterLogic.
- normalizes the long descriptions but adding the revision if not
  present.
- fixes an edge case when displaying the very long description of the
  docs package, i.e. need to indicate it is upgraded due to a version
  change.

SDK BUG 2192352

Change-Id: I87eda018b450ca9973e4f3b55caef964c0b31480

14 years agoam 97eef6fd: Merge change Ifb00e723 into eclair
Raphael [Thu, 15 Oct 2009 22:22:01 +0000 (15:22 -0700)]
am 97eef6fd: Merge change Ifb00e723 into eclair

Merge commit '97eef6fdf0a26287dc7161b68f0978a691c175bb' into eclair-mr2

* commit '97eef6fdf0a26287dc7161b68f0978a691c175bb':
  Actively remove the obsolete sdkuilib symlink.

14 years agoMerge change Ifb00e723 into eclair
Android (Google) Code Review [Thu, 15 Oct 2009 22:14:10 +0000 (18:14 -0400)]
Merge change Ifb00e723 into eclair

* changes:
  Actively remove the obsolete sdkuilib symlink.

14 years agoActively remove the obsolete sdkuilib symlink.
Raphael [Thu, 15 Oct 2009 21:21:22 +0000 (14:21 -0700)]
Actively remove the obsolete sdkuilib symlink.

Some of the build servers still have the link and it
breaks continuous tests.

SDK BUG 2177557

Change-Id: Ifb00e7234c9c356c1ffd4aa1aff73f6761a655dc

14 years agoam ddf1ac3e: Merge change I1db4662e into eclair
David 'Digit' Turner [Thu, 15 Oct 2009 21:19:24 +0000 (14:19 -0700)]
am ddf1ac3e: Merge change I1db4662e into eclair

Merge commit 'ddf1ac3efd863a203e449fb60a3d40f792377709' into eclair-mr2

* commit 'ddf1ac3efd863a203e449fb60a3d40f792377709':
  Remove bash-ism from build-toolchain.sh

14 years agoam bc3c3394: Merge change I8a2d2379 into eclair
Xavier Ducrohet [Thu, 15 Oct 2009 21:19:19 +0000 (14:19 -0700)]
am bc3c3394: Merge change I8a2d2379 into eclair

Merge commit 'bc3c3394fb773346eff4b4a0b695ff00edcc821e' into eclair-mr2

* commit 'bc3c3394fb773346eff4b4a0b695ff00edcc821e':
  Add save/load for the user-made Layout Devices.

14 years agoMerge change I1db4662e into eclair
Android (Google) Code Review [Thu, 15 Oct 2009 21:08:32 +0000 (17:08 -0400)]
Merge change I1db4662e into eclair

* changes:
  Remove bash-ism from build-toolchain.sh

14 years agoRemove bash-ism from build-toolchain.sh
David 'Digit' Turner [Thu, 15 Oct 2009 20:29:06 +0000 (13:29 -0700)]
Remove bash-ism from build-toolchain.sh

14 years agoMerge change I8a2d2379 into eclair
Android (Google) Code Review [Thu, 15 Oct 2009 20:18:31 +0000 (16:18 -0400)]
Merge change I8a2d2379 into eclair

* changes:
  Add save/load for the user-made Layout Devices.

14 years agoam cade0d0b: Merge change Icb3327e2 into eclair
Xavier Ducrohet [Thu, 15 Oct 2009 20:11:41 +0000 (13:11 -0700)]
am cade0d0b: Merge change Icb3327e2 into eclair

Merge commit 'cade0d0b175b7de6921cffdbcb596778a282e56f' into eclair-mr2

* commit 'cade0d0b175b7de6921cffdbcb596778a282e56f':
  WQVGA skin (240x400)

14 years agoAdd save/load for the user-made Layout Devices.
Xavier Ducrohet [Thu, 15 Oct 2009 00:57:30 +0000 (17:57 -0700)]
Add save/load for the user-made Layout Devices.

Also added support for mcc/mnc in the schema.

Change-Id: I8a2d23797ec57eec69dc1d7218b01cd679634068

14 years agoMerge change Icb3327e2 into eclair
Android (Google) Code Review [Thu, 15 Oct 2009 20:05:33 +0000 (16:05 -0400)]
Merge change Icb3327e2 into eclair

* changes:
  WQVGA skin (240x400)

14 years agoWQVGA skin (240x400)
Xavier Ducrohet [Thu, 15 Oct 2009 18:07:41 +0000 (11:07 -0700)]
WQVGA skin (240x400)

Change-Id: Icb3327e2371800029844a869df6abd68a8516aff