Merge commit '95434bfaee62161ce02012c6424f0c0c8fffccb5' into eclair-plus-aosp
* commit '95434bfaee62161ce02012c6424f0c0c8fffccb5':
Allow fragmentText to be called for singleton CDMA messages.
Merge commit '34b6a27ea38adeea54a488efc6bbd04c58cb8a91' into eclair-plus-aosp
* commit '34b6a27ea38adeea54a488efc6bbd04c58cb8a91':
re-enable cancelation of the sync thread upon receipt of ISyncAdapter.cancelSync()
Merge commit 'e23ef1023a4e4bd91a68c41c81ba273656a2c3a7' into eclair-plus-aosp
* commit 'e23ef1023a4e4bd91a68c41c81ba273656a2c3a7':
Add error output to pm for FAILED_MISSING_FEATURE
Merge commit '0f44220b34e346ef333cdb4cd4b4903b5212dad2' into eclair-plus-aosp
* commit '0f44220b34e346ef333cdb4cd4b4903b5212dad2':
Prevent ListView from scrolling/flinging its content when the content fits on screen.
Merge commit 'ec5d9fb47d180d84e3eff0b2138966579be6ac00' into eclair-plus-aosp
* commit 'ec5d9fb47d180d84e3eff0b2138966579be6ac00':
Revert "- don't schedule syncs that we will never dispatch"
Merge commit 'c91ad28ff9173971c1d886f884250b1e774a40a6' into eclair-plus-aosp
* commit 'c91ad28ff9173971c1d886f884250b1e774a40a6':
Fix property being cleared when DeviceFound signal is received.
Merge commit 'bf1071c07979b03a9f5e8281aba82ed05513185e' into eclair-plus-aosp
* commit 'bf1071c07979b03a9f5e8281aba82ed05513185e':
Temporarily unlock our mutex while fetching a buffer from the upstream source.
Merge commit '450ff8a48c9b78729332c99d680560b583f17e7d' into eclair-plus-aosp
* commit '450ff8a48c9b78729332c99d680560b583f17e7d':
Fix double-free problem in EmojiFactory.
Merge commit '6896aef0bd3132a64cfdee6c1276c4bbbb25d8e3' into eclair-plus-aosp
* commit '6896aef0bd3132a64cfdee6c1276c4bbbb25d8e3':
Clean TTS logs: use a common TAG in the TTS service, don't show
Merge commit '10f8f11106ccf492e15ee2a6ba2be99ec4578088' into eclair-plus-aosp
* commit '10f8f11106ccf492e15ee2a6ba2be99ec4578088':
Fix replacement-after-add of resource files in overlay.
Merge commit 'cedcb13547d3c65091ca12b1f69be563af442eb1' into eclair-plus-aosp
* commit 'cedcb13547d3c65091ca12b1f69be563af442eb1':
Use Email.TYPE_MOBILE
Merge commit '7cb08accdd923e05518f4bacd103bfe68d589e5d' into eclair-plus-aosp
* commit '7cb08accdd923e05518f4bacd103bfe68d589e5d':
- don't schedule syncs that we will never dispatch
Merge commit '3e59cf7ede6d6c66cbb0b1e1f345cf132972a713' into eclair-plus-aosp
* commit '3e59cf7ede6d6c66cbb0b1e1f345cf132972a713':
Set RFCOMM SO_SNDBUF size to 70 KB for large RFCOMM writes.
Merge commit '550d48f3342f01ccf6c310845e8c0b986ab7b506' into eclair-plus-aosp
* commit '550d48f3342f01ccf6c310845e8c0b986ab7b506':
Add a synchronous stop method to TTS synth engine so that upon its destruction,
* changes:
Add a synchronous stop method to TTS synth engine so that upon its destruction, if it was synthesing to a file, the latter can be deleted without still being written to. Clear the hashmap of SpeechItem to be stopped (mKillList) when the speech queue is empty.
Merge commit '9399a3de6acb6e598fdceae2684ff9bb9d8c1050' into eclair-plus-aosp
* commit '9399a3de6acb6e598fdceae2684ff9bb9d8c1050':
Set result code in REMOTE_INTENT receiver for subscribed feeds.
* changes:
modified: res/layout/surface_view.xml modified: src/com/android/mediaframeworktest/MediaFrameworkTest.java modified: src/com/android/mediaframeworktest/functional/MediaPlayerApiTest.java Fixed the async mp3 playback test case and also switch the base activity to full screen.
Merge commit 'f7c7a67d9b223f92e1884a82d49714cb71ee7d37' into eclair-plus-aosp
* commit 'f7c7a67d9b223f92e1884a82d49714cb71ee7d37':
Fix issue 2085690: AudioFlinger must properly terminate the input and output threads when destroyed.