- Sep 30, 2011
-
-
Tadashi G. Takaoka authored
Change-Id: I13b9997e013b704734b6fa94131b1f7fec7a152d
-
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"
-
satok authored
Bug: 5384445 Change-Id: I419999da8f5745ac114d0173beeadcb365a8c3ac
-
Tadashi G. Takaoka authored
-
Tadashi G. Takaoka authored
Bug: 5385284 Change-Id: Ic0517182d294c79e37c88f1ef30cb4d2917b2800
-
Yusuke Nojima authored
-
Yusuke Nojima authored
Change-Id: I156205672f3935f70c250a6c538793f35c5d86b2
-
Jean Chalard authored
-
Jean Chalard authored
This is preparation for Bug: 5384578 Change-Id: I7d493c441f375fa5f23c5e3cfa8134e2ce7775fe
-
Ken Wakasa authored
-
Ken Wakasa authored
Change-Id: Ifd954aa9133c8da49206f1f77a2d5d4f779cd99d
-
Jean Chalard authored
-
satok authored
-
satok authored
Change-Id: I56a1a94df63160f367f866da759d7dd4fc428ed5
-
Eric Fischer authored
* commit '4c5452c1': Import revised translations. DO NOT MERGE.
-
- Sep 28, 2011
-
-
Eric Fischer authored
Change-Id: I65bae1aaa5ed3371c3f9dc678080f1105015f5fa
-
Jean Chalard authored
Change-Id: Icc1bce28b78c4da2d529c308f251e298ea94539f
-
Jean Chalard authored
-
Jean Chalard authored
It now follows the following logic: - If the word should be filtered out => false - Else => !IN_THE_DICTIONARY This defines the behavior for ICS MR0, and prepares for addition of a new HAS_LIKELY_SUGGESTIONS flag in MR1. Bug: 5383800 Change-Id: I530b1404ae8cf3337ff68ef5ab0f4d95f2dad0e8
-
Tadashi G. Takaoka authored
Change-Id: I2b78d2ca756223b5497d01127c3a0190dcc81e57
-
Yusuke Nojima authored
-
Tadashi G. Takaoka authored
Change-Id: I6abdeaf41459406cf9021efdf5bb96232ba104c7
-
Yusuke Nojima authored
Change-Id: I705ec2fa1d32a673a8d84bc9afc2a46208a414a1
-
Tadashi G. Takaoka authored
Bug: 5108267 Change-Id: I42d297ce4e4913e5dab5f5d647b1d13dc860b884
-
- Sep 27, 2011
-
-
Tadashi G. Takaoka authored
-