OSDN Git Service

android-x86/ndk.git
14 years agoMerge change I9bdf6690
Android (Google) Code Review [Fri, 13 Nov 2009 23:31:49 +0000 (15:31 -0800)]
Merge change I9bdf6690

* changes:
  Forces adb root and remount when syncing.

14 years agoMerge change If6f5beaf
Android (Google) Code Review [Fri, 13 Nov 2009 23:31:23 +0000 (15:31 -0800)]
Merge change If6f5beaf

* changes:
  Improved the search to catch warnings from the build subprocess.

14 years agoam fc6e75e5: am 228bbae1: am e259566c: Put this change back, false alert with build...
Android Git Automerger [Fri, 13 Nov 2009 21:15:32 +0000 (13:15 -0800)]
am fc6e75e5: am 228bbae1: am e259566c: Put this change back, false alert with build breakage

Merge commit 'fc6e75e533d0ddbb65adb9484a1b9ee89a6246d0'

* commit 'fc6e75e533d0ddbb65adb9484a1b9ee89a6246d0':
  Put this change back, false alert with build breakage

14 years agoam 228bbae1: am e259566c: Put this change back, false alert with build breakage
Android Git Automerger [Fri, 13 Nov 2009 21:11:09 +0000 (13:11 -0800)]
am 228bbae1: am e259566c: Put this change back, false alert with build breakage

Merge commit '228bbae1e312c525f52648d2ff4f4ed597d82a7b' into eclair-mr2-plus-aosp

* commit '228bbae1e312c525f52648d2ff4f4ed597d82a7b':
  Put this change back, false alert with build breakage

14 years agoam e259566c: Put this change back, false alert with build breakage
Android Git Automerger [Fri, 13 Nov 2009 21:06:11 +0000 (13:06 -0800)]
am e259566c: Put this change back, false alert with build breakage

Merge commit 'e259566cef64e41a6c4228c2a80abd124e94e39c' into eclair-mr2

* commit 'e259566cef64e41a6c4228c2a80abd124e94e39c':
  Put this change back, false alert with build breakage

14 years agoPut this change back, false alert with build breakage
Android Git Automerger [Fri, 13 Nov 2009 20:26:06 +0000 (12:26 -0800)]
Put this change back, false alert with build breakage

This reverts commit a9046e418e539e208af6f3723a513666074ec6a1.

14 years agoam 2c97ad64: am 0bf9cdf5: am a9046e41: Fix build by Reverting "Remove surface from...
Android Git Automerger [Fri, 13 Nov 2009 19:58:41 +0000 (11:58 -0800)]
am 2c97ad64: am 0bf9cdf5: am a9046e41: Fix build by Reverting "Remove surface from rs init and handle surfaceChanged correctly."

Merge commit '2c97ad648c27d81ba3e5d1c209d2d7efab7a7b5d'

* commit '2c97ad648c27d81ba3e5d1c209d2d7efab7a7b5d':
  Fix build by Reverting "Remove surface from rs init and handle surfaceChanged correctly."

14 years agoam 0bf9cdf5: am a9046e41: Fix build by Reverting "Remove surface from rs init and...
Android Git Automerger [Fri, 13 Nov 2009 19:55:32 +0000 (11:55 -0800)]
am 0bf9cdf5: am a9046e41: Fix build by Reverting "Remove surface from rs init and handle surfaceChanged correctly."

Merge commit '0bf9cdf569c9e34704e5dad6e858aa8cb8f6a5bb' into eclair-mr2-plus-aosp

* commit '0bf9cdf569c9e34704e5dad6e858aa8cb8f6a5bb':
  Fix build by Reverting "Remove surface from rs init and handle surfaceChanged correctly."

14 years agoam a9046e41: Fix build by Reverting "Remove surface from rs init and handle surfaceCh...
Android Git Automerger [Fri, 13 Nov 2009 19:50:47 +0000 (11:50 -0800)]
am a9046e41: Fix build by Reverting "Remove surface from rs init and handle surfaceChanged correctly."

Merge commit 'a9046e418e539e208af6f3723a513666074ec6a1' into eclair-mr2

* commit 'a9046e418e539e208af6f3723a513666074ec6a1':
  Fix build by Reverting "Remove surface from rs init and handle surfaceChanged correctly."

14 years agoFix build by Reverting "Remove surface from rs init and handle surfaceChanged correctly."
Android Git Automerger [Fri, 13 Nov 2009 19:40:40 +0000 (11:40 -0800)]
Fix build by Reverting "Remove surface from rs init and handle surfaceChanged correctly."

This reverts commit 18e1486a2749055414579f487b125021eb79b8ca.

14 years agoForces adb root and remount when syncing.
Nicolas Catania [Fri, 13 Nov 2009 18:02:10 +0000 (10:02 -0800)]
Forces adb root and remount when syncing.

The time it takes is very small to do these 2 operations.
Then sync never fails, even on the a device that has just rebooted.

14 years agoImproved the search to catch warnings from the build subprocess.
Nicolas Catania [Fri, 13 Nov 2009 17:52:18 +0000 (09:52 -0800)]
Improved the search to catch warnings from the build subprocess.

The build subprocess' output is buffered (but not line buffered).
As a result partial lines are inserted. If the previous insert ended
in the middle of the pattern we are looking for, the search will fail (end missing).
When the second part is inserted, the search will also fail because this
time we start looking from the middle of the pattern (beginning missing).
To work around that, we always match from the beginning of the line.

14 years agoam 5a571291: am 0c0d7d25: am 18e1486a: Remove surface from rs init and handle surface...
Jason Sams [Fri, 13 Nov 2009 07:20:39 +0000 (23:20 -0800)]
am 5a571291: am 0c0d7d25: am 18e1486a: Remove surface from rs init and handle surfaceChanged correctly.

