OSDN Git Service

android-x86/frameworks-base.git
14 years agoMerge change Ie80e2381 into eclair
Android (Google) Code Review [Thu, 5 Nov 2009 21:50:34 +0000 (16:50 -0500)]
Merge change Ie80e2381 into eclair

* changes:
  DO NOT MERGE: Squashed commit of the following:

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

* changes:
  Fix for 2221718: Hang in BatteryStatsService.noteBluetoothOn

14 years agoDO NOT MERGE: Squashed commit of the following:
Andreas Huber [Thu, 5 Nov 2009 20:04:22 +0000 (12:04 -0800)]
DO NOT MERGE: Squashed commit of the following:

commit 08259dd3dc9026887f9bbfedaf45866eb56ea9bc
Author: Andreas Huber <andih@google.com>
Date:   Thu Nov 5 12:02:31 2009 -0800

    DO NOT MERGE: Use PV for metadata extraction even if stagefright is used for playback.

commit 991832fe4dc012e51d3d9ed8d647c7f09991858f
Author: Andreas Huber <andih@google.com>
Date:   Thu Nov 5 11:24:11 2009 -0800

    DO NOT MERGE: Do not assert if we encounter OMX_StateInvalid. All bets are off though.

commit cec45cf302d9218fe79956cbe8a462d7ca3a10bb
Author: Andreas Huber <andih@google.com>
Date:   Mon Oct 26 16:11:54 2009 -0700

    DO NOT MERGE: When freeing an OMX node, attempt to transition it from its current state all the way to "Loaded" in order to properly free any allocated buffers.

commit 34a1e885ef9113d68acbc26d36fcc47fdebbed84
Author: Andreas Huber <andih@google.com>
Date:   Thu Nov 5 11:10:49 2009 -0800

    DO NOT MERGE: Fix heap corruptin in OMXNodeInstance.

commit 5a47f7439a1298b330541a7e4e647a8b44487388
Author: Andreas Huber <andih@google.com>
Date:   Thu Nov 5 11:08:19 2009 -0800

    DO NOT MERGE: Fix seek-on-initial-read behaviour of OMXCodec.

commit 45bed64722501b9f411a2940aff5aff4cc4d2e98
Author: Andreas Huber <andih@google.com>
Date:   Thu Nov 5 11:02:23 2009 -0800

    DO NOT MERGE: Renaming string.h to stagefright_string.h to avoid conflicts.

commit 6738e306a50196f31a73d4fc7b7c45faff639903
Author: Andreas Huber <andih@google.com>
Date:   Thu Oct 15 13:46:54 2009 -0700

    DO NOT MERGE: Reimplement the OMX backend for stagefright.

    Besides a major cleanup and refactoring, OMX is now a singleton living in the media server, it listens for death notifications of node observers/clients that allocated OMX nodes and performs/attempts cleanup.

    Changed APIs to conform to the rest of the system.

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

* changes:
  Now that UseBuffer on this component is fixed, let's use it.

14 years agoMerge change Id1458b01 into eclair
Android (Google) Code Review [Thu, 5 Nov 2009 20:53:25 +0000 (15:53 -0500)]
Merge change Id1458b01 into eclair

* changes:
  New live wallpaper API to expose author and description strings.

14 years agoNew live wallpaper API to expose author and description strings.
Daniel Sandler [Thu, 5 Nov 2009 20:05:27 +0000 (15:05 -0500)]
New live wallpaper API to expose author and description strings.

First in a sequence of CLs to address
http://b/issue?id=2235307 .

Change-Id: Id1458b01c8a7918f345823b45e5726e02285d8b5

14 years agoFix for 2221718: Hang in BatteryStatsService.noteBluetoothOn
Amith Yamasani [Thu, 5 Nov 2009 19:41:58 +0000 (11:41 -0800)]
Fix for 2221718: Hang in BatteryStatsService.noteBluetoothOn

This should remove the deadlock. I'm not absolutely positive that
it fixes it, as it's not easy to reproduce.

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

* changes:
  remove the SubscribedFeedsProvider since it has been moved to vendor/google

14 years agoNow that UseBuffer on this component is fixed, let's use it.
Andreas Huber [Thu, 5 Nov 2009 17:56:03 +0000 (09:56 -0800)]
Now that UseBuffer on this component is fixed, let's use it.

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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 agoremove the SubscribedFeedsProvider since it has been moved to vendor/google
Fred Quintana [Tue, 3 Nov 2009 23:05:36 +0000 (15:05 -0800)]
remove the SubscribedFeedsProvider since it has been moved to vendor/google

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 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 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 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 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 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 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 agoFix layoutlib tests so they pas when run from Eclipse workbench.
Brett Chabot [Tue, 3 Nov 2009 18:31:31 +0000 (10:31 -0800)]
Fix layoutlib tests so they pas when run from Eclipse workbench.

