OSDN Git Service

android-x86/frameworks-base.git
13 years agoTemporary Changes for certification of SCO.
Jaikumar Ganesh [Thu, 20 Jan 2011 22:49:53 +0000 (14:49 -0800)]
Temporary Changes for certification of SCO.

Bug: 3349475
Change-Id: I555b127a1d9218494cd05c07c9e9f29628f3bc74

13 years agoMerge "Make connection / disconnect failure more robust." into honeycomb
Jaikumar Ganesh [Wed, 19 Jan 2011 23:13:37 +0000 (15:13 -0800)]
Merge "Make connection / disconnect failure more robust." into honeycomb

13 years agoMerge "Prefill the cache before trying to instantiate the media extractor." into...
Andreas Huber [Wed, 19 Jan 2011 23:12:41 +0000 (15:12 -0800)]
Merge "Prefill the cache before trying to instantiate the media extractor." into honeycomb

13 years agoPrefill the cache before trying to instantiate the media extractor.
Andreas Huber [Wed, 19 Jan 2011 23:07:19 +0000 (15:07 -0800)]
Prefill the cache before trying to instantiate the media extractor.

The latter is an operation that otherwise could block on the datasource
for a significant amount of time. During that time we'd be unable to
abort the preparation phase without this prefill.

Change-Id: Ia42496d88a11314386ea8797d665bf4e94871e30
related-to-bug: 3362836

13 years agoMerge "StrictMode: class instance limits (track object "leaks")" into honeycomb
Brad Fitzpatrick [Wed, 19 Jan 2011 22:53:24 +0000 (14:53 -0800)]
Merge "StrictMode: class instance limits (track object "leaks")" into honeycomb

13 years agoStrictMode: class instance limits (track object "leaks")
Brad Fitzpatrick [Wed, 19 Jan 2011 08:10:58 +0000 (00:10 -0800)]
StrictMode: class instance limits (track object "leaks")

Change-Id: I2db5a19060c2013078feb88a91caf655469b2f98

13 years agoMerge "Add a property for specifying a dalvik heap growth limit." into honeycomb
Carl Shapiro [Wed, 19 Jan 2011 22:40:24 +0000 (14:40 -0800)]
Merge "Add a property for specifying a dalvik heap growth limit." into honeycomb

13 years agoMerge "Don't attempt to create empty layers. Bug #3369888" into honeycomb
Romain Guy [Wed, 19 Jan 2011 22:36:22 +0000 (14:36 -0800)]
Merge "Don't attempt to create empty layers. Bug #3369888" into honeycomb

13 years agoDon't attempt to create empty layers.
Romain Guy [Wed, 19 Jan 2011 22:38:29 +0000 (14:38 -0800)]
Don't attempt to create empty layers.
Bug #3369888

Change-Id: Ic17bbd1c04bbf760cb17d0eb9e6767fd6479948c

13 years agoBug fix: 368813 Transition is regenerated when overlay duration changes outside the...
Gil Dobjanschi [Wed, 19 Jan 2011 20:07:01 +0000 (12:07 -0800)]
Bug fix: 368813 Transition is regenerated when overlay duration changes outside the transition

Change-Id: I8217e7fe00392455427e117dc54c3461301f95c5

13 years agoMake connection / disconnect failure more robust.
Jaikumar Ganesh [Wed, 19 Jan 2011 21:59:32 +0000 (13:59 -0800)]
Make connection / disconnect failure more robust.

Add error codes so that the states can be tracked better.

Change-Id: Ic07a5d34589134b68dedeb4803ccb523aa01b567

13 years agoMerge "remove eng developement local tags in make file" into honeycomb
Dharmaray Kundargi [Wed, 19 Jan 2011 22:02:12 +0000 (14:02 -0800)]
Merge "remove eng developement local tags in make file" into honeycomb

13 years agoMerge "Use rounded interger to represent the last touch point." into honeycomb
Shimeng (Simon) Wang [Wed, 19 Jan 2011 21:58:57 +0000 (13:58 -0800)]
Merge "Use rounded interger to represent the last touch point." into honeycomb