Merge commit '5a571291d38723cc4789bd864b24aa7009b642e6'

* commit '5a571291d38723cc4789bd864b24aa7009b642e6':
  Remove surface from rs init and handle surfaceChanged correctly.

14 years agoam 0c0d7d25: am 18e1486a: Remove surface from rs init and handle surfaceChanged corre...
Jason Sams [Fri, 13 Nov 2009 07:14:43 +0000 (23:14 -0800)]
am 0c0d7d25: am 18e1486a: Remove surface from rs init and handle surfaceChanged correctly.

Merge commit '0c0d7d25fd7332e6562f99dae0ae823bc84bdfd5' into eclair-mr2-plus-aosp

* commit '0c0d7d25fd7332e6562f99dae0ae823bc84bdfd5':
  Remove surface from rs init and handle surfaceChanged correctly.

14 years agoam 18e1486a: Remove surface from rs init and handle surfaceChanged correctly.
Jason Sams [Fri, 13 Nov 2009 07:07:33 +0000 (23:07 -0800)]
am 18e1486a: Remove surface from rs init and handle surfaceChanged correctly.

Merge commit '18e1486a2749055414579f487b125021eb79b8ca' into eclair-mr2

* commit '18e1486a2749055414579f487b125021eb79b8ca':
  Remove surface from rs init and handle surfaceChanged correctly.

14 years agoRemove surface from rs init and handle surfaceChanged correctly.
Jason Sams [Thu, 12 Nov 2009 22:10:30 +0000 (14:10 -0800)]
Remove surface from rs init and handle surfaceChanged correctly.

14 years agoam ca603e23: am b2876c0c: am cf87c98a: Add contacts launch performance test definition.
Brett Chabot [Thu, 12 Nov 2009 20:13:15 +0000 (12:13 -0800)]
am ca603e23: am b2876c0c: am cf87c98a: Add contacts launch performance test definition.

Merge commit 'ca603e23d3f279e261b85ea18626ddf8679ffef7'

* commit 'ca603e23d3f279e261b85ea18626ddf8679ffef7':
  Add contacts launch performance test definition.

14 years agoam 0034543d: am 7ec1c45b: am c84040c1: Merge change I6fd4cd01 into eclair
Xavier Ducrohet [Thu, 12 Nov 2009 20:13:10 +0000 (12:13 -0800)]
am 0034543d: am 7ec1c45b: am c84040c1: Merge change I6fd4cd01 into eclair

Merge commit '0034543d232dea5a1837411b62bedfd51468c9dc'

* commit '0034543d232dea5a1837411b62bedfd51468c9dc':
  Add an overlay to make the latinIME the default one in the SDK

14 years agoam b2876c0c: am cf87c98a: Add contacts launch performance test definition.
Brett Chabot [Thu, 12 Nov 2009 20:08:18 +0000 (12:08 -0800)]
am b2876c0c: am cf87c98a: Add contacts launch performance test definition.

Merge commit 'b2876c0c46107aadabd0ccc2f1b10c04f4c2f169' into eclair-mr2-plus-aosp

* commit 'b2876c0c46107aadabd0ccc2f1b10c04f4c2f169':
  Add contacts launch performance test definition.

14 years agoam 7ec1c45b: am c84040c1: Merge change I6fd4cd01 into eclair
Xavier Ducrohet [Thu, 12 Nov 2009 20:08:14 +0000 (12:08 -0800)]
am 7ec1c45b: am c84040c1: Merge change I6fd4cd01 into eclair

Merge commit '7ec1c45b3ae47e9c9dc594f1478f22ae49cbd0a4' into eclair-mr2-plus-aosp

* commit '7ec1c45b3ae47e9c9dc594f1478f22ae49cbd0a4':
  Add an overlay to make the latinIME the default one in the SDK

14 years agoam cf87c98a: Add contacts launch performance test definition.
Brett Chabot [Thu, 12 Nov 2009 20:04:10 +0000 (12:04 -0800)]
am cf87c98a: Add contacts launch performance test definition.

Merge commit 'cf87c98ad18bdf928dd93a86e04b0f61b477a30f' into eclair-mr2

* commit 'cf87c98ad18bdf928dd93a86e04b0f61b477a30f':
  Add contacts launch performance test definition.

14 years agoam c84040c1: Merge change I6fd4cd01 into eclair
Xavier Ducrohet [Thu, 12 Nov 2009 20:04:06 +0000 (12:04 -0800)]
am c84040c1: Merge change I6fd4cd01 into eclair

Merge commit 'c84040c18ba36b3b265f47a0a0366b33fd86c394' into eclair-mr2

* commit 'c84040c18ba36b3b265f47a0a0366b33fd86c394':
  Add an overlay to make the latinIME the default one in the SDK

14 years agoAdd contacts launch performance test definition.
Brett Chabot [Thu, 12 Nov 2009 19:47:16 +0000 (11:47 -0800)]
Add contacts launch performance test definition.

Change-Id: I8d4376e676a682c59accbb129a4d77efb5696e28

14 years agoRemove duplicate vpn path entries.
Jack Palevich [Thu, 12 Nov 2009 06:42:00 +0000 (14:42 +0800)]
Remove duplicate vpn path entries.

14 years agoam 864f49d8: am c34c79fc: am cf229bb0: make consistent with new RegisteredServicesCac...
Fred Quintana [Thu, 12 Nov 2009 01:35:22 +0000 (17:35 -0800)]
am 864f49d8: am c34c79fc: am cf229bb0: make consistent with new RegisteredServicesCache API

