Commit Graph

2209 Commits

Author SHA1 Message Date
David 'Digit' Turner
28af85b9a6 am 79adc9fc: Merge change Ia78a7753 into eclair
Merge commit '79adc9fc9040760a722f2cc5fd15a517f4cbb245' into eclair-plus-aosp

* commit '79adc9fc9040760a722f2cc5fd15a517f4cbb245':
  Remove bash-specific operator from build/host-setup.sh.
2009-10-07 11:35:08 -07:00
Xavier Ducrohet
121bb65df3 am f0737030: Fix Android Manifest parser.
Merge commit 'f0737030570be15c1789d00db3593eb78cee9fbc' into eclair-plus-aosp

* commit 'f0737030570be15c1789d00db3593eb78cee9fbc':
  Fix Android Manifest parser.
2009-10-07 11:34:21 -07:00
Raphael
2e0f6b80de am 2ace885b: ADT Manifest Editor: Fix for uses-sdk dup that won\'t go away.
Merge commit '2ace885b2945aba76266bc54ad9fa59fb4e05187' into eclair-plus-aosp

* commit '2ace885b2945aba76266bc54ad9fa59fb4e05187':
  ADT Manifest Editor: Fix for uses-sdk dup that won't go away.
2009-10-07 11:33:12 -07:00
Raphael
f320249b15 am 657bdd7d: Merge change I8a575e49 into eclair
Merge commit '657bdd7d2851cd3b09f156c4abd085614efdc593' into eclair-plus-aosp

* commit '657bdd7d2851cd3b09f156c4abd085614efdc593':
  Fix CustomLocale to work with soft keyboard.
2009-10-07 11:32:26 -07:00
Xavier Ducrohet
1c4e0ab42c am 2cdd16b7: fix the build
Merge commit '2cdd16b77f18b7e240c41e8bc95ba0d844767652' into eclair-plus-aosp

* commit '2cdd16b77f18b7e240c41e8bc95ba0d844767652':
  fix the build
2009-10-07 11:32:15 -07:00
Raphael
06bba0adfe am 1233e408: Merge change Ie3124796 into eclair
Merge commit '1233e408f77ad8752afa1387a94c8e2b378b6629' into eclair-plus-aosp

* commit '1233e408f77ad8752afa1387a94c8e2b378b6629':
  Ignore adt/eclipse project files in CustomLocale
2009-10-07 11:32:06 -07:00
Xavier Ducrohet
442c5e5e9a am 227b8768: Load default GLE device profiles from the SDK.
Merge commit '227b8768fa8accff8a9e3555351af05d41ad7840' into eclair-plus-aosp

* commit '227b8768fa8accff8a9e3555351af05d41ad7840':
  Load default GLE device profiles from the SDK.
2009-10-07 11:32:01 -07:00
Android (Google) Code Review
79adc9fc90 Merge change Ia78a7753 into eclair
* changes:
  Remove bash-specific operator from build/host-setup.sh.
2009-10-01 23:26:50 -04:00
Xavier Ducrohet
f073703057 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
2009-10-01 17:23:25 -07:00
David 'Digit' Turner
a78a775332 Remove bash-specific operator from build/host-setup.sh. 2009-10-01 16:38:44 -07:00
Raphael
2ace885b29 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
2009-10-01 14:17:02 -07:00
Android (Google) Code Review
657bdd7d28 Merge change I8a575e49 into eclair
* changes:
  Fix CustomLocale to work with soft keyboard.
2009-10-01 16:54:48 -04:00
Raphael
0bd70bcf5b Fix CustomLocale to work with soft keyboard.
SDK BUG 2154263

Change-Id: I8a575e49089ef2e6829e10749d796f6179330928
2009-10-01 13:28:21 -07:00
Xavier Ducrohet
2cdd16b77f fix the build
Change-Id: Ica519f7e0adbc9fd48792198221c01da3e27fab8
2009-10-01 12:54:02 -07:00
Android (Google) Code Review
1233e408f7 Merge change Ie3124796 into eclair
* changes:
  Ignore adt/eclipse project files in CustomLocale
2009-10-01 15:32:41 -04:00
Raphael
4a062018fd Ignore adt/eclipse project files in CustomLocale
SDK BUG 2154263

