aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinIME.java (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge "Have "no whitespace before cursor" upon gesture trigger phantom space"...Jean Chalard2012-10-161-0/+8
| |\
| | * Have "no whitespace before cursor" upon gesture trigger phantom space•••Bug: 7359291 Bug: 7357758 Bug: 7197651 Change-Id: Ia805a87e922739ae0a06978a3bf00d91c94b6c51 Jean Chalard2012-10-171-0/+8
* | | am 60211f0d: am 2631fe4c: am 6686e63f: Honor automatic shift turned off for g...•••* commit '60211f0d250ca931788d32d5a69c880f75ef7d49': Honor automatic shift turned off for gestures Jean Chalard2012-10-161-2/+2
|\| |
| * | Honor automatic shift turned off for gestures•••Bug: 7354129 Change-Id: Ia02336e8cea2f04b629edbe74b7815cce0d7fad6 Jean Chalard2012-10-171-2/+2
| |/
| * Avoid calling switchToLastInputMethod when other IMEs are in effect (DO NOT M...•••Bug: 7299050 Change-Id: Ife6721a5fcbc4872bd36ffd8a8b81b04d73aebec Tadashi G. Takaoka2012-10-061-5/+8
* | Fix a small typo•••Change-Id: I813d97b9453f8aa7aae99bd165336b1e5a81dc6a Ken Wakasa2012-10-071-1/+1
* | Add SuggestedWords.isEmpty() method•••Change-Id: I0fcb104a6a81aee4b99f5ee848eba7495630dc7d Tadashi G. Takaoka2012-10-031-12/+8
* | am 4d009dbc: am ace7d128: am d445b56c: Fix possible NPE caused while monkey test•••* commit '4d009dbc514cd77eb22e4162e4ae7ea852e1b77e': Fix possible NPE caused while monkey test Tadashi G. Takaoka2012-10-021-2/+6
|\|
| * Fix possible NPE caused while monkey test•••Bug: 7269036 Change-Id: I9054b33ad3c8996cac3ee5f0e9c01ba8ceea4971 Tadashi G. Takaoka2012-10-031-2/+6
* | Avoid calling switchToLastInputMethod when other IMEs are in effect•••Bug: 7268389 Change-Id: I4d960cbf063002b4dc0ea813c966366b56c0346d Tadashi G. Takaoka2012-10-021-5/+8
|/
* Remove debug prints.•••Bug: 7226098 Change-Id: Ibacb740022a6af56c9d555d6797dd402a89f6ca4 Jean Chalard2012-10-011-0/+4
* Fix gesture detection algorithm•••This change also * Introduces adaptive gesture detecting threshold for time domain in addition to length domain. * Tunes the parameters for detecting gesture after fast typing. * Fixes a bug in dismissing gesture floating preview text. * Cleanup debug messages Bug: 7218902 Change-Id: Iafccd872c6efe0c3b5ae65fa40b04c80d9f139c7 Tadashi G. Takaoka2012-09-281-14/+33
* Cleanup: Make some classes as final•••Change-Id: I6009b3c1950ba32b7f1e205a3db2307fe0cd688e Tadashi G. Takaoka2012-09-271-2/+2
* Merge "Add suggestion span upon starting a gesture." into jb-mr1-devJean Chalard2012-09-241-5/+11
|\
| * Add suggestion span upon starting a gesture.•••Bug: 7196761 Change-Id: If60cb809b205159ced1887f94b7caf9775fcf3bb Jean Chalard2012-09-241-5/+11
* | Merge "Fix a bug where the cursor pos wouldn't be tracked correctly" into jb-...Jean Chalard2012-09-241-1/+1
|\ \
| * | Fix a bug where the cursor pos wouldn't be tracked correctly•••This would cause Bug: 7208199 Change-Id: I8474985bfe349e1530b27bc98842937627bbe4e0 Jean Chalard2012-09-241-1/+1
| |/
* / Set punctuation suggestions at start if activated•••Bug: 7218468 Change-Id: I9f8c1f13dc26cedb95b65279a34a825021dfa72a Jean Chalard2012-09-241-1/+3
|/
* Fix a race condition with shift•••Bug: 7062092 Change-Id: Ie1984673e9ffc9291d9650ec38ce99031ad93585 Jean Chalard2012-09-241-4/+6
* Auto correct on gesture when typed word is 1 char long•••Bug: 7178462 Change-Id: I779d8ee4a957a9d1fdcc80d33257a98965dec7b8 Jean Chalard2012-09-201-1/+12
* Log for geometric input•••Change-Id: Ia0f0e38086b0be70cf2d04fc6fae48358f16e74f Satoshi Kataoka2012-09-191-10/+34
* Mark 2 resolved TODOS as such (A14)•••Change-Id: Ifbb731f5c825675436d079db4ffbae657d71f8da Jean Chalard2012-09-181-2/+2
* Remove useless code (A12)•••All this code is done inside the StringUtils or RichInputConnection classes, where it's more logical. Since the IPC call is entirely gone now, it's no use having these guards inside Latin IME. Change-Id: Id324567e7458aed12b6f21d7114be3bd39725f15 Jean Chalard2012-09-181-13/+0
* Take space state into account for caps (A11)•••Bug: 6950087 Change-Id: I8a1bca24db64b4dd54db8ac74d90cf43cbdddab6 Jean Chalard2012-09-181-8/+10
* Take locale into account for caps (A10)•••Bug: 4967874 Change-Id: Ic7ce7b2de088308fa00865c81246c84c605db1e5 Jean Chalard2012-09-141-1/+1
* Merge "Do not auto-correct upon starting a gesture." into jb-mr1-devJean Chalard2012-09-141-1/+1
|\
| * Do not auto-correct upon starting a gesture.•••We decided to revert this UI decision after negative feedback. Indeed, if you use to gesture but tap just one word, chances are it's because you know you do NOT want a dictionary word. Bug: 6965241 Change-Id: I85fdfab3c1cf1d3c0fd3e95908e01bdf56bccbba Jean Chalard2012-09-141-1/+1
* | Merge "Fix a bug with open parens and some other chars" into jb-mr1-devJean Chalard2012-09-141-1/+2
|\ \
| * | Fix a bug with open parens and some other chars•••A space would be inserted after an open parenthesis if it's typed after a manual pick. Bug: 7167687 Change-Id: Ic49d09c34747117ccfbdbb8c66f634d88d4a45b0 Jean Chalard2012-09-141-1/+2
| |/
* / Asynchronously look up dictionary for gesture input•••Bug: 7149248 Change-Id: Icba2db73508b89a85828ae9e196ab618e5e6c280 Tadashi G. Takaoka2012-09-141-72/+153
|/
* Merge "Import TextUtils.getCapsMode to fix it internally (A1)" into jb-mr1-devJean Chalard2012-09-131-2/+2
|\
| * Import TextUtils.getCapsMode to fix it internally (A1)•••This should have on effect at all on behavior, except an increase in performance. Bug: 4967874 Bug: 6950087 Change-Id: Ie2b51efefe84ca767f5dc8e3b80bfef7e1faab3d Jean Chalard2012-09-131-2/+2
* | Make onUpdateSelection much more resilient to race conditions.•••This is pretty much as strong as it gets. It should be impossible to get false positives and nearly impossible to get true negatives with this new code. Bug: 6981089 Change-Id: Ia32ab62f89c5943f0be169b979abab652e67bf5b Jean Chalard2012-09-131-1/+2
|/
* Make Latin IME aware of its surrounding text.•••This is a preparatory change for Bug: 4967874 Bug: 6617760 Bug: 6950087 Change-Id: I3abf8e45c0d02c42491421f108370220134b9602 Jean Chalard2012-09-121-8/+25
* Display punctuation suggestions on cursor move•••...if punctuation suggestions are requested. Fixes the symptom, but not the root cause of Bug: 6981089 Change-Id: I683a7451c99457829cb4e5a762f43548ff89a535 Jean Chalard2012-09-041-1/+5
* ResearchLogger no longer offers option to disable logging•••Bug: 6188932 Change-Id: I0b9474216080f3820438c09f89b0b6c6c102c69d Kurt Partridge2012-08-301-1/+1
* Allow Latin IME to cancel smiley-auto-correct consistenly•••This change makes Latin IME behave consistently with regards to other auto-correction cancellations in cases of auto-correction cancellation after smiley-triggered auto-correction. That is, pressing the smiley key when the keyboard signals it's about to auto-correct will get the auto-correction there plus a smiley, and pressing backspace will cancel the auto-correction, and pressing backspace again will delete the smiley. Bug: 7067593 Change-Id: Ia7eef70a5d06b8b9afa1f1fbb0ed1dbc21a3059f Jean Chalard2012-08-291-29/+31
* Auto-correct after smileys and gestures.•••Bug: 6936790 Bug: 6965241 Change-Id: I1f61327eb5591960c280e425df9cd86b9c52f5d6 Jean Chalard2012-08-271-2/+4
* Merge "ResearchLogging capture full n-gram data" into jb-mr1-devKurt Partridge2012-08-221-5/+3
|\
| * ResearchLogging capture full n-gram data•••- Captures complete motion data for all words in an n-gram. - Also filters n-grams properly; if any word in the n-gram is not in the dictionary, it is not included. - Simplify ResearchLog to not require explicit state - Added LogBuffer class MainLogBuffer class to allow n-gram-level decisions about privacy. - Moved LogUnit out from ResearchLogger multi-project change with Ic70ccb6c2e11eb02d887821434b44daa3eb7a3e2 Bug: 6188932 Change-Id: I731d6cff6539e997874f723b68bdb0d9b651b937 Kurt Partridge2012-08-211-5/+3
* | Fix SubtypeSwitcher initialization path•••This change also removes the reference of LatinIME from SubtypeSwitcher. Bug: 7026856 Change-Id: I78a266f3682b11f09b49bbcdcdb6aee713e6af37 Tadashi G. Takaoka2012-08-221-8/+23
* | Remove GCUtils utility class•••Change-Id: Ia666aeb10c155d69763faf7f01ceca113b9b4653 Tadashi G. Takaoka2012-08-221-12/+1
|/
* Remove KeyboardSwitcher reference from ResearchLogger•••Change-Id: I671a83c19977fda358c8e8a730e22ee155f65512 Tadashi G. Takaoka2012-08-221-1/+1
* ResearchLogger log RichInputConnection•••Move many ResearchLogger data collection points to RichInputConnection. By collecting data here, developers do not have to remember to keep the ResearchLog consistent with calls to the RichInputConnection. In addition, some unnecessary log points were removed, and the ResearchLogger is now independent of LatinImeLogger. multi-project change with I05496cfd762e9a41c42c50099143f1efc0a3d8a2 Bug: 6188932 Change-Id: I424abb2e437901262a9620255493916b7c3ff74b Kurt Partridge2012-08-211-60/+16
* Merge "Tell the shift mode to the word composer." into jb-mr1-devJean Chalard2012-08-211-5/+15
|\
| * Tell the shift mode to the word composer.•••Bug: 6950087 Change-Id: Ifab9d6d075af398c6468d081216488712f8a53fb Jean Chalard2012-08-211-5/+15
* | Rename and consolidate some constants•••Change-Id: I7863936cca18b28bf0117afcbcf544a5fd7f185d Tadashi G. Takaoka2012-08-211-10/+9
* | Remove touch coordinate from pickSuggestionManually•••Change-Id: I33b1b4bc6fdfd263c4b2bb7125c07b4bddcf3c9f Tadashi G. Takaoka2012-08-211-6/+5
|/
* Merge "Revert "ResearchLogger log RichInputConnection"" into jb-mr1-devKurt Partridge2012-08-201-16/+60
|\
| * Revert "ResearchLogger log RichInputConnection"•••This reverts commit 1964ffb3f43f0ada429d13b41bd22b90a97fa9fc Change-Id: Ie43e7ac828faa91e1824a255bb3ecf6c8222d4e8 Kurt Partridge2012-08-201-16/+60