Bug 2222616

14 years agoFix video flickering by propagating the NO_CACHING flag from the master to MemoryHeap...
Andreas Huber [Tue, 3 Nov 2009 18:26:34 +0000 (10:26 -0800)]
Fix video flickering by propagating the NO_CACHING flag from the master to MemoryHeapPMem.

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

* changes:
  Log for issue 2203561.

14 years agoMake QuickContact styles public.
Evan Millar [Tue, 3 Nov 2009 17:49:43 +0000 (09:49 -0800)]
Make QuickContact styles public.

This should have been done for the 2.0 sdk, but fell through the cracks.
Fortunately this will make it into the 2.1 sdk.

14 years agoLog for issue 2203561.
Eric Laurent [Mon, 2 Nov 2009 18:29:02 +0000 (10:29 -0800)]
Log for issue 2203561.

Implemented AudioPolicyService dump().
Added detailed dump for AudioPolicyManageriGeneric when AudioPolicyService is dumped.

14 years agoMerge changes I116424c4,Ibd0ef67f into eclair
Android (Google) Code Review [Tue, 3 Nov 2009 17:32:04 +0000 (12:32 -0500)]
Merge changes I116424c4,Ibd0ef67f into eclair

* changes:
  Remove obsolete hardware auto-brightness support.
  Add documentation for proximity and light sensors.

14 years agofix 2233092 - Notification shade gets stuck half-open
Joe Onorato [Tue, 3 Nov 2009 17:22:33 +0000 (12:22 -0500)]
fix 2233092 - Notification shade gets stuck half-open

Follow up to bug 2195678.  This was one of the reprocussions that
I was worried about with respect to that bug, so I'm counting
Dr. No on that change as the one for this one.

14 years agoRemove obsolete hardware auto-brightness support.
Mike Lockwood [Tue, 3 Nov 2009 16:41:27 +0000 (11:41 -0500)]
Remove obsolete hardware auto-brightness support.

Change-Id: Ibd0ef67f887254f26ce19faf0627f8b246ec0a18
Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agoAdd documentation for proximity and light sensors.
Mike Lockwood [Tue, 3 Nov 2009 15:35:43 +0000 (10:35 -0500)]
Add documentation for proximity and light sensors.

Change-Id: I116424c468d1d3afe89e0e17be773ee8b80ada92
Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agofix [2231527] Compatibility with SpaceJunk game (OpenGL)
Mathias Agopian [Tue, 3 Nov 2009 02:33:08 +0000 (18:33 -0800)]
fix [2231527] Compatibility with SpaceJunk game (OpenGL)

we treated all lights as local lights when transforming their
position back to object space.

14 years agoMerge change I36d0184e into eclair
Android (Google) Code Review [Tue, 3 Nov 2009 02:26:54 +0000 (21:26 -0500)]
Merge change I36d0184e into eclair

* changes:
  fix[2228133] pixelflinger ignores the "vertical stride" leading to artifacts when playing back video

14 years agoam 671c61d6: Merge change Iaf5d2cc2 into eclair-sdk
Dirk Dougherty [Tue, 3 Nov 2009 02:17:26 +0000 (18:17 -0800)]
am 671c61d6: Merge change Iaf5d2cc2 into eclair-sdk

Merge commit '671c61d66f8d556f206d167d0f3c3bbe037ed86b' into eclair

* commit '671c61d66f8d556f206d167d0f3c3bbe037ed86b':
  doc change: misc doc fixes.

14 years agoMerge change Iaf5d2cc2 into eclair-sdk
Android (Google) Code Review [Tue, 3 Nov 2009 02:05:30 +0000 (21:05 -0500)]
Merge change Iaf5d2cc2 into eclair-sdk

* changes:
  doc change: misc doc fixes.

14 years agofix[2228133] pixelflinger ignores the "vertical stride" leading to artifacts when...
Mathias Agopian [Tue, 3 Nov 2009 01:48:33 +0000 (17:48 -0800)]
fix[2228133] pixelflinger ignores the "vertical stride" leading to artifacts when playing back video

we lost the concept of vertical stride when moving video playback to EGLImage.
Here we bring it back in a somewhat hacky-way that will work only for the
softgl/mdp backend.

14 years agoMerge change Ib0036762 into eclair
Android (Google) Code Review [Tue, 3 Nov 2009 01:13:20 +0000 (20:13 -0500)]
Merge change Ib0036762 into eclair

* changes:
  Add windows media support check in MediaMetadataRetrieverTest bug 2232274

14 years agoMerge change I43a335c3 into eclair
Android (Google) Code Review [Tue, 3 Nov 2009 01:08:16 +0000 (20:08 -0500)]
Merge change I43a335c3 into eclair

