index
:
packages_input_LatinIME.git
kitkat
lp5.0
packages_input_LatinIME
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
java
/
src
/
com
/
android
/
inputmethod
/
latin
/
BinaryDictionary.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Track crashing during migration to avoid crash loop. DO NOT MERGE.
Keisuke Kuroyanagi
2014-07-14
1
-11
/
+29
*
Move phrase gesture from additional features to public.
Keisuke Kuroyanagi
2014-07-08
1
-3
/
+8
*
Extend jni method to use multiple previous words.
Keisuke Kuroyanagi
2014-06-26
1
-15
/
+16
*
Merge "Rename jni method for n-gram supporting."
Keisuke Kuroyanagi
2014-06-24
1
-10
/
+10
|
\
|
*
Rename jni method for n-gram supporting.
Keisuke Kuroyanagi
2014-06-25
1
-10
/
+10
*
|
Merge "Make PrevWordsInfo have multiple words' information."
Keisuke Kuroyanagi
2014-06-24
1
-18
/
+26
|
\
|
|
*
Make PrevWordsInfo have multiple words' information.
Keisuke Kuroyanagi
2014-06-25
1
-18
/
+26
*
|
Support migration/dump of Beginning-of-Sentence entries.
Keisuke Kuroyanagi
2014-06-24
1
-13
/
+20
|
/
*
Move variables for I/O of a jni method to traverse session.
Keisuke Kuroyanagi
2014-06-17
1
-44
/
+30
*
Merge "Add jni method for removeUnigramEntry()."
Keisuke Kuroyanagi
2014-06-10
1
-0
/
+14
|
\
|
*
Add jni method for removeUnigramEntry().
Keisuke Kuroyanagi
2014-06-12
1
-0
/
+14
*
|
Block offensive words in native code.
Keisuke Kuroyanagi
2014-06-12
1
-12
/
+5
|
/
*
Add Dictionary.isInDictionary().
Keisuke Kuroyanagi
2014-06-09
1
-1
/
+1
*
Implement getMaxProbabilityOfExactMatches().
Keisuke Kuroyanagi
2014-06-06
1
-0
/
+1
*
Add jni method for getMaxFrequencyOfExactMatches().
Keisuke Kuroyanagi
2014-06-05
1
-1
/
+8
*
Clean up for Iba6eeb7981634e7ddb.
Keisuke Kuroyanagi
2014-05-29
1
-8
/
+8
*
Stop directly checking SuggestedWordInfo.mKind
Keisuke Kuroyanagi
2014-05-28
1
-4
/
+4
*
Return whether the dynamic dict operation was success.
Keisuke Kuroyanagi
2014-05-27
1
-27
/
+42
*
Use whether it's exact match to detect distracters.
Keisuke Kuroyanagi
2014-05-26
1
-6
/
+1
*
Use Java 7 diamond operator
Tadashi G. Takaoka
2014-05-24
1
-11
/
+9
*
Extend jni methods and enable Beginning-of-Sentence.
Keisuke Kuroyanagi
2014-05-23
1
-19
/
+27
*
Use PrevWordsInfo for get/add/remove n-gram(bigram) entry.
Keisuke Kuroyanagi
2014-05-21
1
-17
/
+20
*
Revert "Use PrevWordsInfo for get/add/remove n-gram(bigram) entry."
Ken Wakasa
2014-05-20
1
-20
/
+17
*
Use PrevWordsInfo for get/add/remove n-gram(bigram) entry.
Keisuke Kuroyanagi
2014-05-20
1
-17
/
+20
*
Use PrevWordsInfo instead of String in Java side.
Keisuke Kuroyanagi
2014-05-19
1
-3
/
+3
*
Make session id mandatory for getSuggestions.
Keisuke Kuroyanagi
2014-05-16
1
-15
/
+2
*
Quit use bigram probability diff for ver4 dict.
Keisuke Kuroyanagi
2014-05-15
1
-8
/
+0
*
Fix typo wordPreperty -> wordProperty.
Keisuke Kuroyanagi
2014-05-13
1
-2
/
+2
*
Merge "Add VERSION4_TEST for testing."
Keisuke Kuroyanagi
2014-05-09
1
-1
/
+3
|
\
|
*
Add VERSION4_TEST for testing.
Keisuke Kuroyanagi
2014-05-09
1
-1
/
+3
*
|
Fix unit tests by adding @UsedForTesting
Keisuke Kuroyanagi
2014-05-09
1
-2
/
+1
|
/
*
Extend jni interface for dictionary migration.
Keisuke Kuroyanagi
2014-05-08
1
-1
/
+5
*
Support creating BinaryDictionary without creating dict file.
Keisuke Kuroyanagi
2014-04-22
1
-2
/
+34
*
Revert "Support creating BinaryDictionary without creating dict file."
Keisuke Kuroyanagi
2014-04-22
1
-34
/
+2
*
Support creating BinaryDictionary without creating dict file.
Keisuke Kuroyanagi
2014-04-22
1
-2
/
+34
*
Merge "Add jni interface to use on memory dictionary."
Keisuke Kuroyanagi
2014-04-22
1
-0
/
+2
|
\
|
*
Add jni interface to use on memory dictionary.
Keisuke Kuroyanagi
2014-04-21
1
-0
/
+2
*
|
Merge "Add BinaryDictionary.flushWithGCIfHasUpdated()."
Keisuke Kuroyanagi
2014-04-22
1
-0
/
+9
|
\
|
|
*
Add BinaryDictionary.flushWithGCIfHasUpdated().
Keisuke Kuroyanagi
2014-04-21
1
-0
/
+9
*
|
Fix a bug for counting code points in WordComposer.java
Xiaojun Bi
2014-04-18
1
-1
/
+1
|
/
*
[CB25] Refactor some array copying
Jean Chalard
2014-04-09
1
-6
/
+7
*
[CB24] Remove a useless test
Jean Chalard
2014-04-08
1
-11
/
+13
*
Always close binary dicts for personalized dicts.
Keisuke Kuroyanagi
2014-04-03
1
-2
/
+12
*
Extend jni interface to input/output languageWeight.
Keisuke Kuroyanagi
2014-04-03
1
-2
/
+12
*
Add languageWeight as an argument of getSuggestions.
Keisuke Kuroyanagi
2014-04-03
1
-3
/
+4
*
Merge "Dictionary migration in Java side."
Keisuke Kuroyanagi
2014-03-28
1
-1
/
+22
|
\
|
*
Dictionary migration in Java side.
Keisuke Kuroyanagi
2014-03-27
1
-1
/
+22
*
|
[CB14.5] Stop copying WordComposers.
Jean Chalard
2014-03-28
1
-1
/
+1
*
|
Revert "[CB15] Remove a redundant variable."
Jean Chalard
2014-03-27
1
-12
/
+2
*
|
[CB15] Remove a redundant variable.
Jean Chalard
2014-03-27
1
-2
/
+12
|
/
[next]