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
/
BinaryDictionary.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
LatinIME: Add shortcuts support
Janet Sun
2019-12-11
1
-8
/
+13
*
Add prev words context to the SuggestedWordInfo.
Mohammadinamul Sheik
2015-03-19
1
-2
/
+3
*
Use BinaryDicitonary.MAX_PREV_WORD_COUNT_FOR_NGRAM for D2 dictioanries.
Mohammadinamul Sheik
2015-03-17
1
-1
/
+2
*
Fix the BinaryDictionaryTests
Mohammadinamul Sheik
2015-03-13
1
-4
/
+6
*
Remove unused phrase gesture code.
Chieu Nguyen
2015-03-11
1
-2
/
+0
*
Remove dead code, including tests.
Dan Zivkovic
2015-03-10
1
-18
/
+1
*
Remove shortcut support from LatinIME.
Dan Zivkovic
2015-02-11
1
-13
/
+8
*
Move decoder specific constants to DecoderSpecificConstants.java
Mohammadinamul Sheik
2015-02-05
1
-4
/
+5
*
LatinIME portion of multi-lang option removal.
Dan Zivkovic
2015-01-29
1
-2
/
+0
*
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
-8
/
+9
*
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
*
Use trigrams for personalization dict.
Keisuke Kuroyanagi
2014-10-23
1
-9
/
+9
*
Fix Javadoc and null analysis related warnings
Tadashi G. Takaoka
2014-10-23
1
-9
/
+23
*
Renaming "blacklist" flag to "possibly offensive"
Adrian Velicu
2014-10-21
1
-5
/
+6
*
[ML23] Introduce a different accuracy/performance tradeoff
Jean Chalard
2014-10-10
1
-0
/
+1
*
Rename updateCounter to updateEntriesForWordWithNgramContext.
Keisuke Kuroyanagi
2014-10-09
1
-3
/
+2
*
Extend jni method to dump ngram entries.
Keisuke Kuroyanagi
2014-10-09
1
-10
/
+16
*
Make UserHistoryDictionary use updateEntriesForWordWithNgramContext()
Keisuke Kuroyanagi
2014-10-06
1
-2
/
+3
*
Make unit tests use new entry updating method.
Keisuke Kuroyanagi
2014-10-06
1
-0
/
+20
*
Add jni method to update entries for a word efficiently.
Keisuke Kuroyanagi
2014-10-01
1
-0
/
+3
*
Rename PrevWordsInfo to NgramContext.
Keisuke Kuroyanagi
2014-09-29
1
-20
/
+20
*
Get stats from dictionary.
Keisuke Kuroyanagi
2014-09-22
1
-1
/
+1
*
Merge "Added @UsedForTesting to 'missing' methods to avoid ProGuard removing ...
Adrian Velicu
2014-09-19
1
-0
/
+1
|
\
|
*
Added @UsedForTesting to 'missing' methods to avoid ProGuard removing them
Adrian Velicu
2014-09-19
1
-0
/
+1
*
|
[ML8] Add a language weight
Jean Chalard
2014-09-19
1
-9
/
+16
|
/
*
Pass prevWordCount to native code for getSuggestion.
Keisuke Kuroyanagi
2014-09-18
1
-7
/
+7
*
Use PrevWordsInfo.getPrevWordCount() in Java side.
Keisuke Kuroyanagi
2014-09-17
1
-9
/
+6
*
[ML3] Put the locale in SuggestedWordInfo
Jean Chalard
2014-09-01
1
-5
/
+2
*
Track crashing during migration to avoid crash loop.
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
[next]