OSDN Git Service

android-x86/sdk.git
14 years agoam ece784c5: Fix error in InefficientWeight rule. It would wrongly assume 0dip !...
Romain Guy [Tue, 6 Oct 2009 23:33:57 +0000 (16:33 -0700)]
am ece784c5: Fix error in InefficientWeight rule. It would wrongly assume 0dip != 0dip.

Merge commit 'ece784c583edbbeb56e8a74d4ddf039121d0df71' into eclair-mr2

* commit 'ece784c583edbbeb56e8a74d4ddf039121d0df71':
  Fix error in InefficientWeight rule. It would wrongly assume 0dip != 0dip.

14 years agoFix error in InefficientWeight rule. It would wrongly assume 0dip != 0dip.
Romain Guy [Tue, 6 Oct 2009 23:22:58 +0000 (16:22 -0700)]
Fix error in InefficientWeight rule. It would wrongly assume 0dip != 0dip.

Change-Id: I2ab9b3c6b57744563c87cb8457c55afd0cbfcb57

14 years agoam b5c18403: Merge change Idc3d3b2f into eclair
Xavier Ducrohet [Tue, 6 Oct 2009 22:28:16 +0000 (15:28 -0700)]
am b5c18403: Merge change Idc3d3b2f into eclair

Merge commit 'b5c1840392bf93edd8caaefb7136b46f2b369773' into eclair-mr2

* commit 'b5c1840392bf93edd8caaefb7136b46f2b369773':
  Moved the test data to their own package.

14 years agoMerge change Idc3d3b2f into eclair
Android (Google) Code Review [Tue, 6 Oct 2009 22:19:28 +0000 (18:19 -0400)]
Merge change Idc3d3b2f into eclair

* changes:
  Moved the test data to their own package.

14 years agoam 2aaa22e0: Merge change Id7515f9a into eclair
Romain Guy [Tue, 6 Oct 2009 22:05:06 +0000 (15:05 -0700)]
am 2aaa22e0: Merge change Id7515f9a into eclair

Merge commit '2aaa22e0575faf6c83990233333fbf010fa46ef3' into eclair-mr2

* commit '2aaa22e0575faf6c83990233333fbf010fa46ef3':
  New rules for layoutopt: IncorrectHeight/WidthIn[Horizontal]ScrollView, UselessView.

14 years agoMerge change Id7515f9a into eclair
Android (Google) Code Review [Tue, 6 Oct 2009 21:56:15 +0000 (17:56 -0400)]
Merge change Id7515f9a into eclair

* changes:
  New rules for layoutopt: IncorrectHeight/WidthIn[Horizontal]ScrollView, UselessView.

14 years agoam 8f242703: Merge change I56443773 into eclair
Xavier Ducrohet [Tue, 6 Oct 2009 19:44:24 +0000 (12:44 -0700)]
am 8f242703: Merge change I56443773 into eclair

Merge commit '8f242703341e616f9239706a27f5ecb675f808e7' into eclair-mr2

* commit '8f242703341e616f9239706a27f5ecb675f808e7':
  Add support for loading 9-patch from a stream.

14 years agoam 89482588: Merge change Iddb7f466 into eclair
Xavier Ducrohet [Tue, 6 Oct 2009 19:44:20 +0000 (12:44 -0700)]
am 89482588: Merge change Iddb7f466 into eclair

Merge commit '894825887e9668872c1925704afcf3340b7c009b' into eclair-mr2

* commit '894825887e9668872c1925704afcf3340b7c009b':
  Put kxml back in adt-test

14 years agoMerge change I56443773 into eclair
Android (Google) Code Review [Tue, 6 Oct 2009 19:35:46 +0000 (15:35 -0400)]
Merge change I56443773 into eclair

* changes:
  Add support for loading 9-patch from a stream.

14 years agoAdd support for loading 9-patch from a stream.
Xavier Ducrohet [Tue, 6 Oct 2009 19:10:42 +0000 (12:10 -0700)]
Add support for loading 9-patch from a stream.

This will be used by the tests.
Also added the eclipse project files.

Change-Id: I56443773d90594475fc3f14464d48e56d5a1bbb5

14 years agoMoved the test data to their own package.
Xavier Ducrohet [Tue, 6 Oct 2009 19:02:35 +0000 (12:02 -0700)]
Moved the test data to their own package.

This allows us to select the whole package for binary inclusion
in adt-test (which doesn't automatically take any non java file for
packaging)

Change-Id: Idc3d3b2f27623de1b0fccd7e01dd88948923081c

