| Commit message (Expand) | Author | Age | Files | Lines |
* | [IL125] Remove arg to onPickSuggestionManually•••Bug: 8636060
Change-Id: I55332c22897e97148621cbd367acf5175b5b3d04
|  Jean Chalard | 2014-03-19 | 1 | -8/+42 |
* | [CB06] Fix a design error.•••The event interpreter should intervene later, after decoding.
Decoding should happen first, and then the Event should
be passed to the InputLogic.
For the time being, we will leave the (unused) EventInterpreter
class and its friends, because we'll use them again later.
Bug: 13406701
Change-Id: I7582d486724311e39e6692e606cca50c78800643
|  Jean Chalard | 2014-03-17 | 1 | -0/+4 |
* | [CB04] Add an event array to WordComposer.•••Bug: 13406701
Change-Id: I9ecd2709c8f1c678a85b0cfaf7c5ed4f78459821
|  Jean Chalard | 2014-03-14 | 1 | -0/+28 |
* | [CB03] Pass whole events to the various input logic handlers.•••Bug: 13406701
Change-Id: I0a0e4e0b3357f116e1b915c548dee4575e300c92
|  Jean Chalard | 2014-03-13 | 1 | -0/+6 |
* | [CB02] Pass an Event to onCodeInput.•••Bug: 13406701
Change-Id: Id82e9aab6544ca308e6ac6dee2cfa018b9ce2d8f
|  Jean Chalard | 2014-03-13 | 1 | -6/+28 |
* | [CB01] Reset some old assumptions about dead keys•••The combining framework will be more generic than previously
thought. We don't need to handle dead keys as a special type
of event, as all events can be combined arbitrarily.
Bug: 13406701
Change-Id: I8137fdb186c4d70eaa71808c5a1430b1559db1ae
|  Jean Chalard | 2014-03-13 | 1 | -26/+48 |
* | Initial implementation for dead keys (B3)•••Bug: 5037589
Change-Id: I9e1ff92df7d0c58eb7a0f33603adebc9efb86585
|  Jean Chalard | 2013-01-10 | 1 | -0/+4 |
* | Add a next Event (B2)•••Change-Id: If2fe6f0f4f88a6ae1f22664ded61cec6942c18b9
|  Jean Chalard | 2013-01-09 | 1 | -6/+9 |
* | Abandon the idea of an Event pool and make Event immutable (B1)•••Change-Id: I750a07c0c564a95ceac734afa873ca3da9626a7f
|  Jean Chalard | 2013-01-09 | 1 | -18/+12 |
* | Start committing hardware events (B4)•••Essentially this does activate auto-correction with a hardware
keyboard, although a lot of things are still left to implement.
No proximity is used yet which means only missing and excessive
letters are considered. Dead keys are not handled. No combiner
is supported. No suggestions are displayed. Resuming suggestions
does not work correctly with a hardware key (because the view
holds a temporary hardware event 'onKeyPreIme' and the event
from the IME won't be handled until this is handled which won't
happen until after the IME said that it did handle the event).
Bug: 5037589
Change-Id: Idcb5c7b26d56717ed772d53c062362807f11cdae
|  Jean Chalard | 2012-12-27 | 1 | -0/+8 |
* | Initial implementation for decoding HW key events (B3)•••Bug: 5037589
Change-Id: I829f70a258de58ef8d2b836a9b435198a226e37f
|  Jean Chalard | 2012-12-27 | 1 | -0/+48 |
* | Add skeleton classes for hardware event flow (B1)•••Bug: 5037589
Change-Id: Id8eea0e2bd00dd339a1efb4b0542e4c091a84195
|  Jean Chalard | 2012-12-19 | 1 | -0/+36 |