aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinIME.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge from the private sandbox to the froyo-ub-latinimegoogleKen Wakasa2010-08-251-0/+4
| | | | | | Bumped up the version to 0.22. Change-Id: I04497fa0a2acaa1b9632621c9d9f163cf40f6299
* Clean up LatinIME javasatok2010-08-241-1/+0
| | | | | | | | - remove unused code - add @Override - change the inappropriate cast Change-Id: Ib25b4939e5b4273794ab0f6349776b5b62d89894
* Fix an NPE found in KeyboardSwitcher.isAlphabetMode()Ken Wakasa2010-08-201-1/+1
| | | | Change-Id: I03d3d9b25147632d25c1502f796acad4cdaeb239
* DO NOT MERGE. Backport LatinIME from master to Gingerbreadsatok2010-08-201-165/+600
| | | | | | TODO: Cleanup will follow. Change-Id: I4a68ba9f2f55760aa24187f1f13fdfa8a0b70963
* am 65582531: Fix a bug in backspace handling for the "Tap again to save"Ken Wakasa2010-08-051-2/+21
|\ | | | | | | | | | | | | Merge commit '6558253160e2039c87f424bd814f402ecd31de3b' into gingerbread * commit '6558253160e2039c87f424bd814f402ecd31de3b': Fix a bug in backspace handling for the "Tap again to save"
| * Fix a bug in backspace handling for the "Tap again to save"Ken Wakasa2010-08-061-2/+21
| | | | | | | | | | bug: 2889273 Change-Id: I0f317e203f368f5f47738154a6dee0f556d56148
* | am f0296426: Don\'t auto-select the system language in IME language ↵Amith Yamasani2010-05-041-0/+2
|\| | | | | | | | | | | | | | | | | selection screen. Merge commit 'f02964264f196447b03a88591a2964b67c318718' into froyo-plus-aosp * commit 'f02964264f196447b03a88591a2964b67c318718': Don't auto-select the system language in IME language selection screen.
| * Don't auto-select the system language in IME language selection screen.Amith Yamasani2010-05-031-0/+2
| | | | | | | | | | | | | | | | | | Fixes http://b/2650378 On entering the selection screen, don't add the system language in addition to other selected languages. Change-Id: Id7a3b45df39a8493d17be668029eee139bf00ff3
* | Clarify licensingJean-Baptiste Queru2010-04-051-2/+2
|/ | | | | | | | -use AOSP copyright instead of Google -add NOTICE and tag file Bug: 2548782 Change-Id: If50b2e9e9cc4b4876b0d047fc9f34e2d537a6da4
* Fix for 2559069 IME ".com" should be erasable with one backspaceAmith Yamasani2010-04-011-0/+15
| | | | Change-Id: Ifef97a9b66e051fef7ca8b0a92bfe21f3d1e6cf6
* Fix bug 2553592 API REVIEW: android.speechJean-Michel Trivi2010-03-301-2/+2
| | | | | | | | Change 3 of 4 Notes from API Council review: Rename RecognitionManager to SpeechRecognizer Change-Id: Ieea0ade975b7c01f1fccb83a78a5b8f75e0c62de
* Don't auto-add when in suggest-only mode. Bug: 2521344Amith Yamasani2010-03-241-3/+10
| | | | | | 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.
* Write the auto dictionary data to disk in a background thread to avoid ↵Amith Yamasani2010-03-231-1/+2
| | | | | | | | | blocking the UI thread. Bug: 2536846 This also potentially fixes the occasional hangs on pressing space. Need to verify. Bug: 2509010
* Fix a StringIndexOutOfBounds. Bug: 2524050Amith Yamasani2010-03-171-1/+1
|
* Fixes the over-logging of TextModifiedMaryam Garrett2010-03-151-3/+41
| | | | | | | | | | | | | | 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
* Fix bug: 2512075 : Current input language resets to first in list on ↵Amith Yamasani2010-03-121-9/+13
| | | | | | orientation change Have separate variables for system locale and input locale.
* 2175312 : IME suggestions stay on screen after switching orientation in ↵Amith Yamasani2010-03-101-1/+2
| | | | | | | search dialog Only show the candidate strip if the input view is showing. Otherwise ignore any completions from the AutoCompleteTextView
* Don't let the native code target be included twice when unbundling.Amith Yamasani2010-03-091-0/+1949
Move java code to a different directory so that the unbundled version doesn't try to compile the native code again. Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986