| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 Chalard | 2012-07-02 | 1 | -2/+10 |
* | Move constants to a better place.•••Change-Id: I5c27a3ed99b17f850e26a8503de16f001c7111c1
|  Jean Chalard | 2012-06-27 | 1 | -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 Chalard | 2012-06-27 | 1 | -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 Chalard | 2012-06-20 | 1 | -10/+23 |
* | Change to a binary version of the expandable user dictionary.•••Bug: 6435677
Change-Id: If83409f699608d443796e64a3c65692ae81b98e6
|  Tom Ouyang | 2012-05-17 | 1 | -0/+211 |