13 years agoMerge "Logging the duration range from different media tracks for recording" into...
James Dong [Wed, 19 Jan 2011 21:57:06 +0000 (13:57 -0800)]
Merge "Logging the duration range from different media tracks for recording" into honeycomb

13 years agoMerge "Fix a couple of drag & drop crashes" into honeycomb
Christopher Tate [Wed, 19 Jan 2011 21:51:58 +0000 (13:51 -0800)]
Merge "Fix a couple of drag & drop crashes" into honeycomb

13 years agoMerge "Make embedded hardware layers work. Bug #3369474" into honeycomb
Romain Guy [Wed, 19 Jan 2011 21:40:43 +0000 (13:40 -0800)]
Merge "Make embedded hardware layers work. Bug #3369474" into honeycomb

13 years agoMake embedded hardware layers work.
Romain Guy [Wed, 19 Jan 2011 21:42:26 +0000 (13:42 -0800)]
Make embedded hardware layers work.
Bug #3369474

Change-Id: Ib6d7fb44eedda9dc2933b5e1b176f307968af91d

13 years agoUse rounded interger to represent the last touch point.
Shimeng (Simon) Wang [Wed, 19 Jan 2011 20:02:13 +0000 (12:02 -0800)]
Use rounded interger to represent the last touch point.

This prevents loss of delta calculation accurracy when dragging, which
was done in float and converted to integer.

issue: 3366067
Change-Id: Ia121a6ef4619c9abfb1f76a01db3272d41d02b81

13 years agoFix complex character support for plugins.
Derek Sollenberger [Wed, 19 Jan 2011 21:08:42 +0000 (16:08 -0500)]
Fix complex character support for plugins.

bug: 3369527
Change-Id: I48c3442d7de54589f9f9578f6375b7ad291677db

13 years agoFix a couple of drag & drop crashes
Christopher Tate [Wed, 19 Jan 2011 20:56:26 +0000 (12:56 -0800)]
Fix a couple of drag & drop crashes

1. ViewGroups being removed from the layout during a drag would wind up
crashing the app with an NPE at drag-ended time, due to blind dereference
of now-cleared object pointers.

2. Passing a 'null' ClipData to startDrag() would crash the system
process with an NPE.  Should this even be valid?  I'm inclined to say
yes, though it means that apps will need to guard against it.

Fixes bug 3369542

Change-Id: I168fc1284d6fd4403999946609725414cf254df0

13 years agoUpdated the Time/Date pickers to be backwards compatible
Svetoslav Ganov [Wed, 19 Jan 2011 03:39:57 +0000 (19:39 -0800)]
Updated the Time/Date pickers to be backwards compatible

bug:3349400

Change-Id: I2a3dda82caf7de0ed203306c89ee774b94b7d82e

13 years agoAdd a property for specifying a dalvik heap growth limit.
Carl Shapiro [Wed, 19 Jan 2011 20:33:12 +0000 (12:33 -0800)]
Add a property for specifying a dalvik heap growth limit.

Change-Id: I7334fb720277888df836414834ecf1e8d6b4b579

13 years agoMerge "c99 bool support" into honeycomb
Shih-wei Liao [Wed, 19 Jan 2011 20:21:55 +0000 (12:21 -0800)]
Merge "c99 bool support" into honeycomb

13 years agoMerge "Issue 3315999: catch ToneGenerator exceptions." into honeycomb
Eric Laurent [Wed, 19 Jan 2011 20:18:10 +0000 (12:18 -0800)]
Merge "Issue 3315999: catch ToneGenerator exceptions." into honeycomb

13 years agoc99 bool support
Shih-wei Liao [Wed, 19 Jan 2011 20:17:54 +0000 (12:17 -0800)]
c99 bool support

Change-Id: I0990425a9362d3ef6ea0b40bf6f00fcc10eed426

13 years agoIssue 3315999: catch ToneGenerator exceptions.
Eric Laurent [Wed, 19 Jan 2011 18:41:57 +0000 (10:41 -0800)]
Issue 3315999: catch ToneGenerator exceptions.