* changes:
  Suppress takePicture test from continuous DO NOT MERGE.

14 years agoMerge change Ic8c7ca7b into eclair
Android (Google) Code Review [Tue, 3 Nov 2009 01:07:11 +0000 (20:07 -0500)]
Merge change Ic8c7ca7b into eclair

* changes:
  Remove testCheckMediaPlaybackHandlesApplicationItunes from continuous.

14 years agolibbinder: MemoryHeapPmem: honor the NO_CACHING flag when creating a client heap
Dima Zavin [Tue, 3 Nov 2009 00:02:43 +0000 (16:02 -0800)]
libbinder: MemoryHeapPmem: honor the NO_CACHING flag when creating a client heap

Change-Id: Ia7beb800f5a24beaa4b7f3032b486d4ed1991b23
Signed-off-by: Dima Zavin <dima@android.com>
14 years agoMerge change I73d6c0f8 into eclair
Android (Google) Code Review [Mon, 2 Nov 2009 23:46:04 +0000 (18:46 -0500)]
Merge change I73d6c0f8 into eclair

* changes:
  Add ability to disable sending Photos using Vcard. Do Not Merge

14 years agoMerge change Ic4918c30 into eclair
Android (Google) Code Review [Mon, 2 Nov 2009 23:05:55 +0000 (18:05 -0500)]
Merge change Ic4918c30 into eclair

* changes:
  Fix a build break.  Too many branches to keep track of.

14 years agoFix a build break. Too many branches to keep track of.
Jason Sams [Mon, 2 Nov 2009 23:05:04 +0000 (15:05 -0800)]
Fix a build break.  Too many branches to keep track of.

14 years agoMerge change Ibaef6141 into eclair
Android (Google) Code Review [Mon, 2 Nov 2009 22:55:43 +0000 (17:55 -0500)]
Merge change Ibaef6141 into eclair

* changes:
  libbinder: add a NO_CACHING flag to MemoryHeapBase

14 years agoMerge change Id095e180 into eclair
Android (Google) Code Review [Mon, 2 Nov 2009 22:36:52 +0000 (17:36 -0500)]
Merge change Id095e180 into eclair

* changes:
  Make sure the visualization stops immediately when sound stops, instead of continuing for a fraction of a second.

14 years agoMerge change Ib7a6c434 into eclair
Android (Google) Code Review [Mon, 2 Nov 2009 22:31:15 +0000 (17:31 -0500)]
Merge change Ib7a6c434 into eclair

* changes:
  Fix some leaks.  This fixes the major malloc memory leak in allApps.  Still tracking some much more minor issues.

14 years agoFix some leaks. This fixes the major malloc memory leak in allApps. Still tracking...
Jason Sams [Mon, 2 Nov 2009 22:25:10 +0000 (14:25 -0800)]
Fix some leaks.  This fixes the major malloc memory leak in allApps.  Still tracking some much more minor issues.

14 years agoMerge change Icbb3aa0a into eclair
Android (Google) Code Review [Mon, 2 Nov 2009 21:58:26 +0000 (16:58 -0500)]
Merge change Icbb3aa0a into eclair

* changes:
  Use setRepeating() rather than setInexactRepeating() for backup scheduling, and add some random fuzz to the scheduling times, to make sure we aren't creating hour-aligned server load spikes.

14 years agoMake sure the visualization stops immediately when sound stops, instead of continuing...
Marco Nelissen [Mon, 2 Nov 2009 21:52:11 +0000 (13:52 -0800)]
Make sure the visualization stops immediately when sound stops, instead of continuing for a fraction of a second.

14 years agoMerge change I0d7dc3b8 into eclair
Android (Google) Code Review [Mon, 2 Nov 2009 21:29:31 +0000 (16:29 -0500)]
Merge change I0d7dc3b8 into eclair

* changes:
  Fix notification bar performance.

14 years agoFix notification bar performance.
Joe Onorato [Mon, 2 Nov 2009 21:20:44 +0000 (16:20 -0500)]
Fix notification bar performance.

Bug 2195678

We had all this stuff there to keep the notification view
around so it doesn't need to be reconstructed each time,
and we weren't using it.  This fixes that, and it looks
much better now.

14 years agoMerge change I73680cd9 into eclair
Android (Google) Code Review [Mon, 2 Nov 2009 20:34:28 +0000 (15:34 -0500)]
Merge change I73680cd9 into eclair

* changes:
  Fix 2194140: [Passion] Support Audience chip.

14 years agoAdd windows media support check in MediaMetadataRetrieverTest
James Dong [Mon, 2 Nov 2009 20:11:57 +0000 (12:11 -0800)]
Add windows media support check in MediaMetadataRetrieverTest
bug 2232274

