aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/InputLanguageSelection.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert the open-source LatinIME package name -Ken Wakasa2010-08-131-1/+1
| | | | | | | | | | from com.google.android.inputmethod.latin to com.android.inputmethod.latin Related change: https://android-git.corp.google.com/g/60862 bug: 2786392 Change-Id: Ib7c6cfe61db19ef50c401a01497eef5f1f5e239e
* - separate dict (uses xml)Jae Yong Sung2010-07-281-1/+4
| | | | | | | | | | - retrieve bigrams that only starts with character typed and neighbor keys - contacts bigram - performance measure bug: 2873133 Change-Id: If97c005b18c82f3fafef50009dd2dfd972b0ab8f
* Check suggested words whether they are from mainDic or notsatok2010-06-021-1/+1
| | | | | | | - Added counters for suggestions by dictionarys - Added a counter for cancelled suggestions Change-Id: Ia7d3a73855b1e82b60a010f18dba4e1c0fe1c2bb
* Don't auto-select the system language in IME language selection screen.Amith Yamasani2010-05-031-5/+0
| | | | | | | | | Fixes http://b/2650378 On entering the selection screen, don't add the system language in addition to other selected languages. Change-Id: Id7a3b45df39a8493d17be668029eee139bf00ff3
* Remove popup for extension keyboard in landscape. bug: 2519903Amith Yamasani2010-03-171-1/+25
| | | | | | | Also add a summary text in the input language list for languages with a dictionary so that users don't feel cheated when they pick a language that doesn't happen to have a dictionary. Remove greek as it isn't an extension of the QWERTY keyboard.
* Don't let the native code target be included twice when unbundling.Amith Yamasani2010-03-091-0/+183
Move java code to a different directory so that the unbundled version doesn't try to compile the native code again. Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986