OSDN Git Service

android-x86/frameworks-base.git
14 years agoMerge change I272af007 into eclair-mr2
Android (Google) Code Review [Thu, 5 Nov 2009 17:53:34 +0000 (12:53 -0500)]
Merge change I272af007 into eclair-mr2

* changes:
  a possible fix for the bug http://b/issue?id=2200637

14 years agoMerge change I7f9db307 into eclair-mr2
Android (Google) Code Review [Thu, 5 Nov 2009 09:49:46 +0000 (04:49 -0500)]
Merge change I7f9db307 into eclair-mr2

* changes:
  Modify the behavior of createThumbnailForEXIF() to: returning SizedThumbnailBitmap, which contains the downsampled bitmap either from the thumbnail in EXIF or the full image.

14 years agoModify the behavior of createThumbnailForEXIF() to:
Wei-Ta Chen [Thu, 29 Oct 2009 12:51:57 +0000 (20:51 +0800)]
Modify the behavior of createThumbnailForEXIF() to:
returning SizedThumbnailBitmap, which contains the downsampled
bitmap either from the thumbnail in EXIF or the full image.

14 years agoam 67b69292: Merge change I93f500a5 into eclair
Eric Laurent [Thu, 5 Nov 2009 08:01:33 +0000 (00:01 -0800)]
am 67b69292: Merge change I93f500a5 into eclair

Merge commit '67b692920c18f99b096dce285adc6f7439fa866c' into eclair-mr2

* commit '67b692920c18f99b096dce285adc6f7439fa866c':
  Fix issue 2203561: Sholes: audio playing out of earpiece.

14 years agoMerge change I93f500a5 into eclair
Android (Google) Code Review [Thu, 5 Nov 2009 07:55:26 +0000 (02:55 -0500)]
Merge change I93f500a5 into eclair

* changes:
  Fix issue 2203561: Sholes: audio playing out of earpiece.

14 years agoFix issue 2203561: Sholes: audio playing out of earpiece.
Eric Laurent [Wed, 4 Nov 2009 16:27:26 +0000 (08:27 -0800)]
Fix issue 2203561: Sholes: audio playing out of earpiece.

Create a new IAudioTrack interface to AudioFlinger when start() fails due to a broken pipe error.
Do the same if start fails due to the same error after time out in obtainBuffer().
Do not indicate that the AudioTrack is started to AudioPolicyManager if IAudioTrack start fails.
This avoids that an AudioTrack keeps a dead IAudioTrack after a media server crash.

Same modifications for AudioRecord.

Add a flag to ToneGenerator indicating that the callback thread can call Java. Without it, when the media server crashes and restarts, the AudioSystem error callback will crash in JNI if the IAudiotrack is created from AudioTrack callback thread.

14 years agoMerge change I0d442f0d into eclair-mr2
Android (Google) Code Review [Thu, 5 Nov 2009 04:49:46 +0000 (23:49 -0500)]
Merge change I0d442f0d into eclair-mr2

* changes:
  Add tests for Japanization part of vCard.

14 years agoAdd tests for Japanization part of vCard.
Daisuke Miyakawa [Thu, 5 Nov 2009 04:41:24 +0000 (13:41 +0900)]
Add tests for Japanization part of vCard.

Fix several bugs around name construction.

Internal issue number: 2195990

14 years agoam 584bce31: Merge change I09282f5b into eclair
Romain Guy [Thu, 5 Nov 2009 02:40:38 +0000 (18:40 -0800)]
am 584bce31: Merge change I09282f5b into eclair

Merge commit '584bce31b62cdf3efd8a9eb40442c4cc612ce1e6' into eclair-mr2

* commit '584bce31b62cdf3efd8a9eb40442c4cc612ce1e6':
  Fix the build (hopefully.)

14 years agoMerge change I09282f5b into eclair
Android (Google) Code Review [Thu, 5 Nov 2009 02:33:27 +0000 (21:33 -0500)]
Merge change I09282f5b into eclair

* changes:
  Fix the build (hopefully.)

14 years agoFix the build (hopefully.)
Romain Guy [Thu, 5 Nov 2009 02:32:48 +0000 (18:32 -0800)]
Fix the build (hopefully.)

Change-Id: I09282f5b4ff8b97f6beb1073223d8a943d3ecef4

14 years agoam 61b01632: Merge change I9490271c into eclair
Nick Pelly [Thu, 5 Nov 2009 01:37:07 +0000 (17:37 -0800)]
am 61b01632: Merge change I9490271c into eclair

Merge commit '61b01632915181fcf725dc4933cad8c81e700115' into eclair-mr2

