summaryrefslogtreecommitdiffstats
path: root/core/java/android/speech
Commit message (Expand)AuthorAgeFilesLines
* Remove ACTION_VOICE_SEARCH_SETTINGS (added only for Froyo), because we've gotMike LeBeau2010-02-161-6/+0
* Fixing the bug where mic button is not shownValentin Kravtsov2010-02-121-1/+1
* Hiding the new TextToSpeech Intent extras for voice data checkCharles Chen2010-02-111-0/+3
* Merge "Adding Intent extra strings to TextToSpeech.Engine for doing voice dat...Charles Chen2010-02-111-0/+22
|\
| * Adding Intent extra strings to TextToSpeech.Engine for doingCharles Chen2010-02-111-0/+22
* | Improve a comment in RecognitionService.Mike LeBeau2010-02-111-2/+2
* | Use the new RecognitionService.SERVICE_INTERFACE instead ofMike LeBeau2010-02-111-1/+1
* | Add SERVICE_INTERFACE and SERVICE_META_DATA constants to RecognitionService,Mike LeBeau2010-02-111-0/+14
* | Add new setting for the ComponentName of the service to be usedMike LeBeau2010-02-111-2/+16
|/
* Add EXTRA_PARTIAL_RESULTS so that clients can enable receiving results via on...Alex Gruenstein2010-02-092-1/+10
* Fixing a bug when installing VoiceSearch cause errorValentin Kravtsov2010-02-081-9/+18
* Adding speech recognition service public APIValentin Kravtsov2010-02-055-156/+569
* Improve some of the documentation in RecognizerIntent to reduce confusion.Mike LeBeau2010-02-021-6/+15
* Add "inline" constant to RecognizerResultsIntent.Mike LeBeau2010-02-021-5/+12
* Provide another extra for ACTION_VOICE_SEARCH_RESULTS that indicatesMike LeBeau2010-02-011-5/+23
* Add a set of hidden constants for the ACTION_VOICE_SEARCH_RESULTS intent.Mike LeBeau2010-02-011-0/+104
* Adding Recognition Service and Listener wrappersValentin Kravtsov2010-01-268-370/+522
* Unhide RecognizerIntent.ACTION_VOICE_SEARCH_SETTINGS, which our voice searchMike LeBeau2010-01-251-2/+0
* Add RecognizerIntent.ACTION_VOICE_SEARCH_SETTINGS, which we'll triggerMike LeBeau2010-01-251-0/+8
* Enabling multiple apps to use different speech synthesis engines and notCharles Chen2010-01-081-49/+71
* Adding the ability to specify the speech synthesisCharles Chen2009-11-192-1/+43
* Clobber frameworks/base/core/java/android/speech in master with theMike LeBeau2009-09-242-71/+115
* am 3e8c0ee8: am 91a5d831: am b5308a70: Merge change 24816 into donutJean-Michel Trivi2009-09-171-82/+115
|\
| * am b5308a70: Merge change 24816 into donutJean-Michel Trivi2009-09-151-82/+115
| |\
| | * TextToSpeech javadoc update.Jean-Michel Trivi2009-09-141-82/+115
| |/ |/|
| * do not merge. Remove voicesearch-specific functionality from framework.Alex Gruenstein2009-08-215-393/+0
|/
* Unhide the broadcast intent that signals completion of the TTS languageJean-Michel Trivi2009-08-141-11/+13
* Merge change 21038 into donutAndroid (Google) Code Review2009-08-121-5/+19
|\
| * Propagate info about whether a "call" command was issued in RecognitionResult.Mike LeBeau2009-08-121-5/+19
* | Fix bug 2043140.Jean-Michel Trivi2009-08-111-1/+1
|/
* Fix bug 2022435.Jean-Michel Trivi2009-08-071-0/+16
* Fix bug 2017664Jean-Michel Trivi2009-07-291-126/+177
* Resetting the setLanguage() call to its intended behavior after change 8089Jean-Michel Trivi2009-07-221-2/+4
* Revert the setLanguage() call to its previous implementation asJean-Michel Trivi2009-07-201-4/+2
* Prevent the setLanguage() method in TextToSpeech to change the languageJean-Michel Trivi2009-07-201-11/+17
* Adding missing addEarcon method. Not having this was a bug asCharles Chen2009-07-151-0/+103
* Unhide required definitions in TextToSpeech.Engine that cover return codes andJean-Michel Trivi2009-07-141-3/+91
* Adding Utterance ID to the TtsService.Charles Chen2009-07-133-8/+76
* Fixing TTS breakage.Charles Chen2009-07-101-11/+133
* Add support in TextToSpeech for an audio stream type param and utteranceJean-Michel Trivi2009-07-101-13/+60
* Adding tagging to utterances to track which app said what.Charles Chen2009-07-102-22/+25
* Adding a missing catchCharles Chen2009-07-081-0/+1
* Remove unused definitions for default language in TextToSpeech asJean-Michel Trivi2009-07-081-3/+1
* Optimize storing of cached TTS parameters. Initialize the cachedJean-Michel Trivi2009-07-071-23/+22
* Propagating error codes to TextToSpeech.javaCharles Chen2009-07-071-36/+47
* Fixes a compatibility issue with users that have the old TTSCharles Chen2009-07-061-1/+1
* Propagating the error codes through the TtsServiceCharles Chen2009-07-061-7/+7
* Removing IPA - IPA is already handled by the phoneme tag.Charles Chen2009-07-021-5/+1
* Unhide android.speech.tts.TextToSpeechJean-Michel Trivi2009-07-021-95/+2
* Adding strings for data root and data files - these are neededCharles Chen2009-07-021-1/+6