14 years agoNew rules for layoutopt: IncorrectHeight/WidthIn[Horizontal]ScrollView, UselessView.
Romain Guy [Tue, 6 Oct 2009 18:37:46 +0000 (11:37 -0700)]
New rules for layoutopt: IncorrectHeight/WidthIn[Horizontal]ScrollView, UselessView.

This change also refactors the uix library to remove an unnecessary class (LayoutNode.)
The refactoring helps writing cleaner script by accessing only the node object instead
of xml and node. This change also augment the capabilities of the node in Groovy scripts.

Change-Id: Id7515f9a79826909834d82496a6d9dfbc19988ad

14 years agoMerge change Iddb7f466 into eclair
Android (Google) Code Review [Tue, 6 Oct 2009 18:16:58 +0000 (14:16 -0400)]
Merge change Iddb7f466 into eclair

* changes:
  Put kxml back in adt-test

14 years agoam 16a56b8c: Fix NPE in layoutopt when trying to open non-XML files.
Romain Guy [Tue, 6 Oct 2009 18:11:42 +0000 (11:11 -0700)]
am 16a56b8c: Fix NPE in layoutopt when trying to open non-XML files.

Merge commit '16a56b8ccd39c812c8c7b86bd83ec9c492d19de9' into eclair-mr2

* commit '16a56b8ccd39c812c8c7b86bd83ec9c492d19de9':
  Fix NPE in layoutopt when trying to open non-XML files.

14 years agoFix NPE in layoutopt when trying to open non-XML files.
Romain Guy [Tue, 6 Oct 2009 17:51:05 +0000 (10:51 -0700)]
Fix NPE in layoutopt when trying to open non-XML files.

Change-Id: I59900c35996ce4465e2ecfd2eb26a19e3fa66403

14 years agoPut kxml back in adt-test
Xavier Ducrohet [Tue, 6 Oct 2009 17:45:18 +0000 (10:45 -0700)]
Put kxml back in adt-test

Since adt doesn't export the package, it's just easier that way.

Change-Id: Iddb7f4660ccc0bc51374128a544975596cb051aa

14 years agoam d9050e61: Merge change Idc9b152e into eclair
Romain Guy [Tue, 6 Oct 2009 17:14:25 +0000 (10:14 -0700)]
am d9050e61: Merge change Idc9b152e into eclair

Merge commit 'd9050e6102fb37c8f5df02dbfd17cac728b9f0e4' into eclair-mr2

* commit 'd9050e6102fb37c8f5df02dbfd17cac728b9f0e4':
  Add layoutopt to the SDK.

14 years agoMerge change Idc9b152e into eclair
Android (Google) Code Review [Tue, 6 Oct 2009 17:05:53 +0000 (13:05 -0400)]
Merge change Idc9b152e into eclair

* changes:
  Add layoutopt to the SDK.

14 years agoam 67d9bcdf: Only create folder if not present.
Xavier Ducrohet [Tue, 6 Oct 2009 04:06:37 +0000 (21:06 -0700)]
am 67d9bcdf: Only create folder if not present.

Merge commit '67d9bcdf5cfe8c2862280ea6e55c4beed05432ef' into eclair-mr2

* commit '67d9bcdf5cfe8c2862280ea6e55c4beed05432ef':
  Only create folder if not present.

14 years agoOnly create folder if not present.
Xavier Ducrohet [Tue, 6 Oct 2009 03:44:42 +0000 (20:44 -0700)]
Only create folder if not present.

Change-Id: I77673e0f43d7a00f42e2a97663bd9aed2aaf09f2

14 years agoam 8251e4ef: Merge change Iab62c8e9 into eclair
Xavier Ducrohet [Tue, 6 Oct 2009 03:20:11 +0000 (20:20 -0700)]
am 8251e4ef: Merge change Iab62c8e9 into eclair

Merge commit '8251e4ef4672be54a3f38748c05fd66c967c64b4' into eclair-mr2

* commit '8251e4ef4672be54a3f38748c05fd66c967c64b4':
  Add layoutlib.jar to the classpath of adt-tests

14 years agoMerge change Iab62c8e9 into eclair
Android (Google) Code Review [Tue, 6 Oct 2009 03:09:40 +0000 (23:09 -0400)]
Merge change Iab62c8e9 into eclair

* changes:
  Add layoutlib.jar to the classpath of adt-tests

