OSDN Git Service

android-x86/frameworks-native.git
14 years agoMerge "Update signal strength mapping for GSM/UMTS."
jsh [Thu, 18 Mar 2010 21:58:30 +0000 (14:58 -0700)]
Merge "Update signal strength mapping for GSM/UMTS."

14 years agoMerge "Make the VCardEntry more robust against badly behaving resolvers. Additionally...
Daniel Lehmann [Thu, 18 Mar 2010 21:54:17 +0000 (14:54 -0700)]
Merge "Make the VCardEntry more robust against badly behaving resolvers. Additionally make the ImportTestResolver return the right result Bug:2521447"

14 years agoMerge "More rsh headers for renderscript and a llvm compatible test script for fountain."
Jason Sams [Thu, 18 Mar 2010 21:37:01 +0000 (14:37 -0700)]
Merge "More rsh headers for renderscript and a llvm compatible test script for fountain."

14 years agoMerge "Report a runtime error rather than asserting if the amr software decoder reads...
Andreas Huber [Thu, 18 Mar 2010 21:08:56 +0000 (14:08 -0700)]
Merge "Report a runtime error rather than asserting if the amr software decoder reads more data than it was given(!)"

14 years agoMerge "Fix bug 2523989"
Adam Powell [Thu, 18 Mar 2010 20:52:08 +0000 (13:52 -0700)]
Merge "Fix bug 2523989"

14 years agoMerge "Tweak the omx tests to always do a seek-beyond-EOS on the first iteration...
Andreas Huber [Thu, 18 Mar 2010 20:50:42 +0000 (13:50 -0700)]
Merge "Tweak the omx tests to always do a seek-beyond-EOS on the first iteration, followed by a linear read on the second iteration."

14 years agoMerge "Fix minSdkVersion scanning to not throw warnings"
Kenny Root [Thu, 18 Mar 2010 20:15:33 +0000 (13:15 -0700)]
Merge "Fix minSdkVersion scanning to not throw warnings"

14 years agoMerge "Update TTS plugin interface to receive engine configuration data coming from...
Jean-Michel Trivi [Thu, 18 Mar 2010 18:59:32 +0000 (11:59 -0700)]
Merge "Update TTS plugin interface to receive engine configuration data coming from the plugin helper code (handling config and preferences)."

14 years agoUpdate TTS plugin interface to receive engine configuration data
Jean-Michel Trivi [Thu, 18 Mar 2010 18:07:45 +0000 (11:07 -0700)]
Update TTS plugin interface to receive engine configuration data
coming from the plugin helper code (handling config and preferences).

Change-Id: Ibc1d229463f11f8977552d74d1fd2aa6a6cab88e

14 years agoMerge "Fix problem with calling onConfigurationChanged() too much."
Dianne Hackborn [Thu, 18 Mar 2010 18:46:14 +0000 (11:46 -0700)]
Merge "Fix problem with calling onConfigurationChanged() too much."

14 years agoMerge "Fix bug in airplane mode."
Robert Greenwalt [Thu, 18 Mar 2010 18:09:11 +0000 (11:09 -0700)]
Merge "Fix bug in airplane mode."

14 years agoMerge "Either the software mp3 decoder's CRC computation is wrong (and PV never enabl...
Andreas Huber [Thu, 18 Mar 2010 17:55:12 +0000 (10:55 -0700)]
Merge "Either the software mp3 decoder's CRC computation is wrong (and PV never enabled it before) or there are files in the wild with wrong CRCs that nonetheless decode correctly, either way, opt out of CRC verification."

14 years agoMerge "Import revised translations"
Kenny Root [Thu, 18 Mar 2010 17:25:37 +0000 (10:25 -0700)]
Merge "Import revised translations"

14 years agoMerge "Pass selection data with the message to open the keyboard."
Leon Scroggins [Thu, 18 Mar 2010 17:20:35 +0000 (10:20 -0700)]
Merge "Pass selection data with the message to open the keyboard."

14 years agoMerge "Issue 2416481: Support Voice Dialer over BT SCO."
Eric Laurent [Thu, 18 Mar 2010 17:01:10 +0000 (10:01 -0700)]
Merge "Issue 2416481: Support Voice Dialer over BT SCO."

