aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/spellcheck/AndroidWordLevelSpellCheckerSession.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename and consolidate some constants•••Change-Id: I7863936cca18b28bf0117afcbcf544a5fd7f185d Tadashi G. Takaoka2012-08-211-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 Chalard2012-08-151-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 Chalard2012-08-141-2/+2
* Add a consolidated method to the Dictionary interface (A85)•••Change-Id: I5d79021e69cc738e3013e31764ab0a59e15decdf Jean Chalard2012-07-101-2/+3
* Separate ICS-dependent code from the spell checker service•••Bug: 6789576 Change-Id: Ia768258f6fa121c7a7757093eb8a20e665580865 Satoshi Kataoka2012-07-101-0/+301