summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/latin/WordComposer.java
Commit message (Expand)AuthorAgeFilesLines
* Race condition in cursor move.Dan Zivkovic2015-02-271-8/+10
* Move decoder specific constants to DecoderSpecificConstants.javaMohammadinamul Sheik2015-02-051-1/+2
* AOSP changes to use KeyboardLayout to support the new DictionaryFacilitatorMohammadinamul Sheik2015-02-041-0/+11
* Disable the Burmese keyboard.Dan Zivkovic2015-01-291-2/+1
* Fix moving the cursor inside composition in lang w/o spacesJean Chalard2014-12-221-2/+2
* Move util classes under commonJean Chalard2014-11-071-1/+1
* Remove Dict dependency on WordComposer and ProximityInfoJean Chalard2014-10-291-32/+5
* Move InputPointers and ResizableIntArray to commonJean Chalard2014-10-291-0/+1
* Move StringUtils under common.Jean Chalard2014-10-281-1/+1
* Move Constants.java to the latin.common packageKen Wakasa2014-10-231-0/+1
* Fix Javadoc and null analysis related warningsTadashi G. Takaoka2014-10-231-1/+1
* Fix some compiler warningsTadashi G. Takaoka2014-10-211-2/+1
* [ML18] Make WordComposer#getAutoCorrection a word infoJean Chalard2014-10-081-13/+5
* Add calls to stub for API to consume gesture data.David Faden2014-10-031-2/+1
* Rename PrevWordsInfo to NgramContext.Keisuke Kuroyanagi2014-09-291-2/+2
* Add StatsUtils.onAutoCorrection method.Mohammadinamul Sheik2014-09-161-1/+10
* [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