Merge commit '864f49d8e9b5bd2a30ac8414822889d0ffd0ba0c'

* commit '864f49d8e9b5bd2a30ac8414822889d0ffd0ba0c':
  make consistent with new RegisteredServicesCache API

14 years agoam c34c79fc: am cf229bb0: make consistent with new RegisteredServicesCache API
Fred Quintana [Thu, 12 Nov 2009 01:24:03 +0000 (17:24 -0800)]
am c34c79fc: am cf229bb0: make consistent with new RegisteredServicesCache API

Merge commit 'c34c79fc6627329f1c9586d51524d95d57022aaf' into eclair-mr2-plus-aosp

* commit 'c34c79fc6627329f1c9586d51524d95d57022aaf':
  make consistent with new RegisteredServicesCache API

14 years agoam cf229bb0: make consistent with new RegisteredServicesCache API
Fred Quintana [Thu, 12 Nov 2009 01:07:27 +0000 (17:07 -0800)]
am cf229bb0: make consistent with new RegisteredServicesCache API

Merge commit 'cf229bb013317db77034980c212ab07bea260261' into eclair-mr2

* commit 'cf229bb013317db77034980c212ab07bea260261':
  make consistent with new RegisteredServicesCache API

14 years agoMerge change I6fd4cd01 into eclair
Android (Google) Code Review [Wed, 11 Nov 2009 19:20:09 +0000 (11:20 -0800)]
Merge change I6fd4cd01 into eclair

* changes:
  Add an overlay to make the latinIME the default one in the SDK

14 years agoAdd an overlay to make the latinIME the default one in the SDK
Xavier Ducrohet [Wed, 11 Nov 2009 02:14:11 +0000 (18:14 -0800)]
Add an overlay to make the latinIME the default one in the SDK

BUG 2225111

Change-Id: I6fd4cd0159f1eb90b78e3398a8e97d74d6396f9f

14 years agomake consistent with new RegisteredServicesCache API
Fred Quintana [Mon, 9 Nov 2009 23:47:36 +0000 (15:47 -0800)]
make consistent with new RegisteredServicesCache API

14 years agoam 0badc7f8: am 81515abc: am 42c35199: Update live wallpaper examples to new api.
Marco Nelissen [Tue, 10 Nov 2009 03:44:11 +0000 (19:44 -0800)]
am 0badc7f8: am 81515abc: am 42c35199: Update live wallpaper examples to new api.

Merge commit '0badc7f8c3b3fb83d5556da8b9733b4e7b7b419a'

* commit '0badc7f8c3b3fb83d5556da8b9733b4e7b7b419a':
  Update live wallpaper examples to new api.

14 years agoam 81515abc: am 42c35199: Update live wallpaper examples to new api.
Marco Nelissen [Tue, 10 Nov 2009 03:40:25 +0000 (19:40 -0800)]
am 81515abc: am 42c35199: Update live wallpaper examples to new api.

Merge commit '81515abca85e742584db3c7cdacc5b840f0eb650' into eclair-mr2-plus-aosp

* commit '81515abca85e742584db3c7cdacc5b840f0eb650':
  Update live wallpaper examples to new api.

14 years agoam 42c35199: Update live wallpaper examples to new api.
Marco Nelissen [Tue, 10 Nov 2009 03:36:46 +0000 (19:36 -0800)]
am 42c35199: Update live wallpaper examples to new api.

Merge commit '42c35199db9b3ec2ec467f926538e5d748e0b49d' into eclair-mr2

* commit '42c35199db9b3ec2ec467f926538e5d748e0b49d':
  Update live wallpaper examples to new api.

14 years agoam d4f5e0a9: am a7f3e75e: am 2d03b2a5: am 8ccddf4c: Merge change Id49751eb into eclai...
Raphael [Tue, 10 Nov 2009 00:33:25 +0000 (16:33 -0800)]
am d4f5e0a9: am a7f3e75e: am 2d03b2a5: am 8ccddf4c: Merge change Id49751eb into eclair-sdk

Merge commit 'd4f5e0a9ddb2c2e1020a463f320af65508edf039'

* commit 'd4f5e0a9ddb2c2e1020a463f320af65508edf039':
  SDK Manager: reuse complete downloads, retry Windows locks.

14 years agoam a7f3e75e: am 2d03b2a5: am 8ccddf4c: Merge change Id49751eb into eclair-sdk
Raphael [Tue, 10 Nov 2009 00:23:29 +0000 (16:23 -0800)]
am a7f3e75e: am 2d03b2a5: am 8ccddf4c: Merge change Id49751eb into eclair-sdk

Merge commit 'a7f3e75ebb849bff947d12b3be24145c4cb9de9a' into eclair-mr2-plus-aosp

* commit 'a7f3e75ebb849bff947d12b3be24145c4cb9de9a':
  SDK Manager: reuse complete downloads, retry Windows locks.

14 years agoam 2d03b2a5: am 8ccddf4c: Merge change Id49751eb into eclair-sdk
Raphael [Tue, 10 Nov 2009 00:17:21 +0000 (16:17 -0800)]
am 2d03b2a5: am 8ccddf4c: Merge change Id49751eb into eclair-sdk

Merge commit '2d03b2a5d172e7f9a3fd8e50e27b9c5a3a87b96e' into eclair-mr2

* commit '2d03b2a5d172e7f9a3fd8e50e27b9c5a3a87b96e':
  SDK Manager: reuse complete downloads, retry Windows locks.

14 years agoUpdate live wallpaper examples to new api.
Marco Nelissen [Mon, 9 Nov 2009 23:45:02 +0000 (15:45 -0800)]
Update live wallpaper examples to new api.