14 years agoMerge "Enabling plugin engines to pass in their engine specific settings via a Conten...
Charles Chen [Thu, 18 Mar 2010 16:32:30 +0000 (09:32 -0700)]
Merge "Enabling plugin engines to pass in their engine specific settings via a ContentProvider to the TtsService so that the TtsService can invoke their .so file with those settings."

14 years agoMerge "While streaming media data, upon a socket-read error, try reconnecting to...
Andreas Huber [Thu, 18 Mar 2010 16:01:01 +0000 (09:01 -0700)]
Merge "While streaming media data, upon a socket-read error, try reconnecting to the server and attempt to re-read for at most 3 times."

14 years agoMerge "Add GoogleLogTags that includes event log tags used by Google apps"
Dan Egnor [Thu, 18 Mar 2010 15:52:28 +0000 (08:52 -0700)]
Merge "Add GoogleLogTags that includes event log tags used by Google apps"

14 years agoAdd GoogleLogTags that includes event log tags used by Google apps
Dan Egnor [Thu, 18 Mar 2010 02:47:30 +0000 (19:47 -0700)]
Add GoogleLogTags that includes event log tags used by Google apps

Bug: 2523742
Change-Id: I0e61127ac58cbc954240b30c1f55c2518d833aaa

14 years agoMerge "Remove unused file NmeaParser.java"
Mike Lockwood [Thu, 18 Mar 2010 15:18:26 +0000 (08:18 -0700)]
Merge "Remove unused file NmeaParser.java"

14 years agoMerge "RecognitionManager does not throw exceptions when needed"
Bjorn Bringert [Thu, 18 Mar 2010 14:24:04 +0000 (07:24 -0700)]
Merge "RecognitionManager does not throw exceptions when needed"

14 years agoMerge "Adds worker tests to the DumpRenderTree ignoreResults list, as workers are...
Steve Block [Thu, 18 Mar 2010 12:02:15 +0000 (05:02 -0700)]
Merge "Adds worker tests to the DumpRenderTree ignoreResults list, as workers are now disabled"

14 years agoMerge "Rework permissions to be retained when an app is temporarily uninstalled."
Dianne Hackborn [Thu, 18 Mar 2010 09:05:20 +0000 (02:05 -0700)]
Merge "Rework permissions to be retained when an app is temporarily uninstalled."

14 years agoMerge "Fix window leak and receiver leak. Bug: 2520143 and Bug: 2517390"
Amith Yamasani [Thu, 18 Mar 2010 08:24:03 +0000 (01:24 -0700)]
Merge "Fix window leak and receiver leak. Bug: 2520143 and Bug: 2517390"

14 years agoMerge "Make Tethering not disconnect on every net change."
Robert Greenwalt [Thu, 18 Mar 2010 05:55:25 +0000 (22:55 -0700)]
Merge "Make Tethering not disconnect on every net change."

14 years agoMerge "Support plugin parameter updates for TTS plugin settings."
Jean-Michel Trivi [Thu, 18 Mar 2010 05:55:10 +0000 (22:55 -0700)]
Merge "Support plugin parameter updates for TTS plugin settings."

14 years agoMerge "fix 2517656 Pin/Password Unlocks place focus on the launcher screen when they...
Joe Onorato [Thu, 18 Mar 2010 05:35:57 +0000 (22:35 -0700)]
Merge "fix 2517656 Pin/Password Unlocks place focus on the launcher screen when they shouldn't"

14 years agoMerge "Fix for deadlock between StatusBarService and NotificationManagerService"
Joe Onorato [Thu, 18 Mar 2010 05:33:30 +0000 (22:33 -0700)]
Merge "Fix for deadlock between StatusBarService and NotificationManagerService"

14 years agoMerge "Added a check to TtsService to make sure that the engine is enabled before...
Charles Chen [Thu, 18 Mar 2010 02:19:17 +0000 (19:19 -0700)]
Merge "Added a check to TtsService to make sure that the engine is enabled before using it; if the engine is not enabled, TtsService will fall back to using the default system engine."

