| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| |
| |
| |
| | |
Bug: 13406708
Change-Id: Iadad6df296467d0e5b631fba4a409d53c8a5a6f2
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This CL also tunes the width of suggestions strip to be able to
display 15~16 letters without x-scaling at the center slot.
Bug: 14419121
Change-Id: Ia5766cee043899533e24e2ebc621e8dc279370b3
|
|\ \ \
| |/ /
|/| | |
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
A preparation for implementing Distracter Filter.
This CL should be checked in together with Icfefa0463180
Bug: 13142176
Change-Id: If9e5ca840c4a81cb0339ab70f146b42fbfa7af5d
|
|/
|
|
|
|
| |
Bug: 14602321
Change-Id: Ib98d5648ea2a901393b79c7f300bc6d209ee98d1
|
|\ |
|
| |
| |
| |
| |
| | |
Bug: 13755213
Change-Id: I9ded695c31d3db05f561956c61d56ebd16d34703
|
|\| |
|
| |
| |
| |
| |
| | |
Bug: 13755213
Change-Id: I4dcd5684bc65f13361bf9c4f9d50b07b1e33c62d
|
|\| |
|
| |
| |
| |
| |
| | |
Bug: 13755213
Change-Id: I046af54b4860d2839328f2089ea785d81d04cf43
|
| |
| |
| |
| | |
Change-Id: I89a5b4fa93153081b4f7a9183619cbe7c9ea01fa
|
|\| |
|
| |
| |
| |
| |
| | |
Bug: 13755213
Change-Id: I9663d1d60fccd8deb1a22683fb06fe64dee06b45
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | | |
Bug: 10081730
Change-Id: If198fa3df68ecb267da0a278da41fd509d6165f1
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This CL also renames AccessibleKeyboardViewProxy and
AccessibilityEntityProvider to MainKeyboardAccessibilityDelegate and
MainKeyboardAccessibilityNodeProvider.
Change-Id: I2b0ec091a11aa8a495794d633efecb6d8b818f42
|
|\ \ \ \ |
|
| | |/ /
| |/| |
| | | |
| | | |
| | | | |
Bug: 9520584
Change-Id: I1c0f9e1b530d4d5bf5f52c2905c20f5ab7c26442
|
|\ \ \ \
| | |_|/
| |/| | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Bug: 13755213
Change-Id: I2d242a3332e9633d4e41e08c0bbfafcefd814ecd
|
|\ \ \ \
| | |_|/
| |/| | |
|
| | |/
| |/|
| | |
| | | |
Change-Id: I3097805c6c8b4a4ac19fbe062f763e2639eb5cbf
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Make sure if Build.VERSION.CODENAME is "REL" or not when
Build.VERSION.SDK_INT is 19 (KitKat). This is a tentative
workaround until Build.VERSION.SDK_INT is bumped to 20 or
greater.
BUG: 12965588
Change-Id: I0f6a8ef92af221240d247997ce65bd5e351b2d5e
|
| |
| |
| |
| | |
Change-Id: I8f66632a32b9e9ddc1b771e8ee74492c7baf9338
|
| |
| |
| |
| | |
Change-Id: I6b04a58c543fda6df7a2c016b8b8a5300f137d73
|
|\| |
|
| |
| |
| |
| |
| | |
Bug: 8187060
Change-Id: I9103462412e727b0160b218b1bb301ce43621c46
|
|\| |
|
| |
| |
| |
| |
| | |
Bug: 8187060
Change-Id: Ic665f0a5e940708aa9addedac068a64900b307e7
|
|\| |
|
| |
| |
| |
| |
| |
| |
| | |
We no longer write files when the dict has not been updated.
Bug: 8187060
Change-Id: I8aa23a93d5deafb3a7f16f5466a5e0e84fbbf095
|
|\| |
|
| |
| |
| |
| |
| | |
Bug: 8187060
Change-Id: I3e1fa4060d8a5c12d8d609be3357d56051fb5815
|
|\| |
|
| |
| |
| |
| |
| | |
Bug: 13630847
Change-Id: Icabd08c674dcf086250b9e594328a43286d1d203
|
|\| |
|
| |
| |
| |
| |
| | |
Bug: 13630847
Change-Id: I016a464890d5e63794fb1288b4ce7b09adffc453
|
|\| |
|
| |
| |
| |
| |
| |
| | |
Bug: 13630847
Change-Id: Iadcf5b31f66fb73efc5c640e96e8c2106a0224dd
|
|\ \ |
|
| |/
| |
| |
| |
| |
| |
| | |
Happened when top suggestion is long and auto-corrected.
Bug: 13738879
Change-Id: I47c2dfb34cfc92b54cfe54c432ee2f646fe454e5
|
|\ \ |
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
With this CL, LatinIME starts using
InputMethodManager#shouldOfferSwitchingToNextInputMethod when
available and API level is higher than 19 (KitKat).
Note that relevant settings of LatinIME will be ignored if
InputMethodManager#shouldOfferSwitchingToNextInputMethod is
considered to be available at the moment. We will revisit
here to reorganize the user visible settings before the
new global IME switching mechanism becomes publicly
available.
BUG: 12965588
Change-Id: I0188fa56cba8e983c61cef3ae3400a0e3821f718
|
|\ \
| |/
|/| |
|
| |
| |
| |
| |
| |
| |
| |
| | |
This CL moves "Show slide indicator" and "Key long press delay"
advanced options to the debug settings.
Bug: 11866784
Change-Id: Iec16e09ba6e7c9f82ce0fa73a0d75766b843b44b
|
| |
| |
| |
| | |
Change-Id: Iff2b73081d48f32b1d3a5d5b32c9734979362c23
|