14 years agoMerge change I5856aaca
Android (Google) Code Review [Mon, 9 Nov 2009 23:09:53 +0000 (15:09 -0800)]
Merge change I5856aaca

* changes:
  Forgot to remove now-obsolete PDK files in last commit.

14 years agoam c3e07f9d: am 606fe528: Merge change Ib4a23918 into eclair-mr2
Derek Sollenberger [Mon, 9 Nov 2009 22:14:38 +0000 (14:14 -0800)]
am c3e07f9d: am 606fe528: Merge change Ib4a23918 into eclair-mr2

Merge commit 'c3e07f9d442ba097f264777693938b781e290da4'

* commit 'c3e07f9d442ba097f264777693938b781e290da4':
  Updating sample plugin to test java class loading.

14 years agoam f9e27790: am e8b11328: am f702fa41: Merge change I53c8228b into eclair
Bjorn Bringert [Mon, 9 Nov 2009 21:48:57 +0000 (13:48 -0800)]
am f9e27790: am e8b11328: am f702fa41: Merge change I53c8228b into eclair

Merge commit 'f9e27790ebed44735b28ba23c3f95f21c6f30743'

* commit 'f9e27790ebed44735b28ba23c3f95f21c6f30743':
  Fix type of _id col in SearchableDictionary

14 years agoam 538ff70d: am 811d2c75: am 7e56f226: Merge change I68a71c11 into eclair
Xavier Ducrohet [Mon, 9 Nov 2009 21:48:53 +0000 (13:48 -0800)]
am 538ff70d: am 811d2c75: am 7e56f226: Merge change I68a71c11 into eclair

Merge commit '538ff70d5f3fd450c9d0b2ac4a6333fa6ff277ed'

* commit '538ff70d5f3fd450c9d0b2ac4a6333fa6ff277ed':
  Add Japanese font to SDK.

14 years agoam 11ea938d: am 851c913b: am f765a70a: Update adt-tests build.properties to include...
Brett Chabot [Mon, 9 Nov 2009 21:48:44 +0000 (13:48 -0800)]
am 11ea938d: am 851c913b: am f765a70a: Update adt-tests build.properties to include new test data location.

Merge commit '11ea938d2ad7227945204aa2d93dc96401a0fdba'

* commit '11ea938d2ad7227945204aa2d93dc96401a0fdba':
  Update adt-tests build.properties to include new test data location.

14 years agoam 606fe528: Merge change Ib4a23918 into eclair-mr2
Derek Sollenberger [Mon, 9 Nov 2009 20:47:14 +0000 (12:47 -0800)]
am 606fe528: Merge change Ib4a23918 into eclair-mr2

Merge commit '606fe5281d830a6f4eb7ba36bf7127eb3b8cd934' into eclair-mr2-plus-aosp

* commit '606fe5281d830a6f4eb7ba36bf7127eb3b8cd934':
  Updating sample plugin to test java class loading.

14 years agoMerge change Ib4a23918 into eclair-mr2
Android (Google) Code Review [Mon, 9 Nov 2009 20:43:03 +0000 (12:43 -0800)]
Merge change Ib4a23918 into eclair-mr2

* changes:
  Updating sample plugin to test java class loading.

14 years agoUpdating sample plugin to test java class loading.
Derek Sollenberger [Mon, 9 Nov 2009 20:38:58 +0000 (15:38 -0500)]
Updating sample plugin to test java class loading.

14 years agoam e8b11328: am f702fa41: Merge change I53c8228b into eclair
Bjorn Bringert [Mon, 9 Nov 2009 20:14:29 +0000 (12:14 -0800)]
am e8b11328: am f702fa41: Merge change I53c8228b into eclair

Merge commit 'e8b11328e22d4e187e195753f1aacb59c5e30179' into eclair-mr2-plus-aosp

* commit 'e8b11328e22d4e187e195753f1aacb59c5e30179':
  Fix type of _id col in SearchableDictionary

14 years agoam 811d2c75: am 7e56f226: Merge change I68a71c11 into eclair
Xavier Ducrohet [Mon, 9 Nov 2009 20:14:25 +0000 (12:14 -0800)]
am 811d2c75: am 7e56f226: Merge change I68a71c11 into eclair

Merge commit '811d2c7507b03f04391c7b21e0de795c6ad12f5d' into eclair-mr2-plus-aosp

* commit '811d2c7507b03f04391c7b21e0de795c6ad12f5d':
  Add Japanese font to SDK.

14 years agoam 851c913b: am f765a70a: Update adt-tests build.properties to include new test data...
Brett Chabot [Mon, 9 Nov 2009 20:14:20 +0000 (12:14 -0800)]
am 851c913b: am f765a70a: Update adt-tests build.properties to include new test data location.

Merge commit '851c913b6e3cdf7cb334d4b24ae3e1079554203b' into eclair-mr2-plus-aosp

* commit '851c913b6e3cdf7cb334d4b24ae3e1079554203b':
  Update adt-tests build.properties to include new test data location.

14 years agoam 515a94b2: merge from open-source master
Jean-Baptiste Queru [Mon, 9 Nov 2009 20:03:40 +0000 (12:03 -0800)]
am 515a94b2: merge from open-source master

Merge commit '515a94b25aece44c87c4f8ee48bea82690a2ba57'

* commit '515a94b25aece44c87c4f8ee48bea82690a2ba57':
  Tweaks to sample .classpath to reduce errors.

14 years agoam 8ccddf4c: Merge change Id49751eb into eclair-sdk
Raphael [Mon, 9 Nov 2009 19:59:37 +0000 (11:59 -0800)]
am 8ccddf4c: Merge change Id49751eb into eclair-sdk