14 years agoMerge "Added a configuration option indicating if the platform supports use of blueto...
Eric Laurent [Thu, 18 Mar 2010 02:15:16 +0000 (19:15 -0700)]
Merge "Added a configuration option indicating if the platform supports use of bluetooth SCO for off call use cases. Added method to BluetoothHeadset API to check if voice dialer over bluetooth is supported. Replaces direct use of DISABLE_BT_VOICE_DIALING and takes platform capabilities into account."

14 years agoMerge "Add new install flag to install on internal flash only Change default install...
Suchi Amalapurapu [Thu, 18 Mar 2010 01:50:29 +0000 (18:50 -0700)]
Merge "Add new install flag to install on internal flash only Change default install location policy for new flag. New error code for media unavailable."

14 years agoMerge "Make AbsListViews remeasure children after rotation"
Adam Powell [Thu, 18 Mar 2010 01:33:18 +0000 (18:33 -0700)]
Merge "Make AbsListViews remeasure children after rotation"

14 years agoMerge "Fix issue #2325621: Runtime restart after launching Android keyboard setting."
Dianne Hackborn [Thu, 18 Mar 2010 01:29:12 +0000 (18:29 -0700)]
Merge "Fix issue #2325621: Runtime restart after launching Android keyboard setting."

14 years agoMerge "b/2483233 Made each reminder time a unique intent"
Erik [Thu, 18 Mar 2010 00:55:06 +0000 (17:55 -0700)]
Merge "b/2483233 Made each reminder time a unique intent"

14 years agoMerge "Add additional sendMessage methods."
Wink Saville [Thu, 18 Mar 2010 00:54:28 +0000 (17:54 -0700)]
Merge "Add additional sendMessage methods."

14 years agoMerge "Fix bug where the ID stored for an OnAudioFocusChangeListener is an empty...
Jean-Michel Trivi [Thu, 18 Mar 2010 00:47:08 +0000 (17:47 -0700)]
Merge "Fix bug where the ID stored for an OnAudioFocusChangeListener is an empty string when audio focus is requested or abandonned with a null listener."

14 years agoMerge "Don't stop a test case when the test case failed for some of the sample files...
James Dong [Wed, 17 Mar 2010 22:51:48 +0000 (15:51 -0700)]
Merge "Don't stop a test case when the test case failed for some of the sample files. Instead, only check against failure or success at the end of the test case."

14 years agoMerge "Prevent crash when dismissing a PopupWindow that didn't have time to show...
Romain Guy [Wed, 17 Mar 2010 22:29:21 +0000 (15:29 -0700)]
Merge "Prevent crash when dismissing a PopupWindow that didn't have time to show up. Bug #2520981"

14 years agoMerge "Inserted a 1.5s wait time between the camera release and new camrea."
Yu Shan Emily Lau [Wed, 17 Mar 2010 22:28:30 +0000 (15:28 -0700)]
Merge "Inserted a 1.5s wait time between the camera release and new camrea."

14 years agoMerge "Implementation of the policing of transport control key press events among...
Jean-Michel Trivi [Wed, 17 Mar 2010 21:47:45 +0000 (14:47 -0700)]
Merge "Implementation of the policing of transport control key press events among multiple applications competing for the remote control focus. AudioManager defines a new API for applications to use in order to register their BroadcastReceiver for the media button as the one to receive the corresponding intent, but all applications at the same time (in an ordered broadcast). AudioService handles a stack of remote control focus owners. It traps ACTION_MEDIA_BUTTON intents and sends a new intent to the remote control focus owner."

14 years agoMerge "Instead of asserting that nothing bad happened during (software-)AAC decoding...
Andreas Huber [Wed, 17 Mar 2010 19:53:22 +0000 (12:53 -0700)]
Merge "Instead of asserting that nothing bad happened during (software-)AAC decoding, return a runtime error if appropriate."

14 years agoMerge "Fix centering in FrameLayout when margins are specified."
Romain Guy [Wed, 17 Mar 2010 19:45:39 +0000 (12:45 -0700)]
Merge "Fix centering in FrameLayout when margins are specified."

14 years agoMerge "docs: add Search dev guide new docs: Search (topic home page) Using the Androi...
Scott Main [Wed, 17 Mar 2010 18:43:01 +0000 (11:43 -0700)]
Merge "docs: add Search dev guide new docs: Search (topic home page) Using the Android Search Box Adding Recent Query Suggestions Adding Custom Suggestions Searchable Configuration"