* commit '61b01632915181fcf725dc4933cad8c81e700115':
  Add BluetoothDevice to SDK AIDL list.

14 years agoam 62335430: Merge change I4499ad72 into eclair
Eric Olsen [Thu, 5 Nov 2009 01:36:59 +0000 (17:36 -0800)]
am 62335430: Merge change I4499ad72 into eclair

Merge commit '62335430b05d92ad2255bf20b76b35e012b385c9' into eclair-mr2

* commit '62335430b05d92ad2255bf20b76b35e012b385c9':
  Fix bad merge fixes build breakage.

14 years agoam 131564d2: Merge change I3bbfb4f9 into eclair
Romain Guy [Thu, 5 Nov 2009 01:36:46 +0000 (17:36 -0800)]
am 131564d2: Merge change I3bbfb4f9 into eclair

Merge commit '131564d26ac5b7f963c60802089b9fe1472659f7' into eclair-mr2

* commit '131564d26ac5b7f963c60802089b9fe1472659f7':
  Remove unused field and add new API to control the children drawing order.

14 years agoMerge change I9490271c into eclair
Android (Google) Code Review [Thu, 5 Nov 2009 01:32:00 +0000 (20:32 -0500)]
Merge change I9490271c into eclair

* changes:
  Add BluetoothDevice to SDK AIDL list.

14 years agoMerge change I4499ad72 into eclair
Android (Google) Code Review [Thu, 5 Nov 2009 01:27:11 +0000 (20:27 -0500)]
Merge change I4499ad72 into eclair

* changes:
  Fix bad merge fixes build breakage.

14 years agoAdd BluetoothDevice to SDK AIDL list.
Nick Pelly [Thu, 5 Nov 2009 01:23:55 +0000 (17:23 -0800)]
Add BluetoothDevice to SDK AIDL list.

Bug: 2216702
Change-Id: I9490271ce4be465d5b3acc5e530feaf6e2fa3f57

14 years agoFix bad merge fixes build breakage.
Eric Olsen [Thu, 5 Nov 2009 01:11:53 +0000 (17:11 -0800)]
Fix bad merge fixes build breakage.

Signed-off-by: Eric Olsen <eolsen@android.com>
14 years agoMerge change I3bbfb4f9 into eclair
Android (Google) Code Review [Thu, 5 Nov 2009 00:58:00 +0000 (19:58 -0500)]
Merge change I3bbfb4f9 into eclair

* changes:
  Remove unused field and add new API to control the children drawing order.

14 years agoRemove unused field and add new API to control the children drawing order.
Romain Guy [Wed, 4 Nov 2009 21:59:48 +0000 (13:59 -0800)]
Remove unused field and add new API to control the children drawing order.

Approved by: xav, hackbod, mcleron.

Change-Id: I3bbfb4f96e3c9adedbb68d78703059a2df1e2013

14 years agoam 9053fdb3: Merge change I76127f6f into eclair
Eric Olsen [Thu, 5 Nov 2009 00:49:31 +0000 (16:49 -0800)]
am 9053fdb3: Merge change I76127f6f into eclair

Merge commit '9053fdb32b38d1240d856bd6efedf72eefba48d3' into eclair-mr2

* commit '9053fdb32b38d1240d856bd6efedf72eefba48d3':
  Add support for colored LED on jogball backlight.

14 years agoMerge change I76588b56 into eclair-mr2
Android (Google) Code Review [Thu, 5 Nov 2009 00:45:14 +0000 (19:45 -0500)]
Merge change I76588b56 into eclair-mr2

* changes:
  Make vCard importer handle "PAGER" phone number correctly.

14 years agoMake vCard importer handle "PAGER" phone number correctly.
Daisuke Miyakawa [Thu, 5 Nov 2009 00:43:19 +0000 (09:43 +0900)]
Make vCard importer handle "PAGER" phone number correctly.

Add tests for it.

Internal issue number: 2239492

14 years agoMerge change I76127f6f into eclair
Android (Google) Code Review [Thu, 5 Nov 2009 00:39:29 +0000 (19:39 -0500)]
Merge change I76127f6f into eclair

* changes:
  Add support for colored LED on jogball backlight.

14 years agoam b5e380a7: (-s ours) am e33044ea: (-s ours) Merge change Ib9cc041e into eclair-sdk
Ying Wang [Thu, 5 Nov 2009 00:35:15 +0000 (16:35 -0800)]
am b5e380a7: (-s ours) am e33044ea: (-s ours) Merge change Ib9cc041e into eclair-sdk

Merge commit 'b5e380a799b1c22d51364a2b9b3abe02e2eb83cf' into eclair-mr2