When the AudioFlinger runs out of available AudioTracks (max 32),
the ToneGenerator constructor throws a RuntimeException. Although this
denotes an abnormal situation, VolumePanel should catch this exception.

Change-Id: Ida1312fe4857e99a0ef38b4013cb03e819405689

13 years agoremove eng developement local tags in make file
Dharmaray Kundargi [Wed, 19 Jan 2011 20:14:46 +0000 (12:14 -0800)]
remove eng developement local tags in make file

Change-Id: I24511cd588c19592bce57e36ccadbf1fb4d44647

13 years agoToken cache was not reset on password change
Costin Manolache [Wed, 19 Jan 2011 17:35:32 +0000 (09:35 -0800)]
Token cache was not reset on password change

Bug: 3365443
Change-Id: I3e85c56810c0d71ddc82d3c6a1dcbba640444564

13 years agoFix the fix for 9patches.
Romain Guy [Wed, 19 Jan 2011 20:00:08 +0000 (12:00 -0800)]
Fix the fix for 9patches.

Change-Id: I66dca835d9d0e9766d887746c3265e4b13ae688b

13 years agoMerge "Fix the fix for 9patches." into honeycomb
Romain Guy [Wed, 19 Jan 2011 19:58:21 +0000 (11:58 -0800)]
Merge "Fix the fix for 9patches." into honeycomb

13 years agoMerge "Always revert to the previous bandwidth if the required sequence number cannot...
Andreas Huber [Wed, 19 Jan 2011 19:56:15 +0000 (11:56 -0800)]
Merge "Always revert to the previous bandwidth if the required sequence number cannot be found" into honeycomb

13 years agoLogging the duration range from different media tracks for recording
James Dong [Wed, 19 Jan 2011 19:50:19 +0000 (11:50 -0800)]
Logging the duration range from different media tracks for recording

Change-Id: I8c3edcf97ce35301f8645e4a1e232d9bfc2c0349

13 years agoMerge "Turn error/exception logging on at the native layer" into honeycomb
James Dong [Wed, 19 Jan 2011 19:50:16 +0000 (11:50 -0800)]
Merge "Turn error/exception logging on at the native layer" into honeycomb

13 years agoMerge "Removing deprecated widget api method." into honeycomb
Adam Cohen [Wed, 19 Jan 2011 19:47:56 +0000 (11:47 -0800)]
Merge "Removing deprecated widget api method." into honeycomb

13 years agoRemoving deprecated widget api method.
Winson Chung [Wed, 19 Jan 2011 19:44:25 +0000 (11:44 -0800)]
Removing deprecated widget api method.

Change-Id: I0610dcb5cf1001b2b7e86d78a88addf174cedd77

13 years agoTurn error/exception logging on at the native layer
James Dong [Wed, 19 Jan 2011 19:35:06 +0000 (11:35 -0800)]
Turn error/exception logging on at the native layer

o also fixed some compilation warnings

Change-Id: I66fc1f9972e9fb4b9a25ff3e5835d744d6c71455

13 years agoMerge "Fix soft Ap handling on system restart" into honeycomb
Irfan Sheriff [Wed, 19 Jan 2011 19:40:01 +0000 (11:40 -0800)]
Merge "Fix soft Ap handling on system restart" into honeycomb

13 years agoMerge "Don't let toasts "leak" Context instances." into honeycomb
Romain Guy [Wed, 19 Jan 2011 19:33:43 +0000 (11:33 -0800)]
Merge "Don't let toasts "leak" Context instances." into honeycomb

13 years agoMerge "Return a runtime error if decryption fails instead of asserting." into honeycomb
Andreas Huber [Wed, 19 Jan 2011 19:31:44 +0000 (11:31 -0800)]
Merge "Return a runtime error if decryption fails instead of asserting." into honeycomb

13 years agoAlways revert to the previous bandwidth if the required sequence number cannot be...
Andreas Huber [Wed, 19 Jan 2011 19:30:43 +0000 (11:30 -0800)]
Always revert to the previous bandwidth if the required sequence number cannot be found