14 years agoMerge "Fix NPE in AutoCompleteTextView to tame the monkeys. Bug #2522599"
Romain Guy [Wed, 17 Mar 2010 18:10:07 +0000 (11:10 -0700)]
Merge "Fix NPE in AutoCompleteTextView to tame the monkeys. Bug #2522599"

14 years agoMerge "Updates the status of some HTML5 storage layout tests in the DumpRenderTree...
Steve Block [Wed, 17 Mar 2010 18:02:13 +0000 (11:02 -0700)]
Merge "Updates the status of some HTML5 storage layout tests in the DumpRenderTree skipped list"

14 years agoMerge "dumpstate: Remove df from bugreport and add vold system dump"
San Mehat [Wed, 17 Mar 2010 17:56:29 +0000 (10:56 -0700)]
Merge "dumpstate: Remove df from bugreport and add vold system dump"

14 years agoMerge "Disable the HanziToPinyinTest when there is no Chinese collator."
Dmitri Plotnikov [Wed, 17 Mar 2010 17:56:02 +0000 (10:56 -0700)]
Merge "Disable the HanziToPinyinTest when there is no Chinese collator."

14 years agoMerge "Add progress indicator to USB mass storage screen."
Daniel Sandler [Wed, 17 Mar 2010 17:53:11 +0000 (10:53 -0700)]
Merge "Add progress indicator to USB mass storage screen."

14 years agoMerge "Fix issue 2416481: Support Voice Dialer over BT SCO."
Eric Laurent [Wed, 17 Mar 2010 16:16:27 +0000 (09:16 -0700)]
Merge "Fix issue 2416481: Support Voice Dialer over BT SCO."

14 years agoMerge "Allow the shift key to be passed to plugin."
Leon Scroggins [Wed, 17 Mar 2010 14:20:37 +0000 (07:20 -0700)]
Merge "Allow the shift key to be passed to plugin."

14 years agoMerge "keystore: rephrase the comment to make the usage more clear."
Chia-chi Yeh [Wed, 17 Mar 2010 08:48:30 +0000 (01:48 -0700)]
Merge "keystore: rephrase the comment to make the usage more clear."

14 years agokeystore: rephrase the comment to make the usage more clear.
Chia-chi Yeh [Wed, 17 Mar 2010 08:31:20 +0000 (16:31 +0800)]
keystore: rephrase the comment to make the usage more clear.

Change-Id: I529ca7ed443060089c95fe96dd230288be4b6c96

14 years agofix [2511580] Window poop on screen - drop down list left some residual when it resized
Mathias Agopian [Tue, 16 Mar 2010 23:41:46 +0000 (16:41 -0700)]
fix [2511580] Window poop on screen - drop down list left some residual when it resized

Change-Id: Ib9a3622e7a568ba26717a93b5bfa4a191651f4d0

14 years agoFix issue 2416481: Support Voice Dialer over BT SCO.
Eric Laurent [Thu, 11 Mar 2010 22:47:00 +0000 (14:47 -0800)]
Fix issue 2416481: Support Voice Dialer over BT SCO.

- AudioPolicyManager: allow platform specific choice for opening a direct output.
 Also fixed problems in direct output management.
- AudioFliinger: use shorter standby delay and track inactivity grace period for direct output
thread to free hardware resources as soon as possible.
- AudioSystem: do not use cached output selection in getOutput() when a direct output
can be selected.

Change-Id: If44b50d29237b8402ffd7a5ba1dc43c56f903e9b

14 years agoMerge "Clean the settings for the account/authority when trying to sync an adapter...
Fred Quintana [Tue, 16 Mar 2010 23:13:13 +0000 (16:13 -0700)]
Merge "Clean the settings for the account/authority when trying to sync an adapter that is not installed."

14 years agoMerge "Fix loading from the cache for synchronous requests"
Steve Block [Tue, 16 Mar 2010 22:42:14 +0000 (15:42 -0700)]
Merge "Fix loading from the cache for synchronous requests"

14 years agoMerge "First cut of basic RS headers for ScriptC. Not nearly complete."
Jason Sams [Tue, 16 Mar 2010 22:41:08 +0000 (15:41 -0700)]
Merge "First cut of basic RS headers for ScriptC.  Not nearly complete."

