- May 14, 2013
-
-
Tadashi G. Takaoka authored
* commit '41016aca': Back to previous keyboard layout by canceling sliding input
-
Tadashi G. Takaoka authored
Bug: 8915171 Change-Id: Iabdeb7920f67f89246087c3ee06240406ecfbc3d
-
Tadashi G. Takaoka authored
* commit 'c9398a3b': Fix PointerTrackerQueue.releaseAllPointerOlderThan
-
Tadashi G. Takaoka authored
-
Jean Chalard authored
* commit 'cb0d1c4c': Fix isSuggestionsStripVisible when keyboard hidden
-
Tadashi G. Takaoka authored
Change-Id: If353869720895ee5355079c15c724132762dd70c
-
Jean Chalard authored
When the keyboard is hidden, the suggestion strip is never visible. Bug: 8954116 Change-Id: I9f242d07b49ad60b625a22429bb013251e814905
-
- May 13, 2013
-
-
Baligh Uddin authored
* commit 'e69066d1': Import translations. DO NOT MERGE
-
Baligh Uddin authored
Change-Id: I9b70a81c1f507e5e9a2bfdcb179dea1cc03e0517 Auto-generated-cl: translation import
-
Baligh Uddin authored
Change-Id: I871e96e80b74f5c521d940c4b50fad24488c3c2e Auto-generated-cl: translation import
-
Tadashi G. Takaoka authored
* commit 'b121538e': Tune maximum keypress duration to 100 milliseconds
-
Tadashi G. Takaoka authored
Bug: 8556975 Change-Id: If7839c5764f7a269243a9570c0b7782b6f7ee73b
-
Tadashi G. Takaoka authored
* commit 'e8336aa8': Fix keypress vibration duration of HTC One X
-
Tadashi G. Takaoka authored
* commit '5f857a35': Disable functional key while in sliding input mode
-
Tadashi G. Takaoka authored
-
Tadashi G. Takaoka authored
-
Tadashi G. Takaoka authored
Bug: 8556975 Change-Id: I793dd90223f4da091a212ff54a02d19f03e49d6c
-
Tadashi G. Takaoka authored
This change registers the functional key when sliding input mode is end at the functional key itself. Bug: 8915171 Change-Id: I2031e2aa4ebf33684221fc44d4a808112489724f
-
Tadashi G. Takaoka authored
* commit 'b5f67e7f': Add device specific keypress vibration duration database
-
Tadashi G. Takaoka authored
Bug: 8556975 Change-Id: I11260a64dc13c102bac7a9742dc66f2b05fd32de
-
Tadashi G. Takaoka authored
* commit '0efd8d1b': Fix landscape override value expression
-
Tadashi G. Takaoka authored
This is a follow up of I275c99db8a. Bug: 8556975 Change-Id: Ia6c2ab878760523da767036ce0bfc6c8350e1a92
-
Tadashi G. Takaoka authored
* commit '6b0bcfba': Disable long press timer while sliding input mode
-
Tadashi G. Takaoka authored
-
Tadashi G. Takaoka authored
* commit 'ad662ade': Disable delete key repeating while in slide input mode
-
Tadashi G. Takaoka authored
Bug: 8915171 Change-Id: Id8685f90766c7de55b56476de83abf97150a186d
-
Tadashi G. Takaoka authored
Bug: 8915171 Change-Id: I04f84c29f10abc0207072d2165c75dd20f053f92
-
Tadashi G. Takaoka authored
* commit '18184eac': Support regular expression for condition pattern
-
Tadashi G. Takaoka authored
Bug: 8556975 Change-Id: Iffc53d6a40dd77860434c5f7f4f59af5cd1ba92b
-
Tadashi G. Takaoka authored
* commit 'ec83457d': Support multiple condition for getDeviceOverrideValue
-
Tadashi G. Takaoka authored
-
Ken Wakasa authored
* commit 'cb3bba3c': Rename GesturePreviewTrail.java -> GestureTrail.java
-
Tadashi G. Takaoka authored
Bug: 8556975 Change-Id: I29d3a305b6ac3d8e3620c6d8592d85047d62bf48
-
Ken Wakasa authored
Try reducing some confusions between GesturePreviewTrail.java and GestureTrailsPreview.java Change-Id: I5fe2ee740cf1b32210530188153f6f6937e34b68
-
- May 11, 2013
-
-
Kurt Partridge authored
* commit '7d72ca0b': Avoid JsonWriter multi-write error
-
Kurt Partridge authored
JsonWriter requires that its clients pass it only a single top-level object. The existing implementation tries to make code cleaner by having mJsonWriter never be null, and instead use a global static "NULL_JSON_WRITER" that just discards data. But because JsonWriter complains if more than one top-level object is passed, making this a global object does not work. This change instead copes with mJsonWriter being null. Change-Id: Ia37ccfc8646e91f11a64713dd92d2846eb86ac54
-
- May 10, 2013
-
-
Kurt Partridge authored
* commit '260df841': Remove unused code
-
Kurt Partridge authored
-
Kurt Partridge authored
* commit 'bb17034f': Remove ref to LatinImeLogger preference.
-
Kurt Partridge authored
-