Change-Id: I098dba37f4a70fc703c9ce65346907c3e10f27f6

13 years agoReturn a runtime error if decryption fails instead of asserting.
Andreas Huber [Wed, 19 Jan 2011 19:24:39 +0000 (11:24 -0800)]
Return a runtime error if decryption fails instead of asserting.

Change-Id: Ibab7f2cae3ff7a2e19bc3f31005d5059775a664a

13 years agoMerge "Bee seeing you..." into honeycomb
Dianne Hackborn [Wed, 19 Jan 2011 19:16:38 +0000 (11:16 -0800)]
Merge "Bee seeing you..." into honeycomb

13 years agoDon't let toasts "leak" Context instances.
Romain Guy [Wed, 19 Jan 2011 18:55:19 +0000 (10:55 -0800)]
Don't let toasts "leak" Context instances.

Change-Id: I05a936579e60360cdb3453ad5cbcead8ca03191a

13 years agoMerge "Environment.isExternalStorageRemovable() is false if external storage is emula...
Mike Lockwood [Wed, 19 Jan 2011 18:40:56 +0000 (10:40 -0800)]
Merge "Environment.isExternalStorageRemovable() is false if external storage is emulated" into honeycomb

13 years agoMerge "Make parameter blocks read/writable even for SET_PARAMETER/SET_CONFIG requests...
Andreas Huber [Wed, 19 Jan 2011 18:38:16 +0000 (10:38 -0800)]
Merge "Make parameter blocks read/writable even for SET_PARAMETER/SET_CONFIG requests." into honeycomb

13 years agoFix 9patches in Launcher
Romain Guy [Wed, 19 Jan 2011 18:37:35 +0000 (10:37 -0800)]
Fix 9patches in Launcher

Change-Id: Ieedf36ccaab253909b44ed8c222d523867f095be

13 years agoMerge "Fix 9patches in Launcher" into honeycomb
Romain Guy [Wed, 19 Jan 2011 18:35:46 +0000 (10:35 -0800)]
Merge "Fix 9patches in Launcher" into honeycomb

13 years agoMake parameter blocks read/writable even for SET_PARAMETER/SET_CONFIG requests.
Andreas Huber [Wed, 19 Jan 2011 18:34:52 +0000 (10:34 -0800)]
Make parameter blocks read/writable even for SET_PARAMETER/SET_CONFIG requests.

Refactor the logic a little.

Change-Id: Idd7a26678d846c96b0b11f096305e7467381bda3

13 years agoMerge "Expose average video frame rate via MPEG4Extractor" into honeycomb
James Dong [Wed, 19 Jan 2011 18:29:04 +0000 (10:29 -0800)]
Merge "Expose average video frame rate via MPEG4Extractor" into honeycomb

13 years agoMerge "Only scroll on screen when necessary." into honeycomb
Leon Scroggins [Wed, 19 Jan 2011 18:23:52 +0000 (10:23 -0800)]
Merge "Only scroll on screen when necessary." into honeycomb

13 years agoExpose average video frame rate via MPEG4Extractor
James Dong [Wed, 19 Jan 2011 08:13:55 +0000 (00:13 -0800)]
Expose average video frame rate via MPEG4Extractor

bug - 3362483

Change-Id: Ifcbb75c1e8b80cb06c4b8fe7f5ff99bc6f18af69

13 years agoMerge "MTP: Close and reopen driver file after an error." into honeycomb
Mike Lockwood [Wed, 19 Jan 2011 18:20:38 +0000 (10:20 -0800)]
Merge "MTP: Close and reopen driver file after an error." into honeycomb

13 years agoEnvironment.isExternalStorageRemovable() is false if external storage is emulated
Mike Lockwood [Wed, 19 Jan 2011 18:19:12 +0000 (10:19 -0800)]
Environment.isExternalStorageRemovable() is false if external storage is emulated

