- Oct 04, 2011
-
-
Tadashi G. Takaoka authored
This change also gets rid of several compiler warnings. Change-Id: I23962edaadad18a6e0395d528af17b909dcf5dad
-
- Oct 03, 2011
-
-
Yusuke Nojima authored
-
Yusuke Nojima authored
Change-Id: Ia242a9fa2fa71f7fdf8f974071a2df7acc4aa51f
-
satok authored
-
satok authored
Bug: 5371514 +1 4 -1 2 +2 0 -2 0 +3 0 -3 0 +4 1 -4 3 +5 0 -5 12 +6 3 -6 3 +7 12 -7 0 Change-Id: I6b46e43f9059f1e8a1cc02a626ea6eb8f1f9924f
-
Jean Chalard authored
This removes UPDATE_OLD_SUGGESTIONS, and the associated settings. Bug: 5402537 Change-Id: Ie87d4e05c54e4b7d2dd5a05f2d0b570e9cd3e463
-
Jean Chalard authored
This removes the calls, but another change will be needed to remove the messages LatinIME used to send itself to update the suggestion strip. Bug: 5402537 Change-Id: I5d1aa63a892516f339f3ceac21f43771b5ffda34
-
Jean Chalard authored
-
Jean Chalard authored
This change updates suggestions when the cursor is moved. It is now reasonable to remove the explicit test for TextEntryState.isAcceptedDefault because it is now shielded by mExpectingUpdateSelection : actually, this probably fixes a long-standing bug. Bug: 5337309 Change-Id: Iee4046420c6a88d1a07d428230f93c3ebef25c39
-
Satoshi Kataoka authored
-
Tadashi G. Takaoka authored
Bug: 5402266 Change-Id: I8f84754b0080b315f9360e1ffa8353b386e88ad7
-
Jean Chalard authored
-
Jean Chalard authored
Change-Id: Ifc33e109562abb3dd720ad4fed76add8ab1a64aa
-
Yusuke Nojima authored
-
Yusuke Nojima authored
Change-Id: I215bc02367e123a73ffc94974e7b1cbec52a25fa
-
satok authored
Bug: 5245751 Change-Id: Ic02f951e8e1dbde9d8964d2c16e4928fb374ca41
-
satok authored
-
satok authored
Bug: 5245751 Change-Id: Ifc790ac6c0ac3b70006a5ed299f35b52b9617731
-
Tadashi G. Takaoka authored
This is a followup of I13b9997e. Change-Id: I4c10fbc8b250c3bad72e38d46089684a839bdd5f
-
- Oct 01, 2011
-
-
Tadashi G. Takaoka authored
-
- Sep 30, 2011
-
-
Eric Fischer authored
Change-Id: I9fe5fbc28c1bb82bd094841ba3edcbcd8fe1384a
-
Tadashi G. Takaoka authored
Change-Id: I13b9997e013b704734b6fa94131b1f7fec7a152d
-
satok authored
Change-Id: Ied336339b8eb3643f14517c251b07c09398f61fe
-
satok authored
bug: 5345401 Change-Id: I666d48d8ddf6c14540eb401129c20ce93972d9cf
-
Yusuke Nojima authored
Change-Id: I9fc066eb1a455243536e72405922fcb7e26d7dc6
-
Yusuke Nojima authored
-
Yusuke Nojima authored
Change-Id: I7c1d42835e0c15d596a1b66d421b0aa514ec0890
-
Jean Chalard authored
-
Jean Chalard authored
In effect, this stops the spell checker from suggesting overly long words. More precisely, it takes advantage of the new facility that takes into account the whole length of the dictionary word when computing scores, so words much longer than the input word will see their score demoted accordingly. Bug: 5384578 Change-Id: I326cd7c87c3080e7fa8729f78517f8ba13672a9b
-
Tadashi G. Takaoka authored
IME is called back four methods for each input field as a IME life cycle. The four methods are onStartInput, onStartInputView, onFinishInputView and onFinishInput. After orientation changed, Those quartet methods will be called back twice. This behavior of the framework might be a bug. In order to restore the previous keyboard layout, we should skip onFinishInputView and onFinishInput of the first quartet and onStartInput and onStartInputView of the second quartet. Bug: 4311428 Change-Id: I450ddc0cce5d00abc971ffd42a507a8a86682548
-
- Sep 29, 2011
-
-
Tadashi G. Takaoka authored
-
Tadashi G. Takaoka authored
Bug: 5387401 Change-Id: I97161de79006a23e507a55041c7840267fbb2df8
-
satok authored
-
satok authored
Bug: 5390063 Change-Id: I0ef4fbcc705539624269fd2f8c4e782679fc44b3
-
Ken Wakasa authored
bug: 5366732 Change-Id: Ie9f56fb5bd9978d5882197a2305a96fb40fccb11
-
Jean Chalard authored
-
Yusuke Nojima authored
-
Jean Chalard authored
Bug: 5384578 Change-Id: Ic0b0203d873492a41c72defef835adf36f010f47
-
Yusuke Nojima authored
Change-Id: I92958779377a530410d1682100f9d0a2ba267dea
-
satok authored
Merge "Update suggestions when user presses the backspace even when there is not two or more suggestions"
-