maiacore android keyboard app or something
 
 
 
 
Go to file
Amith Yamasani 6516d0fdfc Save and restore Auto Dictionary data.
Due to the addition of input language switching, the auto dictionary
will be re-created very frequently. We need to save it and restore it
during transitions, otherwise the data will be purged too often to be
of much use in the multi-lingual case.

This also fixes the case where a user frequently turns the phone off/on.
Auto dictionary data was not being saved in those situations either.

The dictionary will probably never grow too large since most of the
frequently used words will be moved to the user dictionary any way.

Also, now the input locale is different from the display locale, so
save the input locale in the UserDictionary class and insert words
into the user dictionary with the correct locale.

And NPE fix for bug: 2464573
2010-02-24 06:36:19 -08:00
dictionaries auto import from //branches/cupcake/...@138744 2009-03-13 15:11:42 -07:00
dictionary Fix a crash in the dictionary due to releasing a null array. 2010-02-09 10:58:26 -08:00
res Make tab character a word separator. 2010-02-21 18:00:32 -08:00
src/com Save and restore Auto Dictionary data. 2010-02-24 06:36:19 -08:00
Android.mk Remove dependency on google-common library. 2010-02-17 14:42:51 -08:00
AndroidManifest.xml Add an original-package tag that matches the real package name. 2010-02-12 18:57:35 -06:00