Change-Id: Ib1afe83e4295d8304b65e822edd0dfa1591a5be7
Signed-off-by: Mike Lockwood <lockwood@android.com>
13 years agoOnly scroll on screen when necessary.
Leon Scroggins [Wed, 19 Jan 2011 17:49:57 +0000 (12:49 -0500)]
Only scroll on screen when necessary.

Bug:3367446

bringPointIntoView was called by TextView in onPreDraw. This was
passing a message to the webcore thread to change the scroll
position.  This is unnecessary, because typically the scroll
position will be changed by webkit when keys are pressed. The
one situation where this helped was when the user taps on a
textfield, which brings up the IME, which may cover it. A better
solution is to tell webkit to scroll it on screen once the
screen size changes.  I have a CL in external/webkit to do that:
https://android-git.corp.google.com/g/#change,91095

Change-Id: I6e06ad59e1a1c99365bb5be635a43d1b88658c0d

13 years agoMTP: Close and reopen driver file after an error.
Mike Lockwood [Wed, 19 Jan 2011 18:11:28 +0000 (10:11 -0800)]
MTP: Close and reopen driver file after an error.

BUG: 3368665

Change-Id: Ib1580c0e98a4d192aa0c213406fd3bafae597ec0
Signed-off-by: Mike Lockwood <lockwood@android.com>
13 years agoMerge "Fix the presentation video resolution when it is different from the actual...
James Dong [Wed, 19 Jan 2011 18:05:05 +0000 (10:05 -0800)]
Merge "Fix the presentation video resolution when it is different from the actual image resolution of the video." into honeycomb

13 years agoMerge "Turn another assertion into a runtime error. Damn you surfaces." into honeycomb
Andreas Huber [Wed, 19 Jan 2011 17:49:32 +0000 (09:49 -0800)]
Merge "Turn another assertion into a runtime error. Damn you surfaces." into honeycomb

13 years agoMerge "Tentative fix for issue 3362362." into honeycomb
Eric Laurent [Wed, 19 Jan 2011 17:40:34 +0000 (09:40 -0800)]
Merge "Tentative fix for issue 3362362." into honeycomb

13 years agoTurn another assertion into a runtime error. Damn you surfaces.
Andreas Huber [Wed, 19 Jan 2011 17:20:58 +0000 (09:20 -0800)]
Turn another assertion into a runtime error. Damn you surfaces.

Change-Id: Ib62957180949293a6fb84bb5a40af058798337ab
related-to-bug: 3335220

13 years agoMerge "Fix bug 2084122: enable application control over text synth volume" into honeycomb
Jean-Michel Trivi [Wed, 19 Jan 2011 17:13:04 +0000 (09:13 -0800)]
Merge "Fix bug 2084122: enable application control over text synth volume" into honeycomb

13 years agoTentative fix for issue 3362362.
Eric Laurent [Wed, 19 Jan 2011 02:39:02 +0000 (18:39 -0800)]
Tentative fix for issue 3362362.

The problem is likely that one method is called on the AudioPolicyManagerBase
instance while it is still being constructed by AudioPolicyService.

To avoid this, the AudioPolicyService mutex is held by the constructor until the
platform specific AudioPolicyManager is constructed and the member
mpPolicyManager initialized.

Also added an initCheck() method to AudioPolicyInterface to verify successful
initialization of AudioPolicyManager.

A similar change is done in AudioFlinger constructor.
Also added some missing protections in AudioFlinger methods where the
playback thread list is parsed.

Change-Id: I006b244ec057e1bb0aa5ebe426ef006e3b171056

13 years agoFix the presentation video resolution when it is different from the actual image...
James Dong [Sun, 16 Jan 2011 19:30:13 +0000 (11:30 -0800)]
Fix the presentation video resolution when it is different from the actual image resolution of the video.

bug - 3352413

Change-Id: I8f08f3896e9fb90f09119dccdb88b82af60f79f2

13 years agoNeed to sync the cache settings to native side
Kristian Monsen [Wed, 19 Jan 2011 15:44:04 +0000 (15:44 +0000)]
Need to sync the cache settings to native side

Fix for cts tests

Change-Id: I554f1240c16b2c2e68810e54d0ff99d13288a6a8

