OSDN Git Service

android-x86/frameworks-native.git
14 years agoMerge "Fix for bug 2558156: Encodig is null" into froyo
Kristian Monsen [Thu, 1 Apr 2010 16:54:47 +0000 (09:54 -0700)]
Merge "Fix for bug 2558156: Encodig is null" into froyo

14 years agoMerge changes Ic9531e3c,I3f04433b into froyo
Ben Murdoch [Thu, 1 Apr 2010 15:42:14 +0000 (08:42 -0700)]
Merge changes Ic9531e3c,I3f04433b into froyo

* changes:
  Cherry pick from master.
  Cherry pick from master.

14 years agoMerge "As we don't support over scroll any more, we need to pin the (x,y) if we handl...
Grace Kloba [Thu, 1 Apr 2010 15:15:09 +0000 (08:15 -0700)]
Merge "As we don't support over scroll any more, we need to pin the (x,y) if we handle the drag after the plugin choose not to handle the event." into froyo

14 years agoMerge "Fix isssue 2548710: Native AudioTrack resources never freed." into froyo
Eric Laurent [Thu, 1 Apr 2010 06:33:52 +0000 (23:33 -0700)]
Merge "Fix isssue 2548710: Native AudioTrack resources never freed." into froyo

14 years agoMerge "Fix issue #2529154 Found SurfaceFlinger timeout in logcat when wake up Camcord...
Dianne Hackborn [Thu, 1 Apr 2010 06:04:22 +0000 (23:04 -0700)]
Merge "Fix issue #2529154 Found SurfaceFlinger timeout in logcat when wake up Camcorder" into froyo

14 years agoMerge "Fix issue #2560791: Expose API to go in to car mode." into froyo
Dianne Hackborn [Thu, 1 Apr 2010 06:03:26 +0000 (23:03 -0700)]
Merge "Fix issue #2560791: Expose API to go in to car mode." into froyo

14 years agoMerge "Fix issue #2561067: Screen Display half faded..." into froyo
Dianne Hackborn [Thu, 1 Apr 2010 05:49:30 +0000 (22:49 -0700)]
Merge "Fix issue #2561067: Screen Display half faded..." into froyo

14 years agoMerge "Test connecitvity manager functionality in state change. * Verify state change...
Xia Wang [Thu, 1 Apr 2010 03:29:10 +0000 (20:29 -0700)]
Merge "Test connecitvity manager functionality in state change. * Verify state change when enabling/disabling wifi * Verify network connectivity change while switching among 3G, Wifi, and Airplane mode" into froyo

14 years agoMerge "Fix bug 2562240 and clean up scrollbar behavior" into froyo
Adam Powell [Thu, 1 Apr 2010 03:11:33 +0000 (20:11 -0700)]
Merge "Fix bug 2562240 and clean up scrollbar behavior" into froyo

14 years agoMerge "Fix crash while turning bluetooth on, due to a race condition." into froyo
Jaikumar Ganesh [Thu, 1 Apr 2010 01:36:35 +0000 (18:36 -0700)]
Merge "Fix crash while turning bluetooth on, due to a race condition." into froyo

14 years agoMerge "Fix alarms with negative or very large wakup times." into froyo
Jeff Brown [Wed, 31 Mar 2010 22:56:30 +0000 (15:56 -0700)]
Merge "Fix alarms with negative or very large wakup times." into froyo

14 years agoMerge "Fix bug 2553575 API REVIEW: android.media Change 1 of 3 Notes from API Counci...
Jean-Michel Trivi [Wed, 31 Mar 2010 20:40:42 +0000 (13:40 -0700)]
Merge "Fix bug 2553575 API REVIEW: android.media  Change 1 of 3 Notes from API Council review:   Rename onAudioFocusChanged -> onAudioFocusChange" into froyo

14 years agoFix isssue 2548710: Native AudioTrack resources never freed.
Eric Laurent [Wed, 31 Mar 2010 19:21:17 +0000 (12:21 -0700)]
Fix isssue 2548710: Native AudioTrack resources never freed.

