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
/
AndroidSpellCheckerService.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove SuggestionsGatherer.
Keisuke Kuroyanagi
2014-07-10
1
-89
/
+4
*
Quit sorting suggestions in AndroidSpellCheckerService.
Keisuke Kuroyanagi
2014-07-10
1
-37
/
+14
*
Make spell checker use dictionary facilitator.
Keisuke Kuroyanagi
2014-07-10
1
-153
/
+185
*
Additional subtype ID should be independent of OS-version
Yohei Yukawa
2014-07-04
1
-2
/
+2
*
[SD9] Add armenian and georgian scripts
Jean Chalard
2014-07-01
1
-2
/
+1
*
[SD1] Move script-related methods to a new utils class.
Jean Chalard
2014-06-26
1
-45
/
+5
*
Use Java 7 diamond operator
Tadashi G. Takaoka
2014-05-24
1
-6
/
+4
*
Move dicts for spellchecker to under spellcheck.
Keisuke Kuroyanagi
2014-04-28
1
-2
/
+0
*
Fix: spell checker wrongly sorts suggestions.
Keisuke Kuroyanagi
2014-03-28
1
-7
/
+4
*
Separate utility methods from BinaryDictionary.
Keisuke Kuroyanagi
2014-03-05
1
-2
/
+3
*
Remove useless method call for spell checker.
Keisuke Kuroyanagi
2013-12-26
1
-0
/
+2
*
Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20c
Ken Wakasa
2013-12-13
1
-1
/
+1
*
Remove suggestions when string contains a period
Jean Chalard
2013-10-07
1
-2
/
+12
*
Move createKeyboardSetForSpellChecker to AndroidSpellCheckService
Tadashi G. Takaoka
2013-08-07
1
-3
/
+22
*
Move util classes to the latin/utils directory
Ken Wakasa
2013-06-24
1
-3
/
+3
*
Consolidate dummy proximity info to the spell checker info
Satoshi Kataoka
2013-05-08
1
-4
/
+21
*
Cleanup -- follow up to Ief04a4abb6dc1f79660a2e419c9c5e271802b5a1
Ken Wakasa
2013-05-01
1
-5
/
+0
*
Fix Google spell checker tests
Satoshi Kataoka
2013-05-01
1
-14
/
+3
*
Fix a bug where autocorrection status would be wrong.
Jean Chalard
2013-04-10
1
-1
/
+1
*
Merge "Refactor SpellCheckerProximityInfo as extending ProximityInfo"
Tadashi G. Takaoka
2013-04-10
1
-5
/
+1
|
\
|
*
Refactor SpellCheckerProximityInfo as extending ProximityInfo
Tadashi G. Takaoka
2013-04-02
1
-5
/
+1
*
|
Move a generic string utility to StringUtils
Jean Chalard
2013-04-05
1
-33
/
+2
|
/
*
Fix Apache license comment
Tadashi G. Takaoka
2013-01-21
1
-8
/
+8
*
Fix spell checker subtype list.
Jean Chalard
2013-01-11
1
-7
/
+13
*
Remove a useless member
Jean Chalard
2012-12-11
1
-0
/
+2
*
Fix wrong misspelling reports of fully capitalized words
Jean Chalard
2012-12-04
1
-7
/
+15
*
Replace useless CharSequence to String
Tadashi G. Takaoka
2012-10-22
1
-2
/
+2
*
Cleanup: Make some classes as final
Tadashi G. Takaoka
2012-09-27
1
-3
/
+3
*
Add CollectionUtils class to create generic collection easily
Tadashi G. Takaoka
2012-08-22
1
-9
/
+8
*
Remove the whitelist dictionary.
Jean Chalard
2012-08-17
1
-14
/
+0
*
Create AndroidSpellCheckerSessionFactory
Satoshi Kataoka
2012-07-10
1
-1
/
+3
*
Separate SpellCheckerSession from SpellCheckerService
Satoshi Kataoka
2012-07-10
1
-393
/
+16
*
Remove WordComposer.add(int, int, int, KeyDetector) method
Tadashi G. Takaoka
2012-07-04
1
-2
/
+2
*
Remove a meaningless separation (A18)
Jean Chalard
2012-06-26
1
-5
/
+4
*
Remove the Callback interface for simpler code. (A17)
Jean Chalard
2012-06-26
1
-10
/
+2
*
Remove the callback argument to getBigrams() (A16)
Jean Chalard
2012-06-26
1
-1
/
+1
*
Do away with Utils#addAllSuggestions (A14)
Jean Chalard
2012-06-26
1
-1
/
+1
*
Neutralize AndroidSpellChecker.SuggestionsGatherer#addWords (A13)
Jean Chalard
2012-06-26
1
-2
/
+16
*
Change JNI for Gesture
Satoshi Kataoka
2012-06-25
1
-2
/
+2
*
Remove deprecated classes.
Jean Chalard
2012-06-08
1
-33
/
+19
*
am eead5492: am 769cecf7: Close spell-checking dictionaries in a background t...
Jean Chalard
2012-06-06
1
-20
/
+25
|
\
|
*
Close spell-checking dictionaries in a background thread
Jean Chalard
2012-06-07
1
-20
/
+25
*
|
Cache bigram results in Android SpellChecker
Satoshi Kataoka
2012-06-06
1
-8
/
+24
|
/
*
Fix a bug where Latin IME crashes on spell checker request
Jean Chalard
2012-06-05
1
-2
/
+8
*
Merge "Fix a bug where the spellcheck is using the old non-binary contacts di...
Tom Ouyang
2012-06-04
1
-1
/
+5
|
\
|
*
Fix a bug where the spellcheck is using the old non-binary contacts dictionary
Tom Ouyang
2012-06-04
1
-1
/
+5
*
|
Read the script correctly
Jean Chalard
2012-06-04
1
-4
/
+6
|
/
*
Clean up some compiler warnings
Tadashi G. Takaoka
2012-05-25
1
-4
/
+0
*
Add new locales for the spell checker.
Jean Chalard
2012-05-24
1
-0
/
+6
*
Support bigram suggestions in Android spell checker
satok
2012-05-24
1
-1
/
+28
[next]