summaryrefslogtreecommitdiff
path: root/core/java/android/speech/RecognizerIntent.java
AgeCommit message (Expand)Author
2021-04-26Add information to EXTRA_AUDIO_INJECT_SOURCENate Myren
2021-04-20Add EXTRA_AUDIO_INJECT_SOURCE to RecognizerIntentNate Myren
2020-04-13docs: Note behavior of PREFER_OFFLINEAndrew Solovay
2018-05-10Document system activity intents that may not be implementedChristopher Tate
2015-04-27Add android.speech.RecognizerIntent EXTRA_PREFER_OFFLINE to indicateCedric Ho
2013-09-10Update documentation for speech APIs.Marc Wilson
2012-05-17New action and extra in RecognizerIntent for "hands free" voice searchJean-Michel Trivi
2011-04-05Add EXTRA_ORIGIN to RecognizerIntent.Mike LeBeau
2011-04-05Support speech recognizer confidence values.Mike LeBeau
2010-12-16Add new EXTRA_WEB_SEARCH_ONLY to RecognizerIntent API. This can be used toMike LeBeau
2010-02-26Add an extra which allows to query *only* for the voice search language prefe...Mike LeBeau
2010-02-25Re-arrange android-common so framework no longer links with it.Dianne Hackborn
2010-02-18Two big additions to the voice recognition APIs:Mike LeBeau
2010-02-16Remove ACTION_VOICE_SEARCH_SETTINGS (added only for Froyo), because we've gotMike LeBeau
2010-02-09Add EXTRA_PARTIAL_RESULTS so that clients can enable receiving results via on...Alex Gruenstein
2010-02-02Improve some of the documentation in RecognizerIntent to reduce confusion.Mike LeBeau
2010-01-26Adding Recognition Service and Listener wrappersValentin Kravtsov
2010-01-25Unhide RecognizerIntent.ACTION_VOICE_SEARCH_SETTINGS, which our voice searchMike LeBeau
2010-01-25Add RecognizerIntent.ACTION_VOICE_SEARCH_SETTINGS, which we'll triggerMike LeBeau
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-02-10auto import from //branches/cupcake/...@130745The Android Open Source Project
2009-01-09auto import from //branches/cupcake/...@125939The Android Open Source Project