The problem is a bug in AudioFlinger::MixerThread::prepareTracks_l() that makes that even if the TrackHandle
is destroyed, the corresponding Track will remain active as long as frames are ready for mixing.
If the track uses shared memory (static mode) and the sound is looped, this track will play for ever.

The fix consists in removing the track from active list immediately if the track is terminated.

Change-Id: I4582aa1d981079ab79be442fb6185f5afaed5cf3

14 years agoMerge "Skip any number of leading ID3v2 tags (instead of just the first), also simpli...
Andreas Huber [Wed, 31 Mar 2010 18:33:19 +0000 (11:33 -0700)]
Merge "Skip any number of leading ID3v2 tags (instead of just the first), also simplify/fix the find-consecutive-mp3-frames functionality." into froyo

14 years agoMerge "added a cleanspec since ActiveSyncInfo.aidl was removed" into froyo
Fred Quintana [Wed, 31 Mar 2010 18:01:41 +0000 (11:01 -0700)]
Merge "added a cleanspec since ActiveSyncInfo.aidl was removed" into froyo

14 years agoMerge "Add thermal shutdown. If battery temp >= 68C." into froyo
Eric Olsen [Wed, 31 Mar 2010 17:04:24 +0000 (10:04 -0700)]
Merge "Add thermal shutdown.  If battery temp >= 68C." into froyo

14 years agoMerge "Properly send a MEDIA_SEEK_COMPLETE notification for a seek request while...
Andreas Huber [Wed, 31 Mar 2010 16:48:22 +0000 (09:48 -0700)]
Merge "Properly send a MEDIA_SEEK_COMPLETE notification for a seek request while paused (legacy behaviour)." into froyo

14 years agoMerge "Fix HttpProxy." into froyo
Robert Greenwalt [Wed, 31 Mar 2010 15:32:03 +0000 (08:32 -0700)]
Merge "Fix HttpProxy." into froyo

14 years agoRevert "fix [2542425] memory leak during video recording"
Dianne Hackborn [Wed, 31 Mar 2010 04:04:17 +0000 (21:04 -0700)]
Revert "fix [2542425] memory leak during video recording"

This reverts commit 544592e14f8d7643238e40ba9879727497900f35.

14 years agofix [2542425] memory leak during video recording
Mathias Agopian [Tue, 30 Mar 2010 23:53:40 +0000 (16:53 -0700)]
fix [2542425] memory leak during video recording

[Sorted|Keyed]Vector<TYPE> would leak their whole storage when resized
from the end and TYPE had trivial dtor and copy operators.

Change-Id: I8555bb1aa0863df72de27d67ae50e20706e90cf5

14 years agoMerge "Add support for GPS privacy lock. DO NOT MERGE" into froyo
Mike Lockwood [Wed, 31 Mar 2010 00:29:41 +0000 (17:29 -0700)]
Merge "Add support for GPS privacy lock.  DO NOT MERGE" into froyo

14 years agoMerge "Don't load photo if it's id is 0. Saves one database query Bug:2546767" into...
Daniel Lehmann [Tue, 30 Mar 2010 23:58:38 +0000 (16:58 -0700)]
Merge "Don't load photo if it's id is 0. Saves one database query Bug:2546767" into froyo

14 years agoMerge "Fix bug 2523622 - ListView invokes onItemClick for disabled adapter items...
Adam Powell [Tue, 30 Mar 2010 23:46:21 +0000 (16:46 -0700)]
Merge "Fix bug 2523622 - ListView invokes onItemClick for disabled adapter items" into froyo

14 years agoMerge "Fix issue #2553553: API REVIEW: android.context.Context" into froyo
Dianne Hackborn [Tue, 30 Mar 2010 22:55:37 +0000 (15:55 -0700)]
Merge "Fix issue #2553553: API REVIEW: android.context.Context" into froyo

14 years agoMerge "Properly fill in the component name for the software decoders." into froyo
Andreas Huber [Tue, 30 Mar 2010 22:40:38 +0000 (15:40 -0700)]
Merge "Properly fill in the component name for the software decoders." into froyo

14 years agoMerge "Fix for Never not existing in latest timeout values." into froyo
Amith Yamasani [Tue, 30 Mar 2010 22:19:00 +0000 (15:19 -0700)]
Merge "Fix for Never not existing in latest timeout values." into froyo

