aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Create a new KeyboardLayout class to represent the layout.Mohammadinamul Sheik2015-01-303-1/+136
| | | | Change-Id: Ia08c8194f460271c831702675cfb687ab9f6678b
* Disable the Burmese keyboard.Dan Zivkovic2015-01-294-342/+2
| | | | | | | | We'll resurrect this effort in the new code base. Bug 16900511. Change-Id: Iae4cd27cb29cb8f991e97cffd88ed59c30d66628
* Change DictionaryFacilitator.java to an interface, create itsMario Tanev2015-01-275-837/+1006
| | | | | | | | implementation DictionaryFacilitatorImpl.java and add a java-overridable factory DictionaryFacilitatorProvider.java used to create a DictionaryFacilitator. Change-Id: Id4a58ae31feaa4d12a048a772c8d76ff82fdee45
* Merge "Add a method for handling for words not found in dictionary."Chieu Nguyen2015-01-231-0/+10
|\
| * Add a method for handling for words not found in dictionary.Chieu Nguyen2015-01-141-0/+10
| | | | | | | | | | | | | | | | | | This is apparently called only once for every unique word, so repeated instances of the same word are not handled separately. Upon changing orientation of the device, however, all invalid words in the textbox are underlined again and this method is called for each unique instance in order. Change-Id: Ic57e4b9e5675bd7abd723644aa318d964f7f875f
* | Merge "AOSP change for showing the app icon."Dan Zivkovic2015-01-164-144/+14
|\ \
| * | AOSP change for showing the app icon.Dan Zivkovic2015-01-164-144/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | This change deletes a bunch of code that was used to conditionally show/hide the keyboard app icon given system states and user preferences. Bug 19001197. Change-Id: I69a57aa21872a571af87a193b3e52b7f985e5168
* | | Merge "Fix moving the cursor inside composition in lang w/o spaces"Jean Chalard2015-01-162-2/+17
|\ \ \ | |/ / |/| |
| * | Fix moving the cursor inside composition in lang w/o spacesJean Chalard2014-12-222-2/+17
| | | | | | | | | | | | | | | | | | | | | | | | Also introduce the cursor move event, which we needed to do anyway Bug: 18827118 Change-Id: I30e994764c095b4423b874dc05d1bbedc0de592f
* | | Fix NPE in PunctuationSuggestions.Dan Zivkovic2015-01-131-5/+11
| |/ |/| | | | | | | | | | | | | The NPE happens when the keyboard doesn't specify any punctuation suggestions. Bug 18047927. Change-Id: I9f8aa35df4f163b527dc6580a99afc6da45a96b8
* | Rename production flag for cloud sync featureJatin Matani2014-12-291-3/+3
|/ | | | Change-Id: I24cbe94f128f54fb9bfeeef78cf271fee2216c8e
* [3]Ping dictionary stats:Pass DictionaryFacilitatorJatin Matani2014-12-181-1/+2
| | | | | | | | Pass dictionaryFacilitator to StatsUtilsManager from LatinIME Bug:16553957 Change-Id: I912a0b447e5684909ff67e3653a4bd8649cd03c5
* Merge "[2]Pass context to StatsUtilsManager for alarms."Jatin Matani2014-12-181-2/+2
|\
| * [2]Pass context to StatsUtilsManager for alarms.Jatin Matani2014-12-171-2/+2
| | | | | | | | | | | | | | | | Change corresponding to ag/605384 Bug:16553957 Change-Id: I77024957b9497c45296bbbb24ca972b26348a8c3
* | Merge "Cleanup InputMethodInfoCache"Tadashi G. Takaoka2014-12-171-22/+32
|\ \
| * | Cleanup InputMethodInfoCacheTadashi G. Takaoka2014-12-121-22/+32
| | | | | | | | | | | | Change-Id: I40afeb4557c3b1ad32bd90f67502a625df2bc3fb
* | | Merge "Remove SubtypeSwitcher"Tadashi G. Takaoka2014-12-175-99/+11
|\ \ \ | |_|/ |/| |
| * | Remove SubtypeSwitcherTadashi G. Takaoka2014-12-125-99/+11
| |/ | | | | | | Change-Id: Ic4def69a9f742f13c98bc3e518c406658b52797d
* | Passing account info to dictionaryFacilitatorJatin Matani2014-12-1611-75/+142
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Attempt to use dictionary facilitor without invoking preference manager. Instead use account from settings only when things are being reset/changed. Discussion forked from ag/591663 Overall, the idea here is to maintain an account information inside dictionary groups. Reset the dictionary groups if account changes (the way we do for locale). Since only user history dictionary is currently affected, the check to reset user history dictionary also includes the check to verify the account. For other things remain the same. SettingsValues holds the current account (and is updated if prefs change due to change in account settings). The updated settings are then propagated to dictionary facilitator via LatinIME#loadSettings. Bug:18104749,18469539 Change-Id: I553e776e7ea125d0fb7a1fe70a4c7eb0b2277fb8
* | Merge "Provide a preference to delete data from cloud."Jatin Matani2014-12-121-2/+36
|\ \ | |/ |/|
| * Provide a preference to delete data from cloud.Jatin Matani2014-12-091-2/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | For now, it is a debug preference, but we may make this a proper user setting in the future. Thus note that the messaging is not final. Pref looks like : 1. https://screenshot.googleplex.com/OLxW0myWD9.png 2. https://screenshot.googleplex.com/YeqWYXGstw.png Bug: 18106936 Change-Id: I88bbc1a2ee0c23a48ff3972a91d57c218b10bb65
* | Merge "Make LanguageOnSpacebarHelper as utility class"Tadashi G. Takaoka2014-12-124-40/+38
|\ \
| * | Make LanguageOnSpacebarHelper as utility classTadashi G. Takaoka2014-12-114-40/+38
| | | | | | | | | | | | Change-Id: I546f3b1943999a41803222bd14f9ddd23aa87a51
* | | Disable multiple language inputJean Chalard2014-12-111-3/+1
|/ / | | | | | | | | Bug: 18705799 Change-Id: I73730ccf59e2697acfb3fe436c01b94c40307f2f
* | Add NetworkConnectivityUtils classTadashi G. Takaoka2014-12-114-33/+121
| | | | | | | | Change-Id: I7bd71f1d4ef0fc0fe21ddfd9f3e11463f53ac4e7
* | Merge "Quit auto-correct explicit accented letters to base letters."Keisuke Kuroyanagi2014-12-092-0/+9
|\ \
| * | Quit auto-correct explicit accented letters to base letters.Keisuke Kuroyanagi2014-12-092-0/+9
| | | | | | | | | | | | | | | Bug: 7677193 Change-Id: I66eddbf27a9db8682c0347a1be19922792a3bea7
* | | Revert "Add keyboard margin options to place the keyboard dynamically."Tadashi G. Takaoka2014-12-0910-104/+22
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 8584db1461d286f8eb966c40eb0bc76e8c9df76a. Bug: 18675223 Bug: 18675476 Change-Id: I4e25d87ac261c44b1943df832115f8cca690103a
* | | Merge "Rename variable name to remove ambiguity"Jatin Matani2014-12-091-3/+3
|\ \ \
| * | | Rename variable name to remove ambiguityJatin Matani2014-12-081-3/+3
| | |/ | |/| | | | | | | Change-Id: If95c34c9eab09cbc941bef5ee3d34b9048bf3bf9
* / | Remove unnecessary cast and importTadashi G. Takaoka2014-12-091-3/+1
|/ / | | | | | | Change-Id: I9bcd6c9c48ad51aa0f95937869eb6757e4dd4511
* | Merge "Hook for fetching sync content from UserHistoryDict"Jatin Matani2014-12-082-2/+38
|\ \
| * | Hook for fetching sync content from UserHistoryDictJatin Matani2014-11-262-2/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add API to ExpandableBinaryDictionary to dump content from a given dictionary. We use this for dumping data for sync process. Refactored UserHistoryDictionaryTests to scrap out the util methods for testing. These utility methods would be used for testing sync + user dictionary code in LatinIMEGoogleTests Bug:18106539 Change-Id: I357f9192ea1bd69a526d0b620c25616a2e8e9d5b
* | | Merge "Refactor KeysCache to UniqueKeysCache"Tadashi G. Takaoka2014-12-085-73/+98
|\ \ \
| * | | Refactor KeysCache to UniqueKeysCacheTadashi G. Takaoka2014-11-275-73/+98
| | | | | | | | | | | | | | | | Change-Id: I8e3c4705c705a1c6e05e9112211d7012912d7e41
* | | | Merge "Remove RichInputMethodManager.updateShortcutIME call from ↵Tadashi G. Takaoka2014-12-064-40/+34
|\ \ \ \ | | | | | | | | | | | | | | | SubtypeSwitcher"
| * | | | Remove RichInputMethodManager.updateShortcutIME call from SubtypeSwitcherTadashi G. Takaoka2014-12-014-40/+34
| | | | | | | | | | | | | | | | | | | | Change-Id: I5661a7926cf5a404788516c542b25cc0707bb417
* | | | | Add keyboard margin options to place the keyboard dynamically.Andy Wang2014-12-0510-22/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Keyboard location and location can now be set in the debug options section. Change-Id: I87c5a1d679489e12dccf26632c399af28087629e
* | | | | Merge "Cancel interval alarm for dictionary decaying in onDestroy."Keisuke Kuroyanagi2014-12-033-8/+32
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Cancel interval alarm for dictionary decaying in onDestroy.Keisuke Kuroyanagi2014-12-023-8/+32
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 18528171 Change-Id: I6e12c006bd9eff15f3fa9cfd335bdd9fa081be61
* | | | | Stop passing through keyPrefs as it's already available.Andy Wang2014-12-023-6/+5
| | | | | | | | | | | | | | | | | | | | Change-Id: I43a56beba0cf0fdf5f93c5c764edbd279ee033b2
* | | | | Fix a misspelled method nameAdrian Velicu2014-12-022-2/+2
| | | | | | | | | | | | | | | | | | | | Change-Id: I1151dc1d5db3986a97daf68c1e387dbc2e4610dc
* | | | | Merge "Add null analysis annotations to keyboard package"Tadashi G. Takaoka2014-12-0117-100/+219
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | Add null analysis annotations to keyboard packageTadashi G. Takaoka2014-11-2717-100/+219
| | | | | | | | | | | | | | | | Change-Id: I6f020ece3c45d584d413e4265d6d3fbdf1ea8bd8
* | | | Merge "Be always confident in the current language when only one"Jean Chalard2014-11-281-0/+3
|\ \ \ \
| * | | | Be always confident in the current language when only oneJean Chalard2014-11-281-0/+3
| |/ / / | | | | | | | | | | | | Change-Id: I7ea289f7e78aa33562c7737e91024a25c02333b6
* | | | Merge "Make LocaleUtils.constructLocaleFromString as @Nonnull"Tadashi G. Takaoka2014-11-2813-94/+140
|\ \ \ \
| * | | | Make LocaleUtils.constructLocaleFromString as @NonnullTadashi G. Takaoka2014-11-2113-94/+140
| | | | | | | | | | | | | | | | | | | | Change-Id: I82d574c67b25239510f3ecc8882efe46e40677eb
* | | | | Remove unused import and local variableTadashi G. Takaoka2014-11-281-1/+0
| | | | | | | | | | | | | | | | | | | | Change-Id: I256d1c6bf96c07b10d2d063d7935e20e0ab8ea17
* | | | | Remove unnecessary code of CustomInputStylePreferenceTadashi G. Takaoka2014-11-271-20/+0
| |/ / / |/| | | | | | | | | | | Change-Id: I68d2c85139e01684d5f0705f621ba223fc5e4425