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