maiacore android keyboard app or something
 
 
 
 
Go to file
Amith Yamasani 718e813fbd Fix for #2244624 : Keyboard freezes up sometimes
I think the cause for this is the Contacts database being updated. This
causes the keyboard to reload the contacts once every 30 minutes. Since it
loads it synchronously, it affects people with several thousand contacts.

Although in my tests, with 3000 contacts, the delay was only 600ms, I've
had several reports from long-time googlers about this problem, so I'm
switching to loading the contacts asynchronously in a background thread.

Also fix a potential problem with capitalizing "i" if a contact has "i" as
one of the names.
2009-11-11 18:49:36 -08:00
dictionaries auto import from //branches/cupcake/...@138744 2009-03-13 15:11:42 -07:00
dictionary Reduce weight of missing-char suggestions. 2009-08-13 18:03:56 -07:00
res Import revised translations. DO NOT MERGE 2009-10-28 21:19:57 -07:00
src/com/android/inputmethod/latin Fix for #2244624 : Keyboard freezes up sometimes 2009-11-11 18:49:36 -08:00
Android.mk auto import from //branches/cupcake/...@138744 2009-03-13 15:11:42 -07:00
AndroidManifest.xml Don't kill the IME after a restore 2009-09-01 21:16:19 -07:00