aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/TextEntryState.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unbundle Keyboard.java to BaseKeyboard.javasatok2010-10-021-1/+2
| | | | Change-Id: I8b310c2c0cae1a151e53c22001c586697346982c
* Fixes for correction mode - reliably show the corrections when tapping on a ↵Amith Yamasani2010-08-171-63/+89
| | | | | | | | | | | | | | word. Also, continue to show the corrections when user keeps replacing the word repeatedly with different corrections from the suggestion strip. There were problems with tapping suggestions quickly or tapping the same suggestion more than once (same length). Also fixes Bug: 2852891 - Text suggestion appears incorrectly when selecting text that's not a whole word. Changed the TextEntryState states to an enum type instead of int. Needed it to show the states for debugging purposes.
* Add a logging code to send Bigram datasatok2010-07-271-15/+2
| | | | | | - with some cleanups Change-Id: I737c9ee7f148f94e6299d6e962dda82701454759
* Null check at BackToAcceptedDefaultsatok2010-07-021-1/+2
| | | | Change-Id: Ib232475520f822bf8613258afb9638e1be50d7f7
* Merge commit 'goog/master'satok2010-07-011-5/+21
|\ | | | | | | | | Conflicts: java/src/com/android/inputmethod/latin/LatinIME.java
| * Remember typed words for auto-correctionsAmith Yamasani2010-06-241-5/+21
| | | | | | | | Change-Id: I475c2fa7604f91659100510079fa13c7615177e9
* | Fix log dupplication of auto suggestsatok2010-05-311-1/+14
| | | | | | | | Change-Id: Ic2af15adff64631cc275b07113b42991363c92f8
* | Insert logging codesatok2010-05-101-0/+2
|/ | | | | | | | | - Add log of auto suggestion - Add log of cancelling auto suggestion - Add log of actual number of charactors - Add log of manually clicking suggestion Change-Id: I8fc1cef356bf1a98b0676ed171bfb17825e18425
* Clarify licensingJean-Baptiste Queru2010-04-051-1/+1
| | | | | | | | -use AOSP copyright instead of Google -add NOTICE and tag file Bug: 2548782 Change-Id: If50b2e9e9cc4b4876b0d047fc9f34e2d537a6da4
* Don't let the native code target be included twice when unbundling.Amith Yamasani2010-03-091-0/+233
Move java code to a different directory so that the unbundled version doesn't try to compile the native code again. Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986