Merge commit '8ccddf4c00464c6fee998d56da1f08b4662abf62' into eclair

* commit '8ccddf4c00464c6fee998d56da1f08b4662abf62':
  SDK Manager: reuse complete downloads, retry Windows locks.

14 years agoam f702fa41: Merge change I53c8228b into eclair
Bjorn Bringert [Mon, 9 Nov 2009 19:57:37 +0000 (11:57 -0800)]
am f702fa41: Merge change I53c8228b into eclair

Merge commit 'f702fa413273d175ba499bcb9bd352d208621d95' into eclair-mr2

* commit 'f702fa413273d175ba499bcb9bd352d208621d95':
  Fix type of _id col in SearchableDictionary

14 years agoam 7e56f226: Merge change I68a71c11 into eclair
Xavier Ducrohet [Mon, 9 Nov 2009 19:57:33 +0000 (11:57 -0800)]
am 7e56f226: Merge change I68a71c11 into eclair

Merge commit '7e56f226f745c2397b2cec4d0da1f61276e1b150' into eclair-mr2

* commit '7e56f226f745c2397b2cec4d0da1f61276e1b150':
  Add Japanese font to SDK.

14 years agoam f765a70a: Update adt-tests build.properties to include new test data location.
Brett Chabot [Mon, 9 Nov 2009 19:57:18 +0000 (11:57 -0800)]
am f765a70a: Update adt-tests build.properties to include new test data location.

Merge commit 'f765a70ac7dd8aabbaca696af5860c2bffdf8df0' into eclair-mr2

* commit 'f765a70ac7dd8aabbaca696af5860c2bffdf8df0':
  Update adt-tests build.properties to include new test data location.

14 years agoForgot to remove now-obsolete PDK files in last commit.
Dan Morrill [Mon, 9 Nov 2009 18:13:58 +0000 (10:13 -0800)]
Forgot to remove now-obsolete PDK files in last commit.

14 years agoMerge change I53c8228b into eclair
Android (Google) Code Review [Mon, 9 Nov 2009 16:58:40 +0000 (08:58 -0800)]
Merge change I53c8228b into eclair

* changes:
  Fix type of _id col in SearchableDictionary

14 years agoMerge change I3cd199f9
Android (Google) Code Review [Mon, 9 Nov 2009 16:07:16 +0000 (08:07 -0800)]
Merge change I3cd199f9

* changes:
  Work-in-progress snapshot of the source.android.com (formerly PDK) site refresh.

14 years agomerge from open-source master
Jean-Baptiste Queru [Mon, 9 Nov 2009 16:04:49 +0000 (08:04 -0800)]
merge from open-source master

14 years agoMerge change I68a71c11 into eclair
Android (Google) Code Review [Mon, 9 Nov 2009 01:02:05 +0000 (17:02 -0800)]
Merge change I68a71c11 into eclair

* changes:
  Add Japanese font to SDK.

14 years agoAdd Japanese font to SDK.
Xavier Ducrohet [Sun, 8 Nov 2009 23:15:37 +0000 (15:15 -0800)]
Add Japanese font to SDK.

BUG 2041229

Change-Id: I68a71c11ae4f61c987a888dadf205f585b577c61

14 years agoUpdate adt-tests build.properties to include new test data location.
Brett Chabot [Sun, 8 Nov 2009 21:46:35 +0000 (13:46 -0800)]
Update adt-tests build.properties to include new test data location.

Missed this file in the 31885 commit.

14 years agoMerge change Id49751eb into eclair-sdk
Android (Google) Code Review [Sun, 8 Nov 2009 21:34:15 +0000 (13:34 -0800)]
Merge change Id49751eb into eclair-sdk

* changes:
  SDK Manager: reuse complete downloads, retry Windows locks.

14 years agoam c35d9654: am e458201d: am 534b520e: Merge change If5b2f9df into eclair
Brett Chabot [Sat, 7 Nov 2009 21:08:39 +0000 (13:08 -0800)]
am c35d9654: am e458201d: am 534b520e: Merge change If5b2f9df into eclair

Merge commit 'c35d96542787333ee87b4b356aa499a64cdc78d7'

* commit 'c35d96542787333ee87b4b356aa499a64cdc78d7':
  Fix ADT test data references.

14 years agoam e458201d: am 534b520e: Merge change If5b2f9df into eclair
Brett Chabot [Sat, 7 Nov 2009 20:59:10 +0000 (12:59 -0800)]
am e458201d: am 534b520e: Merge change If5b2f9df into eclair

Merge commit 'e458201d1ab45d9b72027d3d319d16810bf0b94f' into eclair-mr2-plus-aosp

* commit 'e458201d1ab45d9b72027d3d319d16810bf0b94f':
  Fix ADT test data references.

14 years agoam 534b520e: Merge change If5b2f9df into eclair
Brett Chabot [Sat, 7 Nov 2009 20:49:46 +0000 (12:49 -0800)]
am 534b520e: Merge change If5b2f9df into eclair

Merge commit '534b520e4add964f75cf6a8a612b54916d46da2e' into eclair-mr2

* commit '534b520e4add964f75cf6a8a612b54916d46da2e':
  Fix ADT test data references.

14 years agoMerge change If5b2f9df into eclair
Android (Google) Code Review [Sat, 7 Nov 2009 20:40:26 +0000 (15:40 -0500)]
Merge change If5b2f9df into eclair

* changes:
  Fix ADT test data references.

14 years agoSDK Manager: reuse complete downloads, retry Windows locks.
Raphael [Sat, 7 Nov 2009 02:55:04 +0000 (18:55 -0800)]
SDK Manager: reuse complete downloads, retry Windows locks.

