aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/UserBinaryDictionary.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove changing a word when added to the dictionary•••This code is now useless. I thought it affected 9902905, but it seems it actually does not. Still, it's dead code. Bug: 9902905 Change-Id: Id9c90fbf88f015af47b2368b90d173c481647093 Jean Chalard2013-09-121-21/+0
* Prepare ExpandableBinaryDictionary to make it updatable•••Bug: 6669677 Change-Id: Iaa6100f58de78d104e19c7a3c41d67e7826264f9 Keisuke Kuroyanagi2013-08-161-1/+2
* Move subtype related utility class to utils package•••Change-Id: I3564796531ea85f2ebafde40cd822b806b8741df Tadashi G. Takaoka2013-07-241-1/+2
* DictionaryWriter to abstract binary dictionary writing.•••UserHistoryDictionary should become to use ExpandableBinaryDictionary. Bug: 6669677 Change-Id: I6831c7dd2d84207d1a8f51ba15d52e0a72205d0c Keisuke Kuroynagi2013-07-041-1/+5
* Move util classes to the latin/utils directory•••Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa Ken Wakasa2013-06-241-0/+1
* Merge "Remove the dialog to insert words to the dictionary."Jean Chalard2013-04-121-18/+12
|\
| * Remove the dialog to insert words to the dictionary.•••Bug: 8562529 Change-Id: Ibd853f0cb995e7fb35f8730eafcef73ead58c869 Jean Chalard2013-04-121-18/+12
* | Make shortcut-only user dict entry non-words.•••Bug: 7369456 Change-Id: Iecd6f6d617f31bd2aa6749516711aeb1f0549622 Jean Chalard2013-04-121-2/+2
|/
* Insert into user dict in lower case if auto-caps (D2)•••Also recapitalize afterwards if the word has been changed. Bug: 7972124 Change-Id: I9306580bb4ed0ffa80cc4559ce1abcd2034d1905 Jean Chalard2013-01-171-5/+1
* Adjust the used frequency of the user dictionary words.•••Bug: 7656666 Change-Id: I4b271af636f6103cb5287336229581365841d778 Jean Chalard2013-01-081-5/+20
* Small code cleanups•••Multi-project commit with I249d5fbe Change-Id: Ia28c4e970992aa1299a30e604eaa5d096655c3a5 Ken Wakasa2013-01-071-9/+9
* resolved conflicts for merge of d48d6fee to master•••Change-Id: I21141956135debe737453dba87617671b1716d0a Ken Wakasa2012-12-151-1/+33
|\
| * Use the amended user dictionary word for insertion•••When the user edits a word before adding it to the user dictionary, the keyboard should replace whatever was committed before with the amended version. Bug: 7725834 Change-Id: I1a417be6c5a86d6a96bc2c76aca314ad8f1202a9 Jean Chalard2012-12-141-1/+33
* | Replace useless CharSequence to String•••Change-Id: Idc478f901185ee1b4912acc82d0cbc54fee4e991 Tadashi G. Takaoka2012-10-221-1/+1
|/
* Fix a bug with the user dictionary locale.•••We internally use the string "zz" to mean no locale, but the user dictionary service does not understand that and words added with this locale pitifully end being added to a "zz" user dictionary, which makes no sense to the user. This change fixes things so that words added when the keyboard is in a "no locale" layout, the words are added to the global, all-locales user dictionary. Bug: 6645306 Change-Id: Iec3cdd1fe3d5bc43427a43ef9ae9bf89e12be1f2 Jean Chalard2012-07-021-2/+10
* Move constants to a better place.•••Change-Id: I5c27a3ed99b17f850e26a8503de16f001c7111c1 Jean Chalard2012-06-271-1/+1
* 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-1/+1
* Improve compatibility for ICS.•••ICS didn't have a SHORTCUT column in the user dictionary. If running on a build under JellyBean, we should not ask for it lest we crash. Bug: 6600617 Change-Id: Iac0cbcc63c10064f01e2d51eec5931fd9cdd0922 Jean Chalard2012-06-201-10/+23
* Change to a binary version of the expandable user dictionary.•••Bug: 6435677 Change-Id: If83409f699608d443796e64a3c65692ae81b98e6 Tom Ouyang2012-05-171-0/+211