14 years agoAdd layoutlib.jar to the classpath of adt-tests
Xavier Ducrohet [Tue, 6 Oct 2009 03:08:31 +0000 (20:08 -0700)]
Add layoutlib.jar to the classpath of adt-tests

Change-Id: Iab62c8e9849873e91640484c70110660aabd4b8e

14 years agoam ee7c4739: Merge change Ic1eff784 into eclair
Xavier Ducrohet [Tue, 6 Oct 2009 02:44:34 +0000 (19:44 -0700)]
am ee7c4739: Merge change Ic1eff784 into eclair

Merge commit 'ee7c473929c62bb9f9f0e21e9ca850174b9041a1' into eclair-mr2

* commit 'ee7c473929c62bb9f9f0e21e9ca850174b9041a1':
  Fix script (and build)

14 years agoAdd layoutopt to the SDK.
Romain Guy [Tue, 6 Oct 2009 01:11:09 +0000 (18:11 -0700)]
Add layoutopt to the SDK.

Change-Id: Idc9b152e2a5abffaa9feb2cf70791d8288cfa1dd

14 years agoMerge change Ic1eff784 into eclair
Android (Google) Code Review [Tue, 6 Oct 2009 02:35:24 +0000 (22:35 -0400)]
Merge change Ic1eff784 into eclair

* changes:
  Fix script (and build)

14 years agoFix script (and build)
Xavier Ducrohet [Tue, 6 Oct 2009 02:33:35 +0000 (19:33 -0700)]
Fix script (and build)

Change-Id: Ic1eff7843219c42867e477ad8bfbdf89167a0061

14 years agoam b7e69d20: Merge change Ic8fe0b36 into eclair
Romain Guy [Tue, 6 Oct 2009 01:15:03 +0000 (18:15 -0700)]
am b7e69d20: Merge change Ic8fe0b36 into eclair

Merge commit 'b7e69d20a42297d0d80a0a0a0f88320d8e536ff5' into eclair-mr2

* commit 'b7e69d20a42297d0d80a0a0a0f88320d8e536ff5':
  Add 3 more rules to layoutopt/uix:

14 years agoMerge change Ic8fe0b36 into eclair
Android (Google) Code Review [Tue, 6 Oct 2009 01:07:00 +0000 (21:07 -0400)]
Merge change Ic8fe0b36 into eclair

* changes:
  Add 3 more rules to layoutopt/uix: - InefficientWeight - NestedScrollingWidgets - TooManyChildren

14 years agoAdd 3 more rules to layoutopt/uix:
Romain Guy [Tue, 6 Oct 2009 01:05:44 +0000 (18:05 -0700)]
Add 3 more rules to layoutopt/uix:
- InefficientWeight
- NestedScrollingWidgets
- TooManyChildren

Change-Id: Ic8fe0b36e0a7cac523d223e5f8d96d7959919da6

14 years agoam d2fc4352: Merge change I6b618094 into eclair
Dianne Hackborn [Tue, 6 Oct 2009 00:42:28 +0000 (17:42 -0700)]
am d2fc4352: Merge change I6b618094 into eclair

Merge commit 'd2fc4352293b3c9c3a3570a52826f6d98d0d052c' into eclair-mr2

* commit 'd2fc4352293b3c9c3a3570a52826f6d98d0d052c':
  Fix build.

14 years agoMerge change I6b618094 into eclair
Android (Google) Code Review [Tue, 6 Oct 2009 00:36:06 +0000 (20:36 -0400)]
Merge change I6b618094 into eclair

* changes:
  Fix build.

14 years agoFix build.
Dianne Hackborn [Tue, 6 Oct 2009 00:35:26 +0000 (17:35 -0700)]
Fix build.

Change-Id: I6b6180942d102745bd5717fcc5d0ea9e00211f18

14 years agoam 24bf2fa3: Add tests from layoutlib to adt-tests
Xavier Ducrohet [Tue, 6 Oct 2009 00:10:56 +0000 (17:10 -0700)]
am 24bf2fa3: Add tests from layoutlib to adt-tests

Merge commit '24bf2fa3e4aebc0aa311dd3a14ea60f4af56fa39' into eclair-mr2

* commit '24bf2fa3e4aebc0aa311dd3a14ea60f4af56fa39':
  Add tests from layoutlib to adt-tests

14 years agoAdd tests from layoutlib to adt-tests
Xavier Ducrohet [Mon, 5 Oct 2009 22:19:38 +0000 (15:19 -0700)]
Add tests from layoutlib to adt-tests

Change-Id: Ia7bac7fad90b77fe34fb4a4371d6d5945993efe9