14 years agoMerge "Make JNI function for setLocale() call register_localized_collators() with...
Daisuke Miyakawa [Tue, 16 Mar 2010 22:04:13 +0000 (15:04 -0700)]
Merge "Make JNI function for setLocale() call register_localized_collators() with the current locale, not previous one, every time it is possible."

14 years agoMerge ""isPlaying" should never block, acquiring the mutex here is unnecessary, rathe...
Marco Nelissen [Tue, 16 Mar 2010 21:46:22 +0000 (14:46 -0700)]
Merge ""isPlaying" should never block, acquiring the mutex here is unnecessary, rather than investing in a separate mutex guarding just "mFlags" we accept returning "true" from isPlaying one too many times."

14 years agoMerge "fix typos in docs"
Joe Onorato [Tue, 16 Mar 2010 21:45:36 +0000 (14:45 -0700)]
Merge "fix typos in docs"

14 years agoMerge "Properly use a long long literal to avoid under/overflow during fps computation."
Andreas Huber [Tue, 16 Mar 2010 21:43:57 +0000 (14:43 -0700)]
Merge "Properly use a long long literal to avoid under/overflow during fps computation."

14 years agoMerge "Plugin surfaces will be limited to 270% of the devices screen size."
Derek Sollenberger [Tue, 16 Mar 2010 20:53:34 +0000 (13:53 -0700)]
Merge "Plugin surfaces will be limited to 270% of the devices screen size."

14 years agoMerge "Resize AutoCompleteTextView's dropdown when the list content changes. Bug...
Romain Guy [Tue, 16 Mar 2010 20:50:32 +0000 (13:50 -0700)]
Merge "Resize AutoCompleteTextView's dropdown when the list content changes. Bug #2517711"

14 years agoMerge "close() database should close the db no matter what the ref count says"
Vasu Nori [Tue, 16 Mar 2010 20:33:29 +0000 (13:33 -0700)]
Merge "close() database should close the db no matter what the ref count says"

14 years agoMerge "Move MountService's Handler to a different thread."
Daniel Sandler [Tue, 16 Mar 2010 20:16:15 +0000 (13:16 -0700)]
Merge "Move MountService's Handler to a different thread."

14 years agoMerge "Implement eglInitialize / eglTerminate reference counting"
Jack Palevich [Tue, 16 Mar 2010 20:00:30 +0000 (13:00 -0700)]
Merge "Implement eglInitialize / eglTerminate reference counting"

14 years agoMerge "Properly handle errors during the codec configuration phase, attempt to revert...
Andreas Huber [Tue, 16 Mar 2010 19:59:42 +0000 (12:59 -0700)]
Merge "Properly handle errors during the codec configuration phase, attempt to revert to next available (likely software-) codec if configuration fails."

14 years agoMerge "Remove flaky test MemoryFileTest:testPurge from large suite."
Brett Chabot [Tue, 16 Mar 2010 19:44:03 +0000 (12:44 -0700)]
Merge "Remove flaky test MemoryFileTest:testPurge from large suite."

14 years agoMerge "fix the way last insert rowid is returned"
Vasu Nori [Tue, 16 Mar 2010 19:29:19 +0000 (12:29 -0700)]
Merge "fix the way last insert rowid is returned"

14 years agoMerge "Restrict plugins to a fixed size surface after exceeding a pixel threshold."
Derek Sollenberger [Tue, 16 Mar 2010 19:01:08 +0000 (12:01 -0700)]
Merge "Restrict plugins to a fixed size surface after exceeding a pixel threshold."

14 years agoMerge "Set SOURCE to app package name when starting QSB (if not set)"
Bjorn Bringert [Tue, 16 Mar 2010 19:00:25 +0000 (12:00 -0700)]
Merge "Set SOURCE to app package name when starting QSB (if not set)"

14 years agoMerge "Dismiss a dialog if dimissed right after calling show(). Bug #2508607"
Romain Guy [Tue, 16 Mar 2010 18:41:34 +0000 (11:41 -0700)]
Merge "Dismiss a dialog if dimissed right after calling show(). Bug #2508607"

