Merge commit '71a9687e8baa9ad7ae594e6cb66a14e82d71b237'
* commit '71a9687e8baa9ad7ae594e6cb66a14e82d71b237':
Fix broken GSM SMS unit test, and general cleanup.
Merge commit '0c065d9ef17ad9e045391bab3630a49fb998250c' into eclair-plus-aosp
* commit '0c065d9ef17ad9e045391bab3630a49fb998250c':
Replace the delimiter whitespace with '\0'.
+ Use '\0' as the delimiter.
+ Allow whitespace character for keystore password.
In previous implementation, we use space as the delimiter. That
will stop user from using passphrase with whitespace character.
Merge commit '997eddb0a0a069ea627e8b07d41d7ffdbc12c53d' into eclair-plus-aosp
* commit '997eddb0a0a069ea627e8b07d41d7ffdbc12c53d':
Avoid CDMA messages with IDs of zero.
Add a parameter to ToneGenerator.startTone() allowing the caller to specify the tone duration. This is used by the phone application to have a precise control on the DTMF tone duration which was not possible with the use of delayed messaged.
Also modified AudioFlinger output threads so that 0s are written to the audio output stream when no more tracks are ready to mix instead of just sleeping. This avoids an issue where the end of a previous DTMF tone could stay in audio hardware buffers and be played just before the beginning of the next DTMF tone.
Merge commit '0a46e91357def02cbc6a5449c86763f4350850db' into eclair-plus-aosp
* commit '0a46e91357def02cbc6a5449c86763f4350850db':
Fix broken GSM SMS unit test, and general cleanup.
Merge commit '046263ce352912990e492eb5cfd833c21109cf9f' into eclair-plus-aosp
* commit '046263ce352912990e492eb5cfd833c21109cf9f':
Import revised translations. DO NOT MERGE
* changes:
new file: LowStorageTest/Android.mk new file: LowStorageTest/AndroidManifest.xml new file: LowStorageTest/res/layout/main.xml new file: LowStorageTest/res/values/strings.xml new file: LowStorageTest/src/com/android/lowstoragetest/LowStorageTest.java Add the test app which can eat up 100% of the data parition. This is for the low storage test.
Merge commit 'e8ffb1da28b397422ec67c93577abe37f0561228'
* commit 'e8ffb1da28b397422ec67c93577abe37f0561228':
Make the hardkeyboard long press dialog look the same as that of soft keyboard.
Merge commit '93c2b332ce0f36d7774e33db1954f8a780b20ba6'
* commit '93c2b332ce0f36d7774e33db1954f8a780b20ba6':
Sync status was ignoring account - the new UI has specific sync status for each account, so we need to use it.
Merge commit '328b53b58b06b07369b6238dd6ba234194e3b456'
* commit '328b53b58b06b07369b6238dd6ba234194e3b456':
Add javadoc to explain which permissions are required for Public BT API's.
Merge commit '04cae64ed10454c549f19b22560459f36861d0c6'
* commit '04cae64ed10454c549f19b22560459f36861d0c6':
The qcom decoder requires that the output buffers be allocated by the component for hardware accelerated display to work.
Merge commit 'af4ce5bd00be6fd3319c7cdcc3ddf27ac81ac24e'
* commit 'af4ce5bd00be6fd3319c7cdcc3ddf27ac81ac24e':
adding support for webkit plugins to use the java view system
Merge commit '366f2e61fe78488f1a01187cbdb2e1a8e776777c'
* commit '366f2e61fe78488f1a01187cbdb2e1a8e776777c':
Add basic metadata retrieval support for midi, ogg, etc.
Merge commit 'bfe76e4f7b08882cf419f93e3511e90f59774ca7'
* commit 'bfe76e4f7b08882cf419f93e3511e90f59774ca7':
Revert "Adding classes to enable plugins to use the java view system."
Merge commit '96d979212f3e2548f1fcfad8208f81b895d80087'
* commit '96d979212f3e2548f1fcfad8208f81b895d80087':
Adding classes to enable plugins to use the java view system.
Merge commit 'da2e19c6ad5c153d87c8da1a695e5e823d17e29b'
* commit 'da2e19c6ad5c153d87c8da1a695e5e823d17e29b':
Implement all of the infrastructure for configuring wallpapers.