- Feb 13, 2014
-
-
Jean Chalard authored
This fixes two separate problems: - The word finds itself with two separate suggestion spans. This is fine for LatinIME, but it's hard to predict whether it's fine for other interested parties (other keyboards). - The test for the blue underline was incorrect. Change-Id: I3ecc849676851bf25a25238d694adaa956521a26
-
- Feb 10, 2014
-
-
Jean Chalard authored
This change is lacking some comments and break some unit tests. It needs more work. This reverts commit 38d31a5e. Change-Id: I675854fd0729f2d01b7751e35c6d0117f4f88993
-
Jean Chalard authored
Bug: 12951777 Change-Id: I744b98df6679edd34ca3c1392e38597325935932
-
- Feb 06, 2014
-
-
Jean Chalard authored
Bug: 12913520 Change-Id: Ie15f97d90c142c51089280252b35b5ad1d226e19
-
- Feb 05, 2014
-
-
Jean Chalard authored
Bug: 7226099 Change-Id: I8f74802b3ae24018fc4176fb2fff2c777ae170b0
-
Jean Chalard authored
Bug: 8636060 Change-Id: Ib12eacc836e8d39c4165c97a2a287f32f6bf5405
-
Jean Chalard authored
Access the suggestion strip through the interface instead. Bug: 8636060 Change-Id: Ia8bd705c230f943e309d677ef683b1a2cbe68036
-
Keisuke Kuroyanagi authored
Bug: 11951198 Change-Id: Ibbe09fa38eaa3ebf8f9b69f744a29db7ac598975
-
- Feb 03, 2014
-
-
Jean Chalard authored
Bug: 12832614 Change-Id: I6a9b6d128d7e0324ba59a43cf153a3b54e1d35bf
-
- Jan 29, 2014
-
-
Jean Chalard authored
Bug: 8636060 Change-Id: Ic8e0225206358680aa0de421f17ab443c888036d
-
Jean Chalard authored
Bug: 8636060 Change-Id: I9e817bb9622c84544a5ca8708e5c1fccad1ed447
-
Jean Chalard authored
Bug: 8636060 Change-Id: I97a371fe0c6227eb0f03d3e391a33726e6280322
-
Jean Chalard authored
This helps managing the cases where the typed word is not in the suggestions. This happens during recorrection. Bug: 8636060 Change-Id: I6784feb793cae96272a7f1d123a0e3bbb8f03143
-
- Jan 28, 2014
-
-
Yohei Yukawa authored
With this patch, the back-to-the-main-keyboard in the Emoji palette will be registered as a key-release action instead of a key-press action, like switch-to-the-emoji-palette in the main layout. This provides mroe consistent UX when the layout is switched from the main layout to the Emoji palette then switched back to the main layout. BUG: 12464067 Change-Id: Ia0d0185db43234dfcfb7cee2677f3d199fe6ed96
-
Jean Chalard authored
Bug: 8636060 Change-Id: Ia54afdfab9124aa5c35699e357e63eae66a7557f
-
Jean Chalard authored
Bug: 8636060 Change-Id: Ic9c12fc6970987b0e1912e8ae85bed55260d66b5
-
Jean Chalard authored
Bug: 8636060 Change-Id: Ibf1f9c7bdc3fdd872d6c15447fa555434485cc52
-
- Jan 27, 2014
-
-
Jean Chalard authored
This should be what was intended. Bug: 8636060 Change-Id: I20a1cc4f0b1fb9444fb6f9a20ef727e3d1a3a880
-
Jean Chalard authored
Bug: 8636060 Change-Id: I5cac787953a3c71b6402520c2f5c70619d4a40a8
-
Jean Chalard authored
It seems the comments were right all along. This seems to really be useless. Bug: 8636060 Change-Id: Ie030e9cb73007334380d023abeaa4ce52a863a34
-
Jean Chalard authored
Bug: 8636060 Change-Id: I5092942ab4fd6aaf37023083040cadbc18583fd1
-
Jean Chalard authored
Bug: 8636060 Change-Id: I931c553f68a1f15d22711a661dbffd4e5d421979
-
Jean Chalard authored
Bug: 8636060 Change-Id: I7290250637e37bf6964bab71d2141e19f20a5459
-
Jean Chalard authored
Bug: 8636060 Change-Id: I4ce5c9b62181ce8593a453ce222ae7d1fdc08f07
-
Jean Chalard authored
Bug: 8636060 Change-Id: I2a5da27e73cf378e55bd80ab2054c1ba8b13f6ec
-
Jean Chalard authored
Bug: 8911672 Change-Id: I5d5635949530a67f95e5208986907251b7bce903
-
- Jan 23, 2014
-
-
Jean Chalard authored
This constant is better located in SuggestedWords. Or it could be in Constants, that would be fine too. Bug: 8636060 Change-Id: I3e721bb1e2559f028dce8929eceadfe0478c5924
-
Jean Chalard authored
Followup to IL66 Change-Id: I067e72c36f483cc3e3b24736c01843531298b507
-
Jean Chalard authored
Bug: 8636060 Change-Id: Iec56bce362ebfc52fedab02b127978abb4f3c7f9
-
Jean Chalard authored
Bug: 8636060 Change-Id: I624a45500603dfad355ee3b8b794b2d895219c0b
-
Jean Chalard authored
Bug: 8636060 Change-Id: Ib13a54854e30afb79217a0a1f2aeca50a95ba155
-
Jean Chalard authored
Bug: 8636060 Change-Id: I3b144993e2bcd552f9b292b8f057c9db4216125c
-
- Jan 22, 2014
-
-
Jean Chalard authored
Bug: 8636060 Change-Id: Ic051e5d5514d270101b0571a2d30e2caa8f85bc1
-
Jean Chalard authored
This also fixes the coordinates passed to logOnDelete and log onSeparator. Bug: 8636060 Change-Id: I4703d61ad7de76b501adca18df3a69e06450c9a1
-
Jean Chalard authored
This is fine because getKey{X,Y} is idempotent for any non-keyboard coordinate value. However this makes a net change : the x,y values passed to LatinImeLoggerUtils.onNonSeparator are now different. The point is however that they used to be wrong. The logged values used not to account for the keyboard padding that is present on tablets, and in the simulating tools we don't know about that padding so we couldn't use the coordinates. The catch here is that other calls like LoggerUtils.onSeparator should follow suit, but this is too big a change to do it at once. Follow-up changes will fix them too. Bug: 8636060 Change-Id: If4b3d3cb1ed4b44c35f23e66aba3b5797236bba7
-
- Jan 20, 2014
-
-
Tadashi G. Takaoka authored
Change-Id: I4103541d99fe59bfcf12379a1298a0a690497846
-
Tadashi G. Takaoka authored
Change-Id: Ic7d2cbb2c1b2deaa4e735484bdc7413c0b3b1939
-
- Jan 17, 2014
-
-
Tadashi G. Takaoka authored
Change-Id: I866488a47ca04ca587e805663dfd597bb7b1ebce
-
- Jan 16, 2014
-
-
Jean Chalard authored
Bug: 8636060 Change-Id: Id87b0ac4a99ec6a26db6e250d6cd22defc02a23d
-
Jean Chalard authored
Um... this is not async ? Remove that from the name Bug: 8636060 Change-Id: Ida5f9bd6929eae75103eb2e3fb866ed7468af806
-