index
:
packages_inputmethods_LatinIME.git
mm6.0
q10.0
packages_inputmethods_LatinIME
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
java
/
src
/
com
/
android
/
inputmethod
/
latin
/
WordComposer.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Race condition in cursor move.
Dan Zivkovic
2015-02-27
1
-8
/
+10
*
Move decoder specific constants to DecoderSpecificConstants.java
Mohammadinamul Sheik
2015-02-05
1
-1
/
+2
*
AOSP changes to use KeyboardLayout to support the new DictionaryFacilitator
Mohammadinamul Sheik
2015-02-04
1
-0
/
+11
*
Disable the Burmese keyboard.
Dan Zivkovic
2015-01-29
1
-2
/
+1
*
Fix moving the cursor inside composition in lang w/o spaces
Jean Chalard
2014-12-22
1
-2
/
+2
*
Move util classes under common
Jean Chalard
2014-11-07
1
-1
/
+1
*
Remove Dict dependency on WordComposer and ProximityInfo
Jean Chalard
2014-10-29
1
-32
/
+5
*
Move InputPointers and ResizableIntArray to common
Jean Chalard
2014-10-29
1
-0
/
+1
*
Move StringUtils under common.
Jean Chalard
2014-10-28
1
-1
/
+1
*
Move Constants.java to the latin.common package
Ken Wakasa
2014-10-23
1
-0
/
+1
*
Fix Javadoc and null analysis related warnings
Tadashi G. Takaoka
2014-10-23
1
-1
/
+1
*
Fix some compiler warnings
Tadashi G. Takaoka
2014-10-21
1
-2
/
+1
*
[ML18] Make WordComposer#getAutoCorrection a word info
Jean Chalard
2014-10-08
1
-13
/
+5
*
Add calls to stub for API to consume gesture data.
David Faden
2014-10-03
1
-2
/
+1
*
Rename PrevWordsInfo to NgramContext.
Keisuke Kuroyanagi
2014-09-29
1
-2
/
+2
*
Add StatsUtils.onAutoCorrection method.
Mohammadinamul Sheik
2014-09-16
1
-1
/
+10
*
[HW12] Use the consumed status of the Event.
Jean Chalard
2014-08-04
1
-0
/
+3
*
[HW7.5] Introduce the @Nonnull annotation (take 2)
Ken Wakasa
2014-07-30
1
-0
/
+3
*
[HW7] Introduce consumed events
Jean Chalard
2014-07-30
1
-3
/
+3
*
[HW6] Split processing and applying the event.
Jean Chalard
2014-07-30
1
-7
/
+21
*
Revert "[HW6] Split processing and applying the event."
Ken Wakasa
2014-07-30
1
-15
/
+5
*
[HW6] Split processing and applying the event.
Jean Chalard
2014-07-29
1
-5
/
+15
*
Rename LatinImeLogger to DebugFlags
Tadashi G. Takaoka
2014-07-16
1
-1
/
+2
*
[CM1] Let predictions be aware of capitalize mode.
Jean Chalard
2014-06-16
1
-4
/
+24
*
Remove mPrevWordsInfo
Jean Chalard
2014-06-10
1
-45
/
+19
*
Fix an IOOB exception
Jean Chalard
2014-06-02
1
-4
/
+7
*
Use Java 7 diamond operator
Tadashi G. Takaoka
2014-05-24
1
-2
/
+1
*
Introduce EMPTY_PREV_WORDS_INFO and BEGINNING_OF_SENTENCE.
Keisuke Kuroyanagi
2014-05-23
1
-3
/
+3
*
Add beginning of sentence information in PrevWordsInfo.
Keisuke Kuroyanagi
2014-05-21
1
-3
/
+3
*
Use PrevWordsInfo for get/add/remove n-gram(bigram) entry.
Keisuke Kuroyanagi
2014-05-21
1
-6
/
+5
*
Revert "Use PrevWordsInfo for get/add/remove n-gram(bigram) entry."
Ken Wakasa
2014-05-20
1
-5
/
+6
*
Use PrevWordsInfo for get/add/remove n-gram(bigram) entry.
Keisuke Kuroyanagi
2014-05-20
1
-6
/
+5
*
Use PrevWordsInfo instead of String in Java side.
Keisuke Kuroyanagi
2014-05-19
1
-15
/
+13
*
Fix: StringIndexOutOfBoundsException.
Keisuke Kuroyanagi
2014-05-16
1
-10
/
+2
*
Fix a bug where changing languages kills the composition.
Jean Chalard
2014-05-14
1
-8
/
+7
*
Create the path for specifying combining rules in the subtype
Jean Chalard
2014-05-12
1
-0
/
+16
*
Fix a bug for counting code points in WordComposer.java
Xiaojun Bi
2014-04-18
1
-7
/
+10
*
[CB26] Remove useless variables.
Jean Chalard
2014-04-10
1
-49
/
+11
*
[CB25] Refactor some array copying
Jean Chalard
2014-04-09
1
-15
/
+28
*
[CB23] Merge add and deleteLast
Jean Chalard
2014-04-07
1
-16
/
+9
*
[CB22] Merge add and delete
Jean Chalard
2014-04-07
1
-19
/
+15
*
Revert "[CB22] Merge add and delete"
Ken Wakasa
2014-04-04
1
-13
/
+19
*
[CB22] Merge add and delete
Jean Chalard
2014-04-02
1
-19
/
+13
*
[CB21] More refactoring
Jean Chalard
2014-04-02
1
-17
/
+20
*
[CB20] Some more refactoring
Jean Chalard
2014-04-02
1
-8
/
+10
*
[CB19] Some refactoring
Jean Chalard
2014-04-02
1
-6
/
+8
*
[CB18] Move some code around
Jean Chalard
2014-04-02
1
-27
/
+27
*
[CB17] Remove a member.
Jean Chalard
2014-04-02
1
-31
/
+18
*
Some cleanup
Jean Chalard
2014-03-28
1
-1
/
+6
*
[CB14.5] Stop copying WordComposers.
Jean Chalard
2014-03-28
1
-19
/
+7
[next]