14 years agoMerge "Remove the shadow under url bar." into froyo
Grace Kloba [Tue, 30 Mar 2010 21:51:48 +0000 (14:51 -0700)]
Merge "Remove the shadow under url bar." into froyo

14 years agoMerge "Package manager optimizations." into froyo
Dianne Hackborn [Tue, 30 Mar 2010 20:35:33 +0000 (13:35 -0700)]
Merge "Package manager optimizations." into froyo

14 years agoMerge "Timeout on socket recv calls after 5secs, retry connection also if server...
Andreas Huber [Tue, 30 Mar 2010 20:31:57 +0000 (13:31 -0700)]
Merge "Timeout on socket recv calls after 5secs, retry connection also if server unexpectedly closed the connection on its end and we know that there should've been more data available." into froyo

14 years agoMerge "Make RestoreSession.getAvailableRestoreSets() asynchronous" into froyo
Christopher Tate [Tue, 30 Mar 2010 20:09:50 +0000 (13:09 -0700)]
Merge "Make RestoreSession.getAvailableRestoreSets() asynchronous" into froyo

14 years agoMerge "Fix a simple logic mistake." into froyo
Patrick Scott [Tue, 30 Mar 2010 18:41:29 +0000 (11:41 -0700)]
Merge "Fix a simple logic mistake." into froyo

14 years agoMerge "framework: Hide StorageManager for froyo - DO NOT MERGE" into froyo
San Mehat [Tue, 30 Mar 2010 17:35:44 +0000 (10:35 -0700)]
Merge "framework: Hide StorageManager for froyo - DO NOT MERGE" into froyo

14 years agoMerge "Import revised translations" into froyo
Kenny Root [Tue, 30 Mar 2010 16:23:16 +0000 (09:23 -0700)]
Merge "Import revised translations" into froyo

14 years agoMerge "DO NOT MERGE Removing unused features from source tree. Please refer to Bug...
Oscar Montemayor [Tue, 30 Mar 2010 01:56:57 +0000 (18:56 -0700)]
Merge "DO NOT MERGE Removing unused features from source tree. Please refer to Bug#2502219." into froyo

14 years agoMerge "Fix for bug 2548048 - it was impossible for applications to discover if their...
Charles Chen [Tue, 30 Mar 2010 01:37:41 +0000 (18:37 -0700)]
Merge "Fix for bug 2548048 - it was impossible for applications to discover if their TTS settings were being overridden by the user or not." into froyo

14 years agoMerge "Fix preloaded classes for API rename of BackupAgentHelper" into froyo
Amith Yamasani [Tue, 30 Mar 2010 01:24:59 +0000 (18:24 -0700)]
Merge "Fix preloaded classes for API rename of BackupAgentHelper" into froyo

14 years agoDO NOT MERGE
Oscar Montemayor [Sat, 27 Mar 2010 01:44:14 +0000 (18:44 -0700)]
DO NOT MERGE
Removing unused features from source tree.
Please refer to Bug#2502219.

Change-Id: I879c29bfd5ffe933f64bb1082aaae7c956450a5a

14 years agoMerge "Fix possible security issue. Bug #2553187" into froyo
Romain Guy [Mon, 29 Mar 2010 23:31:14 +0000 (16:31 -0700)]
Merge "Fix possible security issue. Bug #2553187" into froyo

14 years agoMerge "Remove upside-down portrait orientation." into froyo
Steve Howard [Mon, 29 Mar 2010 23:05:35 +0000 (16:05 -0700)]
Merge "Remove upside-down portrait orientation." into froyo

14 years agoMerge "API CHANGE: rename BackupHelperAgent => BackupAgentHelper per API Council...
Christopher Tate [Mon, 29 Mar 2010 22:50:57 +0000 (15:50 -0700)]
Merge "API CHANGE: rename BackupHelperAgent => BackupAgentHelper per API Council" into froyo

14 years agoMerge "Fix Android's glEGLImageTargetRenderbufferOES() wrapper" into froyo
Mathias Agopian [Mon, 29 Mar 2010 22:44:48 +0000 (15:44 -0700)]
Merge "Fix Android's glEGLImageTargetRenderbufferOES() wrapper" into froyo

