| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix Apache license comment•••Change-Id: Ic56167f952a7f4449da366e1e81610e72c966086
|  Tadashi G. Takaoka | 2013-01-21 | 1 | -8/+8 |
* | Fix spell checker subtype list.•••Remove the subtypes that don't get a dictionary any more in AOSP.
Also prepare for all downloadable-dictionary supported subtypes.
Bug: 7673670
Change-Id: I5b754a791233c270237b8f7e5e2208f7282ad294
|  Jean Chalard | 2013-01-11 | 1 | -1/+10 |
* | Fix wrong misspelling reports of fully capitalized words•••Two flavors of words would be wrongly reported as misspelled
by the android spell checker when they are written in all
upper case letters:
- Words containing a quote or a dash or any other non-letter
- Words that need the first letter to be capitalized
Bug: 7659216
Change-Id: Ibc5d261945ffcbb8a858d4c73b7c62cef6671abf
|  Jean Chalard | 2012-12-04 | 1 | -8/+33 |
* | Replace useless CharSequence to String•••Change-Id: Idc478f901185ee1b4912acc82d0cbc54fee4e991
|  Tadashi G. Takaoka | 2012-10-22 | 1 | -1/+1 |
* | Cleanup: Make some classes as final•••Change-Id: I6009b3c1950ba32b7f1e205a3db2307fe0cd688e
|  Tadashi G. Takaoka | 2012-09-27 | 1 | -2/+2 |
* | Clear cache of user dic•••Change-Id: Iec2793de3fff7bf15f68f82a50331de7742b7049
|  Satoshi Kataoka | 2012-09-19 | 1 | -0/+23 |
* | Rename and consolidate some constants•••Change-Id: I7863936cca18b28bf0117afcbcf544a5fd7f185d
|  Tadashi G. Takaoka | 2012-08-21 | 1 | -2/+3 |
* | Ensure #offer always actually offers something.•••This will allow remaining requests after a call to terminate
correctly.
Bug: 6963142
Change-Id: Iff67058bb8a39f2f1b468d3894861e8125de6659
|  Jean Chalard | 2012-08-15 | 1 | -2/+2 |
* | Preemptive anti-deadlock device•••We don't know of any actual bug in the implementation of the
pool that may result in a deadlock, but this still implements
a means out of a deadlock if one ever arises anyway. It's
meant to improve the resilience of the spell checker.
Bug: 5441027
Change-Id: I689491090792dbb89110ee56631965c5bb2dc712
|  Jean Chalard | 2012-08-14 | 1 | -2/+2 |
* | Add a consolidated method to the Dictionary interface (A85)•••Change-Id: I5d79021e69cc738e3013e31764ab0a59e15decdf
|  Jean Chalard | 2012-07-10 | 1 | -2/+3 |
* | Separate ICS-dependent code from the spell checker service•••Bug: 6789576
Change-Id: Ia768258f6fa121c7a7757093eb8a20e665580865
|  Satoshi Kataoka | 2012-07-10 | 1 | -0/+301 |