summaryrefslogtreecommitdiffstats
path: root/res/xml/language_settings.xml
Commit message (Collapse)AuthorAgeFilesLines
* settings: Add option to toggle the pointer icon when using stylusSteve Kondik2013-01-031-0/+6
| | | | Change-Id: Ib9c22ecb05cc698ead5bfffa34d2a2ffa9c21e13
* Port "Option to control cursor in text fields using volume keys (2/2)"Konsta2012-12-151-0/+7
| | | | Change-Id: I8dad625fd0fa7c56111814ef6b950bd04f2460ae
* settings: port ime selector notification toggleRick C2012-11-261-0/+7
| | | | | | framework changes already present Change-Id: Iffd7cf5c3eb7368974e792194e9ebe8a75ca35b7
* Add setting to redirect vibrator to game controller.Jeff Brown2012-04-131-0/+10
| | | | | Bug: 6334179 Change-Id: I62c9c163aa4ee2c88286daee77641418869a1dab
* Add new settings UI to select keyboard layout.Jeff Brown2012-04-051-0/+7
| | | | | Bug: 6110399 Change-Id: Ib2758bdcdd6b271be402f46c56d41619dc7aecb9
* Update settings wording for ICSJean Chalard2011-09-011-21/+12
| | | | | Bug: 5069983 Change-Id: I882aded067e8cc75197f6d3fa5c11388368b6996
* Implement the new TTS settings UI.Narayan Kamath2011-08-231-1/+1
| | | | | | bug:5149036 Change-Id: I81a9786d20be3e9bf87550d6a0cc04191409600c
* [Step 1] Add preference activities for spell checkerssatok2011-07-251-0/+4
| | | | | Bug: 5057977 Change-Id: I8f2f3d480325029c794c058beed2475033a617f9
* Implement new UI for IME settingssatok2011-06-301-18/+29
| | | | | | Bug: 4645160 Change-Id: If9046e7e96732f6ee4c0594cc66622b6462bdec9
* am a3a96d18: am bb8fc4a4: am 9fc039e7: Merge "Add a preference panel for ↵Jeff Brown2011-06-031-0/+8
|\ | | | | | | | | | | | | mouse speed." into honeycomb-mr2 * commit 'a3a96d180f7b1351e6f2aaa8763dc962844fc83e': Add a preference panel for mouse speed.
| * Add a preference panel for mouse speed.Jeff Brown2011-06-021-0/+8
| | | | | | | | | | | | Bug: 4124987 Change-Id: Icf166810ebbd3745f0065331c140a074b58a363c
* | Change the interface for user dictionary multiple locales.Jean Chalard2011-05-181-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The user dictionary interface now works the following way: * Locale gathering - The current locale is always considered as present, even if there are no words for it in the user dictionary. - Any locale for which at least one word is registered is considered present. - A null locale is considered a valid locale meaning "all languages". - If no words are present at all, since the current locale is always considered present, the system will consider there is exactly one locale present - and allow editing this user dictionary. * Options display - If only one locale is present, the interface is the same as for Honeycomb: display a "User dictionary" PreferenceScreen that brings up the dictionary editor interface. - If there are several locales present, then the user dictionary option will jump to a screen that will display a list of available locales. * Word insertion - Inserting a word will always use the locale of the currently displayed dictionary. If it is the "all languages" null pseudo-locale, that will still hold and the word will be added to this pseudo-locale. It is worthy to note that the "All languages" locale is only accessible if for some reason there are already words with a null locale in the database before this is installed. For example, if an application has inserted some words that way, or if the user inserted words with a previous version of the settings application. On a freshly flashed device, barring the use of third-party application that would add such words, it is not possible to access the "all languages" locale any more because there is no interface to do it, though it works if such words are inside. Bug: 3479738 Change-Id: Iba323e5aeb3f4f575896903a4e8bef6ffb3ea306
* | Enable showing the user dictionary in several locales.Jean Chalard2011-05-111-11/+10
|/ | | | | Bug: 3479738 Change-Id: Ic57a5675c44c36ad255f9927da151ad6a2a8c44c
* Remove popup indicator for dialog style preferences.Amith Yamasani2011-01-121-2/+1
| | | | | | | | Bug: 3341160 This is for some custom settings that needed dialog style indicators. Change-Id: Ied9d88c890e764bc0ae50e0299daff50a6b432aa
* Implement new design for settings of InputMethodssatok2010-12-171-11/+13
| | | | Change-Id: I82392e4a028abe2d588622a7e89fd035966f603a
* Move Voice input/output settings to Language & keyboardAmith Yamasani2010-12-101-0/+22
| | | | | Bug: 3267042 Change-Id: I127a2e9d11fb70283812e68979bdde3976e32cf9
* Merge commit '47ad0cf3' into manualmergeKen Wakasa2010-09-301-8/+11
|\ | | | | | | | | | | | | | | Conflicts: res/xml/language_settings.xml src/com/android/settings/LanguageSettings.java Change-Id: I0dbfd4ee51682e2b55cad0af1caa90bbedd598a2
| * Revise the Language & keyboard settings layout.Ken Wakasa2010-09-291-10/+13
| | | | | | | | | | bug: 2954950 Change-Id: Ie5815023654c3ee45f73fb6ec08266b11e7ff017
* | Fragmentize UserDictionary.Daisuke Miyakawa2010-09-131-11/+7
| | | | | | | | | | | | | | Depending on I2c962726b0adc8811c18dd6df7ff7bdc93c31a07, which implements DialogCreatable. Change-Id: I9857e592218731bfbddc578c15180cc681fa4d20
* | Make LocalePicker Fragment.Daisuke Miyakawa2010-08-291-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The logic calling selectFirst() is removed as - There's no comment why it is needed. - Actually SetupWizard gets stack as that forces users to see WirelessSettings in SetupWizard. The other changes: - Move back LocalePickerFragment to LocalePicker. - Make <activity> for LocalePicker in AndroidManifest <activity-alias> - Add a short comment about how getComponent(), which should be a key for understanding how top-level settings work. - Modify LanguageSettings so that it corectly points LocalePicker as a fragment. Change-Id: I78d356e40af896ba1aab72fba12c90467371c7b0
* | Refactor settings top level activities to use fragments.Amith Yamasani2010-08-181-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | Added a base class SettingsPreferenceFragment from which the settings activities should be derived so that they can behave like fragments. It contains some commonly called utility methods and dialog conversion to DialogFragment. Some of the top-level activities can be launched directly without the left pane. Settings.java acts as a proxy activity that contains just that settings fragment without the left pane. There are still a lot of second and third level activities that need to be fragmentized. This is just the first pass to test the 2-pane layout.
* | Added an Input Method selector in Language settingsAmith Yamasani2010-06-011-1/+7
|/ | | | Bug: 2132207 - Settings UI has no way to change IME
* Show current locale as summary for Select language setting.Amith Yamasani2010-02-171-2/+2
| | | | Bug: 2402834
* Add "settings" to a bunch of screens. Fix 2110077, 2115734, 2101651Amith Yamasani2009-09-171-2/+1
| | | | | | | | Move Factory data reset to About phone. Show input method when dialog to enter/edit new dictionary word is displayed. Add title to Accessibility settings.
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-051-22/+9
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+62
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-67/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-3/+8
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-8/+3
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-36/+33
|
* auto import from //branches/cupcake/...@127436The Android Open Source Project2009-01-221-0/+7
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-2/+8
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+57