Merge commit '18cd40930179a7c6ab30e4e5ce62919fde16ce6f' into eclair-plus-aosp
* commit '18cd40930179a7c6ab30e4e5ce62919fde16ce6f':
Fix bug 2078454 where clicking on Settings in the Home menu would
* changes:
Fix bug 2078454 where clicking on Settings in the Home menu would take the user to Market after clicking on "Install Voice Data" in the TTS Settings page. Launching the Activity for the installation of the TTS data should be a distinct task, dissociated from the one associated with the Settings app. Also the intent ACTION_INSTALL_TTS_DATA doesn't return a result, so the activity should be started with startActivity() rather than startActivityForResult().
take the user to Market after clicking on "Install Voice Data" in
the TTS Settings page.
Launching the Activity for the installation of the TTS data should
be a distinct task, dissociated from the one associated with the
Settings app. Also the intent ACTION_INSTALL_TTS_DATA doesn't return
a result, so the activity should be started with startActivity()
rather than startActivityForResult().
Merge commit '6ee7dd09138363737805ae1e6e93649959c6ab83' into eclair-plus-aosp
* commit '6ee7dd09138363737805ae1e6e93649959c6ab83':
Fix display strings and enter passkey handling.
Merge commit '843b4ee178f6cfd7b965c8e2dea5296d1520894d' into eclair-plus-aosp
* commit '843b4ee178f6cfd7b965c8e2dea5296d1520894d':
Update application for Bluetooth API change: deprecation of BluetoothError.
Merge commit '1e4519979b32957698a6825eb6eb61bd85dd7370' into eclair-plus-aosp
* commit '1e4519979b32957698a6825eb6eb61bd85dd7370':
Update application for Bluetooth API change.
Merge commit '140fb90a5cfc6e146e006350edfb41a9978ad105' into eclair-plus-aosp
* commit '140fb90a5cfc6e146e006350edfb41a9978ad105':
Import revised translations. DO NOT MERGE
Merge commit 'b7558f3700c6588e323975af2c24cd7f18ba007a'
* commit 'b7558f3700c6588e323975af2c24cd7f18ba007a':
Improve running services to services managed by the system.
Merge commit '76315391f07d022e31c176633ae3aeaee5bb14ec' into eclair-plus-aosp
* commit '76315391f07d022e31c176633ae3aeaee5bb14ec':
Improve running services to services managed by the system.
Merge commit '089e08d8c9b323064a75434a68dd76bbbcddbe9f'
* commit '089e08d8c9b323064a75434a68dd76bbbcddbe9f':
Fix bug 2088099 where the TTS example doesn't play in the Settings app
Merge commit '5b41931e1f94b2051b7c015081465f19a33096f9' into eclair-plus-aosp
* commit '5b41931e1f94b2051b7c015081465f19a33096f9':
Fix bug 2088099 where the TTS example doesn't play in the Settings app
* changes:
Fix bug 2088099 where the TTS example doesn't play in the Settings app when the UI is in Japanese. Rewrite of the initialization of the default language in the TTS Settings. The previous implementation had the following issues: - the "Listen to an example" didn't use the default settings - the string used for the example didn't match the selected language (this was in order to not imply that TTS is doing translation, but that proved confusing to users). The language initialization is now implemented in initDefaultLang() and ensures that the default locale is one supported in the array of available locales. The speech rate is also initialized from the settings or the default rate (if no value was stored in the settings).
when the UI is in Japanese.
Rewrite of the initialization of the default language in the TTS Settings.
The previous implementation had the following issues:
- the "Listen to an example" didn't use the default settings
- the string used for the example didn't match the selected language
(this was in order to not imply that TTS is doing translation, but
that proved confusing to users).
The language initialization is now implemented in initDefaultLang()
and ensures that the default locale is one supported in the array
of available locales.
The speech rate is also initialized from the settings or the
default rate (if no value was stored in the settings).
Merge commit '476331d9ec0b0f700e79d04873c75d788a946cb8'
* commit '476331d9ec0b0f700e79d04873c75d788a946cb8':
b/2045917 Fixed the problem where Bluetooth enable/disable remain disabled when Airplane mode is turned off.
Merge commit '39ec58134dcdfac4c8cbd102187da211f17aa8de' into eclair-plus-aosp
* commit '39ec58134dcdfac4c8cbd102187da211f17aa8de':
b/2045917 Fixed the problem where Bluetooth enable/disable remain disabled when Airplane mode is turned off.
Merge commit '054509a8d420feac2b12c1aa46354dd6840505e1'
* commit '054509a8d420feac2b12c1aa46354dd6840505e1':
b/2050798 Bluetooth Passkeys should always be 6 digits so show leading zeros if needed.
Merge commit '77395cc39c88af0bb20ea18af532c87e934fb187' into eclair-plus-aosp
* commit '77395cc39c88af0bb20ea18af532c87e934fb187':
b/2050798 Bluetooth Passkeys should always be 6 digits so show leading zeros if needed.
Merge commit '684736a9d4cc044c6970411485f4c22d5d7e3b74' into eclair-plus-aosp
* commit '684736a9d4cc044c6970411485f4c22d5d7e3b74':
b/2090193 Prevent Bluetooth Pairing Request Dialog from showing in "Recent Apps"
Merge commit '7865507c978fe104deecc702f392d3ff085ff132'
* commit '7865507c978fe104deecc702f392d3ff085ff132':
Make sure the TTS example in the TTS Settings loads a supported language.
Merge commit 'ab6552c3f01f893ca927fc8ef0fec95a6c8f178f' into eclair-plus-aosp
* commit 'ab6552c3f01f893ca927fc8ef0fec95a6c8f178f':
Make sure the TTS example in the TTS Settings loads a supported language.
Merge commit 'feab7249a970b0670513a35495cbc53bbf909f8e'
* commit 'feab7249a970b0670513a35495cbc53bbf909f8e':
New UI for viewing and stopping currently running services.
Merge commit 'c58c549cc963bd8946d332a0f9945d9a1ed19e99' into eclair-plus-aosp
* commit 'c58c549cc963bd8946d332a0f9945d9a1ed19e99':
New UI for viewing and stopping currently running services.
Merge commit 'f602bc8bee72c9845bd4c2319fdd149ff6861daf'
* commit 'f602bc8bee72c9845bd4c2319fdd149ff6861daf':
Fix grammar in unknown sources dialog. issue 1938
screenOrientation written as content instead of attribute by mistake
Merge commit '71964dd6598cf2b4744535e537ded21dbffe611c'
* commit '71964dd6598cf2b4744535e537ded21dbffe611c':
Show the Use location prompt only once if user agrees. Bug #1910370