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
/
Suggest.java
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
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
|
/
*
Combine candidate words and scores
satok
2012-04-02
1
-59
/
+50
*
Rename the user history dictionary.
Jean Chalard
2012-03-19
1
-13
/
+11
*
Small performance improvement by removing interface accesses.
Ken Wakasa
2012-03-17
1
-8
/
+7
*
Remove a now-useless flag.
Jean Chalard
2012-03-15
1
-4
/
+3
*
Add info for obsolete suggestions in SuggestedWords
Jean Chalard
2012-03-15
1
-2
/
+4
*
Move a computation closer to where it's used.
Jean Chalard
2012-03-15
1
-8
/
+8
*
Some readability improvement
Jean Chalard
2012-03-14
1
-14
/
+7
*
Cut out a private method to make things more readable
Jean Chalard
2012-03-14
1
-24
/
+32
*
Minor optimization
Jean Chalard
2012-03-14
1
-3
/
+2
*
Some code simplification
Jean Chalard
2012-03-14
1
-6
/
+6
*
Cleanup & optimization
Jean Chalard
2012-03-14
1
-28
/
+24
*
Remove a useless parameter
Jean Chalard
2012-03-14
1
-5
/
+4
*
Remove a useless method
Jean Chalard
2012-03-14
1
-5
/
+4
*
Make the Builder private
Jean Chalard
2012-03-14
1
-4
/
+4
*
Re-sequence the last calls to build()
Jean Chalard
2012-03-14
1
-7
/
+5
*
Move up the static methods of the Builder
Jean Chalard
2012-03-14
1
-2
/
+2
*
Make the Builder fully immutable at last
Jean Chalard
2012-03-13
1
-5
/
+4
*
Straighten out the last bastion of the Builder
Jean Chalard
2012-03-13
1
-2
/
+9
*
Make still more members of the Builder final.
Jean Chalard
2012-03-13
1
-3
/
+6
*
Some code reorganization.
Jean Chalard
2012-03-13
1
-8
/
+5
*
Make some more Builder attributes final.
Jean Chalard
2012-03-13
1
-6
/
+8
*
Make the suggested word list final in Builder.
Jean Chalard
2012-03-13
1
-5
/
+5
*
Remove unused stuff.
Jean Chalard
2012-03-13
1
-6
/
+3
*
Make an add into a set.
Jean Chalard
2012-03-13
1
-3
/
+3
*
Cleanup
Jean Chalard
2012-03-13
1
-23
/
+8
*
Kill the StringBuilderPool.
Jean Chalard
2012-03-13
1
-38
/
+10
*
Remove a useless parameter.
Jean Chalard
2012-03-13
1
-3
/
+5
*
Consolidate words into SuggestedWordInfo
Jean Chalard
2012-03-12
1
-6
/
+15
[prev]
[next]