This resolves 2 main issues with the SDK updater:
- Completed downloads are not cleared till the install is successful
- They are also stored in SDK/temp rather than the real Windows TEMP
  folder, making them more discoverable for savvy users.
- There's a retry loop on failed install when due to a directory
  being locked.
- The retry loop comes with the a Big Fat Warning[tm] in a modal
  dialog box. You can't miss it. And it explicitly mentions the
  antivirus software can be the root cause.

SDK BUG 2235058

Change-Id: Id49751ebd67e7291a0e7005136b22576335729c1

14 years agoam d80d98a5: am a4ebc122: am 3de25903: am 8e3442f1: Merge change Ic291d534 into eclai...
Raphael [Sat, 7 Nov 2009 01:00:35 +0000 (17:00 -0800)]
am d80d98a5: am a4ebc122: am 3de25903: am 8e3442f1: Merge change Ic291d534 into eclair-sdk

Merge commit 'd80d98a5591a68fff9f02b768a08c0e1076aa36c'

* commit 'd80d98a5591a68fff9f02b768a08c0e1076aa36c':
  SDK Manager: refresh sources when HTTP/S pref is changed.

14 years agoam a4ebc122: am 3de25903: am 8e3442f1: Merge change Ic291d534 into eclair-sdk
Raphael [Sat, 7 Nov 2009 00:51:10 +0000 (16:51 -0800)]
am a4ebc122: am 3de25903: am 8e3442f1: Merge change Ic291d534 into eclair-sdk

Merge commit 'a4ebc12213eafa5297343c6c3e73c7a5acda3fb6' into eclair-mr2-plus-aosp

* commit 'a4ebc12213eafa5297343c6c3e73c7a5acda3fb6':
  SDK Manager: refresh sources when HTTP/S pref is changed.

14 years agoam 3de25903: am 8e3442f1: Merge change Ic291d534 into eclair-sdk
Raphael [Sat, 7 Nov 2009 00:42:10 +0000 (16:42 -0800)]
am 3de25903: am 8e3442f1: Merge change Ic291d534 into eclair-sdk

Merge commit '3de259034c5d028e98d9456775e75d9d12a060c6' into eclair-mr2

* commit '3de259034c5d028e98d9456775e75d9d12a060c6':
  SDK Manager: refresh sources when HTTP/S pref is changed.

14 years agoam 8e3442f1: Merge change Ic291d534 into eclair-sdk
Raphael [Sat, 7 Nov 2009 00:13:41 +0000 (16:13 -0800)]
am 8e3442f1: Merge change Ic291d534 into eclair-sdk

Merge commit '8e3442f1b0fc19c8213978d4e7ac005774462297' into eclair

* commit '8e3442f1b0fc19c8213978d4e7ac005774462297':
  SDK Manager: refresh sources when HTTP/S pref is changed.

14 years agoMerge change Ic291d534 into eclair-sdk
Android (Google) Code Review [Sat, 7 Nov 2009 00:06:48 +0000 (19:06 -0500)]
Merge change Ic291d534 into eclair-sdk

* changes:
  SDK Manager: refresh sources when HTTP/S pref is changed.

14 years agoSDK Manager: refresh sources when HTTP/S pref is changed.
Raphael [Fri, 6 Nov 2009 23:18:57 +0000 (15:18 -0800)]
SDK Manager: refresh sources when HTTP/S pref is changed.

Currently you need to use the Refresh button in the remote page
after you change the HTTP/s setting and many users think
instead they need to close/restart the SDK manager.

Change-Id: Ic291d53459624558910bbc417295df5ddc7b037d

14 years agoam 86df89cf: am 2d2d3408: am bf9a70fb: am ca4603db: SDK: fix NPE in AVD Manager ...
Raphael [Fri, 6 Nov 2009 22:29:58 +0000 (14:29 -0800)]
am 86df89cf: am 2d2d3408: am bf9a70fb: am ca4603db: SDK: fix NPE in AVD Manager > Start when skin.path is missing.

Merge commit '86df89cf62b4f4f274858b840fa97a50c1a9d50c'

* commit '86df89cf62b4f4f274858b840fa97a50c1a9d50c':
  SDK: fix NPE in AVD Manager > Start when skin.path is missing.

14 years agoam 2d2d3408: am bf9a70fb: am ca4603db: SDK: fix NPE in AVD Manager > Start when skin...
Raphael [Fri, 6 Nov 2009 22:18:37 +0000 (14:18 -0800)]
am 2d2d3408: am bf9a70fb: am ca4603db: SDK: fix NPE in AVD Manager > Start when skin.path is missing.

Merge commit '2d2d34086516a36e8d26f927c75b9944fd07b69f' into eclair-mr2-plus-aosp

* commit '2d2d34086516a36e8d26f927c75b9944fd07b69f':
  SDK: fix NPE in AVD Manager > Start when skin.path is missing.

14 years agoam bf9a70fb: am ca4603db: SDK: fix NPE in AVD Manager > Start when skin.path is missing.
Raphael [Fri, 6 Nov 2009 22:08:28 +0000 (14:08 -0800)]
am bf9a70fb: am ca4603db: SDK: fix NPE in AVD Manager > Start when skin.path is missing.

Merge commit 'bf9a70fb1beb15944cb47d267c7b15ab699dca63' into eclair-mr2

* commit 'bf9a70fb1beb15944cb47d267c7b15ab699dca63':
  SDK: fix NPE in AVD Manager > Start when skin.path is missing.

14 years agoWork-in-progress snapshot of the source.android.com (formerly PDK) site
Dan Morrill [Fri, 6 Nov 2009 22:04:16 +0000 (14:04 -0800)]
Work-in-progress snapshot of the source.android.com (formerly PDK) site
refresh.