* commit 'b5e380a799b1c22d51364a2b9b3abe02e2eb83cf':
  Explicitly specify that online-sdk depends on framework-res. (do not merge)

14 years agoam 595596fe: Merge change I561011bc into eclair
Christopher Tate [Thu, 5 Nov 2009 00:35:06 +0000 (16:35 -0800)]
am 595596fe: Merge change I561011bc into eclair

Merge commit '595596fe6b6fd52bf26d224f18b8724a4d151316' into eclair-mr2

* commit '595596fe6b6fd52bf26d224f18b8724a4d151316':
  Fix #2176803 - restores from userdebug to user builds not working

14 years agoa possible fix for the bug http://b/issue?id=2200637
Vasu Nori [Thu, 5 Nov 2009 00:26:55 +0000 (16:26 -0800)]
a possible fix for the bug b/issue?id=2200637

14 years agoam e33044ea: (-s ours) Merge change Ib9cc041e into eclair-sdk
Ying Wang [Thu, 5 Nov 2009 00:18:04 +0000 (16:18 -0800)]
am e33044ea: (-s ours) Merge change Ib9cc041e into eclair-sdk

Merge commit 'e33044eadfa9969e71e50d1aff165cbc436b13f3' into eclair

* commit 'e33044eadfa9969e71e50d1aff165cbc436b13f3':
  Explicitly specify that online-sdk depends on framework-res. (do not merge)

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

* changes:
  Explicitly specify that online-sdk depends on framework-res. (do not merge)

14 years agoExplicitly specify that online-sdk depends on framework-res. (do not merge)
Ying Wang [Tue, 27 Oct 2009 18:00:30 +0000 (11:00 -0700)]
Explicitly specify that online-sdk depends on framework-res. (do not merge)

this is integrated from Eclair to fix the mac build breakages.

14 years agoMerge change I561011bc into eclair
Android (Google) Code Review [Wed, 4 Nov 2009 23:52:27 +0000 (18:52 -0500)]
Merge change I561011bc into eclair

* changes:
  Fix #2176803 - restores from userdebug to user builds not working

14 years agoam ef16a545: Merge change I2867746d into eclair
Jason Parks [Wed, 4 Nov 2009 22:59:54 +0000 (14:59 -0800)]
am ef16a545: Merge change I2867746d into eclair

Merge commit 'ef16a545dca8deacdcdd89cb493d556adf7a8be8' into eclair-mr2

* commit 'ef16a545dca8deacdcdd89cb493d556adf7a8be8':
  When a thread is about to be put back onto the thread pool ensure that it is in the foreground cgroup.

14 years agoam 36fe3eea: part of fix [2186418] switch passion to 24-bits framebuffer
Mathias Agopian [Wed, 4 Nov 2009 22:59:44 +0000 (14:59 -0800)]
am 36fe3eea: part of fix [2186418] switch passion to 24-bits framebuffer

Merge commit '36fe3eeaa056ff13455c0df73b495b2bae8c1469' into eclair-mr2

* commit '36fe3eeaa056ff13455c0df73b495b2bae8c1469':
  part of fix [2186418] switch passion to 24-bits framebuffer

14 years agoMerge change I2867746d into eclair
Android (Google) Code Review [Wed, 4 Nov 2009 22:54:00 +0000 (17:54 -0500)]
Merge change I2867746d into eclair

* changes:
  When a thread is about to be put back onto the thread pool ensure that it is in the foreground cgroup.

14 years agopart of fix [2186418] switch passion to 24-bits framebuffer
Mathias Agopian [Wed, 4 Nov 2009 00:17:55 +0000 (16:17 -0800)]
part of fix [2186418] switch passion to 24-bits framebuffer

add support for RGBX_8888 EGLConfigs in the software renderer
(since that's what we're using in the MDP case)

14 years agoDo not update the progress if it is the same as the last given progress.
Leon Scroggins [Wed, 4 Nov 2009 22:02:03 +0000 (14:02 -0800)]
Do not update the progress if it is the same as the last given progress.

14 years agoAdd support for colored LED on jogball backlight.
Eric Olsen [Thu, 29 Oct 2009 23:42:03 +0000 (16:42 -0700)]
Add support for colored LED on jogball backlight.

Signed-off-by: Eric Olsen <eolsen@android.com>
14 years agoWhen a thread is about to be put back onto the thread pool ensure that it is in the...
Jason Parks [Wed, 4 Nov 2009 22:25:26 +0000 (14:25 -0800)]
When a thread is about to be put back onto the thread pool ensure that it is in the foreground cgroup.

