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
/
Dictionary.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add shortcut support to UserDictionaryLookup.
Dan Zivkovic
2015-04-02
1
-0
/
+4
*
Remove last vestiges of contextual+personal dictionary.
Dan Zivkovic
2015-02-04
1
-9
/
+2
*
Remove Dict dependency on WordComposer and ProximityInfo
Jean Chalard
2014-10-29
1
-7
/
+7
*
Fix Javadoc and null analysis related warnings
Tadashi G. Takaoka
2014-10-23
1
-0
/
+8
*
Fix some compiler warnings
Tadashi G. Takaoka
2014-10-21
1
-3
/
+7
*
[ML19] Actually switch the language when appropriate
Jean Chalard
2014-10-09
1
-7
/
+9
*
Rename PrevWordsInfo to NgramContext.
Keisuke Kuroyanagi
2014-09-29
1
-5
/
+4
*
[ML8] Add a language weight
Jean Chalard
2014-09-19
1
-6
/
+10
*
Add a Dictionary.isUserSpecific method.
David Faden
2014-09-18
1
-0
/
+18
*
[ML3] Put the locale in SuggestedWordInfo
Jean Chalard
2014-09-01
1
-3
/
+6
*
Move phrase gesture from additional features to public.
Keisuke Kuroyanagi
2014-07-08
1
-4
/
+4
*
Add Dictionary.isInDictionary().
Keisuke Kuroyanagi
2014-06-09
1
-4
/
+13
*
Add getMaxFrequencyOfExactMatches() to Dictionary.
Keisuke Kuroyanagi
2014-06-05
1
-0
/
+4
*
Use PrevWordsInfo instead of String in Java side.
Keisuke Kuroyanagi
2014-05-19
1
-5
/
+3
*
Make session id mandatory for getSuggestions.
Keisuke Kuroyanagi
2014-05-16
1
-12
/
+3
*
Add contextual dictionary to the dictionary facilitator.
Keisuke Kuroyanagi
2014-05-01
1
-0
/
+2
*
Add languageWeight as an argument of getSuggestions.
Keisuke Kuroyanagi
2014-04-03
1
-4
/
+10
*
Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20c
Ken Wakasa
2013-12-13
1
-5
/
+2
*
[AC4] Add native methods necessary for auto-commit
Jean Chalard
2013-09-13
1
-1
/
+4
*
Pass additionalFeaturesOptions for getSuggestions().
Keisuke Kuroyanagi
2013-08-28
1
-4
/
+7
*
[AC3] Start calling the methods for auto-commit.
Jean Chalard
2013-08-20
1
-0
/
+10
*
[AC2] Reference a dict rather than a string in suggestion infos
Jean Chalard
2013-08-20
1
-4
/
+41
*
Add a place holder of the personalization dictionary
Satoshi Kataoka
2013-07-26
1
-1
/
+6
*
Pass blockOffensiveWords as a parameter
Jean Chalard
2013-05-01
1
-3
/
+6
*
Restart suggestions when the cursor moves.
Jean Chalard
2013-04-12
1
-0
/
+2
*
Fix Apache license comment
Tadashi G. Takaoka
2013-01-21
1
-8
/
+8
*
Remove unused variables
Ken Wakasa
2012-11-16
1
-5
/
+0
*
Replace useless CharSequence to String
Tadashi G. Takaoka
2012-10-22
1
-5
/
+5
*
Remove the whitelist dictionary.
Jean Chalard
2012-08-17
1
-1
/
+0
*
Step 28-A Introduce the session Id to getSuggestion
Satoshi Kataoka
2012-08-15
1
-0
/
+7
*
Cleanup unused import and dead code
Tadashi G. Takaoka
2012-08-06
1
-2
/
+0
*
Cleanup old methods (A90)
Jean Chalard
2012-07-10
1
-22
/
+0
*
Implement the common Dictionary interface (A89)
Jean Chalard
2012-07-10
1
-8
/
+4
*
Reduce method visibility (A88)
Jean Chalard
2012-07-10
1
-2
/
+2
*
Add a consolidated method to the Dictionary interface (A85)
Jean Chalard
2012-07-10
1
-0
/
+21
*
Remember the source dictionary for each suggestion.
Jean Chalard
2012-06-27
1
-0
/
+2
*
Move constants to a better place.
Jean Chalard
2012-06-27
1
-0
/
+8
*
Cleanup the dictionary type.
Jean Chalard
2012-06-27
1
-0
/
+6
*
Update the prototype of onAddSuggestedWord - calling side.
Jean Chalard
2012-06-27
1
-3
/
+0
*
Remove the Callback interface for simpler code. (A17)
Jean Chalard
2012-06-26
1
-22
/
+0
*
Remove the callback argument to getBigrams() (A16)
Jean Chalard
2012-06-26
1
-4
/
+2
*
Remove the callback argument to getWords() (A15)
Jean Chalard
2012-06-26
1
-5
/
+3
*
Change the return type of getWords and getBigrams (A8)
Jean Chalard
2012-06-26
1
-5
/
+8
*
Change JNI for Gesture
Satoshi Kataoka
2012-06-25
1
-2
/
+3
*
Remove non-dictionary words and digit touch data.
Kurt Partridge
2012-06-17
1
-0
/
+8
*
Set level 1 as the initial value of the valid words
Satoshi Kataoka
2012-05-29
1
-0
/
+5
*
Clean up some compiler warnings
Tadashi G. Takaoka
2012-05-25
1
-1
/
+1
*
Read and use user dictionary shortcuts.
Jean Chalard
2012-05-15
1
-5
/
+0
*
Pass the previous word to getSuggestions
Jean Chalard
2012-04-17
1
-1
/
+3
*
Fix some obvious compiler warnings
Tadashi G. Takaoka
2012-03-29
1
-1
/
+1
[next]