14 years agoMerge "fix [2542425] memory leak during video recording" into froyo
Mathias Agopian [Mon, 29 Mar 2010 22:44:33 +0000 (15:44 -0700)]
Merge "fix [2542425] memory leak during video recording" into froyo

14 years agoMerge "doc change: In fundamentals doc, make statement about synchronous execution...
Dirk Dougherty [Mon, 29 Mar 2010 22:36:53 +0000 (15:36 -0700)]
Merge "doc change: In fundamentals doc, make statement about synchronous execution of RPC less strict. Indicate that FLAG_ONEWAY applies only across processes." into froyo

14 years agoMerge "Limit the total amount of ID3 metadata to something (un-)reasonable: 3MB....
Andreas Huber [Mon, 29 Mar 2010 22:16:20 +0000 (15:16 -0700)]
Merge "Limit the total amount of ID3 metadata to something (un-)reasonable: 3MB." into froyo

14 years agoFix Android's glEGLImageTargetRenderbufferOES() wrapper
Mathias Agopian [Mon, 29 Mar 2010 22:12:19 +0000 (15:12 -0700)]
Fix Android's glEGLImageTargetRenderbufferOES() wrapper

glEGLImageTargetRenderbufferOES() pass the wrapped EGLImage
to the implementation, rather than the unwrapped one.

Change-Id: I149f9ed73e6ab9089110600e1db4311ba7a8c83a

14 years agoMerge "Fix 2537999: Don't throw exception when SlidingTab has UNSPECIFIED specs"...
Jim Miller [Mon, 29 Mar 2010 22:07:06 +0000 (15:07 -0700)]
Merge "Fix 2537999: Don't throw exception when SlidingTab has UNSPECIFIED specs" into froyo

14 years agofix [2542425] memory leak during video recording
Mathias Agopian [Mon, 29 Mar 2010 20:45:18 +0000 (13:45 -0700)]
fix [2542425] memory leak during video recording

Vector::sort() is using _do_copy() incorrectly; _do_copy() calls the
copy constructor, not the assignment operator, so we need to destroy
the "destination" before copying the item.

Change-Id: Iaeeac808fa5341a7d219edeba4aa63d44f31473c

14 years agoMerge "Tame the monkey. Bug #2547546" into froyo
Romain Guy [Mon, 29 Mar 2010 20:00:42 +0000 (13:00 -0700)]
Merge "Tame the monkey. Bug #2547546" into froyo

14 years agoMerge "doc change: Indicate that only the first 8 characters of the key alias are...
Dirk Dougherty [Mon, 29 Mar 2010 20:00:37 +0000 (13:00 -0700)]
Merge "doc change: Indicate that only the first 8 characters of the key alias are used." into froyo

14 years agoMerge "Fix a bug where the TimedEventQueue mistakenly accesses a bogus event if the...
Andreas Huber [Mon, 29 Mar 2010 19:58:03 +0000 (12:58 -0700)]
Merge "Fix a bug where the TimedEventQueue mistakenly accesses a bogus event if the only event in the queue has been cancelled while we're waiting for its scheduled time. Avoids potential int64_t overflow when converting from us to ns." into froyo

14 years agoMerge "Rename private fields to break bad code examples" into froyo
Romain Guy [Mon, 29 Mar 2010 19:28:20 +0000 (12:28 -0700)]
Merge "Rename private fields to break bad code examples" into froyo

14 years agoAdd a test of EGL pausing and resuming.
Jack Palevich [Mon, 29 Mar 2010 19:09:57 +0000 (12:09 -0700)]
Add a test of EGL pausing and resuming.

14 years agoMerge "Make EditTextPreference scrollable. Bug #2549257" into froyo
Romain Guy [Mon, 29 Mar 2010 18:24:31 +0000 (11:24 -0700)]
Merge "Make EditTextPreference scrollable. Bug #2549257" into froyo

14 years agoMerge "Increase name-label height so that "g" isn't cut off anymore. Decrease header...
Daniel Lehmann [Mon, 29 Mar 2010 17:30:54 +0000 (10:30 -0700)]
Merge "Increase name-label height so that "g" isn't cut off anymore. Decrease header height so that no resizes are required after background loading for most contacts Bug:2542703 Bug:2549485" into froyo