14 years agoam b6e85c05: Merge change Ieb4e722b into eclair
Xavier Ducrohet [Mon, 5 Oct 2009 21:52:17 +0000 (14:52 -0700)]
am b6e85c05: Merge change Ieb4e722b into eclair

Merge commit 'b6e85c0548be6b52e11e64f893cc6e5d49a740f2' into eclair-mr2

* commit 'b6e85c0548be6b52e11e64f893cc6e5d49a740f2':
  Add sdklib tests to the adt-tests Unit tests.

14 years agoMerge change Ieb4e722b into eclair
Android (Google) Code Review [Mon, 5 Oct 2009 21:45:04 +0000 (17:45 -0400)]
Merge change Ieb4e722b into eclair

* changes:
  Add sdklib tests to the adt-tests Unit tests.

14 years agoam 6cc64cd2: Merge change I90b4c0e7 into eclair
Brett Chabot [Mon, 5 Oct 2009 21:35:14 +0000 (14:35 -0700)]
am 6cc64cd2: Merge change I90b4c0e7 into eclair

Merge commit '6cc64cd26d1ce9319dd2f430b564b8b2de9b482f' into eclair-mr2

* commit '6cc64cd26d1ce9319dd2f430b564b8b2de9b482f':
  Fix Eclipse sample tests.

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

* changes:
  Fix Eclipse sample tests.

14 years agoMerge change I27666897 into eclair-mr2
Android (Google) Code Review [Mon, 5 Oct 2009 21:00:09 +0000 (17:00 -0400)]
Merge change I27666897 into eclair-mr2

* changes:
  Make robot.png a raw resource.

14 years agoMake robot.png a raw resource.
Jack Palevich [Mon, 5 Oct 2009 20:59:20 +0000 (13:59 -0700)]
Make robot.png a raw resource.

After all, it's being used as a raw resource.

14 years agoMerge change Ia7a9186b into eclair-mr2
Android (Google) Code Review [Mon, 5 Oct 2009 20:44:20 +0000 (16:44 -0400)]
Merge change Ia7a9186b into eclair-mr2

* changes:
  Remove non-working high-res robot texture.

14 years agoRemove non-working high-res robot texture.
Jack Palevich [Mon, 5 Oct 2009 20:40:44 +0000 (13:40 -0700)]
Remove non-working high-res robot texture.

This was added with good intentions, as part of the general drive to
provide high-res textures.

Unfortunately, most OpenGL ES drivers require that a texture's dimensions
be a power of two on each side. The original texture was 128 x 128, and
someone helpfully created a 192 x 192 high res texture. But 192 is not
a power of two, so the hihg-res texture would not render.

We could create a 256 x 256 texture, which would work, but that's not
really needed for this particular texture, and we'd prefer if the
texture stayed small for rendering performance reasons.

14 years agoFix Eclipse sample tests.
Brett Chabot [Sat, 3 Oct 2009 00:34:05 +0000 (17:34 -0700)]
Fix Eclipse sample tests.

14 years agoAdd sdklib tests to the adt-tests Unit tests.
Xavier Ducrohet [Mon, 5 Oct 2009 19:39:53 +0000 (12:39 -0700)]
Add sdklib tests to the adt-tests Unit tests.

Change-Id: Ieb4e722b1b5a29cef250e2cb5575a71e09f956c3

14 years agoam e96bc57a: Merge change I7d761ffa into eclair
Xavier Ducrohet [Mon, 5 Oct 2009 19:42:12 +0000 (12:42 -0700)]
am e96bc57a: Merge change I7d761ffa into eclair

Merge commit 'e96bc57aad64d435c1986bf415cb1c5f974426b9' into eclair-mr2

* commit 'e96bc57aad64d435c1986bf415cb1c5f974426b9':
  Fix best match resource selection when there's only one match.

14 years agoam 06d3ec15: Only process XML files in layoutopt.
Romain Guy [Mon, 5 Oct 2009 19:42:08 +0000 (12:42 -0700)]
am 06d3ec15: Only process XML files in layoutopt.

Merge commit '06d3ec157ee7bebbf550924af267ee168336e085' into eclair-mr2

* commit '06d3ec157ee7bebbf550924af267ee168336e085':
  Only process XML files in layoutopt.

14 years agoam d01b8dd3: Merge change I5dfb2567 into eclair
Romain Guy [Mon, 5 Oct 2009 19:42:04 +0000 (12:42 -0700)]
am d01b8dd3: Merge change I5dfb2567 into eclair

