| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 Chalard | 2013-01-17 | 1 | -5/+1 |
* | Adjust the used frequency of the user dictionary words.•••Bug: 7656666
Change-Id: I4b271af636f6103cb5287336229581365841d778
|  Jean Chalard | 2013-01-08 | 1 | -5/+20 |
* | Small code cleanups•••Multi-project commit with I249d5fbe
Change-Id: Ia28c4e970992aa1299a30e604eaa5d096655c3a5
|  Ken Wakasa | 2013-01-07 | 1 | -9/+9 |
* | resolved conflicts for merge of d48d6fee to master•••Change-Id: I21141956135debe737453dba87617671b1716d0a
|  Ken Wakasa | 2012-12-15 | 1 | -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 Chalard | 2012-12-14 | 1 | -1/+33 |
* | | Replace useless CharSequence to String•••Change-Id: Idc478f901185ee1b4912acc82d0cbc54fee4e991
|  Tadashi G. Takaoka | 2012-10-22 | 1 | -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 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 |