479a3a7891e23521cfb7ea1e835b8b3cfb882c5f |
|
03-Aug-2010 |
Ken Wakasa <kwakasa@google.com> |
Fix a bug in backspace handling for the "Tap again to save" bug: 2889273 Change-Id: I0f317e203f368f5f47738154a6dee0f556d56148
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/LatinIME.java
|
f02964264f196447b03a88591a2964b67c318718 |
|
03-May-2010 |
Amith Yamasani <yamasani@google.com> |
Don't auto-select the system language in IME language selection screen. Fixes http://b/2650378 On entering the selection screen, don't add the system language in addition to other selected languages. Change-Id: Id7a3b45df39a8493d17be668029eee139bf00ff3
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/LatinIME.java
|
dad0e792aa064765901224af56d2a53a25bc7b7d |
|
01-Apr-2010 |
Amith Yamasani <yamasani@google.com> |
Fix for 2559069 IME ".com" should be erasable with one backspace Change-Id: Ifef97a9b66e051fef7ca8b0a92bfe21f3d1e6cf6
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/LatinIME.java
|
06933183c8b4935f22e793d9f715907653074d2c |
|
30-Mar-2010 |
Jean-Michel Trivi <jmtrivi@google.com> |
Fix bug 2553592 API REVIEW: android.speech Change 3 of 4 Notes from API Council review: Rename RecognitionManager to SpeechRecognizer Change-Id: Ieea0ade975b7c01f1fccb83a78a5b8f75e0c62de
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/LatinIME.java
|
0c05902e331b03426754a1cfffe28d185dd8338c |
|
25-Mar-2010 |
Amith Yamasani <yamasani@google.com> |
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.
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/LatinIME.java
|
4ff60be170872503cca0275ef3488b7379b5311b |
|
23-Mar-2010 |
Amith Yamasani <yamasani@google.com> |
Write the auto dictionary data to disk in a background thread to avoid blocking the UI thread. Bug: 2536846 This also potentially fixes the occasional hangs on pressing space. Need to verify. Bug: 2509010
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/LatinIME.java
|
6780b898ec2647a21319601a03ae1c393c0e1b29 |
|
18-Mar-2010 |
Amith Yamasani <yamasani@google.com> |
Fix a StringIndexOutOfBounds. Bug: 2524050
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/LatinIME.java
|
4f1f2201bdd0e63a19e686caa3d17b16eb134f5e |
|
04-Mar-2010 |
Maryam Garrett <mkamvar@google.com> |
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
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/LatinIME.java
|
6c2f9f5ba7afedc183086d4ee3a7aa50b3866edc |
|
13-Mar-2010 |
Amith Yamasani <yamasani@google.com> |
Fix bug: 2512075 : Current input language resets to first in list on orientation change Have separate variables for system locale and input locale.
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/LatinIME.java
|
8102ae79417448de25142ad328b74b0ee15bea1a |
|
11-Mar-2010 |
Amith Yamasani <yamasani@google.com> |
2175312 : IME suggestions stay on screen after switching orientation in search dialog Only show the candidate strip if the input view is showing. Otherwise ignore any completions from the AutoCompleteTextView
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/LatinIME.java
|
07b1603a3f9611f6d15dd7fcedf883d6ef8e5817 |
|
09-Mar-2010 |
Amith Yamasani <yamasani@google.com> |
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
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/LatinIME.java
|