Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clarify licensing•••-use AOSP copyright instead of Google -add NOTICE and tag file Bug: 2548782 Change-Id: If50b2e9e9cc4b4876b0d047fc9f34e2d537a6da4 | 2010-04-05 | 1 | -2/+2 | |
* | Fix for 2559069 IME ".com" should be erasable with one backspace•••Change-Id: Ifef97a9b66e051fef7ca8b0a92bfe21f3d1e6cf6 | 2010-04-01 | 1 | -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 | 2010-03-30 | 1 | -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. | 2010-03-24 | 1 | -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 | 2010-03-23 | 1 | -1/+2 | |
* | Fix a StringIndexOutOfBounds. Bug: 2524050 | 2010-03-17 | 1 | -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 | 2010-03-15 | 1 | -3/+41 | |
* | Fix bug: 2512075 : Current input language resets to first in list on orientat...•••Have separate variables for system locale and input locale. | 2010-03-12 | 1 | -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 | 2010-03-10 | 1 | -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 | 2010-03-09 | 1 | -0/+1949 |