14 years agoam 5fc71e67: am 00e44ef2: Merge change I54545dfd into eclair-sdk
Dirk Dougherty [Wed, 4 Nov 2009 22:21:20 +0000 (14:21 -0800)]
am 5fc71e67: am 00e44ef2: Merge change I54545dfd into eclair-sdk

Merge commit '5fc71e67498ed64ad2d41c23471b008f93cb580e' into eclair-mr2

* commit '5fc71e67498ed64ad2d41c23471b008f93cb580e':
  doc change: fix broken R.styleable formatting (caused by missing periods). Adjust table markup.

14 years agoam 00e44ef2: Merge change I54545dfd into eclair-sdk
Dirk Dougherty [Wed, 4 Nov 2009 22:12:29 +0000 (14:12 -0800)]
am 00e44ef2: Merge change I54545dfd into eclair-sdk

Merge commit '00e44ef21777f32b67a8d51ee375cd290a3fb2d4' into eclair

* commit '00e44ef21777f32b67a8d51ee375cd290a3fb2d4':
  doc change: fix broken R.styleable formatting (caused by missing periods). Adjust table markup.

14 years agoMerge change I54545dfd into eclair-sdk
Android (Google) Code Review [Wed, 4 Nov 2009 22:04:41 +0000 (17:04 -0500)]
Merge change I54545dfd into eclair-sdk

* changes:
  doc change: fix broken R.styleable formatting (caused by missing periods). Adjust table markup.

14 years agoFix #2176803 - restores from userdebug to user builds not working
Christopher Tate [Wed, 4 Nov 2009 19:49:08 +0000 (11:49 -0800)]
Fix #2176803 - restores from userdebug to user builds not working

The underlying issue is that ordinarily, the restore mechanism checks the
signature block of the package which uploaded the restore data against the
signature of the package on-device that will be handling the restore.  This is
to ensure that the restore goes to the "same" application as the one that
uploaded it.

However, applications bundled on the system partition as part of the device
build are signed not with a permanent, app-identifying signature, but rather
with the device's signature block, which is different for each kind of device
and potentially between kinds of build for the same device.  That renders the
stored backup data unusable when changing devices / builds / etc.

This change works around the problem by explicitly privileging applications that
reside on the system partition:  they have been built into the device, and so
are trusted to be able to handle data that is marked as coming from its package
name.

Change-Id: I561011bce2b54cff3e695e82e7544b126b6ac31e

14 years agoam 9a54d7dd: Merge change Ibbf945f3 into eclair
Mathias Agopian [Wed, 4 Nov 2009 21:14:59 +0000 (13:14 -0800)]
am 9a54d7dd: Merge change Ibbf945f3 into eclair

Merge commit '9a54d7dddcbc982d644c627693dc39fb2cb5c0fb' into eclair-mr2

* commit '9a54d7dddcbc982d644c627693dc39fb2cb5c0fb':
  fix [2236832] software OpenGL ES driver doesn't work on sholes

14 years agoMerge change Ibbf945f3 into eclair
Android (Google) Code Review [Wed, 4 Nov 2009 20:45:39 +0000 (15:45 -0500)]
Merge change Ibbf945f3 into eclair

* changes:
  fix [2236832] software OpenGL ES driver doesn't work on sholes

14 years agoam c20fc77c: Merge change Iefd4a388 into eclair
Brett Chabot [Wed, 4 Nov 2009 20:05:45 +0000 (12:05 -0800)]
am c20fc77c: Merge change Iefd4a388 into eclair

Merge commit 'c20fc77c5a2bb8483f2e6e8b4064853804502365' into eclair-mr2

* commit 'c20fc77c5a2bb8483f2e6e8b4064853804502365':
  Suppress flaky test AppCacheTest#testFreeApplicationCacheSomeFiles

14 years agoam 7ed0ceeb: Merge change I6869df3a into eclair
Jean-Michel Trivi [Wed, 4 Nov 2009 20:05:34 +0000 (12:05 -0800)]
am 7ed0ceeb: Merge change I6869df3a into eclair

Merge commit '7ed0ceeba54712f76e9a4f2dd4c9197d76813488' into eclair-mr2

* commit '7ed0ceeba54712f76e9a4f2dd4c9197d76813488':
  Add new audio sources to support the A1026 recording configurations.

14 years agoMerge change Iefd4a388 into eclair
Android (Google) Code Review [Wed, 4 Nov 2009 19:56:14 +0000 (14:56 -0500)]
Merge change Iefd4a388 into eclair

* changes:
  Suppress flaky test AppCacheTest#testFreeApplicationCacheSomeFiles

14 years agoMerge change I6bce6d87 into eclair-mr2
Android (Google) Code Review [Wed, 4 Nov 2009 18:33:27 +0000 (13:33 -0500)]
Merge change I6bce6d87 into eclair-mr2

