aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/ContactsBinaryDictionary.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Prepare ExpandableBinaryDictionary to make it updatableKeisuke Kuroyanagi2013-08-161-2/+4
| | | | | | Bug: 6669677 Change-Id: Iaa6100f58de78d104e19c7a3c41d67e7826264f9
* DictionaryWriter to abstract binary dictionary writing.Keisuke Kuroynagi2013-07-041-1/+5
| | | | | | | | UserHistoryDictionary should become to use ExpandableBinaryDictionary. Bug: 6669677 Change-Id: I6831c7dd2d84207d1a8f51ba15d52e0a72205d0c
* Move util classes to the latin/utils directoryKen Wakasa2013-06-241-0/+2
| | | | Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa
* Add account e-mail addresses to the user dictionarySatoshi Kataoka2013-05-081-0/+19
| | | | | Bug: 8683365 Change-Id: Id72540c515e61c3dd854892599645dd6d22b496d
* Add owner's info to the dictionarySatoshi Kataoka2013-05-081-3/+14
| | | | | Bug: 8683365 Change-Id: I1c30eac128b4172526423ebeeb45bc6cee7fb67b
* Don't insert automatic spaces when text looks like a URLJean Chalard2013-04-161-1/+1
| | | | | | | | | | | | | | | This is about as ad-hoc as it gets, but then again, what we want is probably as ad-hoc as it gets. All URL boxes I know of double as search bars, and not adding automatic spaces there sucks (e.g. in Chrome URL bar). And in other boxes actually you don't want to add a space if it looks like a URL. QSB isn't even a search box, and it behaves like this. So I think this is actually the right answer to the problem. Bug: 7062925 Change-Id: Ib09472b34644fd5bf2dc84bb97cedeeba28bcd02
* Make shortcut-only user dict entry non-words.Jean Chalard2013-04-121-1/+2
| | | | | Bug: 7369456 Change-Id: Iecd6f6d617f31bd2aa6749516711aeb1f0549622
* Fix Apache license commentTadashi G. Takaoka2013-01-211-7/+9
| | | | Change-Id: Ic56167f952a7f4449da366e1e81610e72c966086
* Move code point constants from Keyboard to Constants classTadashi G. Takaoka2012-10-291-3/+1
| | | | Change-Id: Iee01d4d2b916d0b584531104ac865ae6e6370a3d
* Replace useless CharSequence to StringTadashi G. Takaoka2012-10-221-7/+8
| | | | Change-Id: Idc478f901185ee1b4912acc82d0cbc54fee4e991
* Move constants to a better place.Jean Chalard2012-06-271-1/+1
| | | | Change-Id: I5c27a3ed99b17f850e26a8503de16f001c7111c1
* 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