Change-Id: Ie31247964058f8140f2bd5184a8b7deac4ad0381
2009-10-01 11:40:13 -07:00
Xavier Ducrohet
227b8768fa Load default GLE device profiles from the SDK.
Change-Id: Ife64397692912f892ec81af8237ac31914830be9
2009-09-30 23:01:19 -07:00
Xavier Ducrohet
91175e6fdd am 69940e9b: Merge change I77069a1e into eclair
Merge commit '69940e9babbdf06c3a9942c4fbdd507479c847c9' into eclair-plus-aosp

* commit '69940e9babbdf06c3a9942c4fbdd507479c847c9':
  Replace icon template with new style and multiple densities.
2009-09-30 21:32:17 -07:00
Android (Google) Code Review
69940e9bab Merge change I77069a1e into eclair
* changes:
  Replace icon template with new style and multiple densities.
2009-10-01 00:23:41 -04:00
Xavier Ducrohet
739c75d4fa am cc004309: Add a copy button to the screenshot dialog.
Merge commit 'cc004309b4905d8b8c86d97d74b92ff0d78c0323' into eclair-plus-aosp

* commit 'cc004309b4905d8b8c86d97d74b92ff0d78c0323':
  Add a copy button to the screenshot dialog.
2009-09-30 21:17:05 -07:00
Xavier Ducrohet
8677a1704e 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
2009-09-30 20:46:00 -07:00
Xavier Ducrohet
cc004309b4 Add a copy button to the screenshot dialog.
This adds the screenshot to the clipboard.

Change-Id: I3509f2e5471588d749d67b70dd4d674cd0cd2057
2009-09-30 18:21:52 -07:00
Xavier Ducrohet
dcec68b99c am 363c023b: Merge change Ie905f9b5 into eclair
Merge commit '363c023be195d943859d3dfc775a453b6791ae4b' into eclair-plus-aosp

* commit '363c023be195d943859d3dfc775a453b6791ae4b':
  Add support for xdpi and ydpi in the device config for the GLE.
2009-09-30 13:24:26 -07:00
Android (Google) Code Review
363c023be1 Merge change Ie905f9b5 into eclair
* changes:
  Add support for xdpi and ydpi in the device config for the GLE.
2009-09-30 16:17:34 -04:00
Xavier Ducrohet
f0303d8d5c Add support for xdpi and ydpi in the device config for the GLE.
Change-Id: Ie905f9b586ac5f58e40e86232fbafeaacf6a0c51
2009-09-30 11:57:36 -07:00
Costin Manolache
b0b2714ff3 am aa3eaa70: Merge change I343737c9 into eclair
Merge commit 'aa3eaa70576530ff5db2de921164af847c7a7c86' into eclair-plus-aosp

* commit 'aa3eaa70576530ff5db2de921164af847c7a7c86':
  Remove GAIA string
2009-09-29 22:52:57 -07:00
Android (Google) Code Review
aa3eaa7057 Merge change I343737c9 into eclair
* changes:
  Remove GAIA string
2009-09-30 01:43:32 -04:00
Chung-yih Wang
6d74e724d0 am 84dcb451: Add unit test for new keystore.
Merge commit '84dcb451c210d6e93f5f516c27b781c067544895' into eclair-plus-aosp

* commit '84dcb451c210d6e93f5f516c27b781c067544895':
  Add unit test for new keystore.
2009-09-29 21:25:56 -07:00
Chung-yih Wang
84dcb451c2 Add unit test for new keystore.
+ change the package path.
+ add continuous flag.
2009-09-30 12:14:48 +08:00
Costin Manolache
6c9579e709 Remove GAIA string 2009-09-29 19:28:45 -07:00
Xavier Ducrohet
085f4f29da am 3b5cbc54: am fff9ff69: (-s ours) Merge the new Ant script rules and template from Eclair (do not merge)
Merge commit '3b5cbc5472c96deb80d90fde815bff486fd82cba' into eclair-plus-aosp

* commit '3b5cbc5472c96deb80d90fde815bff486fd82cba':
  Merge the new Ant script rules and template from Eclair (do not merge)
2009-09-29 18:36:15 -07:00
Raphael
4db669b91e am 603899e5: Merge change I95a34d28 into eclair
Merge commit '603899e5a9c50bcfd2149c7932050fda0524ec6b' into eclair-plus-aosp

* commit '603899e5a9c50bcfd2149c7932050fda0524ec6b':
  ADT XML String Refactoring: fix refusing to edit @+id/blah.