14 years agoMerge "Add ABORT support to Obex lib"
Jaikumar Ganesh [Tue, 16 Mar 2010 17:05:32 +0000 (10:05 -0700)]
Merge "Add ABORT support to Obex lib"

14 years agoMerge "- make the SyncManager add periodic syncs when it upgrades from a version...
Fred Quintana [Tue, 16 Mar 2010 17:02:51 +0000 (10:02 -0700)]
Merge "- make the SyncManager add periodic syncs when it upgrades from a   version of the accounts.xml file that pre-dated periodic syncs,   e.g. eclair or early froyo. b/2515823 - make the AccountManagerService dump() use a getAccounts call that   doesn't check the GET_ACCOUNTS permission to make it useful   in "adb bugreport" - add some logging to SyncManager to help track down a problem"

14 years agoMerge "Fixes bug 2502132, and masks bug 2518313."
Glenn Kasten [Tue, 16 Mar 2010 16:39:50 +0000 (09:39 -0700)]
Merge "Fixes bug 2502132, and masks bug 2518313."

14 years agoMerge "Fix regression in directory scanning"
Kenny Root [Tue, 16 Mar 2010 16:20:00 +0000 (09:20 -0700)]
Merge "Fix regression in directory scanning"

14 years agoMerge "HTTPDataSource must be connected before it is usable. Fix this in the stagefri...
Andreas Huber [Tue, 16 Mar 2010 16:11:44 +0000 (09:11 -0700)]
Merge "HTTPDataSource must be connected before it is usable. Fix this in the stagefright tool."

14 years agoMerge "Adjust expected text frame length in ID3"
Kenny Root [Tue, 16 Mar 2010 16:03:56 +0000 (09:03 -0700)]
Merge "Adjust expected text frame length in ID3"

14 years agoMerge "fix [2515291] Native crash and runtime restart while trying to preview capture...
Mathias Agopian [Tue, 16 Mar 2010 04:36:10 +0000 (21:36 -0700)]
Merge "fix [2515291] Native crash and runtime restart while trying to preview captured picture on Sapphire"

14 years agoImplement eglInitialize / eglTerminate reference counting
Jack Palevich [Tue, 16 Mar 2010 03:45:21 +0000 (20:45 -0700)]
Implement eglInitialize / eglTerminate reference counting

Previously we imlpemented the standard semantics for
eglInitialize / eglTerminate, which are that
eglInitialize may be called any number of times,
but the first call to eglTerminate will terminate
the display.

Now we follow reference-countins semantics, which
means that eglTerminate will only terminate the
display when the reference count returns to zero.

This change allows EGL to be used by multiple
independently written modules in the same process.

(Otherwise there is no way for the independent
modules to coordinate their use of the display.)

14 years agoMerge "Fix monkey bug 2512055"
Adam Powell [Tue, 16 Mar 2010 01:27:38 +0000 (18:27 -0700)]
Merge "Fix monkey bug 2512055"

14 years agofix [2515291] Native crash and runtime restart while trying to preview captured pictu...
Mathias Agopian [Tue, 16 Mar 2010 01:15:20 +0000 (18:15 -0700)]
fix [2515291] Native crash and runtime restart while trying to preview captured picture on Sapphire

if a buffer couldn't be allocated because of an OOM, SF could, in some case dereference
a null pointer.

Change-Id: I5321248c38a21e56d5278b6aada2694e64451378

14 years agoMerge "Round up ImageView translations to avoid nasty surprises. Bug #2499812"
Romain Guy [Tue, 16 Mar 2010 00:55:07 +0000 (17:55 -0700)]
Merge "Round up ImageView translations to avoid nasty surprises. Bug #2499812"

14 years agoMerge "Switch SelectionBuilder to accept Object[], fix NPE."
Jeff Sharkey [Tue, 16 Mar 2010 00:19:50 +0000 (17:19 -0700)]
Merge "Switch SelectionBuilder to accept Object[], fix NPE."

14 years agoMerge "Correctly handle disabled list items in AutoCompleteTextView. Bug #2516659"
Romain Guy [Tue, 16 Mar 2010 00:19:34 +0000 (17:19 -0700)]
Merge "Correctly handle disabled list items in AutoCompleteTextView. Bug #2516659"

