Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove a call to a deprecated method•••...that would cause a crash Bug: 13082186 Change-Id: Ie12575c27dfdd2029bc9d5f0647e444f69770afc | 2014-02-20 | 2 | -3/+5 | |
* | Straighten out database cursors behavior.•••Some were never closed, other closed twice. This change makes all Cursor instances behave, having the #close() call in a finally{} clause, and puts the burden of closing the cursor squarely on the creator rather than in the called methods. There is however one exception that is beyond the scope of this change: UserDictionarySettings have a Cursor member, it's never closed, and fixing the problem is not obvious. This change adds a TODO for now. It's not very clear if this change actually helps with bug#12670151, but it may be related and it's a good think to do anyway. Bug: 12670151 Change-Id: I87cc44387e7dee3da1488671b93a28d9d73f7dc0 | 2014-02-18 | 2 | -6/+13 | |
* | Fix some warnings•••Change-Id: I7290cd1fb675a1b85b9b6ac2d464c932b5bca1dd | 2013-07-31 | 1 | -1/+1 | |
* | Fix the title of the personal dictionary settings•••Bug: 8976598 Change-Id: I9e07ff9e06449e2093b9ba8d6f28a030c69756bc | 2013-07-30 | 2 | -0/+7 | |
* | Fix the displayed name of the personal dictionary•••Bug: 8976598 Change-Id: I11dd73c8c23b05288c5f417352dc4cc99d489b95 | 2013-07-30 | 2 | -1/+45 | |
* | Merge "Fix a bug with multiple word insertion." | 2013-07-25 | 2 | -3/+30 | |
|\ | |||||
| * | Fix a bug with multiple word insertion.•••This is a port of I5202bc52 Bug: 7903831 Change-Id: I3eb526de01a1f5b51212166e39b98de1d71e9eaf | 2013-07-25 | 2 | -3/+30 | |
* | | Show all languages if user enables multiple subtypes•••Bug: 8976598 Change-Id: I1c3c1ede1235f696eafb3a68ec5c29479768dd0f | 2013-07-25 | 1 | -3/+9 | |
|/ | |||||
* | Cosmetic fix for the copyright header•••Change-Id: I2a93ac21571d1f6255a72a1a238b03dbb95108de | 2013-07-23 | 1 | -8/+8 | |
* | Fix wrong copyright header comment•••Change-Id: I75ffbc0508c00f7ac8004b764667a174b6ab0b63 | 2013-07-23 | 1 | -2/+2 | |
* | Improve the language list in the personal dictionary•••Bug: 9117704 Change-Id: I26e6f8369a3c7ffa4bb651b4b5a3e6f004121983 | 2013-06-27 | 1 | -7/+2 | |
* | Use internal personal dictionary settings on JBMR2 or before•••Bug: 9117704 Change-Id: I7e20b03daa23b59211235183cf48d933e32845e4 | 2013-06-27 | 1 | -5/+33 | |
* | Move util classes to the latin/utils directory•••Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa | 2013-06-24 | 2 | -7/+7 | |
* | Fix a bug with long user dict entries•••Bug: 9410958 Change-Id: I966e452c6dbdcb444abbb6ffb316849a7c85a73b | 2013-06-14 | 1 | -1/+3 | |
* | Fix labels in the personal dictionary settings•••Bug: 8855738 Bug: 8853764 Change-Id: I03383bb5d6d72645f511cc6175dec747eb13a840 | 2013-05-08 | 2 | -4/+5 | |
* | Support ICS on the user dictionary settings•••Bug: 8600958 Change-Id: I50e9228afc7b04147eb7c4734d3145abe8859a30 | 2013-04-26 | 4 | -26/+107 | |
* | Implement a functionality to add an entry to the user dictionary•••Bug: 8600958 Change-Id: Ic472500406b9d54ec4052c490ee7cef62fc4e52a | 2013-04-25 | 5 | -0/+838 |