aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge "[step3] Add spell checker service."satok2011-07-251-0/+34
|\
| * [step3] Add spell checker service.satok2011-07-251-0/+34
| | | | | | | | Change-Id: Ib13b3a524e0f0b90de40a3e255040b3158d49258
* | Merge "Refactor Keyboard and KeyboardView resizing and drawing code"Tadashi G. Takaoka2011-07-221-6/+78
|\ \ | |/ |/|
| * Refactor Keyboard and KeyboardView resizing and drawing codeTadashi G. Takaoka2011-07-221-6/+78
| | | | | | | | | | Bug: 4311428 Change-Id: Ice4050f92c8f3cec1bec2074fe6a913d04f50524
* | Merge "Disable VoiceInputLogger inside LatinIME"Tadashi G. Takaoka2011-07-222-31/+39
|\ \
| * | Disable VoiceInputLogger inside LatinIMETadashi G. Takaoka2011-07-222-31/+39
| | | | | | | | | | | | | | | Bug: 4985273 Change-Id: I6c70e50a58be0973f78c6a1abc1fb4eac5449c0b
* | | Merge "Check user dictionary is enabled before showing touch-to-save"Tadashi G. Takaoka2011-07-222-6/+24
|\ \ \ | |/ / |/| |
| * | Check user dictionary is enabled before showing touch-to-saveTadashi G. Takaoka2011-07-222-6/+24
| |/ | | | | | | | | Bug: 5024127 Change-Id: If4d691a4a59c43579d1f977e9a0545495f30bafb
* / Do not register null pointers as dictionariesJean Chalard2011-07-221-1/+4
|/ | | | | Bug: 5062425 Change-Id: I025991424de40c2b31b90238f99ef160e7efd92e
* Merge "Set the locale for opening an asset"Jean Chalard2011-07-213-9/+30
|\
| * Set the locale for opening an assetJean Chalard2011-07-213-9/+30
| | | | | | | | | | | | | | | | | | This is necessary because we don't know any more whether the locale of the process is the expected one when the dictionary is loaded asynchronously. Bug: 5023141 Change-Id: Ia9e4741f3b4a04a9f085f5b65ec122471b0c2dff
* | Fix potential NPETadashi G. Takaoka2011-07-211-2/+3
| | | | | | | | Change-Id: I3679d24b6c89e081d24d59c91b136c139dcb3d5c
* | Revert "Guard unused voice functions"Tadashi G. Takaoka2011-07-212-14/+22
| | | | | | | | | | This reverts commit 795a712ecf1847251c2da02351e0812a2b5d4bb9. Bug: 4985273
* | Merge "Guard unused voice functions"satok2011-07-212-22/+14
|\ \ | |/ |/|
| * Guard unused voice functionssatok2011-07-212-22/+14
| | | | | | | | | | Bug: 4985273 Change-Id: I9491b4af24e636cba6362cdde44568d14f7b2b85
* | Merge "Fallback to the included dict if the passed one is invalid"Jean Chalard2011-07-201-3/+15
|\ \ | |/ |/|
| * Fallback to the included dict if the passed one is invalidJean Chalard2011-07-201-3/+15
| | | | | | | | | | | | | | | | | | If all dictionaries returned by the dictionary pack are invalid, then fallback to the dictionary included in the resources for this locale. Bug: 5052486 Change-Id: Id875194ca56a74b2ed6f5b0b4fdd55475f6842c8
* | Remove sliding spacebar language switcherTadashi G. Takaoka2011-07-193-153/+11
| | | | | | | | | | Bug: 4971680 Change-Id: Ia3485ddcf8051bf7b7ba7f7a37fa75c3bc8a4798
* | Merge "Support select input method dialog on pre-HC platform"Tadashi G. Takaoka2011-07-193-31/+16
|\ \ | |/ |/|
| * Support select input method dialog on pre-HC platformTadashi G. Takaoka2011-07-193-31/+16
| | | | | | | | | | Bug: 4971680 Change-Id: I641b336da54813e13409bd7874aa22e51f790729
* | Remove long-press-to-save feature from CandidateViewTadashi G. Takaoka2011-07-191-20/+1
| | | | | | | | | | Bug: 5027059 Change-Id: I884a84e50e810c0c4a8255217b39ea24937c756b
* | Fix an NPE related to absent InputConnectionJean Chalard2011-07-192-8/+25
| | | | | | | | | | Bug: 5035577 Change-Id: I1a11fc475d4a0f692636000d0b0f40bc35427867
* | Add a number of NULL pointer guards.Jean Chalard2011-07-193-7/+23
| | | | | | | | | | | | | | | | | | None of these are expected to actually be null, but those are included for peace of mind and foolproofing against future code changes. Bug: 4580040 Change-Id: Ib112b3e5db5f177aaf61767164b7e78d711f90a0
* | Merge "Deactivate the user unigram dictionary."Jean Chalard2011-07-191-6/+18
|\ \
| * | Deactivate the user unigram dictionary.Jean Chalard2011-07-191-6/+18
| | | | | | | | | | | | | | | Bug: 3459274 Change-Id: I41b7617623b5b2e48c2e460dc7f2d5ff410c8a4c
* | | Allow double-space-period after relevant punctuation signs.Jean Chalard2011-07-191-2/+14
| |/ |/| | | | | | | | | | | | | | | This allows the user to enter a period via double-space after quotes, currency symbols, brackets and other non-sentence-finishing punctuation marks. Bug: 3430389 Change-Id: Ibe40b3902861207eb918e7be6113e8be12216f53
* | Honor EditorType's IME_FLAG_NO_EXTRACT_UI and IME_FLAG_NO_FULLSCREEN flagsTadashi G. Takaoka2011-07-151-0/+8
|/ | | | | Bug: 5030408 Change-Id: I1c5649725780cd063db7a437b8559b7f2573469c
* Rename AutoDictionary to UserUnigramDictionary.Jean Chalard2011-07-153-41/+52
| | | | | | | ...and adjust internal functions, variables and constant names. Bug: 3459274 Change-Id: I1b11c6adfee360ac0fc22d627955688b3dbdcffc
* Fix IndexOutOfBound exceptionTadashi G. Takaoka2011-07-131-1/+6
| | | | | Bug: 5011243 Change-Id: Iaaafa50b42e5155e3682132217d3e079a170ed89
* Fix IOOB ExceptionTadashi G. Takaoka2011-07-131-0/+1
| | | | | Bug: 5021745 Change-Id: I58815ca3f3c8b1bead895e8a94e2f89dbcc67436
* Fix crash on adding a word in the user dictionary.Jean Chalard2011-07-131-14/+26
| | | | | | | | | When the User dictionary service is off, LatinIME still allows to add words to it and it crashed if the user tries to do so. This change fixes the crash; it does not however fix the interface. Bug: 5004408 Change-Id: I5bd2684ab3010963c1f737fc764e70e79aadbe8d
* Fix build breakageKen Wakasa2011-07-131-1/+1
| | | | Change-Id: Id2c2d152f54d00842ef9e200ccdce1e13cc128cb
* Small code cleanupKen Wakasa2011-07-131-8/+7
| | | | Change-Id: I7075d85f745c3b186e6d06086b9fcd54e7459feb
* Code cleanupKen Wakasa2011-07-121-56/+52
| | | | Change-Id: Ie43181721ba18e0c04048eaa9e3016dcea9f5a49
* Change variable names for readabilityKen Wakasa2011-07-122-52/+52
| | | | Change-Id: I9face4e90af4bcd6040eb7e303b596af7d643934
* Use InputMethodSettingsActivitysatok2011-07-113-34/+3
| | | | | Bug: 4979539 Change-Id: Ib721814bfe80822ded7b0d801f6bc0c854588da4
* Use InputMethodSettingsFragmentsatok2011-07-092-2/+15
| | | | | | Bug: 4979539 Change-Id: I4f2010f785eb29ccd42b488c402ef9957633e0c2
* Merge "Internal cleanup before using InputMethodSettingsFragment"satok2011-07-081-2/+5
|\
| * Internal cleanup before using InputMethodSettingsFragmentsatok2011-07-091-2/+5
| | | | | | | | Change-Id: I7e3211feadf7b87b789040f6dcd6dda84a9d454a
* | Remove override which will be invalid.satok2011-07-091-1/+0
|/ | | | Change-Id: I8b548e0167791c1f5e46971901d13ee1aadc45da
* Remove swipe gestureTadashi G. Takaoka2011-07-082-9/+1
| | | | | Bug: 4971680 Change-Id: Ifff27f3bd3dd26417bfcb7072aaba074025b1bb7
* Fix missing suggestions after "Touch again to save"Ken Wakasa2011-07-071-0/+1
| | | | | | | This is an amendment to If848320c bug: 5000317 Change-Id: I7eed5759c6adc0538c51f540c84a597919e792fa
* Merge "Make sure that each view has its own dedicated background drawable"Tadashi G. Takaoka2011-07-061-3/+5
|\
| * Make sure that each view has its own dedicated background drawableTadashi G. Takaoka2011-07-061-3/+5
| | | | | | | | | | Bug: 4998490 Change-Id: I3527fc41f0f03bbb32e3d1880665c6995354aa57
* | Clear CandidateView in onStartInputViewTadashi G. Takaoka2011-07-062-1/+3
|/ | | | | | | | | Before starting input on new TextView, we must clear the CandidateView because it may hold the suggestion of previous TextView or even worse the suggestions pane has been expanded and keyboard has been hidden. Bug: 4995414 Change-Id: If848320c1a510e7018d36ed8ac61291be2fc6ce5
* Use the new settings activity class nameKen Wakasa2011-07-061-1/+1
| | | | | | Follow up to I96230f05 Change-Id: I0ee7ccb5461764490ae9c977658883b10fe3ed3d
* Narrower KeyboardView referenceTadashi G. Takaoka2011-07-041-5/+5
| | | | | | | | This change also rename static inner class to more readable name and get rid of unnecessary object reference from PointerTracker. Bug: 4768084 Change-Id: Ie4e2b940d66b47d41efcae7eeac853cdae2e4d38
* Removed unused importsatok2011-07-041-3/+17
| | | | Change-Id: I87344f071e982dfc37b17553c5a7054e26009cc7
* Move keyboard event handling code to separate LatinKeyboardBaseView classTadashi G. Takaoka2011-07-041-6/+6
| | | | | | | | | | | | | | To sort out the issue, main keyboard and mini keyboard have to share the pointer trackers. In order to prepare for that, KeyboardView needs to be refactored as two separate classes. KeyboardView is responsible for drawing keyboard visual. And LatinKeyboardBaseView is responsible for handling key event and mini keyboard as well. Bug: 4768084 Change-Id: I5643e333b9bdfde0c939a0693cea76bd22f38897
* Merge "Disable auto-correction when application auto completion has set"Tadashi G. Takaoka2011-07-041-2/+2
|\