Merge commit 'd01b8dd3c73add238bb4b632ece4a42e44bae126' into eclair-mr2

* commit 'd01b8dd3c73add238bb4b632ece4a42e44bae126':
  Add new rules to layoutopt: UseCompoundDrawables and UselessLayout.

14 years agoMerge change I7d761ffa into eclair
Android (Google) Code Review [Mon, 5 Oct 2009 19:29:16 +0000 (15:29 -0400)]
Merge change I7d761ffa into eclair

* changes:
  Fix best match resource selection when there's only one match.

14 years agoFix best match resource selection when there's only one match.
Xavier Ducrohet [Mon, 5 Oct 2009 19:15:08 +0000 (12:15 -0700)]
Fix best match resource selection when there's only one match.

Was using the wrong index.

Change-Id: I7d761ffa553f0aeec176a4752185dde238991e5e

14 years agoOnly process XML files in layoutopt.
Romain Guy [Mon, 5 Oct 2009 19:08:48 +0000 (12:08 -0700)]
Only process XML files in layoutopt.

Change-Id: I847109409601ccfbb10abff3b9972afdb3032821

14 years agoMerge change I108ad940 into eclair-mr2
Android (Google) Code Review [Mon, 5 Oct 2009 19:02:04 +0000 (15:02 -0400)]
Merge change I108ad940 into eclair-mr2

* changes:
  Adding a full screen video sample plugin. Also cleaned up surface plugins to use the provided JavaVM.

14 years agoMerge change I5dfb2567 into eclair
Android (Google) Code Review [Mon, 5 Oct 2009 18:59:48 +0000 (14:59 -0400)]
Merge change I5dfb2567 into eclair

* changes:
  Add new rules to layoutopt: UseCompoundDrawables and UselessLayout.

14 years agoAdding a full screen video sample plugin. Also cleaned up surface plugins to use...
Derek Sollenberger [Mon, 5 Oct 2009 18:40:18 +0000 (14:40 -0400)]
Adding a full screen video sample plugin. Also cleaned up surface plugins to use the provided JavaVM.

14 years agoAdd new rules to layoutopt: UseCompoundDrawables and UselessLayout.
Romain Guy [Mon, 5 Oct 2009 18:58:09 +0000 (11:58 -0700)]
Add new rules to layoutopt: UseCompoundDrawables and UselessLayout.

Change-Id: I5dfb2567d923da8442b1df1e703e4ebca6e9523b

14 years agoaccount manager api review changes
Fred Quintana [Sat, 3 Oct 2009 00:19:38 +0000 (17:19 -0700)]
account manager api review changes

14 years agoMerge change I8e4697e1 into eclair
Android (Google) Code Review [Mon, 5 Oct 2009 11:13:21 +0000 (07:13 -0400)]
Merge change I8e4697e1 into eclair

* changes:
  New layout optimization tool. Run layoutopt on the command line.

14 years agoNew layout optimization tool. Run layoutopt on the command line.
Romain Guy [Mon, 5 Oct 2009 09:21:30 +0000 (02:21 -0700)]
New layout optimization tool. Run layoutopt on the command line.

Change-Id: I8e4697e19ca8a203dc8a41b464f7cb46d52184b0

14 years agoMerge change I69afafa4 into eclair
Android (Google) Code Review [Sat, 3 Oct 2009 02:52:31 +0000 (22:52 -0400)]
Merge change I69afafa4 into eclair

* changes:
  ADT: Create project from existing sample in New Project Wizard

14 years agoADT: Create project from existing sample in New Project Wizard
Raphael [Sat, 3 Oct 2009 02:41:49 +0000 (19:41 -0700)]
ADT: Create project from existing sample in New Project Wizard

The UI workflow:
- user selects the new "Create project from existingsample" radio button
- user selects an SDK target in the NPW
- a popup is filled with all available samples

This also fixes 2 edge cases:
- when the selected sample contains a build|default.propertie that is
  a base of the currently selected SDK target, don't reset it.
- when the user manually changes the project name or the app name for
  the sample, simply empty the fields and the next selected sample
  will recompute the adequate names. Any non-empty user input is never
  overridden.

SDK BUG 2121819

Change-Id: I69afafa460b86942046ef6baca3d4c7ee7dbe97d

14 years agoFix resource resolution in the graphical layout editor.
Xavier Ducrohet [Sat, 3 Oct 2009 00:40:52 +0000 (17:40 -0700)]
Fix resource resolution in the graphical layout editor.

