summaryrefslogtreecommitdiffstats
path: root/services/voiceinteraction
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bug with svelte and voice assistSelim Cinek2015-05-081-2/+3
* The voice assist may now be launched above the lockscreenSelim Cinek2015-05-052-1/+39
* Rename supportsAssistGesture to supportsAssistJorim Jaggi2015-05-011-2/+2
* Update use of procstate for services.Dianne Hackborn2015-04-292-2/+3
* resolved conflicts for merge of 0af3af03 to mnc-devCedric Ho2015-04-271-6/+19
|\
| * Enable VoiceInteractionService on watch.Cedric Ho2015-04-241-6/+19
* | Fix VoiceInteraction permission issuesJorim Jaggi2015-04-153-21/+9
* | More work on device idle mode and other power stuff.Dianne Hackborn2015-04-091-2/+2
* | Various fixes and improvements...Dianne Hackborn2015-04-042-9/+38
* | Add flag to voice interactor for supporting assist gestureJorim Jaggi2015-04-031-56/+23
* | Add more internal API's for assistJorim Jaggi2015-04-033-9/+80
* | Add ability to start voice interaction session directlyJorim Jaggi2015-04-031-0/+54
* | Add ability to get a screenshot for assist.Dianne Hackborn2015-03-171-35/+65
* | Add new voice request for picking from a list.Dianne Hackborn2015-03-162-0/+30
* | More work on collecting assist data.Dianne Hackborn2015-03-121-18/+105
* | Rework voice interaction session lifecycle.Dianne Hackborn2015-02-253-139/+342
* | Update voice interaction layer for new UI design.Dianne Hackborn2015-02-132-12/+60
* | Bring back voice interaction APIs.Dianne Hackborn2015-01-211-4/+0
|/
* Issue #17551667: Voice interaction service should be disabled...Dianne Hackborn2014-11-141-3/+16
* Don't unload the sound model on stopRecognitionSandeep Siddhartha2014-11-121-29/+18
* Fix issues with multiple languages and multi-usersSandeep Siddhartha2014-09-153-47/+86
* SoundTriggerHelper: handle media server deathEric Laurent2014-09-091-3/+13
* Hide the interaction part of VoiceInteractionService.Dianne Hackborn2014-09-021-0/+4
* Add sample profiling option to am.Jeff Hao2014-08-261-1/+1
* Turn off hotword when in power save modeSandeep Siddhartha2014-08-222-16/+63
* Make sure we initialize to enable the default voice interaction service.Dianne Hackborn2014-08-151-32/+64
* Fix delete clause for sound model DBSandeep Siddhartha2014-08-131-2/+2
* Add debugging info to VIS via dump()Sandeep Siddhartha2014-08-111-1/+1
* Fix issues 16739817 and 16709247 in voice interaction service.Dianne Hackborn2014-08-091-13/+215
* Dump the state of SoundTriggerHelper for bugreportsSandeep Siddhartha2014-08-072-0/+21
* Handle microphone contention/Phone calls while recognition is activeSandeep Siddhartha2014-08-072-208/+354
* Handle same keyphrase for multiple usersSandeep Siddhartha2014-08-072-56/+69
* SoundTrigger API update.Eric Laurent2014-08-042-1/+20
* Stop recognition when shutting down VISSandeep Siddhartha2014-08-012-3/+25
* Add a flag for multiple triggers with same recognition sessionSandeep Siddhartha2014-08-011-2/+16
* Don't unload sound model in start recognition unless the model changesSandeep Siddhartha2014-07-311-20/+39
* Make startRecognition asyncSandeep Siddhartha2014-07-301-3/+3
* Notify VIS of shutdown before switching implementationsSandeep Siddhartha2014-07-291-7/+8
* Use keyphrase id from the recognition eventSandeep Siddhartha2014-07-291-2/+1
* Read the keyphrase ID from the recognition eventSandeep Siddhartha2014-07-291-22/+53
* Use blob (shared memory) for large data in sound model/recognition event/configSandeep Siddhartha2014-07-281-9/+2
* Fix various bugs with model managementSandeep Siddhartha2014-07-253-187/+179
* Make hotword availability a callbackSandeep Siddhartha2014-07-222-89/+98
* AlwaysOnHotwordDetector needs to reflect enrollment changesSandeep Siddhartha2014-07-222-10/+31
* Fix synchronization issues in AlwaysOnHotwordDetectorSandeep Siddhartha2014-07-202-12/+67
* Move sound trigger calls to VoiceInteractionManagerServiceSandeep Siddhartha2014-07-203-17/+356
* Test hotword flowSandeep Siddhartha2014-07-171-7/+11
* Support model deletionSandeep Siddhartha2014-07-172-12/+43
* Implement issue #16330060: Inform ActivityManager about WebView...Dianne Hackborn2014-07-161-0/+4
* Plumb the database code to read/update sound modelsSandeep Siddhartha2014-07-162-14/+21