* changes:
  Adds a WAVExtractor for 16-bit signed PCM audio wave files.

14 years agoMerge change I313953dc into eclair-mr2
Android (Google) Code Review [Wed, 4 Nov 2009 18:33:13 +0000 (13:33 -0500)]
Merge change I313953dc into eclair-mr2

* changes:
  Support raw audio sources in MediaPlayerImpl.

14 years agoMerge change I6f6bf3d8 into eclair-mr2
Android (Google) Code Review [Wed, 4 Nov 2009 18:33:02 +0000 (13:33 -0500)]
Merge change I6f6bf3d8 into eclair-mr2

* changes:
  Support raw audio sources in stagefright commandline tool.

14 years agoMerge change I5126e183 into eclair-mr2
Android (Google) Code Review [Wed, 4 Nov 2009 18:32:46 +0000 (13:32 -0500)]
Merge change I5126e183 into eclair-mr2

* changes:
  Fix MP3Extractor duration overflows...

14 years agoMerge change I6869df3a into eclair
Android (Google) Code Review [Wed, 4 Nov 2009 16:49:25 +0000 (11:49 -0500)]
Merge change I6869df3a into eclair

* changes:
  Add new audio sources to support the A1026 recording configurations.

14 years agoam 27c6dd7a: PowerManagerService: Fix manual brightness mode.
Mike Lockwood [Wed, 4 Nov 2009 14:10:37 +0000 (06:10 -0800)]
am 27c6dd7a: PowerManagerService: Fix manual brightness mode.

Merge commit '27c6dd7aa4ff6f57435a3c87d8b9a782cf7c9116' into eclair-mr2

* commit '27c6dd7aa4ff6f57435a3c87d8b9a782cf7c9116':
  PowerManagerService: Fix manual brightness mode.

14 years agoam e1e0dc8e: Make sure we relayout the TextView when the text changes and marquee...
Romain Guy [Wed, 4 Nov 2009 14:10:26 +0000 (06:10 -0800)]
am e1e0dc8e: Make sure we relayout the TextView when the text changes and marquee is enabled.

Merge commit 'e1e0dc8e6eaec052ebb6b88f5b1223075ce5a356' into eclair-mr2

* commit 'e1e0dc8e6eaec052ebb6b88f5b1223075ce5a356':
  Make sure we relayout the TextView when the text changes and marquee is enabled.

14 years agoPowerManagerService: Fix manual brightness mode.
Mike Lockwood [Wed, 4 Nov 2009 13:57:07 +0000 (08:57 -0500)]
PowerManagerService: Fix manual brightness mode.

Change-Id: I10aec64e3f7ae2715475b9797565747295c19a00
Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agoMake test compontent support multiple vCard input.
Daisuke Miyakawa [Wed, 4 Nov 2009 02:41:50 +0000 (11:41 +0900)]
Make test compontent support multiple vCard input.

Internal issue number: 2195990

14 years agofix [2236832] software OpenGL ES driver doesn't work on sholes
Mathias Agopian [Wed, 4 Nov 2009 04:38:08 +0000 (20:38 -0800)]
fix [2236832] software OpenGL ES driver doesn't work on sholes

make sure to not pass our fake handles to the real gralloc

14 years agoAdd new audio sources to support the A1026 recording configurations.
Jean-Michel Trivi [Wed, 4 Nov 2009 03:43:21 +0000 (19:43 -0800)]
Add new audio sources to support the A1026 recording configurations.

14 years agoMake sure we relayout the TextView when the text changes and marquee is enabled.
Romain Guy [Wed, 4 Nov 2009 01:21:04 +0000 (17:21 -0800)]
Make sure we relayout the TextView when the text changes and marquee is enabled.

Bug #2192881.

Change-Id: Iffc2d15947a11974d9dc175740e3a5489cd43d21

14 years agoMerge change I202c3106 into eclair-mr2
Android (Google) Code Review [Wed, 4 Nov 2009 00:13:07 +0000 (19:13 -0500)]
Merge change I202c3106 into eclair-mr2

* changes:
  Make ContentValuesBuilder a separate file.

14 years agoMake ContentValuesBuilder a separate file.
Daisuke Miyakawa [Wed, 4 Nov 2009 00:09:10 +0000 (09:09 +0900)]
Make ContentValuesBuilder a separate file.

Internal issue number: 2195990

14 years agoMerge change I33909a6a into eclair-mr2
Android (Google) Code Review [Wed, 4 Nov 2009 00:03:17 +0000 (19:03 -0500)]
Merge change I33909a6a into eclair-mr2

