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
/
DictionaryCollection.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move phrase gesture from additional features to public.
Keisuke Kuroyanagi
2014-07-08
1
-5
/
+6
*
Add Dictionary.isInDictionary().
Keisuke Kuroyanagi
2014-06-09
1
-2
/
+2
*
Make Distracter filter use getMaxFrequencyOfExactMatches().
Keisuke Kuroyanagi
2014-06-06
1
-3
/
+11
*
Use Java 7 diamond operator
Tadashi G. Takaoka
2014-05-24
1
-6
/
+5
*
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
-3
/
+3
*
Add languageWeight as an argument of getSuggestions.
Keisuke Kuroyanagi
2014-04-03
1
-3
/
+6
*
Pass additionalFeaturesOptions for getSuggestions().
Keisuke Kuroyanagi
2013-08-28
1
-3
/
+3
*
Move util classes to the latin/utils directory
Ken Wakasa
2013-06-24
1
-2
/
+3
*
Pass blockOffensiveWords as a parameter
Jean Chalard
2013-05-01
1
-3
/
+4
*
Fix Apache license comment
Tadashi G. Takaoka
2013-01-21
1
-8
/
+8
*
Small code cleanups
Ken Wakasa
2013-01-07
1
-2
/
+2
*
Replace useless CharSequence to String
Tadashi G. Takaoka
2012-10-22
1
-3
/
+3
*
Cleanup: Make some classes as final
Tadashi G. Takaoka
2012-09-27
1
-1
/
+1
*
Add CollectionUtils class to create generic collection easily
Tadashi G. Takaoka
2012-08-22
1
-5
/
+5
*
Fix duplicate getSuggestions() call for main dictionary
Tadashi G. Takaoka
2012-08-06
1
-1
/
+1
*
Cleanup old methods (A90)
Jean Chalard
2012-07-10
1
-40
/
+0
*
Implement the common Dictionary interface (A89)
Jean Chalard
2012-07-10
1
-0
/
+21
*
Reduce method visibility (A88)
Jean Chalard
2012-07-10
1
-2
/
+2
*
Cleanup the dictionary type.
Jean Chalard
2012-06-27
1
-3
/
+6
*
Remove the callback argument to getBigrams() (A16)
Jean Chalard
2012-06-26
1
-3
/
+3
*
Remove the callback argument to getWords() (A15)
Jean Chalard
2012-06-26
1
-4
/
+3
*
Change the return type of getWords and getBigrams (A8)
Jean Chalard
2012-06-26
1
-8
/
+35
*
Remove non-dictionary words and digit touch data.
Kurt Partridge
2012-06-17
1
-2
/
+3
*
Set level 1 as the initial value of the valid words
Satoshi Kataoka
2012-05-29
1
-0
/
+12
*
Don't auto-correct when there is no main dictionary.
Jean Chalard
2012-05-16
1
-0
/
+4
*
Pass the previous word to getSuggestions
Jean Chalard
2012-04-17
1
-3
/
+3
*
Small performance improvement by removing interface accesses.
Ken Wakasa
2012-03-17
1
-2
/
+1
*
Add an option to use contacts or not while spell checking
Jean Chalard
2011-11-30
1
-3
/
+19
*
Create a way to pass the proximity info to the dictionary
Jean Chalard
2011-08-04
1
-2
/
+5
*
Do not register null pointers as dictionaries
Jean Chalard
2011-07-22
1
-1
/
+4
*
Add a number of NULL pointer guards.
Jean Chalard
2011-07-19
1
-1
/
+5
*
Small performance fix.
Jean Chalard
2011-06-16
1
-2
/
+2
*
Improve the architecture to support multiple dictionaries.
Jean Chalard
2011-04-28
1
-0
/
+5
*
Create a dictionary collection and a dictionary factory.
Jean Chalard
2011-04-27
1
-0
/
+66