summaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/event
Commit message (Expand)AuthorAgeFilesLines
* Disable the Burmese keyboard.Dan Zivkovic2015-01-292-304/+1
* Fix moving the cursor inside composition in lang w/o spacesJean Chalard2014-12-221-0/+15
* Move StringUtils under common.Jean Chalard2014-10-281-1/+1
* Fix unit test breakageTadashi G. Takaoka2014-10-241-7/+7
* Merge "Move Constants.java to the latin.common package"Ken Wakasa2014-10-245-5/+5
|\
| * Move Constants.java to the latin.common packageKen Wakasa2014-10-235-5/+5
* | Fix unit tests (InputLogicTestsDeadKeys).Keisuke Kuroyanagi2014-10-231-1/+4
|/
* Fix Javadoc and null analysis related warningsTadashi G. Takaoka2014-10-233-6/+5
* Fix some compiler warningsTadashi G. Takaoka2014-10-214-97/+107
* Straighten the dead char implementation, take 3.Jean Chalard2014-08-282-22/+245
* Revert "Straighten the dead char implementation."Ken Wakasa2014-08-271-243/+22
* Straighten the dead char implementation.Jean Chalard2014-08-271-22/+243
* Revert "[HW17] Straighten the dead char implementation."Jean Chalard2014-08-221-243/+22
* [HW17] Straighten the dead char implementation.Jean Chalard2014-08-221-22/+243
* Add the input style to SuggestedWords.Jean Chalard2014-08-142-1/+3
* [HW15] Pass events instead of reading them from the transactionJean Chalard2014-08-051-1/+1
* [HW14] CleanupJean Chalard2014-08-051-0/+16
* [HW12] Use the consumed status of the Event.Jean Chalard2014-08-043-5/+25
* [HW7.5] Introduce the @Nonnull annotation (take 2)Ken Wakasa2014-07-304-4/+12
* [HW7] Introduce consumed eventsJean Chalard2014-07-304-12/+28
* [HW6] Split processing and applying the event.Jean Chalard2014-07-301-2/+10
* Revert "[HW6] Split processing and applying the event."Ken Wakasa2014-07-301-10/+2
* [HW6] Split processing and applying the event.Jean Chalard2014-07-291-2/+10
* [SD4] Restart suggestions on language changeJean Chalard2014-06-301-0/+16
* [HW1] Fix some bugs with event handlingJean Chalard2014-06-262-1/+8
* Use Java 7 diamond operatorTadashi G. Takaoka2014-05-242-9/+8
* Fix a bug where changing languages kills the composition.Jean Chalard2014-05-141-3/+5
* Implement backspace in the current cluster for MyanmarJean Chalard2014-05-141-3/+27
* Add initial reordering rules for MyanmarJean Chalard2014-05-121-3/+200
* Create the path for specifying combining rules in the subtypeJean Chalard2014-05-122-0/+74
* Fix updating the shift state upon backspaceJean Chalard2014-04-143-10/+22
* [IL131] Cleanup some cruftJean Chalard2014-04-031-32/+46
* [IL128] Remove passing some handlers.Jean Chalard2014-03-271-0/+25
* [CB14] Implement backspace in the combiner chainJean Chalard2014-03-252-2/+16
* [CB12] Reset the combining state when resetting the composerJean Chalard2014-03-243-0/+18
* [CB11] Get the result of the combinationJean Chalard2014-03-204-4/+57
* [CB10] Add an event for string inputJean Chalard2014-03-201-14/+31
* [CB09] Pass events through the combiner chainJean Chalard2014-03-203-4/+30
* [CB08] Create a combiner chain in the word composer.Jean Chalard2014-03-203-84/+54
* [IL125] Remove arg to onPickSuggestionManuallyJean Chalard2014-03-191-8/+42
* [CB06] Fix a design error.Jean Chalard2014-03-174-134/+7
* [CB04] Add an event array to WordComposer.Jean Chalard2014-03-141-0/+28
* [CB03] Pass whole events to the various input logic handlers.Jean Chalard2014-03-132-11/+10
* [CB02] Pass an Event to onCodeInput.Jean Chalard2014-03-133-12/+34
* [CB01] Reset some old assumptions about dead keysJean Chalard2014-03-133-38/+66
* [IL123] Put the settings values inside the transactionJean Chalard2014-03-061-2/+7
* [IL122] Put the code, x and y in the transactionJean Chalard2014-03-061-1/+14
* [IL121] Introduce InputTransactionJean Chalard2014-03-051-0/+48
* Move util classes to the latin/utils directoryKen Wakasa2013-06-241-1/+1
* Fix how the Enter action is decidedJean Chalard2013-02-221-4/+4