14 years agoam ca4603db: SDK: fix NPE in AVD Manager > Start when skin.path is missing.
Raphael [Fri, 6 Nov 2009 22:00:55 +0000 (14:00 -0800)]
am ca4603db: SDK: fix NPE in AVD Manager > Start when skin.path is missing.

Merge commit 'ca4603db2fa5cd0231d75ebcef239cd69e1772ad' into eclair

* commit 'ca4603db2fa5cd0231d75ebcef239cd69e1772ad':
  SDK: fix NPE in AVD Manager > Start when skin.path is missing.

14 years agoSDK: fix NPE in AVD Manager > Start when skin.path is missing.
Raphael [Fri, 6 Nov 2009 21:42:28 +0000 (13:42 -0800)]
SDK: fix NPE in AVD Manager > Start when skin.path is missing.

Change-Id: I0e42d3f110cfc4e313972f3021b7d2d84dfbd64d

14 years agoam 01262b3a: am f0f501ec: am 396a10e4: Merge change I793a35a9 into eclair
Xavier Ducrohet [Fri, 6 Nov 2009 19:34:55 +0000 (11:34 -0800)]
am 01262b3a: am f0f501ec: am 396a10e4: Merge change I793a35a9 into eclair

Merge commit '01262b3ae709cbe1f141ab8976e4926510fd429d'

* commit '01262b3ae709cbe1f141ab8976e4926510fd429d':
  ADT now launches app as if launched from launcher.

14 years agoam f0f501ec: am 396a10e4: Merge change I793a35a9 into eclair
Xavier Ducrohet [Fri, 6 Nov 2009 19:24:31 +0000 (11:24 -0800)]
am f0f501ec: am 396a10e4: Merge change I793a35a9 into eclair

Merge commit 'f0f501ec27a4b37bf06288de808bc083d251921a' into eclair-mr2-plus-aosp

* commit 'f0f501ec27a4b37bf06288de808bc083d251921a':
  ADT now launches app as if launched from launcher.

14 years agoam 396a10e4: Merge change I793a35a9 into eclair
Xavier Ducrohet [Fri, 6 Nov 2009 19:15:38 +0000 (11:15 -0800)]
am 396a10e4: Merge change I793a35a9 into eclair

Merge commit '396a10e48d7201215e54821fa0d7901ffde3a30a' into eclair-mr2

* commit '396a10e48d7201215e54821fa0d7901ffde3a30a':
  ADT now launches app as if launched from launcher.

14 years agoMerge change I793a35a9 into eclair
Android (Google) Code Review [Fri, 6 Nov 2009 19:08:24 +0000 (14:08 -0500)]
Merge change I793a35a9 into eclair

* changes:
  ADT now launches app as if launched from launcher.

14 years agoADT now launches app as if launched from launcher.
Xavier Ducrohet [Fri, 6 Nov 2009 02:38:04 +0000 (18:38 -0800)]
ADT now launches app as if launched from launcher.

BUG 2243142

Change-Id: I793a35a92cf0f818242e74e4794d74a681b25d83

14 years agoam 886119f5: am e9373a42: am 7853d243: Merge change I1fa1ae88 into eclair
Xavier Ducrohet [Fri, 6 Nov 2009 18:46:46 +0000 (10:46 -0800)]
am 886119f5: am e9373a42: am 7853d243: Merge change I1fa1ae88 into eclair

Merge commit '886119f56de90a5569915be9782de4b69460930a'

* commit '886119f56de90a5569915be9782de4b69460930a':
  Move Tools to rev 5, and ADT to 0.9.5

14 years agoam e9373a42: am 7853d243: Merge change I1fa1ae88 into eclair
Xavier Ducrohet [Fri, 6 Nov 2009 18:36:18 +0000 (10:36 -0800)]
am e9373a42: am 7853d243: Merge change I1fa1ae88 into eclair

Merge commit 'e9373a42114a9ed37dbdc68991250bd40f54552f' into eclair-mr2-plus-aosp

* commit 'e9373a42114a9ed37dbdc68991250bd40f54552f':
  Move Tools to rev 5, and ADT to 0.9.5

14 years agoam 7853d243: Merge change I1fa1ae88 into eclair
Xavier Ducrohet [Fri, 6 Nov 2009 18:26:37 +0000 (10:26 -0800)]
am 7853d243: Merge change I1fa1ae88 into eclair

Merge commit '7853d243aa0f2947249aa610972d74622cdddd82' into eclair-mr2

* commit '7853d243aa0f2947249aa610972d74622cdddd82':
  Move Tools to rev 5, and ADT to 0.9.5

14 years agoMerge change I1fa1ae88 into eclair
Android (Google) Code Review [Fri, 6 Nov 2009 18:15:45 +0000 (13:15 -0500)]
Merge change I1fa1ae88 into eclair

* changes:
  Move Tools to rev 5, and ADT to 0.9.5

14 years agoMove Tools to rev 5, and ADT to 0.9.5
Xavier Ducrohet [Fri, 6 Nov 2009 18:05:53 +0000 (10:05 -0800)]
Move Tools to rev 5, and ADT to 0.9.5

Change-Id: I1fa1ae883eea4d27d5718788594ab0cb52ca6445

14 years agoam ae8ea92c: am a04b9614: am b5723869: Merge change I85aa2b1d into eclair
Fred Quintana [Thu, 5 Nov 2009 22:11:53 +0000 (14:11 -0800)]
am ae8ea92c: am a04b9614: am b5723869: Merge change I85aa2b1d into eclair

Merge commit 'ae8ea92c1111e993e4fb5eb115ff6d2c5c21d214'