14 years agoMerge "Implement audio focus support in the notification manager." into froyo
Jean-Michel Trivi [Mon, 29 Mar 2010 17:05:28 +0000 (10:05 -0700)]
Merge "Implement audio focus support in the notification manager." into froyo

14 years agoMerge "cherry-pick 7d39f981badf7ec75138d6ef97d37c57a63ab5f0 to froyo." into froyo
Dirk Dougherty [Sat, 27 Mar 2010 01:25:05 +0000 (18:25 -0700)]
Merge "cherry-pick 7d39f981badf7ec75138d6ef97d37c57a63ab5f0 to froyo." into froyo

14 years agoMerge "Fix issue #2538228: Intents targeting browsers constantly nagging" into froyo
Dianne Hackborn [Sat, 27 Mar 2010 01:06:52 +0000 (18:06 -0700)]
Merge "Fix issue #2538228: Intents targeting browsers constantly nagging" into froyo

14 years agoMerge "cherry-pick af4786bcb5945f72e8639d74611cd5f9b0236710 to froyo" into froyo
Dirk Dougherty [Sat, 27 Mar 2010 00:50:26 +0000 (17:50 -0700)]
Merge "cherry-pick af4786bcb5945f72e8639d74611cd5f9b0236710 to froyo" into froyo

14 years agoMerge "Don't assume there's a selected position in touch mode. Bug #2520743" into...
Romain Guy [Sat, 27 Mar 2010 00:30:40 +0000 (17:30 -0700)]
Merge "Don't assume there's a selected position in touch mode. Bug #2520743" into froyo

14 years agoMerge "Cherry-pick 97432e866eedd2a179242fa7017e03b6febe4887 to froyo." into froyo
Dirk Dougherty [Fri, 26 Mar 2010 23:27:07 +0000 (16:27 -0700)]
Merge "Cherry-pick 97432e866eedd2a179242fa7017e03b6febe4887 to froyo." into froyo

14 years agoMerge "Cherry-picking this fix into Froyo." into froyo
Jean-Michel Trivi [Fri, 26 Mar 2010 23:17:38 +0000 (16:17 -0700)]
Merge "Cherry-picking this fix into Froyo." into froyo

14 years agoMerge "Remove long_press when WebView lost window focus. Reset touch mode too." into...
Grace Kloba [Fri, 26 Mar 2010 22:30:26 +0000 (15:30 -0700)]
Merge "Remove long_press when WebView lost window focus. Reset touch mode too." into froyo

14 years agoMerge "cherry-picked bf4650ca39c9153e38c76280ceb5e9af48b67751 to froyo" into froyo
Grace Kloba [Fri, 26 Mar 2010 20:55:34 +0000 (13:55 -0700)]
Merge "cherry-picked bf4650ca39c9153e38c76280ceb5e9af48b67751 to froyo" into froyo

14 years agoMerge "Hide download manager." into froyo
Jean-Baptiste Queru [Fri, 26 Mar 2010 19:25:11 +0000 (12:25 -0700)]
Merge "Hide download manager." into froyo

14 years agoMerge "Fix StatusBarService deadlock for real this time." into froyo
Joe Onorato [Fri, 26 Mar 2010 19:14:49 +0000 (12:14 -0700)]
Merge "Fix StatusBarService deadlock for real this time." into froyo

14 years agoMerge "Redesigned keyguard layout in the no-SIM case. DO NOT MERGE" into froyo
Daniel Sandler [Fri, 26 Mar 2010 18:41:34 +0000 (11:41 -0700)]
Merge "Redesigned keyguard layout in the no-SIM case. DO NOT MERGE" into froyo

14 years agoMerge "Clarify some Binder docs regarding things that are thread-local."
Brad Fitzpatrick [Fri, 26 Mar 2010 04:02:46 +0000 (21:02 -0700)]
Merge "Clarify some Binder docs regarding things that are thread-local."

