- Mar 09, 2010
-
-
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 05, 2010
-
-
Christopher Tate authored
Change-Id: I0ea45d114ef642bb50b0ea155cfc59f20da1f430
-
- Mar 04, 2010
-
-
Eric Fischer authored
-
Ken Wakasa authored
-
Amith Yamasani authored
Bug: 2488167 Don't show ko, ja and zh languages in the list. Remove a debug println. Add alternates_for_g to the keyboard for it to work on turkish. This must have not gotten merged from donut.
-
Amith Yamasani authored
-
Amith Yamasani authored
dictionary. Example, "ho9" would match "Shoemaker", if "Shoemaker" existed in your contacts. This was due to premature switch to completions mode when trying to insert a missing letter. This syncs up the Java version to what the native one was doing.
-
Ken Wakasa authored
-
- Mar 03, 2010
-
-
Amith Yamasani authored
This change seems to fix it. Will continue to monitor if it happens. From tracing the code, it seemed to think that the current keyboard was not a symbols keyboard, so the "equals" call was failing. It was probably due to voice mode changing between keyboard creation and display.
-
- Mar 02, 2010
-
-
Ying Wang authored
-
Amith Yamasani authored
Also move some symbols around as per yaks' request.
-
- Feb 27, 2010
-
-
Eric Fischer authored
-
- 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
-
Amith Yamasani authored
Word prediction can begin after a tab now.
-
Amith Yamasani authored
It's not for quick access, but at least it's available.
-
- Feb 20, 2010
-
-
Ying Wang authored
-
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 13, 2010
-
-
Jeff Hamilton authored
Change-Id: I406714add92e50f1b53242336104bd784058ed7d
-
- Feb 12, 2010
-
-
Christopher Tate authored
Change-Id: Ib1d37c5c4577f6eaededb297aa8b126896e0f4f6
-
Amith Yamasani authored
-
- Feb 11, 2010
-
-
Ken Wakasa authored
Bug: 2384116
-
Amith Yamasani authored
-
Amith Yamasani authored
-
Valentin Kravtsov authored
The last change did not solve the bug completely, the spinner was still shown at times when no initialization dialog was shown Change-Id: I43a5f8df4e333ffb6deb727c3bf45ed7b7a54069
-
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
bug: http://b/issue?id=2434331 Change-Id: Ia65d7d92fe4ce212be0323a3b00eb63044d3191b
-
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
-
Amith Yamasani authored
Also add a language-switch hint
-
Amith Yamasani authored
-
- 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
-