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
...
*
Move a couple classes to the utils package
Ken Wakasa
2013-07-19
1
-2
/
+3
*
Move util classes to the latin/utils directory
Ken Wakasa
2013-06-24
1
-0
/
+3
*
Make it easy to open several dictionaries from tests
Jean Chalard
2013-05-31
1
-4
/
+3
*
Merge "Use localized toLowerString in AutoCorrection.isValidWord"
Tadashi G. Takaoka
2013-05-24
1
-1
/
+1
|
\
|
*
Use localized toLowerString in AutoCorrection.isValidWord
Tadashi G. Takaoka
2013-05-24
1
-1
/
+1
*
|
Use Locale.ROOT for locale neutral operations
Tadashi G. Takaoka
2013-05-24
1
-1
/
+2
|
/
*
Remove redundant method AutoCorrection.isInTheDictionary
Tadashi G. Takaoka
2013-05-24
1
-1
/
+1
*
Pass blockOffensiveWords as a parameter
Jean Chalard
2013-05-01
1
-8
/
+9
*
Initialize dictionaries at onStartInputView
Jean Chalard
2013-04-18
1
-1
/
+1
*
Remove gesture suggestions with an INT_MIN score
Jean Chalard
2013-04-15
1
-0
/
+12
*
Reject a previously user-refused suggestion.
Jean Chalard
2013-04-15
1
-0
/
+5
*
Fix a bug where autocorrection status would be wrong.
Jean Chalard
2013-04-10
1
-1
/
+1
*
Add a way to know externally if we're installing a new dict
Jean Chalard
2013-01-31
1
-0
/
+9
*
Fix Apache license comment
Tadashi G. Takaoka
2013-01-21
1
-8
/
+8
*
Remove BinaryDictionary.MAX_PREDICTION and MAX_SPACES, and rename MAX_WORDS t...
Ken Wakasa
2013-01-11
1
-3
/
+2
*
Move code point constants from Keyboard to Constants class
Tadashi G. Takaoka
2012-10-29
1
-2
/
+1
*
Merge "Replace useless CharSequence to String"
Tadashi G. Takaoka
2012-10-22
1
-19
/
+20
|
\
|
*
Replace useless CharSequence to String
Tadashi G. Takaoka
2012-10-22
1
-19
/
+20
*
|
Add @UsedForTesting and @ExternallyReferenced annotations
Tadashi G. Takaoka
2012-10-22
1
-1
/
+3
|
/
*
Cleanup: Make some classes as final
Tadashi G. Takaoka
2012-09-27
1
-2
/
+3
*
Log for geometric input
Satoshi Kataoka
2012-09-19
1
-0
/
+4
*
Asynchronously look up dictionary for gesture input
Tadashi G. Takaoka
2012-09-14
1
-7
/
+5
*
Stop auto-correcting non-whitelisted one-char strings
Jean Chalard
2012-09-11
1
-2
/
+4
*
Add CollectionUtils class to create generic collection easily
Tadashi G. Takaoka
2012-08-22
1
-5
/
+5
*
Treat all caps for gesture input.
Jean Chalard
2012-08-21
1
-4
/
+2
*
Tell the shift mode to the word composer.
Jean Chalard
2012-08-21
1
-1
/
+1
*
Remove the whitelist dictionary.
Jean Chalard
2012-08-17
1
-19
/
+4
*
Remove access to the whitelist class.
Jean Chalard
2012-08-17
1
-9
/
+0
*
Step 28-A Introduce the session Id to getSuggestion
Satoshi Kataoka
2012-08-15
1
-4
/
+12
*
Accept whitelisted entries from any source.
Jean Chalard
2012-08-10
1
-3
/
+12
*
Optimization & Simplification
Jean Chalard
2012-08-10
1
-8
/
+10
*
Add SuggestInitializationListener to BinaryDictionary.resetMainDict()
Tadashi G. Takaoka
2012-08-08
1
-11
/
+10
*
Don't auto-correct when there are digits.
Jean Chalard
2012-07-28
1
-1
/
+1
*
Add Suggest initialization finish listener
Tadashi G. Takaoka
2012-07-25
1
-2
/
+16
*
Merging minimal gesture input
Tom Ouyang
2012-07-13
1
-1
/
+17
*
Readability improvement (A117)
Jean Chalard
2012-07-12
1
-6
/
+3
*
Simplification (A116)
Jean Chalard
2012-07-12
1
-8
/
+6
*
Compute variables closer to where they are used (A115)
Jean Chalard
2012-07-12
1
-4
/
+3
*
Cleanup (A114)
Jean Chalard
2012-07-12
1
-3
/
+4
*
Cleanup (A113)
Jean Chalard
2012-07-12
1
-1
/
+1
*
Simplification (A112)
Jean Chalard
2012-07-12
1
-3
/
+2
*
Remove the ultimate code duplication (A111)
Jean Chalard
2012-07-12
1
-14
/
+5
*
Resolve a TODO: bury some implementation detail in native (A110)
Jean Chalard
2012-07-12
1
-6
/
+4
*
Add batch input dictionary lookup
Tadashi G. Takaoka
2012-07-10
1
-2
/
+44
*
Remove a useless parameter (A91A)
Jean Chalard
2012-07-10
1
-4
/
+2
*
Add a consolidated method to the Dictionary interface (A85)
Jean Chalard
2012-07-10
1
-3
/
+3
*
Enhance behavior consistency (A84)
Jean Chalard
2012-07-10
1
-11
/
+12
*
Refactoring for whitelist (A83)
Jean Chalard
2012-07-10
1
-3
/
+0
*
Refactoring (A82)
Jean Chalard
2012-07-10
1
-3
/
+2
*
Fix a bug with suggestion behavior (A81)
Jean Chalard
2012-07-10
1
-2
/
+7
[prev]
[next]