| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove a call to a deprecated method•••...that would cause a crash
Bug: 13082186
Change-Id: Ie12575c27dfdd2029bc9d5f0647e444f69770afc
|  Jean Chalard | 2014-02-20 | 1 | -1/+4 |
* | 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
|  Jean Chalard | 2014-02-18 | 1 | -0/+2 |
* | Fix the displayed name of the personal dictionary•••Bug: 8976598
Change-Id: I11dd73c8c23b05288c5f417352dc4cc99d489b95
|  Satoshi Kataoka | 2013-07-30 | 1 | -1/+3 |
* | Cosmetic fix for the copyright header•••Change-Id: I2a93ac21571d1f6255a72a1a238b03dbb95108de
|  Ken Wakasa | 2013-07-23 | 1 | -8/+8 |
* | Fix wrong copyright header comment•••Change-Id: I75ffbc0508c00f7ac8004b764667a174b6ab0b63
|  Ken Wakasa | 2013-07-23 | 1 | -2/+2 |
* | Fix labels in the personal dictionary settings•••Bug: 8855738
Bug: 8853764
Change-Id: I03383bb5d6d72645f511cc6175dec747eb13a840
|  Satoshi Kataoka | 2013-05-08 | 1 | -0/+1 |
* | Support ICS on the user dictionary settings•••Bug: 8600958
Change-Id: I50e9228afc7b04147eb7c4734d3145abe8859a30
|  Satoshi Kataoka | 2013-04-26 | 1 | -10/+57 |
* | Implement a functionality to add an entry to the user dictionary•••Bug: 8600958
Change-Id: Ic472500406b9d54ec4052c490ee7cef62fc4e52a
|  Satoshi Kataoka | 2013-04-25 | 1 | -0/+286 |