| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't let the native code target be included twice when unbundling.•••Move java code to a different directory so that the unbundled
version doesn't try to compile the native code again.
Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986
|  Amith Yamasani | 2010-03-09 | 1 | -183/+0 |
* | Blacklist asian languages from input selection list, since this is LatinIME.•••Bug: 2488167
Don't show ko, ja and zh languages in the list.
Remove a debug println.
Add alternates_for_g to the keyboard for it to work on turkish. This
must have not gotten merged from donut.
|  Amith Yamasani | 2010-03-04 | 1 | -0/+13 |
* | 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
|  Amith Yamasani | 2010-02-24 | 1 | -3/+4 |
* | Use title-case for language name on spacebar, even for the abbrev.•••And fix a bug in opening keyboard settings when Voice is not available.
|  Amith Yamasani | 2010-02-05 | 1 | -14/+5 |
* | Capitalize the names of languages in the dictionary picker.•••Bug 2417503
|  Eric Fischer | 2010-02-03 | 1 | -1/+1 |
* | Input language switching. Bug: 2331173•••New feature to enable fast switching between input languages for
multilingual users. Keyboard settings lets you select a bunch of
languages to switch between from the Latin IME.
Use the Globe icon to toggle between languages.
Needs more work and some layout changes in specialized keyboards.
Also added a Russian keyboard (needs some pixel TLC at the right edge).
|  Amith Yamasani | 2009-12-16 | 1 | -0/+178 |