13 years agoMerge "Maintain the seek position in HTML5 video" into honeycomb
Ben Murdoch [Wed, 19 Jan 2011 15:34:49 +0000 (07:34 -0800)]
Merge "Maintain the seek position in HTML5 video" into honeycomb

13 years agoMake WebView inactive when title bar takes focus.
Leon Scroggins [Tue, 18 Jan 2011 21:49:20 +0000 (16:49 -0500)]
Make WebView inactive when title bar takes focus.

Bug:3296938
Change-Id: I656e8582044acf3b0e9b417f41337833fe72c181

13 years agoMaintain the seek position in HTML5 video
Ben Murdoch [Mon, 17 Jan 2011 18:08:56 +0000 (18:08 +0000)]
Maintain the seek position in HTML5 video

Receive the current seek position from native when we start
playing a video. That way is we are returning from pause we correctly
continue where we left off.

Requires and external/webkit change.
(I6001f45a362f491e9040c8b52260d0a08fb8504f)

Bug:3303721
Change-Id: I6b92289d4ef36bba1e0429327917533a4101655d

13 years agoMerge "1. fp_mad.rs: Pass C99 check. 2. Include C99 header (Will be fixed later at...
Shih-wei Liao [Wed, 19 Jan 2011 10:23:01 +0000 (02:23 -0800)]
Merge "1. fp_mad.rs: Pass C99 check. 2. Include C99 header (Will be fixed later at build.git.)" into honeycomb

13 years ago1. fp_mad.rs: Pass C99 check.
Shih-wei Liao [Wed, 19 Jan 2011 10:18:45 +0000 (02:18 -0800)]
1. fp_mad.rs: Pass C99 check.
2. Include C99 header (Will be fixed later at build.git.)

Change-Id: I2864e081b2635dfc4fc0c85f746f6d0ce0b01af5

13 years agoMerge "Disabling queued unbinding of RemoteViewsServices until we fix flashing in...
Winson Chung [Wed, 19 Jan 2011 08:58:38 +0000 (00:58 -0800)]
Merge "Disabling queued unbinding of RemoteViewsServices until we fix flashing in widgets." into honeycomb

13 years agoDisabling queued unbinding of RemoteViewsServices until we fix flashing in widgets.
Winson Chung [Wed, 19 Jan 2011 08:52:34 +0000 (00:52 -0800)]
Disabling queued unbinding of RemoteViewsServices until we fix flashing in widgets.

Change-Id: Iee53d4930dc4007df4298a282cdd5101876215a1

13 years agoMerge "Refactoring app widgets to address security/performance issues." into honeycomb
Winson Chung [Wed, 19 Jan 2011 07:04:01 +0000 (23:04 -0800)]
Merge "Refactoring app widgets to address security/performance issues." into honeycomb

13 years agoRefactoring app widgets to address security/performance issues.
Winson Chung [Wed, 12 Jan 2011 02:05:01 +0000 (18:05 -0800)]
Refactoring app widgets to address security/performance issues.

- Moving the service binding to AppWidgetService to prevent arbitrary apps from binding to widget services
- Requiring RemoteViewsServices to require android.permission.BIND_REMOTEVIEWS permission

Change-Id: Id135bafba998299eb278067712b8a5d8487cfd04

13 years agoMerge "Fix the build." into honeycomb
Shih-wei Liao [Wed, 19 Jan 2011 06:51:22 +0000 (22:51 -0800)]
Merge "Fix the build." into honeycomb

13 years agoFix the build.
Shih-wei Liao [Wed, 19 Jan 2011 06:50:18 +0000 (22:50 -0800)]
Fix the build.

Change-Id: I23c4146cb19540351c33b5823df25d6e2b204402

13 years agoMerge "Cherry-pick "Fix VPN notification helper" from master." into honeycomb
Hung-ying Tyan [Wed, 19 Jan 2011 06:39:20 +0000 (22:39 -0800)]
Merge "Cherry-pick "Fix VPN notification helper" from " into honeycomb