* changes:
  Do not scroll the title bar off screen until the page finishes loading.

14 years agoam decc139b: Merge change I7a824efc into eclair
Jason Sams [Wed, 4 Nov 2009 00:02:21 +0000 (16:02 -0800)]
am decc139b: Merge change I7a824efc into eclair

Merge commit 'decc139b232721ea1b0521d144521c8082636f0c' into eclair-mr2

* commit 'decc139b232721ea1b0521d144521c8082636f0c':
  Support applications changing the surface attached to the RS.

14 years agoDo not scroll the title bar off screen until the page finishes loading.
Leon Scroggins [Mon, 2 Nov 2009 22:50:54 +0000 (14:50 -0800)]
Do not scroll the title bar off screen until the page finishes loading.

Fix http://b/issue?id=2139418

14 years agoAdds a WAVExtractor for 16-bit signed PCM audio wave files.
Andreas Huber [Wed, 4 Nov 2009 00:00:58 +0000 (16:00 -0800)]
Adds a WAVExtractor for 16-bit signed PCM audio wave files.

14 years agoSupport raw audio sources in MediaPlayerImpl.
Andreas Huber [Wed, 4 Nov 2009 00:00:22 +0000 (16:00 -0800)]
Support raw audio sources in MediaPlayerImpl.

14 years agoSupport raw audio sources in stagefright commandline tool.
Andreas Huber [Tue, 3 Nov 2009 23:59:13 +0000 (15:59 -0800)]
Support raw audio sources in stagefright commandline tool.

14 years agoFix MP3Extractor duration overflows...
Andreas Huber [Tue, 3 Nov 2009 23:58:35 +0000 (15:58 -0800)]
Fix MP3Extractor duration overflows...

14 years agoMerge change I7a824efc into eclair
Android (Google) Code Review [Tue, 3 Nov 2009 23:56:03 +0000 (18:56 -0500)]
Merge change I7a824efc into eclair

* changes:
  Support applications changing the surface attached to the RS.

14 years agoMerge change If338e940 into eclair-mr2
Android (Google) Code Review [Tue, 3 Nov 2009 23:36:29 +0000 (18:36 -0500)]
Merge change If338e940 into eclair-mr2

* changes:
  Introduce ContentValuesBuilder and make tests easier to read.

14 years agoIntroduce ContentValuesBuilder and make tests easier to read.
Daisuke Miyakawa [Tue, 3 Nov 2009 23:15:55 +0000 (08:15 +0900)]
Introduce ContentValuesBuilder and make tests easier to read.

Internal Issue number: 2195990

14 years agodoc change: fix broken R.styleable formatting (caused by missing periods). Adjust...
Dirk Dougherty [Tue, 3 Nov 2009 23:33:37 +0000 (15:33 -0800)]
doc change: fix broken R.styleable formatting (caused by missing periods). Adjust table markup.

Bug: 2230588
Change-Id: I54545dfd9d26acef567e586cfc916f6b883a4de7

14 years agoam 86396f97: Merge changes Idcdd2978,Ied564b31,I6179126d into eclair
Amith Yamasani [Tue, 3 Nov 2009 23:26:12 +0000 (15:26 -0800)]
am 86396f97: Merge changes Idcdd2978,Ied564b31,I6179126d into eclair

Merge commit '86396f97c998358390d912903395828ee244e2d5' into eclair-mr2

* commit '86396f97c998358390d912903395828ee244e2d5':
  Fix 2233444 (No IME).
  Revert "Revert "Fix notification bar performance.""
  Revert "Revert "fix 2233092 - Notification shade gets stuck half-open""

14 years agoMerge changes Idcdd2978,Ied564b31,I6179126d into eclair
Android (Google) Code Review [Tue, 3 Nov 2009 23:20:25 +0000 (18:20 -0500)]
Merge changes Idcdd2978,Ied564b31,I6179126d into eclair

* changes:
  Fix 2233444 (No IME).
  Revert "Revert "Fix notification bar performance.""
  Revert "Revert "fix 2233092 - Notification shade gets stuck half-open""

14 years agoam 21977eb0: Merge change I56981989 into eclair
Mathias Agopian [Tue, 3 Nov 2009 23:11:11 +0000 (15:11 -0800)]
am 21977eb0: Merge change I56981989 into eclair

Merge commit '21977eb0f1d22497d0beed0492e579f953a56552' into eclair-mr2

* commit '21977eb0f1d22497d0beed0492e579f953a56552':
  fix [2231527] Compatibility with SpaceJunk game (OpenGL)

14 years agoam 83665194: Merge change I9d5e03db into eclair
Jason Sams [Tue, 3 Nov 2009 23:11:03 +0000 (15:11 -0800)]
am 83665194: Merge change I9d5e03db into eclair