Resource with qualifiers take precedence over the ones without
even if the qualifiers are not present on the requested configuration.

Change-Id: I0d19889064e8031179ea6ee13c93a4198fe971fd

14 years agoMonintor resolution/size chooser dialog
Xavier Ducrohet [Fri, 2 Oct 2009 21:30:43 +0000 (14:30 -0700)]
Monintor resolution/size chooser dialog

This simple dialog lets the user choose a screen size (from a fixed list) and
a resolution (as returned by SWT's Display class).

This is used by the AVD start options dialog to help users figure out
the pixel density of their monitor.

Change-Id: I3eec0e7fac850c82e836d2bc0291a491f29f516e

14 years agoEmulator launch options dialog.
Xavier Ducrohet [Fri, 2 Oct 2009 00:22:22 +0000 (17:22 -0700)]
Emulator launch options dialog.

This is displayed when clicking the Start button in the AVD manager.

The dialog allows to easily scale the emulator to match an arbitrary screen size
and to wipe the user data if needed.

The required monitor dpi is computed using java.awt.Toolkit, but (at least
on MacOS) it doesn't return the correct value, so it can be user supplied.
It's stored at least while the app is running and if possible in the settings
of the ADV/SDK Manager/Updater.

The wipe-data and scale flags are stored and reused while the app keeps
running as well.

Change-Id: Ia2f3ff5f4de285a3d505c6914d6b89cc663be284

14 years agoSDK: Fix CustomLocale to properly setup Language+Country
Raphael [Fri, 2 Oct 2009 18:18:10 +0000 (11:18 -0700)]
SDK: Fix CustomLocale to properly setup Language+Country

SDK BUG 2154263

Change-Id: I74db5bc237921ff6a6fd55664a2a3c62f544081b

14 years agoRevise template to match spec per jham.
Jeff Sharkey [Fri, 2 Oct 2009 03:54:54 +0000 (20:54 -0700)]
Revise template to match spec per jham.

14 years agoEnsure the version of 'awk' detected by host-setup.sh is used during the build
David 'Digit' Turner [Thu, 1 Oct 2009 23:44:54 +0000 (16:44 -0700)]
Ensure the version of 'awk' detected by host-setup.sh is used during the build

14 years agoMerge change Ia78a7753 into eclair
Android (Google) Code Review [Fri, 2 Oct 2009 03:26:50 +0000 (23:26 -0400)]
Merge change Ia78a7753 into eclair

* changes:
  Remove bash-specific operator from build/host-setup.sh.

14 years agoFix Android Manifest parser.
Xavier Ducrohet [Fri, 2 Oct 2009 00:06:58 +0000 (17:06 -0700)]
Fix Android Manifest parser.

While the test is in the java package as the parser, it's in a different
plug-in and this prevents accessing package-protected methods.

Change-Id: Ib17765095e4da518d62ee65cb9e1987d0e22be6e

14 years agoRemove bash-specific operator from build/host-setup.sh.
David 'Digit' Turner [Thu, 1 Oct 2009 23:38:44 +0000 (16:38 -0700)]
Remove bash-specific operator from build/host-setup.sh.

14 years agoADT Manifest Editor: Fix for uses-sdk dup that won't go away.
Raphael [Thu, 1 Oct 2009 19:32:56 +0000 (12:32 -0700)]
ADT Manifest Editor: Fix for uses-sdk dup that won't go away.

It was a display issue only, meaning the actual XML node was
being deleted but the Ui model was not updated properly. The
actual cause is that this is a mandatory node, and mandatory
nodes must stay as "fake nodes" in the Ui model. However
only one such node needs to stay in the hierarchy.

SDK BUG 2147112

Change-Id: I68e3d343bb95169865ad8dcad77004cbd51fafc3

14 years agoMerge change I8a575e49 into eclair
Android (Google) Code Review [Thu, 1 Oct 2009 20:54:48 +0000 (16:54 -0400)]
Merge change I8a575e49 into eclair

* changes:
  Fix CustomLocale to work with soft keyboard.

14 years agoFix CustomLocale to work with soft keyboard.
Raphael [Thu, 1 Oct 2009 20:27:23 +0000 (13:27 -0700)]
Fix CustomLocale to work with soft keyboard.

SDK BUG 2154263

Change-Id: I8a575e49089ef2e6829e10749d796f6179330928

14 years agofix the build
Xavier Ducrohet [Thu, 1 Oct 2009 19:54:02 +0000 (12:54 -0700)]
fix the build

Change-Id: Ica519f7e0adbc9fd48792198221c01da3e27fab8

14 years agoMerge change Ie3124796 into eclair
Android (Google) Code Review [Thu, 1 Oct 2009 19:32:41 +0000 (15:32 -0400)]
Merge change Ie3124796 into eclair

* changes:
  Ignore adt/eclipse project files in CustomLocale

14 years agoIgnore adt/eclipse project files in CustomLocale
Raphael [Thu, 1 Oct 2009 18:40:13 +0000 (11:40 -0700)]
Ignore adt/eclipse project files in CustomLocale

SDK BUG 2154263

Change-Id: Ie31247964058f8140f2bd5184a8b7deac4ad0381

14 years agoLoad default GLE device profiles from the SDK.
Xavier Ducrohet [Thu, 1 Oct 2009 06:01:19 +0000 (23:01 -0700)]
Load default GLE device profiles from the SDK.

Change-Id: Ife64397692912f892ec81af8237ac31914830be9

14 years agoMerge change I77069a1e into eclair
Android (Google) Code Review [Thu, 1 Oct 2009 04:23:41 +0000 (00:23 -0400)]
Merge change I77069a1e into eclair

* changes:
  Replace icon template with new style and multiple densities.

14 years agoReplace icon template with new style and multiple densities.
Xavier Ducrohet [Thu, 1 Oct 2009 03:22:07 +0000 (20:22 -0700)]
Replace icon template with new style and multiple densities.

The icon in the templates of ADT was medium density only.
I added new densities (high and low), as well as updated to
the new Eclair style. Also added a version for Ant project.

Updated ADT and sdklib to deal with creating new projects
with all 3 icons.

In case of Ant project, this is done only if the icons
are present in the target platforms.

For ADT, this is done only if the project target donut
or later. Older project still have only one icon located
in drawable/

Change-Id: I77069a1e4902ef395d490526aabc40a26e33d4ca

14 years agoAdd a copy button to the screenshot dialog.
Xavier Ducrohet [Wed, 30 Sep 2009 23:56:21 +0000 (16:56 -0700)]
Add a copy button to the screenshot dialog.

This adds the screenshot to the clipboard.

Change-Id: I3509f2e5471588d749d67b70dd4d674cd0cd2057

14 years agoMerge change Ie905f9b5 into eclair
Android (Google) Code Review [Wed, 30 Sep 2009 20:17:34 +0000 (16:17 -0400)]
Merge change Ie905f9b5 into eclair

* changes:
  Add support for xdpi and ydpi in the device config for the GLE.

14 years agoAdd support for xdpi and ydpi in the device config for the GLE.
Xavier Ducrohet [Tue, 29 Sep 2009 23:10:34 +0000 (16:10 -0700)]
Add support for xdpi and ydpi in the device config for the GLE.

Change-Id: Ie905f9b586ac5f58e40e86232fbafeaacf6a0c51

14 years agoMerge change I343737c9 into eclair
Android (Google) Code Review [Wed, 30 Sep 2009 05:43:32 +0000 (01:43 -0400)]
Merge change I343737c9 into eclair

* changes:
  Remove GAIA string

14 years agoAdd unit test for new keystore.
Chung-yih Wang [Tue, 29 Sep 2009 03:27:11 +0000 (11:27 +0800)]
Add unit test for new keystore.

+ change the package path.
+ add continuous flag.

14 years agoRemove GAIA string
Costin Manolache [Wed, 30 Sep 2009 01:57:40 +0000 (18:57 -0700)]
Remove GAIA string

14 years agoam fff9ff69: (-s ours) Merge the new Ant script rules and template from Eclair (do...
Xavier Ducrohet [Wed, 30 Sep 2009 01:25:27 +0000 (18:25 -0700)]
am fff9ff69: (-s ours) Merge the new Ant script rules and template from Eclair (do not merge)

Merge commit 'fff9ff696709e17ad73ae654e511907282bfc0fd' into eclair

* commit 'fff9ff696709e17ad73ae654e511907282bfc0fd':
  Merge the new Ant script rules and template from Eclair (do not merge)

14 years agoMerge the new Ant script rules and template from Eclair (do not merge)
Xavier Ducrohet [Wed, 30 Sep 2009 01:06:01 +0000 (18:06 -0700)]
Merge the new Ant script rules and template from Eclair (do not merge)

14 years agoMerge change I95a34d28 into eclair
Android (Google) Code Review [Wed, 30 Sep 2009 01:05:44 +0000 (21:05 -0400)]
Merge change I95a34d28 into eclair

* changes:
  ADT XML String Refactoring: fix refusing to edit @+id/blah.

14 years agoam 559f26b0: (-s ours) Move to 1.6_r2 (DO NOT MERGE)
Xavier Ducrohet [Wed, 30 Sep 2009 01:04:57 +0000 (18:04 -0700)]
am 559f26b0: (-s ours) Move to 1.6_r2 (DO NOT MERGE)

Merge commit '559f26b0a5e80da467d97d42280c22e5044d7f30' into eclair

* commit '559f26b0a5e80da467d97d42280c22e5044d7f30':
  Move to 1.6_r2 (DO NOT MERGE)

14 years agoMerge change Ie022d478 into eclair
Android (Google) Code Review [Wed, 30 Sep 2009 00:51:06 +0000 (20:51 -0400)]
Merge change Ie022d478 into eclair

* changes:
  hdpi artwork for development/{apps,samples}.

14 years agohdpi artwork for development/{apps,samples}.
Daniel Sandler [Tue, 29 Sep 2009 20:30:07 +0000 (16:30 -0400)]
hdpi artwork for development/{apps,samples}.

(drop dated 29-Sep-2009)

Change-Id: Ie022d478ed4eafc641e475dad94f507a6c358595

14 years agoMerge change I96ff4429 into eclair
Android (Google) Code Review [Tue, 29 Sep 2009 23:46:01 +0000 (19:46 -0400)]
Merge change I96ff4429 into eclair

* changes:
  Add support for 'android update test-project'.

14 years agoADT XML String Refactoring: fix refusing to edit @+id/blah.
Raphael [Tue, 29 Sep 2009 23:02:33 +0000 (16:02 -0700)]
ADT XML String Refactoring: fix refusing to edit @+id/blah.

It correctly only refuses to edit @string/blah now.

This CL also does a bit of refactoring; I extracted some methods
and a class to make it a bit easier to read.

BUG 2066460

Change-Id: I95a34d28d6390ab0cc075f05ea83ceec04993ae9

14 years agoMove to 1.6_r2 (DO NOT MERGE)
Xavier Ducrohet [Tue, 29 Sep 2009 22:42:46 +0000 (15:42 -0700)]
Move to 1.6_r2 (DO NOT MERGE)

14 years agoMerge change I2cdb052a into eclair
Android (Google) Code Review [Tue, 29 Sep 2009 22:35:53 +0000 (18:35 -0400)]
Merge change I2cdb052a into eclair

* changes:
  Import testrunner changes from puppetmaster to keep them in sync.

14 years agoImport testrunner changes from puppetmaster to keep them in sync.
Brett Chabot [Tue, 29 Sep 2009 22:14:05 +0000 (15:14 -0700)]
Import testrunner changes from puppetmaster to keep them in sync.

14 years agoMerge change I17a9df5a into eclair
Android (Google) Code Review [Tue, 29 Sep 2009 22:30:34 +0000 (18:30 -0400)]
Merge change I17a9df5a into eclair

* changes:
  Add contacts tests to the continuous test cycle

14 years agoMerge change Id5af7cf2 into eclair
Android (Google) Code Review [Tue, 29 Sep 2009 22:05:10 +0000 (18:05 -0400)]
Merge change Id5af7cf2 into eclair

* changes:
  Add xdpi and ydpi to layout-configs XML Schema.

14 years agoAdd xdpi and ydpi to layout-configs XML Schema.
Raphael [Tue, 29 Sep 2009 19:14:05 +0000 (12:14 -0700)]
Add xdpi and ydpi to layout-configs XML Schema.

Also validate that whitespace around tokens is accepted.

BUG 2138329

Change-Id: Id5af7cf2b0689f05327a0cf0b17a525ceba78a12

14 years agoam 3c8d2e27: Fix the skins to do proper dpad rotation in landscape mode.
David 'Digit' Turner [Tue, 29 Sep 2009 21:28:08 +0000 (14:28 -0700)]
am 3c8d2e27: Fix the skins to do proper dpad rotation in landscape mode.

Merge commit '3c8d2e272b71cca814dd694c3ba548f4a2a3a0a0' into eclair

* commit '3c8d2e272b71cca814dd694c3ba548f4a2a3a0a0':
  Fix the skins to do proper dpad rotation in landscape mode.

14 years agoAdd contacts tests to the continuous test cycle
Omari Stephens [Tue, 29 Sep 2009 21:16:07 +0000 (14:16 -0700)]
Add contacts tests to the continuous test cycle