maiacore android keyboard app or something
 
 
 
 
Go to file
Jean Chalard b8ff8ca9d9 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 19:58:23 +09:00
dictionaries Update dictionaries 2014-01-14 10:37:15 +09:00
java Straighten out database cursors behavior. 2014-02-18 19:58:23 +09:00
native Merge "Make dotted i the base character of dotless i." 2014-02-17 09:44:17 +00:00
tests Stop using deprecated InputMethodSubtype constructor 2014-02-17 15:32:33 +09:00
tools Implement PatriciaTriePolicy::getNextWordAndNextToken(). 2014-02-15 17:39:20 +09:00
Android.mk Build native subdirectories first 2013-01-28 20:07:31 -08:00
CleanSpec.mk Pass the touch position correction data to native. 2011-09-29 17:00:49 +09:00