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
/
spellcheck
/
AndroidWordLevelSpellCheckerSession.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove SuggestionsGatherer.
Keisuke Kuroyanagi
2014-07-10
1
-8
/
+63
*
Quit sorting suggestions in AndroidSpellCheckerService.
Keisuke Kuroyanagi
2014-07-10
1
-18
/
+5
*
Make spell checker use dictionary facilitator.
Keisuke Kuroyanagi
2014-07-10
1
-85
/
+51
*
Move phrase gesture from additional features to public.
Keisuke Kuroyanagi
2014-07-08
1
-2
/
+7
*
[SD9] Add armenian and georgian scripts
Jean Chalard
2014-07-01
1
-1
/
+1
*
[SD7] Actually check for script.
Jean Chalard
2014-07-01
1
-2
/
+2
*
Add a relevant suggestion to period-checkable requests
Jean Chalard
2014-06-27
1
-1
/
+3
*
Merge "[SD1] Move script-related methods to a new utils class."
Jean Chalard
2014-06-24
1
-41
/
+4
|
\
|
*
[SD1] Move script-related methods to a new utils class.
Jean Chalard
2014-06-26
1
-41
/
+4
*
|
Make PrevWordsInfo have multiple words' information.
Keisuke Kuroyanagi
2014-06-25
1
-2
/
+2
|
/
*
Special case periods in the spell checker
Jean Chalard
2014-06-10
1
-0
/
+16
*
Remove mPrevWordsInfo
Jean Chalard
2014-06-10
1
-1
/
+1
*
Use Java 7 diamond operator
Tadashi G. Takaoka
2014-05-24
1
-2
/
+1
*
Use PrevWordsInfo instead of String in Java side.
Keisuke Kuroyanagi
2014-05-19
1
-13
/
+16
*
Make session id mandatory for getSuggestions.
Keisuke Kuroyanagi
2014-05-16
1
-1
/
+1
*
Add languageWeight as an argument of getSuggestions.
Keisuke Kuroyanagi
2014-04-03
1
-1
/
+2
*
[IL69.1] Move a static method to a utility class.
Jean Chalard
2014-01-24
1
-4
/
+10
*
[IL70] Remove unused arguments
Jean Chalard
2014-01-23
1
-1
/
+1
*
[IL69] Oust Keyboard from WordComposer#setComposingWord
Jean Chalard
2014-01-23
1
-1
/
+5
*
[IL68] Start refactoring setComposingWord
Jean Chalard
2014-01-23
1
-5
/
+1
*
Remove suggestions when string contains a period
Jean Chalard
2013-10-07
1
-11
/
+31
*
Pass additionalFeaturesOptions for getSuggestions().
Keisuke Kuroyanagi
2013-08-28
1
-6
/
+8
*
Move util classes to the latin/utils directory
Ken Wakasa
2013-06-24
1
-2
/
+2
*
Consolidate dummy proximity info to the spell checker info
Satoshi Kataoka
2013-05-08
1
-12
/
+5
*
refactor spell checker
Satoshi Kataoka
2013-05-07
1
-14
/
+14
*
Pass blockOffensiveWords as a parameter
Jean Chalard
2013-05-01
1
-1
/
+2
*
Don't insert automatic spaces when text looks like a URL
Jean Chalard
2013-04-16
1
-3
/
+5
*
Fix a bug where autocorrection status would be wrong.
Jean Chalard
2013-04-10
1
-1
/
+1
*
Update comments
Ken Wakasa
2013-04-08
1
-1
/
+1
*
Move a generic string utility to StringUtils
Jean Chalard
2013-04-05
1
-3
/
+3
*
Merge the dictionary pack in Latin IME.
Jean Chalard
2013-03-19
1
-4
/
+22
*
Cleanups
Jean Chalard
2013-02-11
1
-1
/
+1
*
Fix Apache license comment
Tadashi G. Takaoka
2013-01-21
1
-8
/
+8
*
Fix spell checker subtype list.
Jean Chalard
2013-01-11
1
-1
/
+10
*
Fix wrong misspelling reports of fully capitalized words
Jean Chalard
2012-12-04
1
-8
/
+33
*
Replace useless CharSequence to String
Tadashi G. Takaoka
2012-10-22
1
-1
/
+1
*
Cleanup: Make some classes as final
Tadashi G. Takaoka
2012-09-27
1
-2
/
+2
*
Clear cache of user dic
Satoshi Kataoka
2012-09-19
1
-0
/
+23
*
Rename and consolidate some constants
Tadashi G. Takaoka
2012-08-21
1
-2
/
+3
*
Ensure #offer always actually offers something.
Jean Chalard
2012-08-15
1
-2
/
+2
*
Preemptive anti-deadlock device
Jean Chalard
2012-08-14
1
-2
/
+2
*
Add a consolidated method to the Dictionary interface (A85)
Jean Chalard
2012-07-10
1
-2
/
+3
*
Separate ICS-dependent code from the spell checker service
Satoshi Kataoka
2012-07-10
1
-0
/
+301