aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/event/CombinerChain.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use Java 7 diamond operatorTadashi G. Takaoka2014-05-241-7/+7
| | | | Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef
* Fix a bug where changing languages kills the composition.Jean Chalard2014-05-141-3/+5
| | | | | Bug: 14926896 Change-Id: Id2a06c68a51f833db4d8bbc858a232c2696afb6e
* Create the path for specifying combining rules in the subtypeJean Chalard2014-05-121-0/+36
| | | | | | | | Also add the skeleton of the combining rules for Myanmar reordering as a pilot. Bug: 13945569 Change-Id: Iabeb6838f45f1efff482143595ce5b48543e0c43
* [CB14] Implement backspace in the combiner chainJean Chalard2014-03-251-1/+15
| | | | | | Bug: 13622107 Bug: 13406701 Change-Id: I0023b398c4451253f9f717e2bd990b8a054004bc
* [CB12] Reset the combining state when resetting the composerJean Chalard2014-03-241-0/+8
| | | | | Bug: 13406701 Change-Id: I490574b7ca4b953f67dd2c0ef97401297fade0a4
* [CB11] Get the result of the combinationJean Chalard2014-03-201-4/+30
| | | | Change-Id: I165ec4a24f5b1334d55c14948e4d942ec40eb33b
* [CB09] Pass events through the combiner chainJean Chalard2014-03-201-0/+15
| | | | | Bug: 13406701 Change-Id: I4696f145478afdd132314b7d3c148c3a9ca11c9c
* [CB08] Create a combiner chain in the word composer.Jean Chalard2014-03-201-0/+54
Bug: 13406701 Change-Id: I3b9f75de9283f76366d1bef7e14a8f22f2186669