Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reset automatic upper case when chroding key is pressed | 2012-05-21 | 4 | -23/+38 | |
| | | | | | Bug: 6501446 Change-Id: Idc3b88b5370c0d7968cc388885e9066f922cfcf3 | ||||
* | Mark UserDictionary and ContactsDictionary as deprecated | 2012-05-21 | 2 | -2/+10 | |
| | | | | | Bug: 6473962 Change-Id: I14477f99f67aedf756d9387ec1d50ef57a1c079e | ||||
* | Get rid of unused CODE_HAPTIC_AND_AUDIO_FEEDBACK | 2012-05-21 | 1 | -4/+2 | |
| | | | | | Bug: 6523953 Change-Id: Ibea6c74d00e956116f492a3bedfe40e580b4c316 | ||||
* | Tiny comment update to reflect what the class does more accurately. | 2012-05-20 | 1 | -1/+1 | |
| | | | | Change-Id: I9eab3b5d387a5bf5d9b7fce4c1618170a7f34727 | ||||
* | Add entires I forgot to add in Id1c89be1 | 2012-05-19 | 1 | -0/+13 | |
| | | | | | bug: 6354484 Change-Id: Iea6fa4df99b38d94e517423a7030b4f0440d4f6e | ||||
* | Only speak key label after checking for password obscure flag. | 2012-05-19 | 1 | -3/+2 | |
| | | | | | Bug: 6523222 Change-Id: Ic737c4ce135d869a3422b1ebbea0a845c71b1699 | ||||
* | Pass IME accessibility events directly to the AccessibilityManager. | 2012-05-19 | 2 | -1/+18 | |
| | | | | | Bug: 6523554 Change-Id: I44bceb7b068ff1ac0c799f4a93d5dcd8026f1e4b | ||||
* | Merge "Change to a binary version of the expandable user dictionary." into ↵ | 2012-05-18 | 9 | -14/+311 | |
|\ | | | | | | | jb-dev | ||||
| * | Change to a binary version of the expandable user dictionary. | 2012-05-17 | 9 | -14/+311 | |
| | | | | | | | | | | Bug: 6435677 Change-Id: If83409f699608d443796e64a3c65692ae81b98e6 | ||||
* | | Remove unnecessary entries in the English whitelist dictionary | 2012-05-18 | 1 | -517/+3 | |
| | | | | | | | | | | bug: 6354484 Change-Id: Id1c89be171f23d2bf8c8289e61f573520b46de14 | ||||
* | | Update French/English dictionaries to the latest version | 2012-05-18 | 2 | -0/+0 | |
| | | | | | | | | Change-Id: I9c98280f900914d1af22b47019ebc0ad5ab175de | ||||
* | | Merge "Change auto caps mode argument to int type" into jb-dev | 2012-05-18 | 4 | -16/+35 | |
|\ \ | |||||
| * | | Change auto caps mode argument to int type | 2012-05-18 | 4 | -16/+35 | |
| | | | | | | | | | | | | | | | Bug: 6501446 Change-Id: I3f7bc0fc39edd29ebf96107c3d43b9ccc9b8022e | ||||
* | | | Don't use KeyDrawParams as argument of Key#selectTextSize | 2012-05-18 | 2 | -10/+12 | |
| | | | | | | | | | | | | | | | | | | | | | This is a follow up of Ide48c361. Bug: 6509415 Change-Id: I59f6e47d06ebfbac6d354d36fca6788f092ed41d | ||||
* | | | Revert "Make KeyDrawParams and KeyPreviewDrawParams to top level class" | 2012-05-18 | 5 | -245/+185 | |
| | | | | | | | | | This reverts commit 4c9e6a15d174f85dfd28fbf89341549fbb986acf | ||||
* | | | Make KeyDrawParams and KeyPreviewDrawParams to top level class | 2012-05-18 | 5 | -185/+245 | |
|/ / | | | | | | | | | | | | | This is a follow up of Ide48c361. Bug: 6509415 Change-Id: Ib45c476924bc4b6b2ca65e0cae91d719109a9cb1 | ||||
* | | Merge "Add utils for forgetting curve" into jb-dev | 2012-05-17 | 1 | -0/+120 | |
|\ \ | |||||
| * | | Add utils for forgetting curve | 2012-05-18 | 1 | -0/+120 | |
| | | | | | | | | | | | | | | | Bug: 4192129 Change-Id: Iebb7ac355e1c1891da31c33754315bd76a61889b | ||||
* | | | Merge "Use large label text size for action label" into jb-dev | 2012-05-17 | 7 | -1/+23 | |
|\ \ \ | |/ / |/| | | |||||
| * | | Use large label text size for action label | 2012-05-18 | 7 | -1/+23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The large label text size is used for: * The enter key's action label on phone/number keyboard layout of phone device and 7-inch tablet * The enter key's action label on alphabet/symbols keyboard of 7-inch tablet. Bug: 6509415 Change-Id: I1c0dc511b3ac87cba00163b8d29c687ad1e86ce8 | ||||
* | | | Merge "Close batch edit" into jb-dev | 2012-05-17 | 1 | -3/+7 | |
|\ \ \ | |||||
| * | | | Close batch edit | 2012-05-18 | 1 | -3/+7 | |
| |/ / | | | | | | | | | | | | | | | | | | | This does the same thing as Ie30e1aff but differently Bug: 6512086 Change-Id: I47ae990510d3f657abd45ad5f0e325d93dec83c0 | ||||
* | | | Merge "Fix NPE on HOVER_EXIT event when not touching a key." into jb-dev | 2012-05-17 | 1 | -1/+1 | |
|\ \ \ | |||||
| * | | | Fix NPE on HOVER_EXIT event when not touching a key. | 2012-05-17 | 1 | -1/+1 | |
| |/ / | | | | | | | | | | | | | Bug: 6513368 Change-Id: Ia6d4d01f51a620230b4d19f813fb3aff6881ec03 | ||||
* / / | Increase CHAR LIMIT of some string resources | 2012-05-18 | 1 | -7/+7 | |
|/ / | | | | | | | | | Bug: 6513954 Change-Id: If4aa1032bc7e615c77e3a64c6e8f8dbb0a020d8d | ||||
* | | Merge "Support large label text ratio in KeyboardView" into jb-dev | 2012-05-17 | 3 | -12/+24 | |
|\ \ | |/ |/| | |||||
| * | Support large label text ratio in KeyboardView | 2012-05-17 | 3 | -12/+24 | |
| | | | | | | | | | | Bug: 6509415 Change-Id: Ide48c36126c23d91612c322a1027257c9b967e6b | ||||
* | | Merge "Check duplicated entry of "custom input style"" into jb-dev | 2012-05-17 | 4 | -25/+88 | |
|\ \ | |/ |/| | |||||
| * | Check duplicated entry of "custom input style" | 2012-05-17 | 4 | -25/+88 | |
| | | | | | | | | | | Bug: 6495488 Change-Id: Ia6c2421cb0e7c1793d4dfe18acd07fd6f8c5d797 | ||||
* | | Merge "Fix a bug where the previous word would not be read correctly" into ↵ | 2012-05-17 | 1 | -1/+2 | |
|\ \ | | | | | | | | | | jb-dev | ||||
| * | | Fix a bug where the previous word would not be read correctly | 2012-05-17 | 1 | -1/+2 | |
| |/ | | | | | | | | | Bug: 6510002 Change-Id: Id30f67e0ca6f7a6fbbbd07922ae19e416c5ef55e | ||||
* | | Merge "Add open-source-able word lists to AOSP." into jb-dev | 2012-05-17 | 5 | -0/+0 | |
|\ \ | |||||
| * | | Add open-source-able word lists to AOSP. | 2012-05-17 | 5 | -0/+0 | |
| | | | | | | | | | | | | | | | Bug: 6458744 Change-Id: If28aeb7360ee7ec7408f55934ca2a684f032e338 | ||||
* | | | Merge "Return the bigram frequency if available." into jb-dev | 2012-05-17 | 1 | -2/+2 | |
|\ \ \ | |||||
| * | | | Return the bigram frequency if available. | 2012-05-16 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This concludes the work on bug#6313806. Don't submit it before the dictionaries are suitably amended. Bug: 6313806 Change-Id: Icfea45bd52bb9d8cc68ba2266f80640e3942bb7f | ||||
* | | | | Merge "Split Portuguese subtype into pt_BR and pt_PT" into jb-dev | 2012-05-17 | 1 | -2/+9 | |
|\ \ \ \ | |||||
| * | | | | Split Portuguese subtype into pt_BR and pt_PT | 2012-05-17 | 1 | -2/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6510103 Change-Id: I91e13e7ecdf4fc9a2f3e3d647b70fb4b672321f5 | ||||
* | | | | | Merge "Add a whitelisted word" into jb-dev | 2012-05-17 | 1 | -0/+4 | |
|\ \ \ \ \ | |||||
| * | | | | | Add a whitelisted word | 2012-05-17 | 1 | -0/+4 | |
| | |_|_|/ | |/| | | | | | | | | | | | | | Change-Id: Id776b63dfadeba815f619ed0536bb14febc3aee7 | ||||
* | | | | | Merge "Fix stale key drawing" into jb-dev | 2012-05-17 | 2 | -0/+17 | |
|\ \ \ \ \ | |||||
| * | | | | | Fix stale key drawing | 2012-05-17 | 2 | -0/+17 | |
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | Bug: 6509479 Change-Id: I49988ac951f6b37b14192ef1113a0d668a84f1a2 | ||||
* | | | | | Merge "Don't deactivate the LastComposedWord on shift" into jb-dev | 2012-05-17 | 1 | -2/+3 | |
|\ \ \ \ \ | |||||
| * | | | | | Don't deactivate the LastComposedWord on shift | 2012-05-17 | 1 | -2/+3 | |
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | Bug: 6495116 Change-Id: Ib86de02a1216146082bf58a033982ac37fefffe1 | ||||
* | | | | | Merge "Tidy up number password layout" into jb-dev | 2012-05-17 | 2 | -19/+39 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Tidy up number password layout | 2012-05-17 | 2 | -19/+39 | |
| |/ / / | | | | | | | | | | | | | | | | | Bug: 6462191 Change-Id: Idd156e2fd651b80a6b5ebb2b10d88e107febbddb | ||||
* / / / | Fix ".com" key width on 7-inch tablet | 2012-05-17 | 1 | -1/+1 | |
|/ / / | | | | | | | | | | Change-Id: I5f843993e819bbc2e84f4d721cf7892d5518d7f6 | ||||
* | | | Update language switch icon | 2012-05-17 | 3 | -0/+0 | |
| | | | | | | | | | | | | | | | Bug: 6129414 Change-Id: I1232e2bafed47c93f30470537cc334a755cf7a4d | ||||
* | | | Merge "Import translations. DO NOT MERGE" into jb-dev | 2012-05-16 | 49 | -12/+300 | |
|\ \ \ | |||||
| * | | | Import translations. DO NOT MERGE | 2012-05-16 | 49 | -12/+300 | |
| | | | | | | | | | | | | | | | | Change-Id: I81a628c87810826dc6c2fb31035a8f7ef22d414a | ||||
* | | | | Merge "Make LatinIME keys accessibility focusable, clickable." into jb-dev | 2012-05-16 | 3 | -26/+142 | |
|\ \ \ \ | |/ / / |/| | | |