2009-09-29 18:36:11 -07:00
Xavier Ducrohet
64b1e85ce9 am 1fed4884: am 559f26b0: (-s ours) Move to 1.6_r2 (DO NOT MERGE)
Merge commit '1fed48849dcadedb68211c5d55c1b452d05b98bc' into eclair-plus-aosp

* commit '1fed48849dcadedb68211c5d55c1b452d05b98bc':
  Move to 1.6_r2 (DO NOT MERGE)
2009-09-29 18:36:07 -07:00
Xavier Ducrohet
3b5cbc5472 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)
2009-09-29 18:25:27 -07:00
Xavier Ducrohet
fff9ff6967 Merge the new Ant script rules and template from Eclair (do not merge) 2009-09-29 18:06:01 -07:00
Android (Google) Code Review
603899e5a9 Merge change I95a34d28 into eclair
* changes:
  ADT XML String Refactoring: fix refusing to edit @+id/blah.
2009-09-29 21:05:44 -04:00
Xavier Ducrohet
1fed48849d 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)
2009-09-29 18:04:57 -07:00
Daniel Sandler
b4e1e2e24c am 6f53211d: Merge change Ie022d478 into eclair
Merge commit '6f53211d6d9095c67107ac72def6d405e33b7fac' into eclair-plus-aosp

* commit '6f53211d6d9095c67107ac72def6d405e33b7fac':
  hdpi artwork for development/{apps,samples}.
2009-09-29 18:01:01 -07:00
Android (Google) Code Review
6f53211d6d Merge change Ie022d478 into eclair
* changes:
  hdpi artwork for development/{apps,samples}.
2009-09-29 20:51:06 -04:00
Daniel Sandler
75ab82e25f hdpi artwork for development/{apps,samples}.
(drop dated 29-Sep-2009)

Change-Id: Ie022d478ed4eafc641e475dad94f507a6c358595
2009-09-29 20:41:24 -04:00
Xavier Ducrohet
c41c521cf3 am fa4fb905: Merge change I96ff4429 into eclair
Merge commit 'fa4fb905877d879f2a593e0726108784f204dc5d' into eclair-plus-aosp

* commit 'fa4fb905877d879f2a593e0726108784f204dc5d':
  Add support for 'android update test-project'.
2009-09-29 16:54:24 -07:00
Android (Google) Code Review
fa4fb90587 Merge change I96ff4429 into eclair
* changes:
  Add support for 'android update test-project'.
2009-09-29 19:46:01 -04:00
Raphael
c737e421e9 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
2009-09-29 16:43:53 -07:00
Xavier Ducrohet
559f26b0a5 Move to 1.6_r2 (DO NOT MERGE) 2009-09-29 15:42:46 -07:00
Brett Chabot
8bc47e6e3d am 7571d11b: Merge change I2cdb052a into eclair
Merge commit '7571d11b7016b4dada3ad4db218c7d29214a13ba' into eclair-plus-aosp

* commit '7571d11b7016b4dada3ad4db218c7d29214a13ba':
  Import testrunner changes from puppetmaster to keep them in sync.
2009-09-29 15:38:35 -07:00
Omari Stephens
855489d1f9 am e377fa60: Merge change I17a9df5a into eclair
Merge commit 'e377fa60d19b76a81b245f0e525652cdd22eb95f' into eclair-plus-aosp

* commit 'e377fa60d19b76a81b245f0e525652cdd22eb95f':
  Add contacts tests to the continuous test cycle
2009-09-29 15:38:31 -07:00
Android (Google) Code Review
7571d11b70 Merge change I2cdb052a into eclair
* changes:
  Import testrunner changes from puppetmaster to keep them in sync.
2009-09-29 18:35:53 -04:00
Brett Chabot
1d9928aaf7 Import testrunner changes from puppetmaster to keep them in sync. 2009-09-29 15:34:20 -07:00
Android (Google) Code Review
e377fa60d1 Merge change I17a9df5a into eclair
* changes:
  Add contacts tests to the continuous test cycle
2009-09-29 18:30:34 -04:00
Raphael
e73b8485a9 am 5ea7700f: Merge change Id5af7cf2 into eclair
Merge commit '5ea7700ffa5ee22012f88255f62aa4af7a1b840c' into eclair-plus-aosp

* commit '5ea7700ffa5ee22012f88255f62aa4af7a1b840c':
  Add xdpi and ydpi to layout-configs XML Schema.
2009-09-29 15:13:11 -07:00