- 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
-
- Feb 06, 2010
-
-
Amith Yamasani authored
-
Amith Yamasani authored
And fix a bug in opening keyboard settings when Voice is not available.
-
- Feb 05, 2010
-
-
The Android Open Source Project authored
Merge commit '02797369' * commit '02797369': android-2.1_r1 snapshot
-
Eric Fischer authored
Merge commit 'fe452965' * commit 'fe452965':
-
Amith Yamasani authored
Merge commit 'd7e42d7b' * commit 'd7e42d7b':
-
Amith Yamasani authored
am 929dc479: (-s ours) am bb6f9146: DO NOT MERGE: Fix for 2295810: Auto-correction of English results in Englishman Merge commit '929dc479' * commit '929dc479':
-
Eric Fischer authored
Merge commit '9af82ee2' * commit '9af82ee2':
-
Kristian Monsen authored
-
The Android Open Source Project authored
Merge commit '4c97c59e' into eclair-plus-aosp * commit '4c97c59e': android-2.1_r1 snapshot
-
The Android Open Source Project authored
-
Valentin Kravtsov authored
Now there is a delay each time the voice recognition screen is opened, however, this is the correct behavior as microphone setup takes about 600ms. The previous implementation, although being fast, was not actually recording the first 1/2 second of user's speech. Change-Id: I8b8373a59658502f7451150ff4a4ffd1c8e83205
-
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 04, 2010
-
-
Eric Fischer authored
-
Eric Fischer authored
Bug 2417503
-
- Feb 03, 2010
-
-
Amith Yamasani authored
Also fix a visual bug with the dividers between suggested words.
-
- Feb 02, 2010
-
-
Amith Yamasani authored
Forgot to upload this patchset in my last checkin.
-
Amith Yamasani authored
Let the arrows obscure the sliding language text to create the fade effect. Initialize the preview icon bounds.
-
- 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
-
- Jan 29, 2010
-
-
The Android Open Source Project authored
-
Maryam Garrett authored
This CL now simply moves LatinIME to use the version of LoggingEvents in android-common, rather than duplicating the LoggingEvents class between VoiceSearch, Browser, and LatinIME. I also added in a TIMESTAMP to the START broadcast, so that we would be able to evaluate if various events happened after a user tried Voice Input. Change-Id: Ic88ff40fcedf707abc3c5eb2e68dfd0fcdef3701
-
- Jan 28, 2010
-
-
Amith Yamasani authored
-
Doug Zongker authored
Open-sourced platform code shouldn't refer to Gservices. Use the platform-standard Secure settings table instead (which we can still push values into from the servers on google-experience devices, like gservices), but can be populated by other mechanisms for non-ged phones. Change-Id: Id0b5830bfc78c1d10dc732dce46546cd09cd1422
-
Amith Yamasani authored
Microphone button can be optionally moved to the symbols keyboard to get your comma back. You can also completely disable voice input. Now you can get your comma back but still use the swipe gesture to activate voice input.
-
Amith Yamasani authored
Removed dependency on mScrollX which is a hidden field. Added some required static libraries. TODO: When BackupManager is ready, make sure we don't use any private APIs from there.
-