aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/SynchronouslyLoadedUserBinaryDictionary.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor dictionary constructorTadashi G. Takaoka2014-02-131-2/+2
| | | | | | | This change must be checked in together with I3923d5af2a. Bug: 12994268 Change-Id: I19de6efbdfa3b6c6c69a20a836e53962fd5737de
* Remove useless method call for spell checker.Keisuke Kuroyanagi2013-12-261-7/+10
| | | | | Bug: 8187060 Change-Id: I2f91da12ba2a9e7ce28abd06f314e0e6125d08dc
* Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20cKen Wakasa2013-12-131-2/+3
| | | | | | The bulk merge from -bayo to klp-dev should not have been merged to master. Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854
* Use PrioritizedSerialExecutor instead of ReentrantReadWriteLock.Yuichiro Hanada2013-09-101-2/+2
| | | | Change-Id: I003b769e408ebd692085a7e17fed6d9396876202
* Pass additionalFeaturesOptions for getSuggestions().Keisuke Kuroyanagi2013-08-281-2/+3
| | | | | | | This fixes null pointer exceptions that are caused when getSuggestion() is called from spell checker. Change-Id: Ifc9e7abb900e1a4646e33c91022effde439673e4
* Pass blockOffensiveWords as a parameterJean Chalard2013-05-011-2/+3
| | | | | Bug: 8773353 Change-Id: Ic1019742ce7ff6e4f7fff4d2729f8ab52d841488
* Replace useless CharSequence to StringTadashi G. Takaoka2012-10-221-2/+2
| | | | Change-Id: Idc478f901185ee1b4912acc82d0cbc54fee4e991
* Cleanup: Make some classes as finalTadashi G. Takaoka2012-09-271-1/+1
| | | | Change-Id: I6009b3c1950ba32b7f1e205a3db2307fe0cd688e
* Cleanup old methods (A90)Jean Chalard2012-07-101-2/+2
| | | | Change-Id: I5435cef8ac6be523934ffa394952cb120c8e89d6
* Reduce method visibility (A88)Jean Chalard2012-07-101-1/+1
| | | | Change-Id: I29d6afbcba0998558c9b19287a460d9f0e410994
* Remove the callback argument to getWords() (A15)Jean Chalard2012-06-261-3/+2
| | | | | | | | Bug: 6252660 Bug: 6166228 Bug: 2704000 Bug: 6225530 Change-Id: I919bf70a1213ab5d7c7a9e5715bd72a6e257148b
* Change the return type of getWords and getBigrams (A8)Jean Chalard2012-06-261-2/+5
| | | | | | | | This only returns stuff, but it doesn't change yet how the data is really passed. It merely adds a way of getting the same data. Later, the old way will be removed. Change-Id: If3a064de362175fc5a6781b7a97b65d8730aaf3c
* Change to a binary version of the expandable user dictionary.Tom Ouyang2012-05-171-0/+47
Bug: 6435677 Change-Id: If83409f699608d443796e64a3c65692ae81b98e6