Merge commit '461cb5613c692f734e2fe9b005d21c5a2f3e8203'
* commit '461cb5613c692f734e2fe9b005d21c5a2f3e8203':
Setting the component role appears to be mandatory now for all mime types.
Merge commit '8d4713e564260b4ebc58f4889def0c5fc19ae6f9'
* commit '8d4713e564260b4ebc58f4889def0c5fc19ae6f9':
Fix the registration of the package changes broadcast receiver.
Merge commit '478ac27782a4d68f8726a485781bfd18d1f622e1'
* commit '478ac27782a4d68f8726a485781bfd18d1f622e1':
Handle security exception when Geolocation registers with system location service in DumpRenderTree.
Merge commit '6e1e1c6b781969e2af287ee7dd5074e215dc0725'
* commit '6e1e1c6b781969e2af287ee7dd5074e215dc0725':
fix issue 2096657: Sholes: residue shutter sound heard ONCE while taking a picture AFTER the volume is turned off.
Merge commit '7838887af4e63a1d31d98a9c4d31e1c40dabe297'
* commit '7838887af4e63a1d31d98a9c4d31e1c40dabe297':
Fix issue 2097083: STREAM_SYSTEM should be at max volume.
Merge commit '3df6afc153d25c32b986b9935874e0dc9e90ec3d'
* commit '3df6afc153d25c32b986b9935874e0dc9e90ec3d':
Fix issue #2097313: Latin IME crashes first use
Merge commit '13cb90a745a91ae5be76420bb7374b44a9b2317e'
* commit '13cb90a745a91ae5be76420bb7374b44a9b2317e':
Fix the issue that dialing *86 during call, the dialing voicemail screen is not shown.
Merge commit 'f619028470b63ba1c8e9d86fd2faab7bbece873b' into eclair-plus-aosp
* commit 'f619028470b63ba1c8e9d86fd2faab7bbece873b':
Setting the component role appears to be mandatory now for all mime types.
Merge commit '8e65337d06a1cc4fe896d17a947d46ae5f7257a8' into eclair-plus-aosp
* commit '8e65337d06a1cc4fe896d17a947d46ae5f7257a8':
Some work to make audio encoding work.
Merge commit '505cbb446d46466230c23a09b2ceb201b8faae8f' into eclair-plus-aosp
* commit '505cbb446d46466230c23a09b2ceb201b8faae8f':
Fix the registration of the package changes broadcast receiver.
If the phone process crashes while the phone is in ECM, there
is currently no way to get out of ECM without rebooting the
phone. This change forces the phone out of ECM if the phone
process restarts.
Change-Id: Ie4eb103fdc151ca20aa0b29dec43e60ad819e5b7
Merge commit 'b84138c72c94f189d4656451097b90f86d751731' into eclair-plus-aosp
* commit 'b84138c72c94f189d4656451097b90f86d751731':
Handle security exception when Geolocation registers with system location service in DumpRenderTree.
The divider 9-patch was rendered quite wrongly. I repaired it to remove the
gap described in the bug report, as well as to match color with the horizontal
divider (divider_horizontal_bright.9.png).
Merge commit '1a3af62bfb3583ac2fece18523927587b6b6a277' into eclair-plus-aosp
* commit '1a3af62bfb3583ac2fece18523927587b6b6a277':
fix issue 2096657: Sholes: residue shutter sound heard ONCE while taking a picture AFTER the volume is turned off.
Merge commit 'cabd01f42afd0661d6a29217c62353c2eae3149a' into eclair-plus-aosp
* commit 'cabd01f42afd0661d6a29217c62353c2eae3149a':
Fix issue 2097083: STREAM_SYSTEM should be at max volume.
Do not ramp volume if the first frame of a track is processed after the track was stopped.
In the case of very short sounds, the track stop request can be received by AudioFlinger just after the start request before the first frame is mixed by AudioMixer. In this case, the track is already in stopped state and initial volume is applied with a ramp for the first frame processed which should not be the case: initial volume change is always applied immediatelly.
Merge commit '558340f2143b5efe4bc14b901ae1dc1b8cec7901' into eclair-plus-aosp
* commit '558340f2143b5efe4bc14b901ae1dc1b8cec7901':
add conditional verbose logging for when sending a SMS message.