Merge commit '83665194abceeb7681cb7ac49a4b71aa6e96b1b1' into eclair-mr2

* commit '83665194abceeb7681cb7ac49a4b71aa6e96b1b1':
  Fix RS bugs.  We were holding a pointer to the script text from the java vm. Move freeing of objects to before context teardown to allow allocations to clean up their data.

14 years agoMerge change I56981989 into eclair
Android (Google) Code Review [Tue, 3 Nov 2009 23:04:49 +0000 (18:04 -0500)]
Merge change I56981989 into eclair

* changes:
  fix [2231527] Compatibility with SpaceJunk game (OpenGL)

14 years agoSupport applications changing the surface attached to the RS.
Jason Sams [Tue, 3 Nov 2009 21:58:36 +0000 (13:58 -0800)]
Support applications changing the surface attached to the RS.

14 years agoMerge change I9d5e03db into eclair
Android (Google) Code Review [Tue, 3 Nov 2009 21:56:31 +0000 (16:56 -0500)]
Merge change I9d5e03db into eclair

* changes:
  Fix RS bugs.  We were holding a pointer to the script text from the java vm. Move freeing of objects to before context teardown to allow allocations to clean up their data.

14 years agoam c6e88afb: Merge change If2fdad3b into eclair
Jason Parks [Tue, 3 Nov 2009 21:34:51 +0000 (13:34 -0800)]
am c6e88afb: Merge change If2fdad3b into eclair

Merge commit 'c6e88afb3eda9da97f65b2a2f32e6a12c18301ba' into eclair-mr2

* commit 'c6e88afb3eda9da97f65b2a2f32e6a12c18301ba':
  Add a warning when we leave threads in the binder thread pool in the background scheduling group.

14 years agoMerge change If2fdad3b into eclair
Android (Google) Code Review [Tue, 3 Nov 2009 21:29:22 +0000 (16:29 -0500)]
Merge change If2fdad3b into eclair

* changes:
  Add a warning when we leave threads in the binder thread pool in the background scheduling group.

14 years agoFix 2233444 (No IME).
Amith Yamasani [Tue, 3 Nov 2009 21:07:50 +0000 (13:07 -0800)]
Fix 2233444 (No IME).

Fix the flags for the StatusBarExpanded window that were causing the Window Manager to
think that it needed input.

14 years agoRevert "Revert "Fix notification bar performance.""
Amith Yamasani [Tue, 3 Nov 2009 21:20:21 +0000 (13:20 -0800)]
Revert "Revert "Fix notification bar performance.""

This reverts commit 6e8f47b0ed2ffdb55b695d9f154cccd3ea3c98de.

14 years agoRevert "Revert "fix 2233092 - Notification shade gets stuck half-open""
Amith Yamasani [Tue, 3 Nov 2009 21:18:03 +0000 (13:18 -0800)]
Revert "Revert "fix 2233092 - Notification shade gets stuck half-open""

This reverts commit b96a9d9296925fef6a1c0e5ad4d847d96bf9acb5.

14 years agoAdd a warning when we leave threads in the binder thread pool in the background sched...
Jason Parks [Tue, 3 Nov 2009 20:14:38 +0000 (12:14 -0800)]
Add a warning when we leave threads in the binder thread pool in the background scheduling group.

14 years agoam b96a9d92: Revert "fix 2233092 - Notification shade gets stuck half-open"
Android Git Automerger [Tue, 3 Nov 2009 20:36:03 +0000 (12:36 -0800)]
am b96a9d92: Revert "fix 2233092 - Notification shade gets stuck half-open"

Merge commit 'b96a9d9296925fef6a1c0e5ad4d847d96bf9acb5' into eclair-mr2

* commit 'b96a9d9296925fef6a1c0e5ad4d847d96bf9acb5':
  Revert "fix 2233092 - Notification shade gets stuck half-open"

14 years agoam 6e8f47b0: Revert "Fix notification bar performance."
Android Git Automerger [Tue, 3 Nov 2009 20:35:55 +0000 (12:35 -0800)]
am 6e8f47b0: Revert "Fix notification bar performance."

Merge commit '6e8f47b0ed2ffdb55b695d9f154cccd3ea3c98de' into eclair-mr2

* commit '6e8f47b0ed2ffdb55b695d9f154cccd3ea3c98de':
  Revert "Fix notification bar performance."

14 years agoRevert "fix 2233092 - Notification shade gets stuck half-open"
Android Git Automerger [Tue, 3 Nov 2009 20:29:46 +0000 (12:29 -0800)]
Revert "fix 2233092 - Notification shade gets stuck half-open"