14 years agoMerge "fix [2236865] STOPSHIP: bump soft gl and egl minor version number"
Mathias Agopian [Fri, 26 Mar 2010 03:22:58 +0000 (20:22 -0700)]
Merge "fix [2236865] STOPSHIP: bump soft gl and egl minor version number"

14 years agofix [2236865] STOPSHIP: bump soft gl and egl minor version number
Mathias Agopian [Fri, 26 Mar 2010 03:21:12 +0000 (20:21 -0700)]
fix [2236865] STOPSHIP: bump soft gl and egl minor version number

this is to allow developpers to deal with potiential differences
between the softgl versions.

Change-Id: I7ec2451d6af1be29818d66215b22977405d403e8

14 years agoMerge "Fix 2535700: Add support for enforcing password quality"
Jim Miller [Fri, 26 Mar 2010 02:54:15 +0000 (19:54 -0700)]
Merge "Fix 2535700: Add support for enforcing password quality"

14 years agoMerge "Remove spurious byte order marks from xml files."
Marco Nelissen [Fri, 26 Mar 2010 02:06:23 +0000 (19:06 -0700)]
Merge "Remove spurious byte order marks from xml files."

14 years agoMerge "Fix bug 2544916 - Fun with AbsListView touch mode"
Adam Powell [Fri, 26 Mar 2010 01:55:47 +0000 (18:55 -0700)]
Merge "Fix bug 2544916 - Fun with AbsListView touch mode"

14 years agoMerge "fix [2545826] calling into gralloc with external lock held"
Mathias Agopian [Fri, 26 Mar 2010 01:42:34 +0000 (18:42 -0700)]
Merge "fix [2545826] calling into gralloc with external lock held"

14 years agoMerge "Add "dumpsys diskstats" to get a dump of disk-free values."
Dan Egnor [Fri, 26 Mar 2010 00:59:00 +0000 (17:59 -0700)]
Merge "Add "dumpsys diskstats" to get a dump of disk-free values."

14 years agoMerge "GLSurfaceView pause and resume now synchronize with the GLThread."
Jack Palevich [Fri, 26 Mar 2010 00:21:50 +0000 (17:21 -0700)]
Merge "GLSurfaceView pause and resume now synchronize with the GLThread."

14 years agoMerge "API refactoring for OverScroller."
Adam Powell [Fri, 26 Mar 2010 00:03:58 +0000 (17:03 -0700)]
Merge "API refactoring for OverScroller."

14 years agomerge from open-source master
The Android Open Source Project [Thu, 25 Mar 2010 23:39:32 +0000 (16:39 -0700)]
merge from open-source master

Change-Id: I4d8f34986fd9e16ead8a22909263069dbb819d3e

14 years agoMerge "Fix 2495749 - System process crash when a notification switches sections."
Joe Onorato [Thu, 25 Mar 2010 23:00:25 +0000 (16:00 -0700)]
Merge "Fix 2495749 - System process crash when a notification switches sections."

14 years agoMerge "Fix Tethering of multiple downstream ifaces."
Robert Greenwalt [Thu, 25 Mar 2010 22:50:25 +0000 (15:50 -0700)]
Merge "Fix Tethering of multiple downstream ifaces."

14 years agoMerge "check for nulls"
Fred Quintana [Thu, 25 Mar 2010 21:39:15 +0000 (14:39 -0700)]
Merge "check for nulls"

14 years agofix [2545826] calling into gralloc with external lock held
Mathias Agopian [Thu, 25 Mar 2010 21:34:49 +0000 (14:34 -0700)]
fix [2545826] calling into gralloc with external lock held

Change-Id: I2d0e017382404c684c768a0dd0423d574213f10a

14 years agoMerge "Add .3gpp as the preferred extension for video/3gpp."
Patrick Scott [Thu, 25 Mar 2010 20:27:57 +0000 (13:27 -0700)]
Merge "Add .3gpp as the preferred extension for video/3gpp."

14 years agoMerge "Use a more benign icon for ADB notifications."
Daniel Sandler [Thu, 25 Mar 2010 20:26:36 +0000 (13:26 -0700)]
Merge "Use a more benign icon for ADB notifications."

