summaryrefslogtreecommitdiffstats
path: root/services/voiceinteraction/java
Commit message (Expand)AuthorAgeFilesLines
* More API changes.Dianne Hackborn2015-06-022-37/+38
* Update VoiceInteractionService from API review.Dianne Hackborn2015-06-012-6/+8
* Add new API to set URI on AssistContent.Dianne Hackborn2015-05-281-20/+25
* Cancel voice assist session on user switchJames Cook2015-05-221-0/+6
* am 782def77: am 80cf2210: Add config_forceVoiceInteractionServicePackage to a...Cedric Ho2015-05-201-6/+24
|\
| * Add config_forceVoiceInteractionServicePackage to allow a device to config it...Cedric Ho2015-05-201-7/+24
* | Merge "Add setting to disable assist data (1/2)" into mnc-devJorim Jaggi2015-05-191-1/+8
|\ \
| * | Add setting to disable assist data (1/2)Jorim Jaggi2015-05-181-1/+8
* | | Remove screenshot APIs.Dianne Hackborn2015-05-181-0/+2
|/ /
* | 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