History log of /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/Event.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6a26de1d7e3bb3b277c0af6d678023b862c22a86 07-Jan-2013 Jean Chalard <jchalard@google.com> Initial implementation for dead keys (B3)

Bug: 5037589
Change-Id: I9e1ff92df7d0c58eb7a0f33603adebc9efb86585
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/Event.java
6c75253c114991f9878822f018898d7f4bd90986 08-Jan-2013 Jean Chalard <jchalard@google.com> Add a next Event (B2)

Change-Id: If2fe6f0f4f88a6ae1f22664ded61cec6942c18b9
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/Event.java
ae74b8cf67ca569b5686214276d56b992cf4557e 09-Jan-2013 Jean Chalard <jchalard@google.com> Abandon the idea of an Event pool and make Event immutable (B1)

Change-Id: I750a07c0c564a95ceac734afa873ca3da9626a7f
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/Event.java
997cba7decce9694b3c2f9487deb9710ebb19595 26-Dec-2012 Jean Chalard <jchalard@google.com> 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
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/Event.java
581f324ed8314befdf7d8cf1c923791455cc11a5 21-Dec-2012 Jean Chalard <jchalard@google.com> Initial implementation for decoding HW key events (B3)

Bug: 5037589
Change-Id: I829f70a258de58ef8d2b836a9b435198a226e37f
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/Event.java
cff28c5d5db3e0c3e97149519a3f705150aeb224 06-Dec-2012 Jean Chalard <jchalard@google.com> Add skeleton classes for hardware event flow (B1)

Bug: 5037589
Change-Id: Id8eea0e2bd00dd339a1efb4b0542e4c091a84195
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/Event.java