Commit Graph

13440 Commits

Author SHA1 Message Date
Gloria Wang
b1a233374a Merge "Release MediaPlayer if suspend() returns false." 2010-03-18 15:59:35 -07:00
Jason Sams
88a5a6187b Merge "Change global variables from extern to non static. Make script local global vars static." 2010-03-18 15:52:47 -07:00
Adam Powell
5105e7ea37 Merge "Fix current.xml for previous changes" 2010-03-18 15:09:14 -07:00
Jean-Michel Trivi
94899883e0 Merge "Fix bug where the setConfig method in SynthProxy has the wrong signature." 2010-03-18 15:07:24 -07:00
jsh
e76833d5ed Merge "Update signal strength mapping for GSM/UMTS." 2010-03-18 14:58:30 -07:00
Daniel Lehmann
706f99f7d3 Merge "Make the VCardEntry more robust against badly behaving resolvers. Additionally make the ImportTestResolver return the right result Bug:2521447" 2010-03-18 14:54:17 -07:00
Jason Sams
f007a17ff5 Merge "More rsh headers for renderscript and a llvm compatible test script for fountain." 2010-03-18 14:37:01 -07:00
Andreas Huber
d6ad91ec80 Merge "Report a runtime error rather than asserting if the amr software decoder reads more data than it was given(!)" 2010-03-18 14:08:56 -07:00
Adam Powell
a5cdcdc09a Merge "Fix bug 2523989" 2010-03-18 13:52:08 -07:00
Andreas Huber
5e5437854c 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." 2010-03-18 13:50:42 -07:00
Kenny Root
1b3f4c0de0 Merge "Fix minSdkVersion scanning to not throw warnings" 2010-03-18 13:15:33 -07:00
Jean-Michel Trivi
23960bcbd5 Merge "Update TTS plugin interface to receive engine configuration data coming from the plugin helper code (handling config and preferences)." 2010-03-18 11:59:32 -07:00
Jean-Michel Trivi
ae4d8ac982 Update TTS plugin interface to receive engine configuration data
coming from the plugin helper code (handling config and preferences).

Change-Id: Ibc1d229463f11f8977552d74d1fd2aa6a6cab88e
2010-03-18 11:52:41 -07:00
Dianne Hackborn
c81ad4fcb0 Merge "Fix problem with calling onConfigurationChanged() too much." 2010-03-18 11:46:14 -07:00
Robert Greenwalt
606f172006 Merge "Fix bug in airplane mode." 2010-03-18 11:09:11 -07:00
Andreas Huber
3358b4a898 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." 2010-03-18 10:55:12 -07:00
Kenny Root
1d417c3db9 Merge "Import revised translations" 2010-03-18 10:25:37 -07:00
Leon Scroggins
77794ad21b Merge "Pass selection data with the message to open the keyboard." 2010-03-18 10:20:35 -07:00
Eric Laurent
9ef4648c55 Merge "Issue 2416481: Support Voice Dialer over BT SCO." 2010-03-18 10:01:10 -07:00
Charles Chen
ccbcf745d5 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." 2010-03-18 09:32:30 -07:00
Andreas Huber
b46072c540 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." 2010-03-18 09:01:01 -07:00
Dan Egnor
20123eaa46 Merge "Add GoogleLogTags that includes event log tags used by Google apps" 2010-03-18 08:52:28 -07:00
Dan Egnor
5e7fd906f6 Add GoogleLogTags that includes event log tags used by Google apps
Bug: 2523742
Change-Id: I0e61127ac58cbc954240b30c1f55c2518d833aaa
2010-03-18 08:51:36 -07:00
Mike Lockwood
6045316016 Merge "Remove unused file NmeaParser.java" 2010-03-18 08:18:26 -07:00
Bjorn Bringert
36f735d108 Merge "RecognitionManager does not throw exceptions when needed" 2010-03-18 07:24:04 -07:00
Steve Block
c22367d8e7 Merge "Adds worker tests to the DumpRenderTree ignoreResults list, as workers are now disabled" 2010-03-18 05:02:15 -07:00
Dianne Hackborn
e14d182821 Merge "Rework permissions to be retained when an app is temporarily uninstalled." 2010-03-18 02:05:20 -07:00
Amith Yamasani
547c524682 Merge "Fix window leak and receiver leak. Bug: 2520143 and Bug: 2517390" 2010-03-18 01:24:03 -07:00
Robert Greenwalt
358b17b05c Merge "Make Tethering not disconnect on every net change." 2010-03-17 22:55:25 -07:00
Jean-Michel Trivi
f6f40992ff Merge "Support plugin parameter updates for TTS plugin settings." 2010-03-17 22:55:10 -07:00
Joe Onorato
25105b96e0 Merge "fix 2517656 Pin/Password Unlocks place focus on the launcher screen when they shouldn't" 2010-03-17 22:35:57 -07:00
Joe Onorato
76d04624b8 Merge "Fix for deadlock between StatusBarService and NotificationManagerService" 2010-03-17 22:33:30 -07:00
Charles Chen
ad4173f1eb 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." 2010-03-17 19:19:17 -07:00
Eric Laurent
4b49bfa142 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." 2010-03-17 19:15:16 -07:00
Suchi Amalapurapu
c159adbdf8 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." 2010-03-17 18:50:29 -07:00
Adam Powell
3672f14fab Merge "Make AbsListViews remeasure children after rotation" 2010-03-17 18:33:18 -07:00
Dianne Hackborn
7b0d9ac343 Merge "Fix issue #2325621: Runtime restart after launching Android keyboard setting." 2010-03-17 18:29:12 -07:00
Erik
3799e388b9 Merge "b/2483233 Made each reminder time a unique intent" 2010-03-17 17:55:06 -07:00
Wink Saville
ee06772138 Merge "Add additional sendMessage methods." 2010-03-17 17:54:28 -07:00
Jean-Michel Trivi
6ba3d094bd 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." 2010-03-17 17:47:08 -07:00
James Dong
7b2e6c2ced 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." 2010-03-17 15:51:48 -07:00
Romain Guy
0d433ce868 Merge "Prevent crash when dismissing a PopupWindow that didn't have time to show up. Bug #2520981" 2010-03-17 15:29:21 -07:00
Yu Shan Emily Lau
c8e0edb25e Merge "Inserted a 1.5s wait time between the camera release and new camrea." 2010-03-17 15:28:30 -07:00
Jean-Michel Trivi
c673c70c71 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." 2010-03-17 14:47:45 -07:00
Andreas Huber
c73c3166ca Merge "Instead of asserting that nothing bad happened during (software-)AAC decoding, return a runtime error if appropriate." 2010-03-17 12:53:22 -07:00
Romain Guy
2dab8e7e4e Merge "Fix centering in FrameLayout when margins are specified." 2010-03-17 12:45:39 -07:00
Scott Main
30e214fde7 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" 2010-03-17 11:43:01 -07:00
Romain Guy
b0a8723553 Merge "Fix NPE in AutoCompleteTextView to tame the monkeys. Bug #2522599" 2010-03-17 11:10:07 -07:00
Steve Block
d0c11944aa Merge "Updates the status of some HTML5 storage layout tests in the DumpRenderTree skipped list" 2010-03-17 11:02:13 -07:00
San Mehat
0baa9692fb Merge "dumpstate: Remove df from bugreport and add vold system dump" 2010-03-17 10:56:29 -07:00