aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/spellcheck/UserDictionaryLookup.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add shortcut support to UserDictionaryLookup.Dan Zivkovic2015-04-021-420/+0
| | | | | | | | | | Also move the class to the parent package, since it's no longer tied to the spell checking service. Bug 19966848. Bug 20036810. Change-Id: I35014d212fd87281eb90def03ee92e6872dcd63e
* Separate executor for the Spelling decoder.Dan Zivkovic2015-03-121-3/+3
| | | | | | Bug 19710676. Change-Id: I6e66eddd507c11e424105869833fe6841b90275d
* Use a single background executor.Dan Zivkovic2015-03-091-2/+2
| | | | | | Bug 19625976. Change-Id: Ia03f440a31b059b5af42d162e1145330bf7b5ddf
* Schedule with 0 delay is the same as execute.Dan Zivkovic2015-02-191-2/+1
| | | | Change-Id: Ifadae8aee668edbe2b507735d3ed6e68d52ef329
* Sanitize the usage of executors.Dan Zivkovic2015-02-191-16/+7
| | | | | | | | There should be 1 executor each for static and dynamic language models. This prevents too many dynamic LM updates from running in parallel, competing for resources. Change-Id: I8ec439e0ea2d92fba275bc20a0b8c9193346a0c1
* Add new class spellcheck.UserDictionaryLookup that can look up theMario Tanev2015-02-101-0/+430
system "Personal dictionary" in the event that the DictionaryFacilitator doesn't. Change-Id: Ib4f15ec4d8f06ea43c2e063f5a13a2f699afbb8a