summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/inputmethod
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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
* | Change the "manage dictionaries" button to "less options"Jean Chalard2011-12-161-9/+15
| | | | | | | | | | | | This is supposed to be easier to understand for users. Change-Id: I144031941712ab15fb490619c288d533ce884ee9
* | Merge "Typos in CheckBoxAndSettingsPreference"Gilles Debunne2011-12-081-16/+15
|\ \
| * | Typos in CheckBoxAndSettingsPreferenceGilles Debunne2011-12-051-16/+15
| |/ | | | | | | Change-Id: Ied042582e3aa1ef8eb5f71b56e734c8889711080
* | Add an option to show the whole language listJean Chalard2011-12-081-20/+21
| | | | | | | | | | | | | | | | | | | | The option is not functional yet. Also, this change simplifies a little the inner workings by preventing mLocale from being null. Step 9 Bug: 5306641 Change-Id: Id2284976d34d9d8ac61cbdb2348893989c47da84
* | Add functionality to the spinner.Jean Chalard2011-12-081-10/+49
| | | | | | | | | | | | | | | | | | With this, the word is actually inserted with the right locale inside the user dictionary. Step 8. Bug: 5306641 Change-Id: Idf6cf3dd807e86c29faf8a701c03c1e6ea39ec68
* | Small refactoring to make the next diff smallerJean Chalard2011-12-081-41/+41
| | | | | | | | | | | | | | Step 7 Bug: 5306641 Change-Id: If5454679252a54670c501d3a63e9e4bd45028c44
* | Populate the locale listJean Chalard2011-12-081-0/+38
| | | | | | | | | | | | | | | | | | | | This populates the language list. The option looks like it works, but is not implemented yet. Step 6. Bug: 5306641 Change-Id: I6ef84dea9a26e450add1d91b44238d86fe49200a
* | Add the more options interface.Jean Chalard2011-12-081-0/+20
| | | | | | | | | | | | | | | | | | The interface is not functional yet, aside from the "Manage" button. This will come in a later change. Step 5 Bug: 5306641 Change-Id: I4bdea099eece7ba8a50bbfb47e173036334064ea
* | Move adding word functionality to the new interfaceJean Chalard2011-12-071-4/+67
| | | | | | | | | | | | | | Step 4 Bug: 5306641 Change-Id: I150fd93e9802e92b4cf084867f0a9d1bc382cdae
* | Add the cancel button handlerJean Chalard2011-12-071-0/+5
| | | | | | | | | | | | | | Step 3 Bug: 5306641 Change-Id: Ida4ccf181942714799576fde0ac55596ce043434
* | Add the new add_word interface.Jean Chalard2011-12-071-1/+12
| | | | | | | | | | | | | | This is step 2. The interface is not functional yet. Bug: 5306641 Change-Id: Idc8d07b883a17067f777c86d83994fb040b37c59
* | Add a new activity for adding a user dictionary wordJean Chalard2011-12-071-0/+30
|/ | | | | | | This is step 1. Bug: 5306641 Change-Id: I69727f05df8f3455e6e734140f712ccf7881e5be
* Update enabled subtypes in the input method subtype enabler in "onResume"satok2011-10-182-2/+4
| | | | | Bug: 5446825 Change-Id: Iab52ecb8a7334b7be3a81350fbfc9b02d09e88d4
* Show a security warning dialog when switching a spell checkersatok2011-10-054-8/+58
| | | | | | Bug: 5402295 Change-Id: I021e6e923fa137248d23c8fa39e68afdf73fead9
* Fix the behavior of preference in IME Settingssatok2011-09-281-10/+12
| | | | Change-Id: I41f7c36fb73730248dcc98abbf4276ef6d772f36
* Tweak IME settingssatok2011-09-271-23/+36
| | | | Change-Id: I13b044abdcb1215306ecfd5070d6e1a16e2d92d7
* Tweak ime settingssatok2011-09-131-4/+15
| | | | | Bug: 5282046 Change-Id: I8ef3913fc46c00288ac13fbc2a2d447efd531382
* Update the current IME labelsatok2011-09-122-1/+65
| | | | | Bug: 5069983 Change-Id: I84d6ac7c39b5f3a035aa04c35065280a14024c47