aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinIME.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clarify licensing•••-use AOSP copyright instead of Google -add NOTICE and tag file Bug: 2548782 Change-Id: If50b2e9e9cc4b4876b0d047fc9f34e2d537a6da4 Jean-Baptiste Queru2010-04-051-2/+2
* Fix for 2559069 IME ".com" should be erasable with one backspace•••Change-Id: Ifef97a9b66e051fef7ca8b0a92bfe21f3d1e6cf6 Amith Yamasani2010-04-011-0/+15
* Fix bug 2553592 API REVIEW: android.speech•••Change 3 of 4 Notes from API Council review: Rename RecognitionManager to SpeechRecognizer Change-Id: Ieea0ade975b7c01f1fccb83a78a5b8f75e0c62de Jean-Michel Trivi2010-03-301-2/+2
* Don't auto-add when in suggest-only mode. Bug: 2521344•••Also don't highlight quickfixes when in suggest-only mode In general, reduce the situations where words are auto-added. It was too eagerly adding even words that were in the dictionary. Amith Yamasani2010-03-241-3/+10
* Write the auto dictionary data to disk in a background thread to avoid blocki...•••Bug: 2536846 This also potentially fixes the occasional hangs on pressing space. Need to verify. Bug: 2509010 Amith Yamasani2010-03-231-1/+2
* Fix a StringIndexOutOfBounds. Bug: 2524050Amith Yamasani2010-03-171-1/+1
* Fixes the over-logging of TextModified•••We were overlogging the TextMoified action because the old implementation would log a cursor change as a text modification. This CL logs 4 specific actions (choose suggestion, delete text, insert text, insert punctuation) as a text modification rather than any action in the textbox I also add in logging of the length of the recognition result so that we can get some more context around the scope of the editing of the ime result. Change-Id: I172df24ddc0a7b62bcc5ed806fd70ef7e1c42310 Maryam Garrett2010-03-151-3/+41
* Fix bug: 2512075 : Current input language resets to first in list on orientat...•••Have separate variables for system locale and input locale. Amith Yamasani2010-03-121-9/+13
* 2175312 : IME suggestions stay on screen after switching orientation in searc...•••Only show the candidate strip if the input view is showing. Otherwise ignore any completions from the AutoCompleteTextView Amith Yamasani2010-03-101-1/+2
* 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 Yamasani2010-03-091-0/+1949