13 years agoCherry-pick "Fix VPN notification helper" from master.
Hung-ying Tyan [Tue, 4 Jan 2011 11:14:01 +0000 (19:14 +0800)]
Cherry-pick "Fix VPN notification helper" from 

DO NOT MERGE

+ Show the ticker text only on the first time.
+ Keep static variables to avoid GC during connection.

Bug: 3292710
Change-Id: I8e97c792814404de0e36a2f9cc0022f41f723367

13 years agoUse metadata in video buffers for timelapse video recording by default to eliminate...
James Dong [Wed, 19 Jan 2011 05:12:31 +0000 (21:12 -0800)]
Use metadata in video buffers for timelapse video recording by default to eliminate memcpy

bug - 3361771

Change-Id: Ib37ffe4be8edc8708baa76b3507b6f11372536d9

13 years agoMerge "Fix 3356338: Add recovery text to AccountUnlockScreen" into honeycomb
Jim Miller [Wed, 19 Jan 2011 05:14:38 +0000 (21:14 -0800)]
Merge "Fix 3356338: Add recovery text to AccountUnlockScreen" into honeycomb

13 years agoFix bug in modf library function (plus typos).
Stephen Hines [Wed, 19 Jan 2011 03:39:29 +0000 (19:39 -0800)]
Fix bug in modf library function (plus typos).

Change-Id: I643c905e2e3e2dcf7a61f1d027b749d9a0d6e542

13 years agoMerge "Fix bug 3362258 - Fastscroll is out of sync with the list" into honeycomb
Adam Powell [Wed, 19 Jan 2011 04:44:44 +0000 (20:44 -0800)]
Merge "Fix bug 3362258 - Fastscroll is out of sync with the list" into honeycomb

13 years agoFix bug 3362258 - Fastscroll is out of sync with the list
Adam Powell [Wed, 19 Jan 2011 04:43:23 +0000 (20:43 -0800)]
Fix bug 3362258 - Fastscroll is out of sync with the list

Change-Id: I13282bfed355f5794041e83818ee2e9e97c1b318

13 years agoMerge changes I7df1ff78,Ibc2e8adf into honeycomb
Mike Lockwood [Wed, 19 Jan 2011 04:30:13 +0000 (20:30 -0800)]
Merge changes I7df1ff78,Ibc2e8adf into honeycomb

* changes:
  MediaScanner: Make sure name field is set for file based playlists
  MTP: Fix problem with MTP starting up on the first try.

13 years agoMediaScanner: Make sure name field is set for file based playlists
Mike Lockwood [Wed, 19 Jan 2011 04:24:01 +0000 (20:24 -0800)]
MediaScanner: Make sure name field is set for file based playlists

Change-Id: I7df1ff783d815d6021ec2432467ba56cb3f3ad1b
Signed-off-by: Mike Lockwood <lockwood@android.com>
13 years agoMerge "Don't pass a null View to OnListItemClickListener. Bug #3365153" into honeycomb
Romain Guy [Wed, 19 Jan 2011 04:27:22 +0000 (20:27 -0800)]
Merge "Don't pass a null View to OnListItemClickListener. Bug #3365153" into honeycomb

13 years agoDon't pass a null View to OnListItemClickListener.
Romain Guy [Wed, 19 Jan 2011 04:24:18 +0000 (20:24 -0800)]
Don't pass a null View to OnListItemClickListener.
Bug #3365153

Change-Id: I1328a554408bf16ec592ae1a747e57a5fb9305e3

13 years agoMTP: Fix problem with MTP starting up on the first try.
Mike Lockwood [Wed, 19 Jan 2011 04:11:29 +0000 (20:11 -0800)]
MTP: Fix problem with MTP starting up on the first try.

BUG: 3361230

Change-Id: Ibc2e8adf24a14ea18385b306e786a77983ff8f5b
Signed-off-by: Mike Lockwood <lockwood@android.com>
13 years agoBee seeing you...
Dianne Hackborn [Wed, 19 Jan 2011 02:18:47 +0000 (18:18 -0800)]
Bee seeing you...

Change-Id: I023425e1752b91fed36e6b005b7b03816f779d9c

