summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/inputmethod
Commit message (Collapse)AuthorAgeFilesLines
* Show the "no action" summary for unitialized gesture valuesVeeti Paananen2013-07-031-1/+2
| | | | Change-Id: I023ee587669103aa4d2a819af700ce3daa53695d
* Fix NPE in Settings -> Language & input -> Default -> Setup inputDanny Baumann2013-04-211-4/+5
| | | | | | | | | | | methods If the InputMethodAndLanguageSettings fragment is launched in IME-only mode, it removes most preferences, so we need to null-check them before use. Change-Id: I297cc9c6885f62ed6ff65937ef5da401ab7cd271 JIRA:CYAN-896
* inputmethod: Fixup remove stylus preference for non stylus devicesfuzz2013-04-131-3/+8
| | | | | | | | | | | This commit included following changes * Move show stylus icon checkbox to Pointer Settings Category * Fixup issues stylus preference doesn't remove if not supported * Improve the code remove stylus preference if not supported * Remove an unnecessary variable introduced on http://review.cyanogenmod.org/#/c/33774/ Change-Id: I0f2e1b5cda00033915bb25902ce970f9eda52048
* Stylus gestures features (2/2)masiullah2013-04-122-0/+228
| | | | | | | Forward-port of https://github.com/CyanogenMod/android_packages_apps_Settings/commit/b3d850521e0042b85422903c70130f350f57b87a to CM-10.1 Change-Id: I0ab78f1129d2d04b0af21e9b38da027dfe3d1295
* Fix up hide Volume key cursor controlfuzz2013-02-191-2/+2
| | | | | | | | | I'm sorry but I broke the code while review had been in progress between http://review.cyanogenmod.org/#/c/26310/ and http://review.cyanogenmod.org/#/c/32108/ Now Volume key cursor control should be hidden as intended. Change-Id: I697984f25e6a53af4ee0c95a9951a31c5116eb91
* Add ability to hide volume rocker preferencesfuzz2013-02-181-6/+10
| | | | | | | | also make the config_show_volumeRockerWake config to false see more details: http://review.cyanogenmod.org/#/c/26310/ Change-Id: Id885aa423074b3e3fb871716560837a183357cac
* Merge commit 'android-4.2.2_r1' into mr1.1-stagingRicardo Cerqueira2013-02-153-5/+40
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: AndroidManifest.xml res/values-de/strings.xml res/values-el/strings.xml res/values-es/strings.xml res/values-fi/strings.xml res/values-hu/strings.xml res/values-it/strings.xml res/values-iw/strings.xml res/values-nl/strings.xml res/values-ru/strings.xml res/values-zh-rCN/strings.xml res/values/strings.xml src/com/android/settings/ChooseLockGeneric.java src/com/android/settings/ChooseLockPatternTutorial.java src/com/android/settings/DeviceInfoSettings.java src/com/android/settings/Settings.java Change-Id: I275be467a401ad6dcc7966924358a5adb0773b75
| * Distinguish adding an already present word / cancellingJean Chalard2012-12-173-13/+15
| | | | | | | | | | Bug: 7725834 Change-Id: Iab3d1818f008a553868fb30e8460ea3f77c2de50
| * Call back to whom requested to add a word to the user dictJean Chalard2012-12-142-4/+37
| | | | | | | | | | Bug: 7725834 Change-Id: I2537754789f25fa978efd457979ed130806b9fbf
* | settings: Add option to toggle the pointer icon when using stylusSteve Kondik2013-01-031-0/+12
| | | | | | | | Change-Id: Ib9c22ecb05cc698ead5bfffa34d2a2ffa9c21e13
* | Port "Option to control cursor in text fields using volume keys (2/2)"Konsta2012-12-151-0/+19
| | | | | | | | Change-Id: I8dad625fd0fa7c56111814ef6b950bd04f2460ae
* | Settings: Fix NPE when CM IME switcher is disabledTakazumi Matsumoto2012-11-281-3/+13
| | | | | | | | Change-Id: I8c1dc5874accc6d1340dc46a58867d97f708aeb7
* | settings: port ime selector notification toggleRick C2012-11-261-1/+12
|/ | | | | | framework changes already present Change-Id: Iffd7cf5c3eb7368974e792194e9ebe8a75ca35b7
* Fix use of holo drawables in a few more placesBjörn Lundén2012-08-141-1/+1
| | | | Change-Id: Ie549ff14812da807729641fab1871fffe35f80b6
* Merge "Settings: Use ICS alert drawable"Jean-Baptiste Queru2012-08-132-2/+2
|\
| * Settings: Use ICS alert drawableBjörn Lundén2012-05-312-2/+2
| | | | | | | | | | | | Point to the correct holo alert drawable. Change-Id: Ia15aaa028c8371cb2478baeecd2da31520c43a5d
* | am 5b7a8204: Merge "Show only the language if there\'s only one locale for ↵Amith Yamasani2012-06-131-4/+32
|\ \ | | | | | | | | | | | | | | | | | | the language." into jb-dev * commit '5b7a8204d875c901782ff482b68fde8da7a0081f': Show only the language if there's only one locale for the language.
| * | Show only the language if there's only one locale for the language.Amith Yamasani2012-06-131-4/+32
| | | | | | | | | | | | | | | | | | | | | | | | If the system has only one instance of that language, then only show the language without the country name. Bug: 6522572 Change-Id: I1e99182b1c669b200090f6c360bb902376b63ab0
* | | Swap start/stop of SettingsObserver and InputDeviceListenerJean-Baptiste Queru2012-06-121-2/+2
| | | | | | | | | | | | Change-Id: Ic6b7bab860f71889a6ec476ccab1e83d2efd0e64
* | | resolved conflicts for merge of 051f46d7 to jb-dev-plus-aospJean-Baptiste Queru2012-06-121-3/+15
|\ \ \ | |/ / |/| | | | | Change-Id: I73165a3d77318cbb0271e0d5c64cc49caad8f693
| * | Unregister ContentObserver in InputMethodAndLanguageSettings classShuhrat Dehkanov2012-06-131-3/+15
| |/ | | | | | | | | | | | | | | | | | | | | | | A content observer (SettingsObserver) is registered when InputMethodAndLanguageSettings is created, but it is never unregistered. Added resume() and pause() methods to SettingsObserver inner class to register/unregister the content observer when InputMethodAndLanguageSettings is resumed/paused. Change-Id: I6d4cc2625a5fd8435967d930f46e8fe86eda4714 Signed-off-by: Shuhrat Dehkanov <uzbmaster@gmail.com>
* | Do not show security warning for the system IMEssatok2012-05-311-1/+3
| | | | | | | | | | Bug: 6587127 Change-Id: I00584fb81cf5b39806c30a801b215a0e9a1e9399
* | Fix comparison of device source bits.Jeff Brown2012-05-301-2/+1
| | | | | | | | | | Bug: 6576743 Change-Id: I123307defc32a84a965590fbded95c6997260675
* | Add UI to select multiple keyboard layouts.Jeff Brown2012-05-204-162/+548
| | | | | | | | | | Bug: 6405203 Change-Id: I27ca4630aebcb39b83298d37d8fb3f4ef0080317
* | Add support for grouping keyboard layouts by collection.Jeff Brown2012-05-172-3/+24
| | | | | | | | | | Bug: 6405203 Change-Id: I458c4976562ecea2fa03d96258ff28ebbdc95294
* | Fix the crash during opning the illegal settings of the spell checkersatok2012-05-112-3/+16
| | | | | | | | | | Bug: 5591245 Change-Id: I4ff61a59b0622c74b34bc50a00fc9773c04a6395
* | Fix a bug with adding a wordJean Chalard2012-05-101-0/+33
| | | | | | | | | | | | | | | | It was possible to insert a word without a shortcut while the same word used to be present with a shortcut. This change fixes that. Bug: 6026080 Change-Id: I3be98bf450aad8e2eb38336e8f77aedab39d5797
* | Implement the "more locales" feature.Jean Chalard2012-05-103-4/+55
| | | | | | | | | | Bug: 6026080 Change-Id: I051a734321793e9130dc2cc77d4e7f670d2ce93d
* | Fix a bug with a duplicate entryJean Chalard2012-05-101-1/+4
| | | | | | | | | | | | | | When going to the "all languages" dictionary and opening an entry, the "all languages" entry would be listed twice. Change-Id: Ie8cd7e9e824e95c05899b956905af6590b8929bc
* | Implement the delete button for user wordsJean Chalard2012-05-102-3/+34
| | | | | | | | | | Bug: 6026080 Change-Id: I43345874edb0a1b51dfcac9c99e74c345eeef7e6
* | Rework the de-duplication scheme for shortcuts.Jean Chalard2012-05-091-6/+22
| | | | | | | | | | Bug: 4646172 Change-Id: I88966f3e910f51711ce49336fb9134d0953930de
* | Pass the shortcut to the user dictionary provider.Jean Chalard2012-05-092-8/+21
| | | | | | | | | | | | Bug: 6026080 Change-Id: I87b7c8b1ae89856f393871e6d3440b43efc22a29
* | Small cleanupJean Chalard2012-05-092-15/+4
| | | | | | | | Change-Id: Id8e8352b725d2259c70690a1a7dfe29fab9b6eb0
* | Improve encapsulationJean Chalard2012-05-092-3/+6
| | | | | | | | Change-Id: I30d28c3a62cc5de3432f04b6469eca077ee3eff6
* | Remove the useless parts in the 'add word' dialog.Jean Chalard2012-05-091-50/+0
| | | | | | | | | | Bug: 6026080 Change-Id: Ic2bf6dcfc2abfe5fc07759530042299cc6a0b503
* | Move the spinner code to the fragment.Jean Chalard2012-05-092-33/+36
| | | | | | | | | | Bug: 6026080 Change-Id: I49e1aa1839266ca169982b6a4800ee9923451be5
* | Cut a helper method to increase encapsulation.Jean Chalard2012-05-094-60/+69
| | | | | | | | Change-Id: Ie47503a99d455f7266e281914e92ed680b993551
* | Move the word commit code to UserDictionaryAddWordContent.Jean Chalard2012-05-083-32/+33
| | | | | | | | | | | | | | ...and call it from the fragment too. Bug: 6026080 Change-Id: Icb83fd60ed33dfa593124ed0af6b9fff4b63f1f5
* | Factor some codeJean Chalard2012-05-083-44/+92
| | | | | | | | | | Bug: 6026080 Change-Id: I38475a95b1d421162099390244dbda09658346f5
* | Implement the "add word" screen according to new specJean Chalard2012-05-082-0/+70
| | | | | | | | | | | | | | | | This is only the interface. It doesn't do anything yet, so as to avoid a too large change. Bug: 6026080 Change-Id: I0c7f0c09f71e01b18fcb3566a3c6c4b0f0b2a0fc
* | Fix a janky transitionJean Chalard2012-05-082-0/+3
| | | | | | | | | | Bug: 6026080 Change-Id: I75bd244b2b09c371805a67057d2a9c45dc12f3db
* | Reduce the amount of I/O done on the UI thread.Amith Yamasani2012-05-071-7/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | There was unnecessary saving of IME settings when changing the state of the checkboxes, causing ANRs when monkeys are switching between Settings fragments quickly while other background activity is using I/O as well. In fact, all I/O should be removed, but this change at least reduces some of it. Potential fix for: Bug: 6414289 Change-Id: Ice96f0f9d921128b27ddbe26519a6791d9f01c75
* | Always on the valid system default imesatok2012-05-022-9/+55
| | | | | | | | | | | | Bug: 6422390 Change-Id: I9af4065e4b9f9332f3b0db168dea5546727d5951
* | Add label for default keyboard layout.Jeff Brown2012-04-172-2/+8
| | | | | | | | | | Bug: 6110399 Change-Id: I2431b99884cbd01de32f8cd6c14a3afbd18b5020
* | Add setting to redirect vibrator to game controller.Jeff Brown2012-04-131-6/+43
| | | | | | | | | | Bug: 6334179 Change-Id: I62c9c163aa4ee2c88286daee77641418869a1dab
* | Use new input device listener API to refresh keyboards.Jeff Brown2012-04-131-6/+28
| | | | | | | | | | Bug: 6110399 Change-Id: Ibb0bbeb40af2ee7204e4682bc7493262407fd83f
* | Update use of input manager API in settings.Jeff Brown2012-04-102-21/+16
| | | | | | | | Change-Id: I7aa033df8b5eec69cc6002b0bcc20b1d9902e4e0
* | Add new settings UI to select keyboard layout.Jeff Brown2012-04-052-47/+237
| | | | | | | | | | Bug: 6110399 Change-Id: Ib2758bdcdd6b271be402f46c56d41619dc7aecb9
* | Make the layout of the add word dialog easier to understandJean Chalard2012-01-231-8/+21
| | | | | | | | Change-Id: I1a71d5c95c142655219c7ab3ae4f67fa0b1f3d1a
* | Have the add dialog maintain state across screen rotationJean Chalard2011-12-211-3/+40
| | | | | | | | Change-Id: I44d61018e0ed4de32b0a8da3ecba999831987956