summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/latin/WordComposer.java
Commit message (Expand)AuthorAgeFilesLines
* [HW12] Use the consumed status of the Event.Jean Chalard2014-08-041-0/+3
* [HW7.5] Introduce the @Nonnull annotation (take 2)Ken Wakasa2014-07-301-0/+3
* [HW7] Introduce consumed eventsJean Chalard2014-07-301-3/+3
* [HW6] Split processing and applying the event.Jean Chalard2014-07-301-7/+21
* Revert "[HW6] Split processing and applying the event."Ken Wakasa2014-07-301-15/+5
* [HW6] Split processing and applying the event.Jean Chalard2014-07-291-5/+15
* Rename LatinImeLogger to DebugFlagsTadashi G. Takaoka2014-07-161-1/+2
* [CM1] Let predictions be aware of capitalize mode.Jean Chalard2014-06-161-4/+24
* Remove mPrevWordsInfoJean Chalard2014-06-101-45/+19
* Fix an IOOB exceptionJean Chalard2014-06-021-4/+7
* Use Java 7 diamond operatorTadashi G. Takaoka2014-05-241-2/+1
* Introduce EMPTY_PREV_WORDS_INFO and BEGINNING_OF_SENTENCE.Keisuke Kuroyanagi2014-05-231-3/+3
* Add beginning of sentence information in PrevWordsInfo.Keisuke Kuroyanagi2014-05-211-3/+3
* Use PrevWordsInfo for get/add/remove n-gram(bigram) entry.Keisuke Kuroyanagi2014-05-211-6/+5
* Revert "Use PrevWordsInfo for get/add/remove n-gram(bigram) entry."Ken Wakasa2014-05-201-5/+6
* Use PrevWordsInfo for get/add/remove n-gram(bigram) entry.Keisuke Kuroyanagi2014-05-201-6/+5
* Use PrevWordsInfo instead of String in Java side.Keisuke Kuroyanagi2014-05-191-15/+13
* Fix: StringIndexOutOfBoundsException.Keisuke Kuroyanagi2014-05-161-10/+2
* Fix a bug where changing languages kills the composition.Jean Chalard2014-05-141-8/+7
* Create the path for specifying combining rules in the subtypeJean Chalard2014-05-121-0/+16
* Fix a bug for counting code points in WordComposer.javaXiaojun Bi2014-04-181-7/+10
* [CB26] Remove useless variables.Jean Chalard2014-04-101-49/+11
* [CB25] Refactor some array copyingJean Chalard2014-04-091-15/+28
* [CB23] Merge add and deleteLastJean Chalard2014-04-071-16/+9
* [CB22] Merge add and deleteJean Chalard2014-04-071-19/+15
* Revert "[CB22] Merge add and delete"Ken Wakasa2014-04-041-13/+19
* [CB22] Merge add and deleteJean Chalard2014-04-021-19/+13
* [CB21] More refactoringJean Chalard2014-04-021-17/+20
* [CB20] Some more refactoringJean Chalard2014-04-021-8/+10
* [CB19] Some refactoringJean Chalard2014-04-021-6/+8
* [CB18] Move some code aroundJean Chalard2014-04-021-27/+27
* [CB17] Remove a member.Jean Chalard2014-04-021-31/+18
* Some cleanupJean Chalard2014-03-281-1/+6
* [CB14.5] Stop copying WordComposers.Jean Chalard2014-03-281-19/+7
* Revert "[CB15] Remove a redundant variable."Jean Chalard2014-03-271-2/+30
* [CB15] Remove a redundant variable.Jean Chalard2014-03-271-30/+2
* [CB14] Implement backspace in the combiner chainJean Chalard2014-03-251-22/+7
* [CB13] Remove an unused method.Jean Chalard2014-03-241-7/+0
* [CB12] Reset the combining state when resetting the composerJean Chalard2014-03-241-0/+5
* [CB11] Get the result of the combinationJean Chalard2014-03-201-1/+4
* [CB09] Pass events through the combiner chainJean Chalard2014-03-201-0/+1
* [CB08] Create a combiner chain in the word composer.Jean Chalard2014-03-201-0/+5
* [CB04] Add an event array to WordComposer.Jean Chalard2014-03-141-6/+27
* [IL73] Remove all refs to Key and Keyboard in WordComposerJean Chalard2014-01-231-21/+0
* [IL70] Remove unused argumentsJean Chalard2014-01-231-3/+1
* [IL69] Oust Keyboard from WordComposer#setComposingWordJean Chalard2014-01-231-7/+10
* [IL68] Start refactoring setComposingWordJean Chalard2014-01-231-0/+3
* [IL56] Don't erase suggestions when reverting a commit.Jean Chalard2014-01-161-6/+7
* Rename InputPointers.addPointer and ResizableIntArray.addTadashi G. Takaoka2014-01-081-1/+1
* Fix a bug where predictions would not pop upon manual pickJean Chalard2013-12-261-1/+1