- Jan 08, 2014
-
-
Keisuke Kuroyanagi authored
Change-Id: Icae6c74401a7a8f4da6015737f09f557640c0cca
-
Tadashi G. Takaoka authored
-
Keisuke Kuroyanagi authored
-
Tadashi G. Takaoka authored
Bug: 12179576 Change-Id: Ibafd824a0ea2251843b388e95dcbd8f9bca92d5c
-
- Jan 07, 2014
-
-
Ken Wakasa authored
-
Victoria Lease authored
This reverts commit 42e83c7f. Bug: 12434783 Change-Id: Id01b6d14906430b13e64f5fc4d7fb01572d0a960
-
Baligh Uddin authored
am 17b06650: (-s ours) am bbba6d79: (-s ours) am 184e4d14: (-s ours) Import translations. DO NOT MERGE * commit '17b06650': Import translations. DO NOT MERGE
-
Baligh Uddin authored
* commit 'bbba6d79': Import translations. DO NOT MERGE
-
Baligh Uddin authored
* commit '184e4d14': Import translations. DO NOT MERGE
-
Baligh Uddin authored
-
Baligh Uddin authored
Change-Id: Ia0ef830a5bb3ed6fee1a5d113b2baec60bb51a97 Auto-generated-cl: translation import
-
Baligh Uddin authored
Change-Id: I3e0560396e087669ff484b6c15d0f0eb03c02de5 Auto-generated-cl: translation import
-
Keisuke Kuroyanagi authored
-
Keisuke Kuroyanagi authored
Bug: 11736529 Change-Id: I0d9d9b1c1108b11064163df7c2089f53e92cd7ad
-
Keisuke Kuroyanagi authored
Bug: 12424891 Change-Id: If041d1ab45988dbf9b878ae3367fee0fbc8a8988
-
Jean Chalard authored
Don't use absolute cursor positions, this leads to race conditions. Bug: 12390573 Change-Id: I6f04f07a46babbc3d51cb94c7eaee21bed242396
-
- Jan 06, 2014
-
-
Keisuke Kuroyanagi authored
-
Keisuke Kuroyanagi authored
Bug: 11933670 Change-Id: Ib0ce853e691bdadffb73874ea9f188cfbec8bc93
-
Tadashi G. Takaoka authored
-
Tadashi G. Takaoka authored
This change also fixes the background color of the left keys of the space key. Bug: 12407208 Change-Id: Id869605146e9f72835f892c3c7ae14f118177394
-
Tadashi G. Takaoka authored
-
Tadashi G. Takaoka authored
Bug: 12377179 Change-Id: I44d35c6fa82883710674ecca6f630d09076472fe
-
Tadashi G. Takaoka authored
-
Tadashi G. Takaoka authored
-
Tadashi G. Takaoka authored
Bug: 12377179 Change-Id: I4e2de78dc7e21f3f34eb56c790160b77cfc7584c
-
Tadashi G. Takaoka authored
This change must be checked in together with I00b6e79d6b. Change-Id: Id5f87a8d0286eb44958381fefd428f16896dc0d4
-
- Dec 27, 2013
-
-
Jean Chalard authored
This old method doesn't even re-read the old suggestions. It used to recompute them without the coordinates. Re-using the recorrection code, which is much more advanced, is the right thing to do here. Also, refining the test. It's no use trying to resume suggestion if we don't have a suggestion strip, since we aren't going to auto-correct anything anyway. Not the motivation for this change, but this also fixes Bug: 11620256 Change-Id: Id49efa32e293c49837c61fdc752c86bbac1d2c88
-
Jean Chalard authored
Bug: 8636060 Change-Id: Ifa027de465a421b67897d51e9ad47666dda117ad
-
Jean Chalard authored
...at last Bug: 8636060 Change-Id: If5e27a9d28ff64d318dd76792f55edfc8a78d2d7
-
Jean Chalard authored
Bug: 8636060 Change-Id: Ie5027512f066d9c530a686ac559e4649a39bf439
-
Jean Chalard authored
How/when did this happen? How was it not noticed? Change-Id: I352a8dad65f8c27bf5120d567e96d9a12cfa8496
-
Jean Chalard authored
-
Jean Chalard authored
-
Jean Chalard authored
-
Jean Chalard authored
-
Jean Chalard authored
Bug: 8636060 Change-Id: Idfabf7231a80e21786ce1910b5140bb3dddcac7d
-
Jean Chalard authored
This method is confusing with the *Locked convention, and the two-step call creates a useless callback object. This is better inlined both for readability and for performance. Bug: 8636060 Change-Id: I7c427c3ca4e831388a6d54de6728b32206a45d80
-
Jean Chalard authored
The only point of this message is to send the processing on another thread. However, this will be accomplished later. Here is the exact call graph: 0. onUpdateBatchInput 1. -> MSG_UPDATE_GESTURE_PREVIEW_AND_SUGGESTION_STRIP 2. -> updateBatchInputSync 3. -> getSuggestedWordsGestureLocked 4. -> MSG_GET_SUGGESTED_WORDS 5. -> LatinIME#getSuggestedWords The point of both step 1. and step 4. is to make sure the processing is happening on the InputUpdater thread. Thus, it's useless to do it twice. Bug: 11326092 Bug: 8636060 Change-Id: Iceebb9e8879a8f15b73c987f5fd3489f27699be4
-