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
/
Suggest.java
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Simplify a method call.
Jean Chalard
2012-06-26
1
-24
/
+21
*
Refactor and squash long-standing bugs (A2)
Jean Chalard
2012-06-26
1
-13
/
+9
*
Remember the locale in the Suggest object (A1)
Jean Chalard
2012-06-26
1
-0
/
+5
*
Remove a useless member (A2)
Jean Chalard
2012-06-26
1
-7
/
+6
*
Convert a member to a local variable (A1)
Jean Chalard
2012-06-26
1
-17
/
+17
*
Remove an unused method (A22)
Jean Chalard
2012-06-26
1
-8
/
+0
*
Simplification and optimization (A20)
Jean Chalard
2012-06-26
1
-25
/
+14
*
Preparation for a simplification (A19)
Jean Chalard
2012-06-26
1
-0
/
+4
*
Remove a meaningless separation (A18)
Jean Chalard
2012-06-26
1
-21
/
+14
*
Remove the Callback interface for simpler code. (A17)
Jean Chalard
2012-06-26
1
-8
/
+1
*
Remove the callback argument to getBigrams() (A16)
Jean Chalard
2012-06-26
1
-3
/
+2
*
Remove the callback argument to getWords() (A15)
Jean Chalard
2012-06-26
1
-3
/
+2
*
Neutralize Suggest#addWords (A12)
Jean Chalard
2012-06-26
1
-4
/
+39
*
Refactoring (A11)
Jean Chalard
2012-06-26
1
-5
/
+9
*
Remove an unused method and inline another (A10)
Jean Chalard
2012-06-26
1
-43
/
+10
*
Merge the interface of two methods that do the same thing (A9)
Jean Chalard
2012-06-26
1
-10
/
+21
*
Remove useless code and storage (A6)
Jean Chalard
2012-06-26
1
-29
/
+2
*
Remove a duplicate processing (A5)
Jean Chalard
2012-06-26
1
-25
/
+4
*
Change JNI for Gesture
Satoshi Kataoka
2012-06-25
1
-2
/
+2
*
Merge "Cleanup, part 6 (C6)"
Jean Chalard
2012-06-19
1
-8
/
+0
|
\
|
*
Cleanup, part 6 (C6)
Jean Chalard
2012-06-16
1
-8
/
+0
*
|
Merge "Cleanup, part 4 (C4)"
Jean Chalard
2012-06-19
1
-4
/
+12
|
\
|
|
*
Cleanup, part 4 (C4)
Jean Chalard
2012-06-16
1
-4
/
+12
*
|
Merge "Cleanup, part 3 (C3)"
Jean Chalard
2012-06-19
1
-4
/
+5
|
\
|
|
*
Cleanup, part 3 (C3)
Jean Chalard
2012-06-16
1
-4
/
+5
*
|
Merge "Make a variable final (A2)"
Jean Chalard
2012-06-18
1
-7
/
+7
|
\
\
|
*
|
Make a variable final (A2)
Jean Chalard
2012-06-16
1
-7
/
+7
*
|
|
Merge "Add a kind to the suggestion for bookkeeping (A1)"
Jean Chalard
2012-06-18
1
-6
/
+8
|
\
|
|
|
*
|
Add a kind to the suggestion for bookkeeping (A1)
Jean Chalard
2012-06-16
1
-6
/
+8
|
|
/
*
/
Remove non-dictionary words and digit touch data.
Kurt Partridge
2012-06-17
1
-7
/
+11
|
/
*
Remove deprecated classes.
Jean Chalard
2012-06-08
1
-5
/
+5
*
Fix a bug with a concurrent modification of a map.
Jean Chalard
2012-05-24
1
-8
/
+9
*
Remove unused private method Suggest.searchBigramSuggestion
Tadashi G. Takaoka
2012-05-23
1
-21
/
+0
*
Use "float" instead of "double"
satok
2012-05-16
1
-3
/
+3
*
Merge "Reorder suggestions result according to auto correction threshold" int...
satok
2012-05-16
1
-3
/
+2
|
\
|
*
Reorder suggestions result according to auto correction threshold
satok
2012-05-16
1
-3
/
+2
*
|
Merge "Stop meaningless bigram computations" into jb-dev
Jean Chalard
2012-05-16
1
-33
/
+0
|
\
\
|
*
|
Stop meaningless bigram computations
Jean Chalard
2012-05-15
1
-33
/
+0
|
|
/
*
/
Don't auto-correct when there is no main dictionary.
Jean Chalard
2012-05-16
1
-18
/
+20
|
/
*
Do not set "SuggestionSpan"s for suggestions from the next word predicition
satok
2012-05-15
1
-5
/
+5
*
Don't autocorrect after suggestion resuming
Jean Chalard
2012-05-01
1
-0
/
+1
*
Binary bigram lookup checks both uppercase and lowercase when previous word i...
Tom Ouyang
2012-04-22
1
-14
/
+20
*
Pass the previous word to getSuggestions
Jean Chalard
2012-04-17
1
-1
/
+1
*
Add a new binary contacts dictionary based on ExpandableBinaryDictionary and ...
Tom Ouyang
2012-04-13
1
-3
/
+3
*
Read the dictionary resource in a more sensical place.
Jean Chalard
2012-04-11
1
-8
/
+6
*
Replace the flags in getSuggestions with a boolean.
Jean Chalard
2012-04-06
1
-8
/
+0
*
Change the flags to a boolean in constructors.
Jean Chalard
2012-04-06
1
-1
/
+8
*
Merge "Fix the locale of the flags in BinaryDicitonary for tests"
satok
2012-04-05
1
-1
/
+1
|
\
|
*
Fix the locale of the flags in BinaryDicitonary for tests
satok
2012-04-05
1
-1
/
+1
*
|
Don't draw red underline for manually picked words that came from bigram pred...
Ken Wakasa
2012-04-05
1
-1
/
+3
|
/
[prev]
[next]