- May 15, 2013
-
-
Tadashi G. Takaoka authored
-
Tadashi G. Takaoka authored
Bug: 8159728 Change-Id: Ifd7339c7db305de424109b6adb126b354028b3aa
-
Tadashi G. Takaoka authored
This reverts commit c1ff8d7d Change-Id: Ib1f374f48adb436c0b6023aa5052e6340c410df7
-
Tadashi G. Takaoka authored
Bug: 8159728 Change-Id: Ifb08b62e11008ad56715a07825c0fbc719130ebd
-
Tadashi G. Takaoka authored
Bug: 8159728 Change-Id: I578014912fa63c4c9b4c2c89aeae7ffec836b06c
-
Tadashi G. Takaoka authored
Bug: 8159728 Change-Id: I0306efe99aa8db97ec6a1888240f0538480ebea5
-
- May 14, 2013
-
-
Kurt Partridge authored
-
Kurt Partridge authored
-
Tadashi G. Takaoka authored
-
Tadashi G. Takaoka authored
Bug: 8159728 Change-Id: Ief8d7197879d24ccef529e975c23d6f11c7aa458
-
Ken Wakasa authored
-
Ken Wakasa authored
bug: 7167303 Change-Id: I45ca9d31cf4f8492dde367f997d8e36f4a07cffe
-
Ken Wakasa authored
-
Ken Wakasa authored
This reverts commit cb0d1c4c Change-Id: Ie2c8e01c25bd051b6157e8f32ab84392a0c7252a bug: 8954116
-
Tadashi G. Takaoka authored
Bug: 8915171 Change-Id: Iabdeb7920f67f89246087c3ee06240406ecfbc3d
-
Tadashi G. Takaoka authored
-
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
-
Kurt Partridge authored
For a while, the ResearchLogger supported comprehensive recording of the last few words in case the user wished to upload this data to give developers feedback. However, this mechanism was not implemented well (keeping a separate copy of the data), did not make the collected data clear to the user, and was not working properly in the latest build (NPEs). The mechanism in fact was deprecated in favor of the "userRecording" mechanism in which the user explicitly turned on comprehensive recording, demonstrated the issue they were experiencing, and then turned it off. This change removes the vestiges of the FeedbackLogging mechanism. A feedback log is still used to hold the user's message, but it is created in a local variable as-needed, and not persisted in ResearchLogger. Change-Id: I6a09d0ed36e1eddb6e57895e7428d22107f75f49
-
Kurt Partridge authored
The IS_INHIBITING_AUTO_UPLOAD flag is tested in isPossibleToUpload, so it inhibits all uploads, not just automatic ones. Renaming to IS_INHIBITING_UPLOAD. Change-Id: Iceed79260d4b062147f40c09f0c5bb06b2519b1b
-
- May 13, 2013
-
-
Baligh Uddin authored
Change-Id: I9b70a81c1f507e5e9a2bfdcb179dea1cc03e0517 Auto-generated-cl: translation import
-
Tadashi G. Takaoka authored
Bug: 8556975 Change-Id: If7839c5764f7a269243a9570c0b7782b6f7ee73b
-
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
Bug: 8556975 Change-Id: I11260a64dc13c102bac7a9742dc66f2b05fd32de
-
Tadashi G. Takaoka authored
This is a follow up of I275c99db8a. Bug: 8556975 Change-Id: Ia6c2ab878760523da767036ce0bfc6c8350e1a92
-
Tadashi G. Takaoka authored
-
Tadashi G. Takaoka authored
Bug: 8915171 Change-Id: Id8685f90766c7de55b56476de83abf97150a186d
-
Tadashi G. Takaoka authored
Bug: 8915171 Change-Id: I04f84c29f10abc0207072d2165c75dd20f053f92
-
Tadashi G. Takaoka authored
Bug: 8556975 Change-Id: Iffc53d6a40dd77860434c5f7f4f59af5cd1ba92b
-
Tadashi G. Takaoka authored
-
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
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
-
Kurt Partridge authored
-
Kurt Partridge authored
-
Tadashi G. Takaoka authored
-