- Aug 26, 2010
-
-
satok authored
Change-Id: I57cc6fb6a9eeb65ce8c0c3c3262fd525726643e2
-
- Aug 24, 2010
-
-
satok authored
- remove unused code - add @Override - change the inappropriate cast Change-Id: Ib25b4939e5b4273794ab0f6349776b5b62d89894
-
- Aug 20, 2010
-
-
Ken Wakasa authored
Change-Id: I03d3d9b25147632d25c1502f796acad4cdaeb239
-
satok authored
TODO: Cleanup will follow. Change-Id: I4a68ba9f2f55760aa24187f1f13fdfa8a0b70963
-
- Aug 18, 2010
-
-
Ken Wakasa authored
bug: 2889273 Change-Id: I0f317e203f368f5f47738154a6dee0f556d56148
-
- Aug 05, 2010
-
-
Ken Wakasa authored
bug: 2889273 Change-Id: I0f317e203f368f5f47738154a6dee0f556d56148
-
- May 03, 2010
-
-
Amith Yamasani authored
Fixes http://b/2650378 On entering the selection screen, don't add the system language in addition to other selected languages. Change-Id: Id7a3b45df39a8493d17be668029eee139bf00ff3
-
- Apr 05, 2010
-
-
Jean-Baptiste Queru authored
-use AOSP copyright instead of Google -add NOTICE and tag file Bug: 2548782 Change-Id: If50b2e9e9cc4b4876b0d047fc9f34e2d537a6da4
-
- Apr 01, 2010
-
-
Amith Yamasani authored
Change-Id: Ifef97a9b66e051fef7ca8b0a92bfe21f3d1e6cf6
-
- Mar 30, 2010
-
-
Jean-Michel Trivi authored
Change 3 of 4 Notes from API Council review: Rename RecognitionManager to SpeechRecognizer Change-Id: Ieea0ade975b7c01f1fccb83a78a5b8f75e0c62de
-
- Mar 25, 2010
-
-
Amith Yamasani authored
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.
-
- Mar 23, 2010
-
-
Amith Yamasani authored
Bug: 2536846 This also potentially fixes the occasional hangs on pressing space. Need to verify. Bug: 2509010
-
- Mar 18, 2010
-
-
Amith Yamasani authored
-
- Mar 15, 2010
-
-
Maryam Garrett authored
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
-
- Mar 13, 2010
-
-
Amith Yamasani authored
Have separate variables for system locale and input locale.
-
- Mar 11, 2010
-
-
Amith Yamasani authored
Only show the candidate strip if the input view is showing. Otherwise ignore any completions from the AutoCompleteTextView
-
- Mar 09, 2010
-
-
Amith Yamasani authored
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 Yamasani authored
If an configuration change happens when voice is being captured or processed, it keeps the voice input state intact and reattaches the recognition view to the input method.
-
- Mar 06, 2010
-
-
Amith Yamasani authored
-
- Mar 02, 2010
-
-
Amith Yamasani authored
Also move some symbols around as per yaks' request.
-
- Feb 26, 2010
-
-
Amith Yamasani authored
This also addresses the defaults for voice button on a wiped device. I think it also addresses mic button showing up when not expected by a specific text field that has the privateImeOptions of "nm". Bugs 2417842, 2242893
-
- Feb 25, 2010
-
-
Amith Yamasani authored
-
- Feb 24, 2010
-
-
Amith Yamasani authored
Due to the addition of input language switching, the auto dictionary will be re-created very frequently. We need to save it and restore it during transitions, otherwise the data will be purged too often to be of much use in the multi-lingual case. This also fixes the case where a user frequently turns the phone off/on. Auto dictionary data was not being saved in those situations either. The dictionary will probably never grow too large since most of the frequently used words will be moved to the user dictionary any way. Also, now the input locale is different from the display locale, so save the input locale in the UserDictionary class and insert words into the user dictionary with the correct locale. And NPE fix for bug: 2464573
-
- Feb 22, 2010
-
-
Ken Wakasa authored
-
Amith Yamasani authored
-
Amith Yamasani authored
-
- Feb 20, 2010
-
-
Amith Yamasani authored
Also allow decoupling Quick Fixes from Suggestions and auto-complete.
-
- Feb 18, 2010
-
-
Amith Yamasani authored
Since autotext is tied to the display language, if the input lang is different from the display lang, don't apply autotext. Bug: 2417495
-
- Feb 17, 2010
-
-
Amith Yamasani authored
Copied the newArrayList method over to LatinIME.
-
- Feb 11, 2010
-
-
Ken Wakasa authored
Bug: 2384116
-
Amith Yamasani authored
Make it easy to add new words by tapping the word again. Also, a small unbundling fix for vibration duration.
-
- Feb 10, 2010
-
-
Valentin Kravtsov authored
This CL adds an aformentioned check to decide whether to show the mic button or not. Change-Id: Idee6978b69777ac3118406219e96340d892c6508
-
- Feb 09, 2010
-
-
Amith Yamasani authored
Also add a language-switch hint
-
- Feb 08, 2010
-
-
Amith Yamasani authored
This increases the chance of hitting the correct letter when typing a word that exists in the dictionary, rather than only correct it after the fact. It is most effective after 2 or 3 letters of a word have been typed and gets more accurate with more typed letters in the word. If 2 adjacent letters have similar probabilities of occuring, then there is no hit correction applied.
-
Leon Scroggins authored
Needed for http://b/issue?id=2414236
-
- Feb 05, 2010
-
-
Kristian Monsen authored
Just guarding some calls with if (VOICE_INSTALLED). Also added an &, probably a typo.
-
Mike LeBeau authored
This will allow us to choose the right voice input language for the user on the VoiceSearch side.
-
- Feb 03, 2010
-
-
Amith Yamasani authored
Also fix a visual bug with the dividers between suggested words.
-
- Feb 01, 2010
-
-
Amith Yamasani authored
Shows the language on the spacebar and in the preview bubble. Allows dragging of the spacebar from side to side to switch to previous or next languages.
-
- Jan 31, 2010
-
-
Ken Wakasa authored
Bug: 2306114
-