13 years agoFix soft Ap handling on system restart
Irfan Sheriff [Wed, 19 Jan 2011 02:10:30 +0000 (18:10 -0800)]
Fix soft Ap handling on system restart

When system server restarts, a soft AP
start can fail. Fix it by doing a stop
and start through netd.

Bug: 3236625
Change-Id: I95f31eb34a03b64cb7e2b6b8bdd56fc2119b605b

13 years agoDO NOT MERGE Add connect HID/NAP BT stress test
Eric Rowe [Wed, 8 Dec 2010 00:32:53 +0000 (16:32 -0800)]
DO NOT MERGE Add connect HID/NAP BT stress test

Change-Id: I1d8cd5cb45583d1c4c5e94e72abbd8a9f04f53cf

13 years agoDO NOT MERGE Cleaned up BT test utils
Eric Rowe [Sat, 4 Dec 2010 02:22:49 +0000 (18:22 -0800)]
DO NOT MERGE Cleaned up BT test utils

Change-Id: I905a468a04b5730258a9e6525165e4c4013d30c8

13 years agoRecreate the EGL surface when ViewRoot's surface changes.
Romain Guy [Wed, 19 Jan 2011 02:28:21 +0000 (18:28 -0800)]
Recreate the EGL surface when ViewRoot's surface changes.
Bug #3306150

Change-Id: Ifbf0ab9deca7a34eff7d844ea7276d12d7284788

13 years agoMerge "Recreate the EGL surface when ViewRoot's surface changes. Bug #3306150" into...
Romain Guy [Wed, 19 Jan 2011 02:26:22 +0000 (18:26 -0800)]
Merge "Recreate the EGL surface when ViewRoot's surface changes. Bug #3306150" into honeycomb

13 years agoMerge "Correctly log debugging info as debug." into honeycomb
Jason Sams [Wed, 19 Jan 2011 02:22:56 +0000 (18:22 -0800)]
Merge "Correctly log debugging info as debug." into honeycomb

13 years agoCorrectly log debugging info as debug.
Jason Sams [Wed, 19 Jan 2011 02:22:19 +0000 (18:22 -0800)]
Correctly log debugging info as debug.

Change-Id: I1169e015288d7d91b7ecbdd991e815152740e68d

13 years agoMerge "Fix race condition between GC thread and the teardown of RS. The RS context...
Jason Sams [Wed, 19 Jan 2011 02:18:06 +0000 (18:18 -0800)]
Merge "Fix race condition between GC thread and the teardown of RS.  The RS context was going away while the objects were being deleted within the finializer." into honeycomb

13 years agoMerge "Cleanup logs." into honeycomb
Jason Sams [Wed, 19 Jan 2011 02:13:07 +0000 (18:13 -0800)]
Merge "Cleanup logs." into honeycomb

13 years agoFix race condition between GC thread and
Jason Sams [Wed, 19 Jan 2011 02:12:26 +0000 (18:12 -0800)]
Fix race condition between GC thread and
the teardown of RS.  The RS context was going away while
the objects were being deleted within the finializer.

Add more debugging for playCoreCommands.

Change-Id: I391f0b4db948f43f54017b47b062ab47d6a1ef64

13 years agoMerge "further remove calls to runFinalization" into honeycomb
Guang Zhu [Wed, 19 Jan 2011 02:05:50 +0000 (18:05 -0800)]
Merge "further remove calls to runFinalization" into honeycomb

13 years agofurther remove calls to runFinalization
Guang Zhu [Wed, 19 Jan 2011 02:04:34 +0000 (18:04 -0800)]
further remove calls to runFinalization

apparently these calls may deadlock as well...

Change-Id: I83132aa50f4e49a170be2b960f6c3236f14745c9

13 years agoMerge "Fix bug 3362979 - Holo light overflow button has stale focused state" into...
Adam Powell [Wed, 19 Jan 2011 02:03:23 +0000 (18:03 -0800)]
Merge "Fix bug 3362979 - Holo light overflow button has stale focused state" into honeycomb