summaryrefslogtreecommitdiff
path: root/core/java/android/speech/RecognitionManager.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug 2553592 API REVIEW: android.speechJean-Michel Trivi2010-03-301-479/+0
| | | | | | | | Change 1 of 4 Notes from API Council review: Rename RecognitionManager to SpeechRecognizer Change-Id: I892c0d714d928d5e31575c72b6a36281fc4c7a8a
* RecognitionManager does not throw exceptions when neededValentin Kravtsov2010-03-181-19/+20
| | | | | | | bug fix for: http://b/issue?id=2522063 RecognitionManager does not throw an exception in startListening() was called without the preceding setListener() Change-Id: I8e303d0c53c7593fbf1dc7033b2c0f82eebfb081
* Two big additions to the voice recognition APIs:Mike LeBeau2010-02-181-10/+39
| | | | | | | | | | | | | | * Allow activities satisfying RecognizerIntent.ACTION_WEB_SEARCH to point to the class name of a broadcast receiver which returns details about the voice search implementation in an ordered broadcast response. Provide a convenience method for getting the intent to fire for this info. This can be used to get the current language preference and the list of supported languages, and is extensible for future uses. * When creating a RecognitionManager, allow the caller to optionally specify a specific component of a voice recognition service on the device that they want to use. This way, an app can still use its own service through RecognitionManager, even if it's not the one chosen the user in settings.
* Fixing the bug where mic button is not shownValentin Kravtsov2010-02-121-1/+1
| | | | Change-Id: I8ac7bd4c1db85058f863bcfaf5ee30212644b2bd
* Use the new RecognitionService.SERVICE_INTERFACE instead ofMike LeBeau2010-02-111-1/+1
| | | | | RecognizerIntent.ACTION_RECOGNIZE_SPEECH when finding a voice recognition service.
* Add new setting for the ComponentName of the service to be usedMike LeBeau2010-02-111-2/+16
| | | | | | | | | | for voice recognition on the device. Right now this just queries the package manager at boot and finds the (hopefully) single available recognizer. TODO: Add an attribute to let recognition services expose a settings activity, and expose the settings activity of the chosen recognition service in the system settings for voice input & output.
* Fixing a bug when installing VoiceSearch cause errorValentin Kravtsov2010-02-081-9/+18
| | | | | | | Reinstalling VoiceIME created a problem because RecognitionService expected the first command to be setListener, in this version, such command is added if the connection is broken. Change-Id: Ia102fc1843053e2bdd330b380c2685a1227081b2
* Adding speech recognition service public APIValentin Kravtsov2010-02-051-142/+247
| | | | Change-Id: Ia2c13d4c7993d646956090aa5c56d1a441af9e5a
* Adding Recognition Service and Listener wrappersValentin Kravtsov2010-01-261-0/+321
Change-Id: Ib5068fb6d42b6752d09b0828964b6cbe92d015d3