14 years agoMerge "Update the tethering icons."
Robert Greenwalt [Tue, 16 Mar 2010 00:06:44 +0000 (17:06 -0700)]
Merge "Update the tethering icons."

14 years agoMerge "Fix bug 2516434"
Adam Powell [Mon, 15 Mar 2010 23:48:04 +0000 (16:48 -0700)]
Merge "Fix bug 2516434"

14 years agoMerge "Improve eglSwapBuffers error handling."
Jack Palevich [Mon, 15 Mar 2010 23:35:37 +0000 (16:35 -0700)]
Merge "Improve eglSwapBuffers error handling."

14 years agoMerge "Removed compatibility function (was left in before to not break the build...
Dmitri Plotnikov [Mon, 15 Mar 2010 23:21:32 +0000 (16:21 -0700)]
Merge "Removed compatibility function (was left in before to not break the build) Bug:2501468"

14 years agoMerge "Revert TTS output filter tuning after reverting the Pico 1.1.0.2 energy distri...
Jean-Michel Trivi [Mon, 15 Mar 2010 22:42:57 +0000 (15:42 -0700)]
Merge "Revert TTS output filter tuning after reverting the Pico 1.1.0.2 energy distribution change in an attempt to fix bug 2449814."

14 years agoMerge "Add definitions for WiMAX and iDen network types."
jsh [Mon, 15 Mar 2010 22:35:27 +0000 (15:35 -0700)]
Merge "Add definitions for WiMAX and iDen network types."

14 years agoMerge "Fix 2428368: Fix most of the lockscreen orientation refresh bugs"
Jim Miller [Mon, 15 Mar 2010 22:33:37 +0000 (15:33 -0700)]
Merge "Fix 2428368: Fix most of the lockscreen orientation refresh bugs"

14 years agoMerge "Replace all uses of bzero with memset. Bzero and memset are both compiler...
Carl Shapiro [Mon, 15 Mar 2010 22:21:33 +0000 (15:21 -0700)]
Merge "Replace all uses of bzero with memset.  Bzero and memset are both compiler built-ins so this change should not negatively effect the generated code.  However, a forthcoming commit will remove the implicit include of strings.h from stdlib.h and bzero will no longer be visible in these translation units without additional includes."

14 years agoMerge "Fix bug 2203203 Route STREAM_VOICE_CALL to A2DP when not in call."
Jean-Michel Trivi [Mon, 15 Mar 2010 21:18:57 +0000 (14:18 -0700)]
Merge "Fix bug 2203203 Route STREAM_VOICE_CALL to A2DP when not in call."

14 years agoMerge "Fix bugs when transitioning out of touch mode"
Adam Powell [Mon, 15 Mar 2010 21:14:13 +0000 (14:14 -0700)]
Merge "Fix bugs when transitioning out of touch mode"

14 years agoMerge "Add a name to the previously-unnamed thread created by SoundPoolThread."
Steve Howard [Mon, 15 Mar 2010 20:40:53 +0000 (13:40 -0700)]
Merge "Add a name to the previously-unnamed thread created by SoundPoolThread."

14 years agoMerge "Allocate SQLiteQueryBuilder's WHERE clause StringBuilder lazily."
Brad Fitzpatrick [Mon, 15 Mar 2010 20:02:44 +0000 (13:02 -0700)]
Merge "Allocate SQLiteQueryBuilder's WHERE clause StringBuilder lazily."

14 years agoMerge "Hack to "support" "enhanced" podcasts... slang for malformed .mp4 files."
Andreas Huber [Mon, 15 Mar 2010 17:38:16 +0000 (10:38 -0700)]
Merge "Hack to "support" "enhanced" podcasts... slang for malformed .mp4 files."

14 years agoMerge "Fix the media metadata retriever (tests). The native constants must match...
Andreas Huber [Mon, 15 Mar 2010 17:38:00 +0000 (10:38 -0700)]
Merge "Fix the media metadata retriever (tests). The native constants must match those published at the java layer."

14 years agoMerge "Tag the "testid3" commandline tool as "debug-only". It doesn't need to be...
Andreas Huber [Mon, 15 Mar 2010 17:37:34 +0000 (10:37 -0700)]
Merge "Tag the "testid3" commandline tool as "debug-only". It doesn't need to be included in release builds."