* commit 'ae8ea92c1111e993e4fb5eb115ff6d2c5c21d214':
  create a test app that allows direct control of a sync adapter for testing purposes

14 years agoam 3fb2d576: am c0446aa9: Merge change I4d2a57bc into eclair-mr2
mike ritter [Thu, 5 Nov 2009 22:11:46 +0000 (14:11 -0800)]
am 3fb2d576: am c0446aa9: Merge change I4d2a57bc into eclair-mr2

Merge commit '3fb2d576e9f386ecaa6a2637131c8fac89d05276'

* commit '3fb2d576e9f386ecaa6a2637131c8fac89d05276':
  Moved values into attributes of xml elements where they belong

14 years agoam a04b9614: am b5723869: Merge change I85aa2b1d into eclair
Fred Quintana [Thu, 5 Nov 2009 21:58:54 +0000 (13:58 -0800)]
am a04b9614: am b5723869: Merge change I85aa2b1d into eclair

Merge commit 'a04b9614ce35fe22e99c0bb765084a0d8e3af3f1' into eclair-mr2-plus-aosp

* commit 'a04b9614ce35fe22e99c0bb765084a0d8e3af3f1':
  create a test app that allows direct control of a sync adapter for testing purposes

14 years agoam c0446aa9: Merge change I4d2a57bc into eclair-mr2
mike ritter [Thu, 5 Nov 2009 21:58:42 +0000 (13:58 -0800)]
am c0446aa9: Merge change I4d2a57bc into eclair-mr2

Merge commit 'c0446aa9d2b6610dd3d92611c0c0867e960198d9' into eclair-mr2-plus-aosp

* commit 'c0446aa9d2b6610dd3d92611c0c0867e960198d9':
  Moved values into attributes of xml elements where they belong

14 years agoam b5723869: Merge change I85aa2b1d into eclair
Fred Quintana [Thu, 5 Nov 2009 21:53:36 +0000 (13:53 -0800)]
am b5723869: Merge change I85aa2b1d into eclair

Merge commit 'b57238690e7e4afa66416e3ad25183a576f35075' into eclair-mr2

* commit 'b57238690e7e4afa66416e3ad25183a576f35075':
  create a test app that allows direct control of a sync adapter for testing purposes

14 years agoMerge change I4d2a57bc into eclair-mr2
Android (Google) Code Review [Thu, 5 Nov 2009 21:50:10 +0000 (16:50 -0500)]
Merge change I4d2a57bc into eclair-mr2

* changes:
  Moved values into attributes of xml elements where they belong

14 years agoMerge change I85aa2b1d into eclair
Android (Google) Code Review [Thu, 5 Nov 2009 19:16:08 +0000 (14:16 -0500)]
Merge change I85aa2b1d into eclair

* changes:
  create a test app that allows direct control of a sync adapter for testing purposes

14 years agocreate a test app that allows direct control of a sync adapter for testing purposes
Fred Quintana [Wed, 4 Nov 2009 01:18:33 +0000 (17:18 -0800)]
create a test app that allows direct control of a sync adapter for testing purposes

http://b/issue?id=2239791

14 years agoam 019eca1a: (-s ours) am 4e97e5da: am 421e8d33: (-s ours) am 7f305ce7: (-s ours...
Xavier Ducrohet [Wed, 4 Nov 2009 23:35:49 +0000 (15:35 -0800)]
am 019eca1a: (-s ours) am 4e97e5da: am 421e8d33: (-s ours) am 7f305ce7: (-s ours) Ignore hidden files and vi swap files during packaging. (do not merge)

Merge commit '019eca1a7920da9cf5dc7efebb7d24b86561a989'

* commit '019eca1a7920da9cf5dc7efebb7d24b86561a989':
  Ignore hidden files and vi swap files during packaging. (do not merge)

14 years agoam 4e97e5da: am 421e8d33: (-s ours) am 7f305ce7: (-s ours) Ignore hidden files and...
Xavier Ducrohet [Wed, 4 Nov 2009 23:25:12 +0000 (15:25 -0800)]
am 4e97e5da: am 421e8d33: (-s ours) am 7f305ce7: (-s ours) Ignore hidden files and vi swap files during packaging. (do not merge)

Merge commit '4e97e5da372f1be39e9eeccc9cad7a551c164828' into eclair-mr2-plus-aosp

* commit '4e97e5da372f1be39e9eeccc9cad7a551c164828':
  Ignore hidden files and vi swap files during packaging. (do not merge)

14 years agoam 421e8d33: (-s ours) am 7f305ce7: (-s ours) Ignore hidden files and vi swap files...
Xavier Ducrohet [Wed, 4 Nov 2009 23:15:19 +0000 (15:15 -0800)]
am 421e8d33: (-s ours) am 7f305ce7: (-s ours) Ignore hidden files and vi swap files during packaging. (do not merge)

Merge commit '421e8d3353de606444e5350d8feeee8c01c90394' into eclair-mr2

* commit '421e8d3353de606444e5350d8feeee8c01c90394':
  Ignore hidden files and vi swap files during packaging. (do not merge)

14 years agoam 7f305ce7: (-s ours) Ignore hidden files and vi swap files during packaging. (do...
Xavier Ducrohet [Wed, 4 Nov 2009 23:05:34 +0000 (15:05 -0800)]
am 7f305ce7: (-s ours) Ignore hidden files and vi swap files during packaging. (do not merge)

Merge commit '7f305ce77069cf8432374f12392a3ce3a476bdce' into eclair

* commit '7f305ce77069cf8432374f12392a3ce3a476bdce':
  Ignore hidden files and vi swap files during packaging. (do not merge)