aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/spellcheck/SpellChecker.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement the spell checker.•••Bug: 4176026 Change-Id: I297c47202e96ce0db74d703f30709777f26b93ac Jean Chalard2011-08-041-116/+0
* Create a way to pass the proximity info to the dictionary•••This is a preparative change for inserting the spell checker. Change-Id: Ie441879cac4f67078ec27a95f1fcbbf3ef373df7 Jean Chalard2011-08-041-1/+2
* Add ArraysCompatUtils.binarySearch•••Until API version 9, java.util.Arrays.binarySearch(int[], int, int, int) doesn't exist. Change-Id: Ife0ed4fbac642eda069e7b6f6b8dd30e0cd5fdee Tadashi G. Takaoka2011-06-211-2/+3
* Add spell checking core methods.•••Bug: 4176026 Change-Id: Ic6ea3e084b3ebacfc5fd998d2c7b0130f7b0ec48 Jean Chalard2011-06-031-0/+114