aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/voice (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Logging for the VoiceSearch alternatesMaryam Garrett2010-08-302-14/+17
| | | | | | | | | | | Log which voice-based alternates were selected, and what word in the recognition results were replaced. Change-Id: I1527dc794902a18a226ca45e186ecf84841094c8 Conflicts: java/src/com/android/inputmethod/latin/LatinIME.java
* Read the alternatives from the server-sideMaryam Garrett2010-07-261-19/+57
| | | | | | | | This change will parse the voice-search word-based alternatives from the bundle returned by the server, rather than generating them on the client. Change-Id: I7d7abc224de3ab8f37eca18632a427d39fd61a78
* Show word alternatives for spoken inputMaryam Garrett2010-06-291-2/+2
| | | | | | | | | | With this change, we show alternatives for a word that has been spoken.The user triggers the display of alternatives by tapping on the word. The alternatives are currently generated by a client-side algorithm, but will be improved when we move to a server-side generation of the alternatives Change-Id: I454ee28fef9bf97a1b026ce8c605ca4badb39e79
* Remember typed words for auto-correctionsAmith Yamasani2010-06-241-162/+0
| | | | Change-Id: I475c2fa7604f91659100510079fa13c7615177e9
* Cleanupsatok2010-05-122-49/+0
| | | | | | | - Remove dead code - Add colors Change-Id: I011146b33a37375d2a0b12342d65bad62ba7542b
* Fix for: For Voice IME busy circle displayed below waveformValentin Kravtsov2010-04-121-4/+3
| | | | | | | | | | | | | | | | | | | | | | | bugfix for: http://b/issue?id=2568048 [Sapphire] ]For Voice IME busy circle displayed below waveform. STEPS TO REPRODUCE: 1. launch Calendar . -> Select menu -> New Event. 2. Switch soft keyboard to Number view. 3. Tap on mic symbol of to speak 4. Speak any word to enter in Text field . 5. Verify busy icon ( circular icon ) displayed in "working " screen. EXPECTED RESULTS: Busy circle should be displayed in center of waveform OBSERVED RESULTS: Busy circle displayed below waveform ADDITIONAL INFORMATION: Spoken word is enetering in text field correctly. Change-Id: I043ce6a985f526cade0e9f63525619a92d918485
* Fix bug 2553592 API REVIEW: android.speechJean-Michel Trivi2010-03-301-15/+15
| | | | | | | | Change 3 of 4 Notes from API Council review: Rename RecognitionManager to SpeechRecognizer Change-Id: Ieea0ade975b7c01f1fccb83a78a5b8f75e0c62de
* Fixes the over-logging of TextModifiedMaryam Garrett2010-03-152-8/+138
| | | | | | | | | | | | | | 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
* Don't let the native code target be included twice when unbundling.Amith Yamasani2010-03-0910-0/+1592
Move java code to a different directory so that the unbundled version doesn't try to compile the native code again. Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986