14 years agoMerge "Better fix for gettid() sim-eng breakage from last night."
Brad Fitzpatrick [Thu, 25 Mar 2010 20:22:15 +0000 (13:22 -0700)]
Merge "Better fix for gettid() sim-eng breakage from last night."

14 years agoMerge "Hide download manager."
Jean-Baptiste Queru [Thu, 25 Mar 2010 19:35:22 +0000 (12:35 -0700)]
Merge "Hide download manager."

14 years agoMerge "Dumb late-night typo."
Dianne Hackborn [Thu, 25 Mar 2010 19:32:12 +0000 (12:32 -0700)]
Merge "Dumb late-night typo."

14 years agoMerge "Add window flags and window types to hierarchyviewer."
Joe Onorato [Thu, 25 Mar 2010 18:54:12 +0000 (11:54 -0700)]
Merge "Add window flags and window types to hierarchyviewer."

14 years agoMerge "Turn off thread logging (too many messages.)"
Jack Palevich [Thu, 25 Mar 2010 18:54:10 +0000 (11:54 -0700)]
Merge "Turn off thread logging (too many messages.)"

14 years agoMerge "Refactoring PackageManagerHostTests helper functions into a utility class...
Neal Nguyen [Thu, 25 Mar 2010 18:09:38 +0000 (11:09 -0700)]
Merge "Refactoring PackageManagerHostTests helper functions into a utility class for easier sharing with future stress tests."

14 years agoMerge "update dox that we ignore the exact parameter on computeBounds"
Mike Reed [Thu, 25 Mar 2010 18:04:02 +0000 (11:04 -0700)]
Merge "update dox that we ignore the exact parameter on computeBounds"

14 years agoMerge "Add logging of GLSurfaceView pause/resume calls."
Jack Palevich [Thu, 25 Mar 2010 17:53:10 +0000 (10:53 -0700)]
Merge "Add logging of GLSurfaceView pause/resume calls."

14 years agoMerge "Turn on plugin signature checking."
Grace Kloba [Thu, 25 Mar 2010 17:32:22 +0000 (10:32 -0700)]
Merge "Turn on plugin signature checking."

14 years agoMerge "MountService: Switch all Log -> Slog"
San Mehat [Thu, 25 Mar 2010 17:20:44 +0000 (10:20 -0700)]
Merge "MountService: Switch all Log -> Slog"

14 years agoMerge "Call unlinkToDeath() when we disconnect the Camera, so we don't hold the ...
Chih-Chung Chang [Thu, 25 Mar 2010 17:05:58 +0000 (10:05 -0700)]
Merge "Call unlinkToDeath() when we disconnect the Camera, so we don't hold the (weak) reference to it, which caused (small) memory leaks."

14 years agoMerge "Fix Phone App crash due to binary data in HSP/HFP stream."
Nick Pelly [Thu, 25 Mar 2010 17:01:21 +0000 (10:01 -0700)]
Merge "Fix Phone App crash due to binary data in HSP/HFP stream."

14 years agoMerge "New lock/unlock sounds."
Dave Sparks [Thu, 25 Mar 2010 15:24:24 +0000 (08:24 -0700)]
Merge "New lock/unlock sounds."

14 years agoMerge "http://b/issue?id=2516676 Correctly scale the play button and youtube logo...
Leon Clarke [Thu, 25 Mar 2010 14:38:22 +0000 (07:38 -0700)]
Merge "b/issue?id=2516676 Correctly scale the play button and youtube logo when embedded youtube videos are displayed at smaller than the suggested size."

14 years agoMerge "Use a secure setting for default browser geolocation permissions"
Bjorn Bringert [Thu, 25 Mar 2010 14:36:46 +0000 (07:36 -0700)]
Merge "Use a secure setting for default browser geolocation permissions"

14 years agoMerge "Fix testCameraPreviewMemoryUsage test."
Wu-cheng Li [Thu, 25 Mar 2010 10:52:00 +0000 (03:52 -0700)]
Merge "Fix testCameraPreviewMemoryUsage test."

14 years agoMerge "Hopefully fix the sim-eng build, part 2."
Brad Fitzpatrick [Thu, 25 Mar 2010 09:05:31 +0000 (02:05 -0700)]
Merge "Hopefully fix the sim-eng build, part 2."