aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/UserBinaryDictionary.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove changing a word when added to the dictionaryJean Chalard2013-09-121-21/+0
| | | | | | | | | 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
* Prepare ExpandableBinaryDictionary to make it updatableKeisuke Kuroyanagi2013-08-161-1/+2
| | | | | | Bug: 6669677 Change-Id: Iaa6100f58de78d104e19c7a3c41d67e7826264f9
* Move subtype related utility class to utils packageTadashi G. Takaoka2013-07-241-1/+2
| | | | Change-Id: I3564796531ea85f2ebafde40cd822b806b8741df
* 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/+1
| | | | Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa
* 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.Jean Chalard2013-04-121-18/+12
| | | | | | | | | | Bug: 8562529 Change-Id: Ibd853f0cb995e7fb35f8730eafcef73ead58c869
* | Make shortcut-only user dict entry non-words.Jean Chalard2013-04-121-2/+2
|/ | | | | Bug: 7369456 Change-Id: Iecd6f6d617f31bd2aa6749516711aeb1f0549622
* Insert into user dict in lower case if auto-caps (D2)Jean Chalard2013-01-171-5/+1
| | | | | | | Also recapitalize afterwards if the word has been changed. Bug: 7972124 Change-Id: I9306580bb4ed0ffa80cc4559ce1abcd2034d1905
* Adjust the used frequency of the user dictionary words.Jean Chalard2013-01-081-5/+20
| | | | | Bug: 7656666 Change-Id: I4b271af636f6103cb5287336229581365841d778
* Small code cleanupsKen Wakasa2013-01-071-9/+9
| | | | | | Multi-project commit with I249d5fbe Change-Id: Ia28c4e970992aa1299a30e604eaa5d096655c3a5
* resolved conflicts for merge of d48d6fee to masterKen Wakasa2012-12-151-1/+33
|\ | | | | | | Change-Id: I21141956135debe737453dba87617671b1716d0a
| * Use the amended user dictionary word for insertionJean Chalard2012-12-141-1/+33
| | | | | | | | | | | | | | | | | | 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
* | Replace useless CharSequence to StringTadashi G. Takaoka2012-10-221-1/+1
|/ | | | Change-Id: Idc478f901185ee1b4912acc82d0cbc54fee4e991
* Fix a bug with the user dictionary locale.Jean Chalard2012-07-021-2/+10
| | | | | | | | | | | | | 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
* Move constants to a better place.Jean Chalard2012-06-271-1/+1
| | | | Change-Id: I5c27a3ed99b17f850e26a8503de16f001c7111c1
* Cleanup the dictionary type.Jean Chalard2012-06-271-1/+1
| | | | | | | Stop storing an int in each of the different class types, and just store a string in the top class. Change-Id: I2af1832743e6fe78e5c1364f6d9cc21252bf5831
* Improve compatibility for ICS.Jean Chalard2012-06-201-10/+23
| | | | | | | | | 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
* Change to a binary version of the expandable user dictionary.Tom Ouyang2012-05-171-0/+211
Bug: 6435677 Change-Id: If83409f699608d443796e64a3c65692ae81b98e6