Mike LeBeau
4c2ffc580c
Make the one-recognizer case actually work. :) The settings item wasn't
...
actually getting linked to the recognizer's settings in that case.
Also add a summary line to the line for choosing the recognizer, so you
can see which one is currently selected, in the case that more than one
is installed.
Fix the TTS settings strings to match what we do for voice input.
2010-02-12 14:47:48 -08:00
Mike LeBeau
766a19b278
Dynamically populate a list of available recognition services in voice settings,
...
only showing the option to choose if there is more than one to choose from. Use
the new settingsActivity meta-data to target the appropriate settings activity
for the chosen recognizer.
2010-02-12 13:45:04 -08:00
Charles Chen
eadeebd1df
Merge "Fixing a problem with the TextToSpeech settings failing to refresh the list of languages after the user has switched synthesis engines."
2010-02-12 11:04:05 -08:00
Charles Chen
cf3998bb4d
Fixing a problem with the TextToSpeech settings failing to refresh
...
the list of languages after the user has switched synthesis
engines.
2010-02-12 10:29:26 -08:00
Jean-Michel Trivi
4e52bcf206
New strings for the TTS Settings page. Required for plugins.
2010-02-11 17:20:05 -08:00
Jim Miller
122b6c85a9
Fix 2332563: Update logic for lockscreen in Settings.
2010-02-11 15:02:11 -08:00
Jeff Hamilton
1982d4922c
Merge "Add an original-package tag that matches the real package name."
2010-02-11 14:33:07 -08:00
Jeff Hamilton
c60fb58d58
Add an original-package tag that matches the real package name.
...
Change-Id: I4586048665494eb23b4578ee3be436eebe43e2ec
2010-02-11 16:25:53 -06:00
Dan Egnor
3352d10f07
Perform master clear via Intent broadcast, rather than using ICheckinService.
2010-02-11 10:22:18 -08:00
Amith Yamasani
438ba554b7
Merge "Volume settings refinements as per designer feedback."
2010-02-11 05:53:33 -08:00
Amith Yamasani
dcea680f2a
Volume settings refinements as per designer feedback.
...
Reduced titles, changed dialog icon, reduced padding.
2010-02-11 05:51:22 -08:00
Bjorn Bringert
7165030e10
Merge "Guard against null from queryBroadcastReceivers()"
2010-02-11 02:00:30 -08:00
Charles Chen
07525028d2
Merge "Settings for TextToSpeech now uses the results returned by the engine's CheckVoiceData activity to determine which languages are available and whether or not to make "Install Data" clickable."
2010-02-10 16:58:38 -08:00
Bjorn Bringert
aff3859c16
Guard against null from queryBroadcastReceivers()
...
See http://b/issue?id=2418982
Change-Id: I7bb62820275423504872de075dc126b6e717afcf
2010-02-10 23:12:39 +00:00
Charles Chen
c8298717bc
Settings for TextToSpeech now uses the results returned by the
...
engine's CheckVoiceData activity to determine which languages are
available and whether or not to make "Install Data" clickable.
2010-02-10 14:54:26 -08:00
Jim Miller
2f9dbcb491
Fix 2373088: Update SecuritySettings with new layout and minor logic tweaks.
2010-02-10 14:42:35 -08:00
Suchi Amalapurapu
42241e75d2
Add new buttons to clear data, move apps to/from sdcard
...
rearrange layouts
2010-02-10 08:59:20 -08:00
Bjorn Bringert
81924e543c
Merge "Remove USE_LOCATION_FOR_SERVICES from Settings"
2010-02-10 03:37:20 -08:00
Eugene Koh
fd86eaeeae
Merge "Update the mdpi resource with 2.0 style icons"
2010-02-09 12:12:26 -08:00
San Mehat
a2175d1df2
Settings: Refresh sd settings screen after mount/unmount
...
Signed-off-by: San Mehat <san@google.com >
2010-02-08 16:26:16 -08:00
San Mehat
1e60c9603e
Settings: Refactor for new API and remove some unused references / imports
...
Signed-off-by: San Mehat <san@google.com >
2010-02-08 16:26:16 -08:00
Suchi Amalapurapu
07c61c6dbb
Rename broadcast for resources on sdcard
2010-02-08 13:56:16 -08:00
Bjorn Bringert
30e4d96512
Remove USE_LOCATION_FOR_SERVICES from Settings
...
This has been moved to GoogleSettingsProvider
as part of unbundling.
Part of http://b/issue?id=2383870
Change-Id: Ia8e5725b1749fa95436fade0ea23061eb2ca4822
2010-02-08 21:26:49 +00:00
Bai Tao
272ee6c0f7
Update the mdpi resource with 2.0 style icons
2010-02-08 15:26:33 +08:00
The Android Open Source Project
b8547bf12c
am 9f78ffb2
: am 615f8446
: reconcile main tree with open-source eclair
...
Merge commit '9f78ffb27e8f6a9de6a9db1d04887cf1eedfff81'
* commit '9f78ffb27e8f6a9de6a9db1d04887cf1eedfff81':
android-2.1_r1 snapshot
2010-02-05 14:22:33 -08:00
Andy Stadler
93fd30f9c7
Merge "Fix device administrator "add" logic"
2010-02-05 10:47:04 -08:00
The Android Open Source Project
9f78ffb27e
am 615f8446
: reconcile main tree with open-source eclair
...
Merge commit '615f84460214276708732c8f43ba4e04df30a14d' into eclair-plus-aosp
* commit '615f84460214276708732c8f43ba4e04df30a14d':
android-2.1_r1 snapshot
2010-02-05 08:48:16 -08:00
The Android Open Source Project
615f844602
reconcile main tree with open-source eclair
2010-02-05 08:09:40 -08:00
Chia-chi Yeh
8b3ca621be
Merge "WifiSettings: enable all networks only when connected, disconnected, or failed."
2010-02-05 02:35:01 -08:00
Chia-chi Yeh
af7b2d8a23
WifiSettings: enable all networks only when connected, disconnected, or failed.
2010-02-05 18:18:51 +08:00
Andrew Stadler
4df6edb1ac
Fix device administrator "add" logic
...
Due to a missing "else" the logic to activate a device administrator
was immediately falling through into the logic to remove it. As a result,
the add was immediately countermanded by a remove.
2010-02-05 01:00:13 -08:00
Chung-yih Wang
1e39df1002
Merge "WifiSettings: enable all networks when state is changed."
2010-02-05 00:51:58 -08:00
Chia-chi Yeh
7d6bfbfc30
WifiSettings: enable all networks when state is changed.
2010-02-05 16:28:39 +08:00
Charles Chen
87061f5065
Merge "Fixing bug 2418114. Added a check to make sure the TTS sample string for a language-country combination is available before trying to use it."
2010-02-04 17:13:12 -08:00
Charles Chen
8a37e6190b
Fixing bug 2418114. Added a check to make sure the TTS sample string for
...
a language-country combination is available before trying to use it.
2010-02-04 15:52:30 -08:00
Robert Greenwalt
3901edbdf5
First pass at USB-only tether settings.
...
bug:2281900
2010-02-04 09:17:41 -08:00
Chia-chi Yeh
9dee8a96c5
WifiSettings: tweak the order of calls to registerReceiver() to make the UI better.
2010-02-04 16:16:25 +08:00
Christopher Tate
a5a67306a4
Add 'restore on app install?" to Privacy settings UI
...
Change-Id: I6fe4b05596881ae26ebf536d9774fb3033aa15f3
2010-02-03 15:09:20 -08:00
Suchi Amalapurapu
a833d10e3e
Add new broadcast to pick up apps from sdcard
2010-02-03 11:21:49 -08:00
Amith Yamasani
431fa27d64
Fix an NPE in Volume dialog when notification volume is tied to ringer volume.
2010-02-03 09:47:36 -08:00
Chia-chi Yeh
065cd4be64
WifiSettings: rename WifiSettings2 to WifiSettings.
2010-02-03 15:56:55 +08:00
Chia-chi Yeh
df90dd9f55
WifiSettings: remove dead code.
2010-02-03 15:16:54 +08:00
San Mehat
c4e8d7e21a
Settings: Refactor for StorageManager namespace change
...
Signed-off-by: San Mehat <san@google.com >
2010-02-02 12:54:46 -08:00
San Mehat
4a3d713f3a
Settings: Refactor for new API & remove obsolete setting
...
Signed-off-by: San Mehat <san@google.com >
2010-02-02 11:24:29 -08:00
Chia-chi Yeh
48090d4066
WifiSettings: revise and add support for editing EAP networks.
...
Use arrays.xml to store translations for enumerations;
avoid race conditions happened when pop up menu or dialog;
avoid saving configurations with networks disabled;
use the same layout for all the dialogs;
support editing EAP networks;
only unlock keystore before connecting;
and many bug fixes I cannot remember.
The number of lines in the new code is about 1/3 of the old one,
and it improves the readability a lot!
2010-02-02 18:31:58 +08:00
Suchi Amalapurapu
497acbaa59
Merge "Convert menu options to tabs Add new tab for apps on sd"
2010-01-29 19:34:30 -08:00
Dianne Hackborn
33111717d5
Update to follow password mode->quality API change.
2010-01-29 17:07:17 -08:00
The Android Open Source Project
d092ffc342
reconcile android-2.1_r1 snapshot
2010-01-29 14:09:27 -08:00
Irfan Sheriff
454b7a4a04
Merge "Allow channel count modification on userdebug"
2010-01-28 20:45:57 -08:00
Amith Yamasani
adeafd3281
Merge "Update display icon for settings top-level."
2010-01-28 15:13:16 -08:00