aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/ContactsBinaryDictionary.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Cleanup the dictionary type.Jean Chalard2012-06-271-2/+2
| | | | | | | Stop storing an int in each of the different class types, and just store a string in the top class. Change-Id: I2af1832743e6fe78e5c1364f6d9cc21252bf5831
* Small cleanupsKen Wakasa2012-06-271-4/+4
| | | | Change-Id: Ic1a198ab1b4f0323fde9e4245729fd0e6011b914
* Change the return type of getWords and getBigrams (A8)Jean Chalard2012-06-261-6/+0
| | | | | | | | 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
* Contacts binary dictionary updates with change in keyboard locale.Tom Ouyang2012-06-071-0/+4
| | | | | Bug: 6616436 Change-Id: I8d66a37f295134c5b9875b2a305a9be7442bd75d
* Fix performance issue when there are no contacts in the dictionary dictionary.Tom Ouyang2012-05-291-0/+4
| | | | | Bug: 6551480 Change-Id: I8681a1bd82423c612af2d012f9b872501d8c201d
* Fix cursor leak in ContactsBinaryDictionaryTom Ouyang2012-05-211-1/+5
| | | | | Bug: 6529131 Change-Id: I86493705fbf069ba7a6c43581cfbd1bcc27ff1ba
* Change to a binary version of the expandable user dictionary.Tom Ouyang2012-05-171-6/+2
| | | | | Bug: 6435677 Change-Id: If83409f699608d443796e64a3c65692ae81b98e6
* Contacts dictionary rebuilds only when contact names have changed.Tom Ouyang2012-05-111-12/+125
| | | | | Bug: 6396600 Change-Id: Iad693ec4bab6351793d624e5c5b0a9f5c12a60e3
* Add a new binary contacts dictionary based on ExpandableBinaryDictionary and ↵Tom Ouyang2012-04-131-0/+172
use locale for bigrams. Bug: 6188977 Change-Id: I753422eed1effaeb5fd01124cf1ddd1e31ee9d60