- Jun 16, 2014
-
-
Jean Chalard authored
We need to update them after separator-space, and also when the user presses shift and they are displayed. Bug: 15554503 Change-Id: I5596163d5cd94d3cc5f6af10a1ab2cc74b6d4279
-
Jean Chalard authored
Bug: 15554503 Change-Id: If5e8c0d94ed26d929400ccbb0d45ac23dd98d180
-
- Jun 10, 2014
-
-
Jean Chalard authored
This member has outlived its usefulness. It's not clear now that it makes things really faster, but it does bring a lot of complexity that we can avoid by removing it. Change-Id: Ifbc8094a45b56b958fe165b1930f4cc358a97721
-
- Jun 06, 2014
-
-
Jean Chalard authored
This change also includes a fix that has suggestions re-computed when the typed word is included but no prior suggestions were found in spans. Bug: 2349475 Change-Id: Ic06e6ac492507126ffc1e96a5f396c971b567272
-
Jean Chalard authored
The symptom : when text is selected and the device is rotated, sometimes the keyboard sets the word as being composed around the start of the selection. Upon the next rotation this ends up with the keyboard committing some text in place of the selection. The cause : another bug in the framework with rotation >.> The keyboard receives a call to startInput with a wrong cursor position, namely one that does not represent a selection. The keyboard sets a composition according to this wrong data. When the keyboard is rotated again, it commits the text, which takes the place of the selection. The solution : actually when restarting input the keyboard realizes that the cursor position is wrong. We cancel composition at that time. For robustness, this change also implements two other defensive changes : upon call to onUpdateSelection, we actually realize that the previous values were wrong, so we also fix it at that time, and in addition, when rotating, we finishComposingText() instead of commitText() which is less dangerous. Implementing this later change also allows us to let less internal variables from InputLogic escape to LatinIME, so it's also a good change for design. Bug: 14140799 Change-Id: Ib10de18e53e376ac1bbc8487e13d969828483346
-
- Jun 05, 2014
-
-
Tadashi G. Takaoka authored
Change-Id: I434cf507e68349b9893ac084645986d6b3d7da91
-
- Jun 04, 2014
-
-
Jean Chalard authored
Bug: 13283555 Change-Id: Iab0466425dc44779d110f2cd29d725d22eb04827
-
Jean Chalard authored
Rename `initialize' to `start' and `deactivate' to `stop' for ease of understanding. It's completely bizarre that you can "deactivate" a recapitalization and that will just restart a new one the next time you press shift. Start and stop are easier to understand. Change-Id: I455175aebfcfe11198c6c61bf2c6b19efc3f82df
-
- May 30, 2014
-
-
Keisuke Kuroyanagi authored
This fixes PunctuationTests# testAutoCorrectionWithSingleQuotesAround. Bug: 14119293 Bug: 15334309 Change-Id: I604c21a21e89a5fc431fd56ab7b6ad03f4736b01
-
Jean Chalard authored
At 100k text, it's reasonably fast (less than 1s on latest hardware). Bug: 12913404 Change-Id: I426b918b2610af24364934a1c37a7314f1142ad0
-
- May 29, 2014
-
-
Tadashi G. Takaoka authored
This CL must be checked in together with Ie52007dc5c. Bug: 15318007 Change-Id: Ie665f296e43b5485ae8ba7e949aa262794ee0dcc
-
Jean Chalard authored
This reverts commit d941ea18 and builds on it to fix the behavior of the broken cases. It also fixes a small, related bug that probably has existed for a very long time: predictions not displayed when cancelling double-space-to-period. Bug: 15148015 Change-Id: I1f9358f8b6f5804f831643611576be347e83999d
-
Tadashi G. Takaoka authored
This CL must be checked in together with I5cc76807e3. Bug: 15318007 Change-Id: I61423c3377ddc299fb332e742d6626c2e47145bb
-
- May 28, 2014
-
-
Keisuke Kuroyanagi authored
Bug: 15298959 Change-Id: Iba6eeb7981634e7ddb896404978b30f6efd6e72f
-
- May 26, 2014
-
-
Keisuke Kuroyanagi authored
Bug: 13142176 Change-Id: Id5b7286d28897931f7bfe571be45d46ffeef4adf
-
Tadashi G. Takaoka authored
When 1. The important notice message is shown on the suggestions strip. 2. And the "Show correction suggestions" settings is off. we will keep showing the important notice message on the suggestion strip. Bug: 13741460 Change-Id: I411007ab1e5e6959b6cdba7a6601a84635259313
-
- May 23, 2014
-
-
Tadashi G. Takaoka authored
Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef
-
Ken Wakasa authored
This reverts commit 7aa895e2. Bug: 15148015 Change-Id: If39c4f8b897f247d4eb935923d55d81def4c8fb4
-
Keisuke Kuroyanagi authored
Bug: 14119293 Change-Id: I5020e5f0aa64bc3e97b3a3c2c07a60c8b765ed64
-
Keisuke Kuroyanagi authored
Bug: 13142176 Bug: 15094186 Change-Id: I9da67352ff2abcd289fa5885389895ced878a413
-
- May 22, 2014
-
-
Jean Chalard authored
Bug: 15148015 Change-Id: Idcb729734bd62b537fb81acf8bdb5cae4470404c
-
- May 21, 2014
-
-
Keisuke Kuroyanagi authored
Bug: 14119293 Bug: 14425059 Change-Id: I65320920e840082b0b697bb621676716d0933e0c
-
Keisuke Kuroyanagi authored
Bug: 14119293 Bug: 14425059 Bug: 15102610 Change-Id: Ib482390f8d15b37d44a1a54e8c243a9eaec3f815
-
- May 20, 2014
-
-
Ken Wakasa authored
This reverts commit ff50b391. Bug: 14119293 Bug: 14425059 Bug: 15102610 Change-Id: If278b4ab236e38d20d8cdc0761b0438911bd4ff9
-
Ken Wakasa authored
This reverts commit ff50b391. Bug: 14119293 Bug: 14425059 Bug: 15102610 Change-Id: If278b4ab236e38d20d8cdc0761b0438911bd4ff9
-
Keisuke Kuroyanagi authored
Bug: 14119293 Bug: 14425059 Change-Id: I12e9ba977c153b514c6591ab52940712fd0874e3
-
- May 14, 2014
-
-
Jean Chalard authored
Bug: 14926896 Change-Id: Id2a06c68a51f833db4d8bbc858a232c2696afb6e
-
Jean Chalard authored
Bug: 13160467 Change-Id: I5e3204ac8aaa18fe9219cc6b564b832ab6cf94fc
-
- May 12, 2014
-
-
Keisuke Kuroyanagi authored
Bug: 14686585 Change-Id: Ia1c3adb1bcc625788016e378e1ac7b0792ea9f4e
-
Keisuke Kuroyanagi authored
Bug: 12902664 Change-Id: I03deed16047f0beaba8932d87c6129ec8061ba9c
-
Jean Chalard authored
Also add the skeleton of the combining rules for Myanmar reordering as a pilot. Bug: 13945569 Change-Id: Iabeb6838f45f1efff482143595ce5b48543e0c43
-
- May 01, 2014
-
-
Jean Chalard authored
Bug: 10081730 Change-Id: If198fa3df68ecb267da0a278da41fd509d6165f1
-
- Apr 24, 2014
-
-
Tadashi G. Takaoka authored
Bug: 14278758 Change-Id: Id77c99b83cc69855972b27c9cebd482c8cbd3539
-
- Apr 16, 2014
-
-
Jean Chalard authored
Bug: 6851364 Change-Id: I3052924053f37f56c9c3953051aa1b22224a2b2e
-
- Apr 14, 2014
-
-
Jean Chalard authored
Bug: 13514349 Change-Id: If4c9db12b0ab5be676f7a2f72715f469066ee537
-
- Apr 10, 2014
-
-
Jean Chalard authored
In tests, we create many instances of LatinIME, but we never destroy them. That means we never close the dictionaries nor the handlers. This change calls onDestroy, which closes all dictionaries, and adds some code to finish the handlers. Change-Id: I942517a2a940c54256b08763f6b38f5b55809f55
-
- Apr 07, 2014
-
-
Jean Chalard authored
Bug: 13406701 Change-Id: Id9a2e4144b1908ad27d78228ee19e6fc4d4d669f
-
- Apr 03, 2014
-
-
Jean Chalard authored
Bug: 13778001 Change-Id: I3ebd57950cdfacbbcdc64ed214c0590519a0665c
-
Jean Chalard authored
We want to remove all calls to this as it lets internal values escape, but there is some refactoring to do to finish this. Bug: 8636060 Change-Id: Iedba6afe4719bc0add868714a1ee5a04b7ead33e
-
Jean Chalard authored
Bug: 8636060 Change-Id: I696514934586ee71e734fd974026af8b2c866127
-