- Aug 27, 2014
-
-
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
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
-
- Aug 26, 2014
-
-
Jean Chalard authored
Bug: 17272902 Bug: 17269948 Change-Id: I561609fa84a6265f8148db7d2411bc1fd38dd163
-
Jean Chalard authored
This is because prediction can't be easily distinguished in style. This fixes the bug by simulating the right members, but some refactoring should be done to remove useless booleans. Bug: 17271923 Change-Id: Ib88f3fb95678021624e59535492926dd315d26fb
-
David Faden authored
Change-Id: I6bdae25a8b81cdac931f2591f33570b01e34fb2c
-
- Aug 25, 2014
-
-
Yohei Yukawa authored
This CL clarifies that delay parameters are specified with milliseconds. Change-Id: I401a60b8c09c2a04201af5b74babcdb091c07f4a
-
Jean Chalard authored
Change-Id: I48bfa4e4dd80f36d2fe0a1e9d2a2706533cc722e
-
Jean Chalard authored
...and prepare for the future Change-Id: Ieed96ab552993fd148e80b9c3355f1b569bd716f
-
Tadashi G. Takaoka authored
Bug: 17242477 Bug: 13988700 Change-Id: I519c0481760a9aa93a5d9bee68e0f6a3a8fc4d9d
-
Keisuke Kuroyanagi authored
Bug: 16553957 Change-Id: Ida08ceaf34708daed52d61b3d5adfbdb48e42c71
-
Tadashi G. Takaoka authored
Bug: 17203708 Change-Id: I4f203603496e9401dacba4db21372e3353916418
-
Jean Chalard authored
This reverts commit a63d0a8e. This patch seems to be fine after all, but was submitted without its companion [ML1.1] patch causing a build breakage. Reverting the revert and submitting both at the same time seems like the right thing to do. Change-Id: Ib8fefa40b74dcee0edb025a52dac9b35c82d49df
-
Yohei Yukawa authored
Change-Id: I597ab26db70387b80ddcd7d51de6ae751380030d
-
Yohei Yukawa authored
This is a groundwork for subsequent CLs where we need to call this method from multiple places. This CL does not change any existing behaviors. Change-Id: Id8fa0360305d7383571edffab6752b2240367cf9
-
Yohei Yukawa authored
This CL slightly extends the condition when "Add to dictionary" hint is dismissed. With this CL, "Add to dictionary hint" will be dismissed by any non-special char event. This is more comfortable especially if we start using more intrusive UIs such as indicator and/or background color with the text hint in the suggestion strip. Change-Id: I2ea0fa40d9c6663ebf5d5439be3eca2a2cbd5166
-
Yohei Yukawa authored
This is a groundwork for subsequent CLs where we need to add/remove background color to/from the commited text. In this CL, we use Spanned#SPAN_COMPOSING so that we can easily remove such a background color by calling InputConnection#finishComposingText. To make this operation easy and realiable, we need to track whether we have specified the background color to the commited text or not at one place. Here we use RichInputConnection for this purpose. Change-Id: I5f9bc4425c5d1b80a719a20e5baf336729ec08d2
-
- Aug 24, 2014
-
-
Yohei Yukawa authored
This is a groundwork for subsequent CLs whith need to do certain things for and only for the typed word. Change-Id: I374b79cbc79470f57f523c996010301ea5701a61
-
- Aug 22, 2014
-
-
Tadashi G. Takaoka authored
Change-Id: I58e95b2791a45afdc7dae8e26dcfc200b3b4b854
-
Jean Chalard authored
This reverts commit 8ffe4bc9. Change-Id: I9d4c98b0adfdb78b0f4d376f7691e50d1bd2228f
-
Jean Chalard authored
This reverts commit c6612ff0. Change-Id: I750d9bff9cb89a6ab13af7a33567c3a0fe2af381
-
Jean Chalard authored
Bug: 11230254 Change-Id: Ic7a1bf938a5a186dcff527b556295aba2406e8b9
-
Mohammadinamul Sheik authored
Change-Id: I61e32c7a455a273e8daf9a5487d7969923802488 Bug: 17013677
-
Jean Chalard authored
This now supports all cases, including cases not supported by the framework. Change-Id: I9dfbe2829c28c5bcb64b0b5a2551e7806990c00f
-
Yohei Yukawa authored
BUG: 17182367 BUG: 17185263 Change-Id: Id54ca29c191b9752fa82ffe5a960113b2e97e5c1
-
Keisuke Kuroyanagi authored
Bug: 16553957 Change-Id: I05866624d0ba9f32ea7a71cb231ba501dde4376c
-
- Aug 21, 2014
-
-
Tadashi G. Takaoka authored
Bug: 17169632 Change-Id: Ibee088d76c2b19f1d62a3c9c119452726e856ec8
-
Keisuke Kuroyanagi authored
Change-Id: I27d14697f931c9511420a459c49312ea6e10c366
-
- Aug 20, 2014
-
-
Yohei Yukawa authored
This CL simply moves the method calls of #requestCursorAnchorInfo into #onStartInputInternal just to consolidate the logic. Change-Id: Ia205738b9614e9ae375c1dab767a91d2e1f6d0d3
-
Yohei Yukawa authored
This CL add more compatibility wrapper methods for CursorAnchorInfo. This CL also adds more utility functions and types into CompatUtils to reduce explict cast operations. Change-Id: Id50165b552bbf28b832a6da13bf06eedcd2a190e
-
- Aug 18, 2014
-
-
Jean Chalard authored
Before this, we display the word we have committed instead of the word we will actually insert into the personal dictionary. There is a difference when the word was typed with auto-caps. Bug: 17071785 Change-Id: I2bfec0402b1307934590a78ab5c25104d92b75ca
-
- Aug 20, 2014
-
-
Ken Wakasa authored
This should make IDEs happy with appropriate source code directory selection. Change-Id: Ic734bd4d20aa050c688a3158b1a382ae0ac18991 (cherry picked from commit fb74ab15)
-
- Aug 19, 2014
-
-
Keisuke Kuroyanagi authored
Bug: 16547557 Change-Id: I11b82667631cbd5263cc08ccb304fc97bf692050
-
- Aug 16, 2014
-
-
Yohei Yukawa authored
With this CL, the backing view starts covering the content area entirely. This allows the IME to render its UI elements at an arbitrary position on the screen. Change-Id: I8b4173410931b776964dddf66de2fe247e51d9de
-
- Aug 15, 2014
-
-
Ken Wakasa authored
This should make IDEs happy with appropriate source code directory selection. bug: 16829244 Change-Id: Ic734bd4d20aa050c688a3158b1a382ae0ac18991
-
- Aug 14, 2014
-
-
Jean Chalard authored
Change-Id: I81f37d08659d449822b027d3d5912e11eec8b8ff
-
- Aug 13, 2014
-
-
Tadashi G. Takaoka authored
Bug: 16808603 Change-Id: I39ce0ed8b5580754dfd0cf1494289b0a23863d50
-
Yohei Yukawa authored
Change-Id: If3dda7442418053600ac935da50baaddb0e31d37
-
Yohei Yukawa authored
This CL never changes existing behavior because ProductionFlags.ENABLE_CURSOR_ANCHOR_INFO_CALLBACK is not yet turned on. Change-Id: I4bcbd2aebd05977b07231e8aa14acdcf6d8e1fa0
-
Tadashi G. Takaoka authored
Change-Id: Iedd90d07b904362d9debc9994ce86cd78a0303b9
-
Tadashi G. Takaoka authored
Bug: 13988700 Change-Id: If23f8a14097431e76a303a6d6c24e8d9835fb655 (cherry picked from commit 3659c70f)
-