- Feb 13, 2014
-
-
Tadashi G. Takaoka authored
This change must be checked in together with I3923d5af2a. Bug: 12994268 Change-Id: I19de6efbdfa3b6c6c69a20a836e53962fd5737de
-
- Jan 06, 2014
-
-
Tadashi G. Takaoka authored
This change must be checked in together with I00b6e79d6b. Change-Id: Id5f87a8d0286eb44958381fefd428f16896dc0d4
-
- Dec 20, 2013
-
-
Jean Chalard authored
Bug: 8636060 Change-Id: Iedfdf71350f5fe3ab451fc5ec6e3c9901f71e50f
-
- Dec 13, 2013
-
-
Ken Wakasa authored
The bulk merge from -bayo to klp-dev should not have been merged to master. Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854
-
Keisuke Kuroyanagi authored
Bug: 11956652 Change-Id: If5a503ef161781818f2efceba542be5a61be6bd1
-
- Dec 11, 2013
-
-
Keisuke Kuroyanagi authored
Bug: 12025402 Change-Id: Ia0bb13b2e26aa60a67dff73f3f6a1e276f1bb1dd
-
- Dec 03, 2013
-
-
Keisuke Kuroyanagi authored
Bug: 11973488 Change-Id: I91ef720a24633aec0f4e81cd4f7c49c749805c49
-
- Oct 07, 2013
-
-
Jean Chalard authored
14 is the right value. Bug: 11076722 Change-Id: I95d404b540f7fbe4932d1f8498cde23f1df0314f
-
- Sep 20, 2013
-
-
Jean Chalard authored
...to avoid catching fire when the Contacts or User dictionary providers crash and burn. Bug: 10200036 Change-Id: I73e9d126ce6d34ebc7e6ac03d94af1c12dde7eda
-
- Sep 12, 2013
-
-
Jean Chalard authored
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
-
- Aug 16, 2013
-
-
Keisuke Kuroyanagi authored
Bug: 6669677 Change-Id: Iaa6100f58de78d104e19c7a3c41d67e7826264f9
-
- Jul 24, 2013
-
-
Tadashi G. Takaoka authored
Change-Id: I3564796531ea85f2ebafde40cd822b806b8741df
-
- Jul 04, 2013
-
-
Keisuke Kuroynagi authored
UserHistoryDictionary should become to use ExpandableBinaryDictionary. Bug: 6669677 Change-Id: I6831c7dd2d84207d1a8f51ba15d52e0a72205d0c
-
- Jun 24, 2013
-
-
Ken Wakasa authored
Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa
-
- Apr 12, 2013
-
-
Jean Chalard authored
Bug: 7369456 Change-Id: Iecd6f6d617f31bd2aa6749516711aeb1f0549622
-
Jean Chalard authored
Bug: 8562529 Change-Id: Ibd853f0cb995e7fb35f8730eafcef73ead58c869
-
- Jan 17, 2013
-
-
Jean Chalard authored
Also recapitalize afterwards if the word has been changed. Bug: 7972124 Change-Id: I9306580bb4ed0ffa80cc4559ce1abcd2034d1905
-
- Jan 08, 2013
-
-
Jean Chalard authored
Bug: 7656666 Change-Id: I4b271af636f6103cb5287336229581365841d778
-
- Jan 07, 2013
-
-
Ken Wakasa authored
Multi-project commit with I249d5fbe Change-Id: Ia28c4e970992aa1299a30e604eaa5d096655c3a5
-
- Dec 14, 2012
-
-
Jean Chalard authored
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
-
- Oct 22, 2012
-
-
Tadashi G. Takaoka authored
Change-Id: Idc478f901185ee1b4912acc82d0cbc54fee4e991
-
- Jul 05, 2012
-
-
Satoshi Kataoka authored
Change-Id: Ia3f8713f4c854ad12c009f64a38040cf3ac69731
-
- Jul 02, 2012
-
-
Jean Chalard authored
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
-
- Jun 27, 2012
-
-
Jean Chalard authored
Change-Id: I5c27a3ed99b17f850e26a8503de16f001c7111c1
-
Jean Chalard authored
Stop storing an int in each of the different class types, and just store a string in the top class. Change-Id: I2af1832743e6fe78e5c1364f6d9cc21252bf5831
-
- Jun 21, 2012
-
-
Jean Chalard authored
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
-
- May 17, 2012
-
-
Tom Ouyang authored
Bug: 6435677 Change-Id: If83409f699608d443796e64a3c65692ae81b98e6
-
- May 15, 2012
-
-
Jean Chalard authored
Bug: 4646172 Change-Id: I51002c73d5bad1a698110c5cda02253348be8eed
-
- Apr 17, 2012
-
-
Jean Chalard authored
This is a preparative change to bug#6313806 Change-Id: I1be9ec49b21005c1f45ce459fa93712bc74ef3f0
-
- Feb 17, 2012
-
-
Jean Chalard authored
The user may now cancel or edit a word upon adding to the user dictionary. We can no longer assume the word has been added as is and for the current locale. We should just rely on standard mechanisms that inform us of new insertions. Bug: 6015347 Change-Id: I069b19c0c844ca29d6de4c4d162306f9413adea8
-
- Dec 15, 2011
-
-
Tadashi G. Takaoka authored
Change-Id: Ie93c7437fb9a3fe63adaa48c2d4a723f96c0a0e1
-
- Dec 07, 2011
-
-
Jean Chalard authored
Bug: 5306641 Change-Id: Ic87e5bc3a5f1f03c57d48f2d92c28e0aba06847d
-
- Nov 18, 2011
-
-
Jean Chalard authored
Fix a typo, and move a cursor.close() in a finally{} clause Change-Id: Iac011ebb80b9430774c7dc5cd94728d05cef443f
-
- Nov 07, 2011
-
-
Jean Chalard authored
Bug: 5547357 Change-Id: I521afeaa349c86fb0087cedb70127de6acebec78
-
- Sep 15, 2011
-
-
Jean Chalard authored
This should not be used lightly, as it violates the general contract of locale, and does kill some legitimate (albeit alledgedly rare) use patterns. Currently, the spell checker uses this because it uses a negative logic: it should match broadly, and when in doubt, match even more broadly, which is almost never the case of something that uses the locale. In other words: don't use this option unless you are very, VERY sure that's what you want. Hint: it isn't Bug: 5280929 Change-Id: Ib3cae319c692161d653630038c5bcde1f4340c05
-
- Sep 14, 2011
-
-
Jean Chalard authored
This is preparation for Bug: 5280929 Change-Id: Iab0096acf057aa288b1986d225aad815bd70b145
-
- Aug 04, 2011
-
-
Jean Chalard authored
This is a preparative change for inserting the spell checker. Change-Id: Ie441879cac4f67078ec27a95f1fcbbf3ef373df7
-
- Jul 22, 2011
-
-
Tadashi G. Takaoka authored
Bug: 5024127 Change-Id: If4d691a4a59c43579d1f977e9a0545495f30bafb
-
- Jul 13, 2011
-
-
Jean Chalard authored
When the User dictionary service is off, LatinIME still allows to add words to it and it crashed if the user tries to do so. This change fixes the crash; it does not however fix the interface. Bug: 5004408 Change-Id: I5bd2684ab3010963c1f737fc764e70e79aadbe8d
-
- Feb 17, 2011
-
-
Tadashi G. Takaoka authored
Bug: 3428942 Change-Id: Id62f467ce4e50c60a56d59bf96770e799a4659e2
-