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
/
PrevWordsInfo.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename PrevWordsInfo to NgramContext.
Keisuke Kuroyanagi
2014-09-29
1
-229
/
+0
*
Refactoring PrevWordsInfo.
Keisuke Kuroyanagi
2014-09-26
1
-21
/
+57
*
Prepare supporting n-gram for user history dictionary.
Keisuke Kuroyanagi
2014-09-22
1
-0
/
+7
*
Fix unit tests.
Keisuke Kuroyanagi
2014-09-19
1
-3
/
+24
*
Use PrevWordsInfo.getPrevWordCount() in Java side.
Keisuke Kuroyanagi
2014-09-17
1
-11
/
+12
*
Use CharSequence for spell checker to keep spans preserved
Yohei Yukawa
2014-07-20
1
-5
/
+7
*
Find multiple previous word information to support n-gram.
Keisuke Kuroyanagi
2014-06-27
1
-9
/
+34
*
Make PrevWordsInfo have multiple words' information.
Keisuke Kuroyanagi
2014-06-25
1
-22
/
+97
*
Return whether the dynamic dict operation was success.
Keisuke Kuroyanagi
2014-05-27
1
-0
/
+6
*
Introduce EMPTY_PREV_WORDS_INFO and BEGINNING_OF_SENTENCE.
Keisuke Kuroyanagi
2014-05-23
1
-7
/
+14
*
Extend jni methods and enable Beginning-of-Sentence.
Keisuke Kuroyanagi
2014-05-23
1
-1
/
+7
*
Add beginning of sentence information in PrevWordsInfo.
Keisuke Kuroyanagi
2014-05-21
1
-0
/
+14
*
Use PrevWordsInfo instead of String in Java side.
Keisuke Kuroyanagi
2014-05-19
1
-0
/
+29