As per Dr. No; revert commit 6a7899a8d6444989657d1058666269263b5b50c0.

14 years agoRevert "Fix notification bar performance."
Android Git Automerger [Tue, 3 Nov 2009 20:26:15 +0000 (12:26 -0800)]
Revert "Fix notification bar performance."

As per Dr. No; revert commit 0d7dc3b800d0489c43ad9071615b2b4ebec80443.

14 years agoam 9ed30f93: Merge change I96444af2 into eclair
Romain Guy [Tue, 3 Nov 2009 20:15:11 +0000 (12:15 -0800)]
am 9ed30f93: Merge change I96444af2 into eclair

Merge commit '9ed30f93f6149ede5885b9b8c0e22595876c6c84' into eclair-mr2

* commit '9ed30f93f6149ede5885b9b8c0e22595876c6c84':
  Unhide View.isOpaque().

14 years agoMerge change I96444af2 into eclair
Android (Google) Code Review [Tue, 3 Nov 2009 20:10:21 +0000 (15:10 -0500)]
Merge change I96444af2 into eclair

* changes:
  Unhide View.isOpaque().

14 years agoUnhide View.isOpaque().
Romain Guy [Tue, 3 Nov 2009 19:57:22 +0000 (11:57 -0800)]
Unhide View.isOpaque().

Change-Id: I96444af2a7e66a330a2c4b3fa0a173ec5ab4ed40

14 years agoam 338ccf43: Merge change Id2906ad8 into eclair
Andreas Huber [Tue, 3 Nov 2009 19:59:59 +0000 (11:59 -0800)]
am 338ccf43: Merge change Id2906ad8 into eclair

Merge commit '338ccf43b6a4468aea6aa7d831be7d6c8d8d134d' into eclair-mr2

* commit '338ccf43b6a4468aea6aa7d831be7d6c8d8d134d':
  Fix video flickering by propagating the NO_CACHING flag from the master to MemoryHeapPMem.

14 years agoMerge change Id2906ad8 into eclair
Android (Google) Code Review [Tue, 3 Nov 2009 19:53:02 +0000 (14:53 -0500)]
Merge change Id2906ad8 into eclair

* changes:
  Fix video flickering by propagating the NO_CACHING flag from the master to MemoryHeapPMem.

14 years agoam c54e0ce9: Merge change Ia86f2849 into eclair
Brett Chabot [Tue, 3 Nov 2009 19:36:45 +0000 (11:36 -0800)]
am c54e0ce9: Merge change Ia86f2849 into eclair

Merge commit 'c54e0ce964f4d38089def7ecee850a659f84bbe5' into eclair-mr2

* commit 'c54e0ce964f4d38089def7ecee850a659f84bbe5':
  Fix layoutlib tests so they pas when run from Eclipse workbench.

14 years agoMerge change Ia86f2849 into eclair
Android (Google) Code Review [Tue, 3 Nov 2009 19:29:39 +0000 (14:29 -0500)]
Merge change Ia86f2849 into eclair

* changes:
  Fix layoutlib tests so they pas when run from Eclipse workbench.

14 years agoFix RS bugs. We were holding a pointer to the script text from the java vm. Move...
Jason Sams [Tue, 3 Nov 2009 19:25:42 +0000 (11:25 -0800)]
Fix RS bugs.  We were holding a pointer to the script text from the java vm. Move freeing of objects to before context teardown to allow allocations to clean up their data.

14 years agoam 326eaa33: Merge change I0fae86b8 into eclair
Evan Millar [Tue, 3 Nov 2009 19:04:53 +0000 (11:04 -0800)]
am 326eaa33: Merge change I0fae86b8 into eclair

Merge commit '326eaa334da566c3dcae29b17f255c63c8bb919a' into eclair-mr2

* commit '326eaa334da566c3dcae29b17f255c63c8bb919a':
  Make QuickContact styles public.

14 years agoMerge change I0fae86b8 into eclair
Android (Google) Code Review [Tue, 3 Nov 2009 18:58:03 +0000 (13:58 -0500)]
Merge change I0fae86b8 into eclair

* changes:
  Make QuickContact styles public.

14 years agoam 65e4f618: Merge change I60bed5d3 into eclair
Eric Laurent [Tue, 3 Nov 2009 18:33:01 +0000 (10:33 -0800)]
am 65e4f618: Merge change I60bed5d3 into eclair

Merge commit '65e4f6188bfc8ec3c9d1c8476953cd1beb7922bc' into eclair-mr2

* commit '65e4f6188bfc8ec3c9d1c8476953cd1beb7922bc':
  Log for issue 2203561.