14 years agoMerge change Ieca126e6 into eclair
Android (Google) Code Review [Mon, 2 Nov 2009 19:42:25 +0000 (14:42 -0500)]
Merge change Ieca126e6 into eclair

* changes:
  Fix problem with proximity sensor not reawaking screen if the values change too quickly.

14 years agoFix problem with proximity sensor not reawaking screen if the values change too quickly.
Mike Lockwood [Mon, 2 Nov 2009 19:17:57 +0000 (14:17 -0500)]
Fix problem with proximity sensor not reawaking screen if the values change too quickly.

The logic that disables user activity while turning off the screen should not affect proximity sensor.

Fixes bug b/2228734 (in-call, prox sensor gets confused)

Change-Id: Ieca126e6f79bf7baa5741981aea72d306ba03edc
Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agoMerge change I60413727 into eclair
Android (Google) Code Review [Mon, 2 Nov 2009 18:43:52 +0000 (13:43 -0500)]
Merge change I60413727 into eclair

* changes:
  Fix issue #2226370: Resource versions match with equality

14 years agoFix 2194140: [Passion] Support Audience chip.
Eric Laurent [Mon, 2 Nov 2009 13:31:33 +0000 (05:31 -0800)]
Fix 2194140: [Passion] Support Audience chip.

Added new input device DEVICE_IN_BACK_MIC.
Added new audio source AUDIO_SOURCE_CAMCORDER.

14 years agoMerge change I29bc113c into eclair
Android (Google) Code Review [Mon, 2 Nov 2009 18:05:08 +0000 (13:05 -0500)]
Merge change I29bc113c into eclair

* changes:
  Fix issue 197683: English IME key-press latency is noticeably higher on passion than sholes. Part 2.

14 years agoDo not advance mLastEventTime when enabling or disabling user activity.
Mike Lockwood [Mon, 2 Nov 2009 16:56:04 +0000 (11:56 -0500)]
Do not advance mLastEventTime when enabling or disabling user activity.

Fixes a race condition between the keyguard and power key that sometimes resulted
in the power key failing to turn off the screen.

Fixes bug b/2212852 (Power button does not put phone to sleep)

Change-Id: I92498c5fddf2bfc32b105ea1a7ea14a06d83888e
Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agoFix issue 197683: English IME key-press latency is noticeably higher on passion than...
Eric Laurent [Fri, 30 Oct 2009 18:09:39 +0000 (11:09 -0700)]
Fix issue 197683: English IME key-press latency is noticeably higher on passion than sholes. Part 2.

Reduce sleep time in AudioFlinger mixer thread when no data has been written to output to speed up startup time when  exiting standby.

The rest of the modifications for this issues is in kernel driver:
 commit 0dbb0ee136ed8de757df1ae26d84556c1751deae for buffer size modification from 8192 to 4800 bytes.
Another kernel improvement that is not submitted yes will reduce delay when audio output is exiting standby.

14 years agoFix issue #2226370: Resource versions match with equality
Dianne Hackborn [Mon, 2 Nov 2009 05:16:59 +0000 (21:16 -0800)]
Fix issue #2226370: Resource versions match with equality

Also fixed turned-around increment of version number for resources. :(

Change-Id: I604137272da984bcd69cee4f174e6b7f2c786e46

14 years agoAdd warning that hardware auto-brightness is deprecated and will be removed in the...
Mike Lockwood [Sun, 1 Nov 2009 15:05:50 +0000 (10:05 -0500)]
Add warning that hardware auto-brightness is deprecated and will be removed in the next release.

Change-Id: I90eae78f71f377f6479d0aaf7ced38a7b988a7ee
Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agoManage button and keyboard backlights with light sensor in both manual and automatic...
Mike Lockwood [Sun, 1 Nov 2009 13:16:33 +0000 (08:16 -0500)]
Manage button and keyboard backlights with light sensor in both manual and automatic mode.

Now the manual brightness mode only applies to the LCD backlight and
button and keyboard backlights are always managed automatically.

Fixes bug b/2195798 (Passion capacitive key backlights don't always come on)

This change only affects the framework based auto-brightness implementation.
Hardware auto-brightness is not affected.

Change-Id: Ib88310d642d498591e8879c8269d630ff3f7c8af
Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agoDon't turn on keyboard backlights when keyboard is closed in auto brightness mode.
Mike Lockwood [Fri, 30 Oct 2009 01:29:15 +0000 (21:29 -0400)]
Don't turn on keyboard backlights when keyboard is closed in auto brightness mode.

For framework light sensor support (does not affect hardware based approach).

Change-Id: I6896a7c5b3fd3ed136c4f25c63a0e5813c349f68
Signed-off-by: Mike Lockwood <lockwood@android.com>