- Aug 27, 2014
-
-
Baligh Uddin authored
-
Baligh Uddin authored
-
Baligh Uddin authored
-
Baligh Uddin authored
-
Ken Wakasa authored
-
Ken Wakasa authored
This reverts commit 5ef447ae. Reverting because this broke a bunch of unit tests -- https://sponge.corp.google.com/target?id=b6439742-099e-46cb-8f00-d0c602a4d9bb&target=com.google.android.inputmethod.latin.tests&searchFor=&show=FAILED&sortBy=STATUS Change-Id: Ibbd9e11372993f62e630fd9da37158ffcf47c17a
-
Jean Chalard authored
-
Keisuke Kuroyanagi authored
Change-Id: I173eac15dc128e84893881ec4ee0ad1ad2fce44b
-
Keisuke Kuroyanagi authored
Change-Id: I0dc94908259d70d5085ff22abf422d90affb1452
-
Keisuke Kuroyanagi authored
-
Keisuke Kuroyanagi authored
Bug: 14425059 Change-Id: I75918c6761a50832da511088eb83becd56b23662
-
Keisuke Kuroyanagi authored
Bug: 14425059 Change-Id: I41b237c1c22c21740946d52e3be9d6f963c9cd54
-
Keisuke Kuroyanagi authored
-
Tadashi G. Takaoka authored
* commit '68a2a69a': Simplify onComputeInsets of LatinIME
-
Keisuke Kuroyanagi authored
-
Tadashi G. Takaoka authored
* commit '37beaf15': Simplify onComputeInsets of LatinIME
-
Keisuke Kuroyanagi authored
-
Tadashi G. Takaoka authored
This CL expands SoftInputWindow to the entire screen. Thus a key review backing view is eliminated and onComputeInsets() gets simplified too. Bug: 17212702 Bug: 10841052 Bug: 10541453 Change-Id: I2d859f4e4698c64cabe399000821f13bab729996
-
Yohei Yukawa authored
* commit 'c925ca43': Set highlight color along with the commit indicator
-
Ken Wakasa authored
-
Ken Wakasa authored
Change-Id: I9dd726593c6768b1db35305935ee69b0937358ef
-
Yohei Yukawa authored
* commit '00d140ca': Introduce a mechanism to hide the indicator speculatively
-
Ken Wakasa authored
Change-Id: Ib89ef55a8752f9b5e357eed3a05c79dd28d0ec0e
-
Yohei Yukawa authored
* commit '97681ebd': Set highlight color along with the commit indicator
-
Yohei Yukawa authored
* commit '29200b0a': Set the text bgcolor only when CursorAnchorInfo is available
-
Baligh Uddin authored
Change-Id: I0e264ee268375e1de7cd887a15f5b5e58e088329 Auto-generated-cl: translation import
-
Baligh Uddin authored
Change-Id: I632754d86444b86051d9d27becef3994c82a9458 Auto-generated-cl: translation import
-
Baligh Uddin authored
Change-Id: Icd839563ab1ac8d8233a8c8ad49daee02a87bd2b Auto-generated-cl: translation import
-
Baligh Uddin authored
Change-Id: I067525751c072822661b855072b25e574f719a23 Auto-generated-cl: translation import
-
Jean Chalard authored
This now supports all cases, including cases not supported by the framework. Now rebased on top of the right change, and renamed Change-Id: I7886f0dcbb86cdb4dccec09aa7c52ad339680e04
-
Yohei Yukawa authored
With this CL, the text highlight color is applied when the commit indicator is displayed. Note that the underline is not rendered when the background color is enabled. This is a known issue. Change-Id: Ia19355e1303e3a10e8a7d69bc47c779feb70248a
-
Yohei Yukawa authored
When CursorAnchorInfo is unavailable, we shouldn't try to show the commit indicator and set the text highlight color. With this CL, RichInputConnection can be used to track if the application responded that it does support CursorAnchorInfo or not. This result will be taken into consideration when InputLogic needs to determine whether the commit indicator should be displayed or not. Change-Id: I945d70eeb02a7a5f3d9b22459b23d7028508910f
-
Yohei Yukawa authored
* commit 'a475c854': Introduce a mechanism to hide the indicator speculatively
-
Yohei Yukawa authored
This is an optional optimization to reduce the UI latency. Imagine that the commit indicator is now displayed and the composing text is being updated, it is highly likely that the commit indicator will disappear unless the application rejects the setComposingText request. If we assume that the application will accept the new composing text without any modifications, we can hide the indicator without waiting for the arrival of new CursorAnchorInfo event. This optimization isn't dangerous because we can show the indicator again when we receive new CursorAnchorInfo event and the assumption is turned out to be invalid. Change-Id: Id59c6607a1029782410611e768791af9984f14ac
-
Keisuke Kuroyanagi authored
-
Keisuke Kuroyanagi authored
Change-Id: Id35823414f8552fd6820a5a559d6c9d54c7d6cb6
-
Yohei Yukawa authored
* commit 'bea17c49': Introduce commit/add-to-dictionary indicators
-
Yohei Yukawa authored
This CL introduces commit/add-to-dictionary indicators. Note that the text is not yet highlighted when the commit indicator is displayed. It will be addressed in subsequent CLs. Change-Id: I7e9b0fcfdc0776a50a1d8cfb41ee0add813317dd
-
- Aug 26, 2014
-
-
Ken Wakasa authored
-
Jean Chalard authored
Bug: 17272902 Bug: 17269948 Change-Id: I561609fa84a6265f8148db7d2411bc1fd38dd163
-