summaryrefslogtreecommitdiffstats
path: root/core/java/android/service/voice
Commit message (Expand)AuthorAgeFilesLines
* The voice assist may now be launched above the lockscreenSelim Cinek2015-05-053-0/+30
* Rename supportsAssistGesture to supportsAssistJorim Jaggi2015-05-011-5/+5
* Fixes to idle alarm scheduling, package importance.Dianne Hackborn2015-04-142-1/+41
* Various fixes and improvements...Dianne Hackborn2015-04-041-0/+10
* Merge changes from topic 'assist'Jorim Jaggi2015-04-034-15/+50
|\
| * Add flag to voice interactor for supporting assist gestureJorim Jaggi2015-04-032-7/+10
| * Add more internal API's for assistJorim Jaggi2015-04-032-10/+36
| * Add ability to start voice interaction session directlyJorim Jaggi2015-04-031-0/+6
* | Add quick and dirty async AssistStructure building.Dianne Hackborn2015-04-021-0/+13
|/
* am 1bca3532: am 0e6b4da5: am 5a15bf69: Merge "Frameworks/base: Fix request re...Andreas Gampe2015-03-281-5/+1
|\
| * Frameworks/base: Fix request removal in VoiceInteractionSessionAndreas Gampe2015-03-171-5/+1
* | Add ability to get a screenshot for assist.Dianne Hackborn2015-03-173-4/+27
* | Add new voice request for picking from a list.Dianne Hackborn2015-03-161-8/+82
* | Rework voice interaction session lifecycle.Dianne Hackborn2015-02-253-47/+118
* | Update voice interaction layer for new UI design.Dianne Hackborn2015-02-136-31/+68
* | Bring back voice interaction APIs.Dianne Hackborn2015-01-212-72/+14
|/
* Fix issues with multiple languages and multi-usersSandeep Siddhartha2014-09-151-6/+5
* Remove old methods : AlwaysOnHotwordDetectorDharmesh Mokani2014-09-081-39/+0
* Address API review comment:AlwaysOnHotwordDetectorDharmesh Mokani2014-09-041-1/+40
* Hide the interaction part of VoiceInteractionService.Dianne Hackborn2014-09-022-14/+72
* Address API review commentsSandeep Siddhartha2014-08-271-29/+82
* Remove the old API for creating hotword detectorSandeep Siddhartha2014-08-251-11/+0
* Fix conversion of locale from BCP47 language tagSandeep Siddhartha2014-08-231-1/+1
* Fix the Locale story in the hotword APISandeep Siddhartha2014-08-222-8/+24
* Turn off voice interaction service restrction for nowDianne Hackborn2014-08-121-1/+2
* Add 560dpi, and some other stuff.Dianne Hackborn2014-08-121-0/+4
* Fix VoiceInteractionService.isActiveService().Barnaby James2014-08-111-1/+1
* Merge "Remove direct field access from event payload" into lmp-devSandeep Siddhartha2014-08-111-32/+61
|\
| * Remove direct field access from event payloadSandeep Siddhartha2014-08-111-32/+61
* | Add debugging info to VIS via dump()Sandeep Siddhartha2014-08-112-4/+33
|/
* Fix issues 16739817 and 16709247 in voice interaction service.Dianne Hackborn2014-08-091-1/+8
* Add the capture session (and its availability) in the EventPayloadSandeep Siddhartha2014-08-081-5/+28
* Fix to call VoiceInteractionSession.onDestroy().Dianne Hackborn2014-08-071-0/+1
* Handle microphone contention/Phone calls while recognition is activeSandeep Siddhartha2014-08-071-0/+32
* Read audio format from the recognition eventSandeep Siddhartha2014-08-071-23/+21
* Use @IntDef for manage actionsSandeep Siddhartha2014-08-051-1/+10
* SoundTrigger API update.Eric Laurent2014-08-041-1/+1
* Stop recognition when shutting down VISSandeep Siddhartha2014-08-011-0/+1
* Add a flag for multiple triggers with same recognition sessionSandeep Siddhartha2014-08-011-136/+100
* Cleanup some documentation with @see references to constantsSandeep Siddhartha2014-08-011-9/+15
* Tighten the checks around a detector being invalidatedSandeep Siddhartha2014-07-311-6/+60
* Make startRecognition asyncSandeep Siddhartha2014-07-301-67/+163
* Read the keyphrase ID from the recognition eventSandeep Siddhartha2014-07-291-8/+3
* Use blob (shared memory) for large data in sound model/recognition event/configSandeep Siddhartha2014-07-281-2/+3
* Fix various bugs with model managementSandeep Siddhartha2014-07-251-30/+12
* Make hotword availability a callbackSandeep Siddhartha2014-07-222-118/+162
* AlwaysOnHotwordDetector needs to reflect enrollment changesSandeep Siddhartha2014-07-223-46/+174
* Fix synchronization issues in AlwaysOnHotwordDetectorSandeep Siddhartha2014-07-201-63/+66
* Move sound trigger calls to VoiceInteractionManagerServiceSandeep Siddhartha2014-07-202-40/+50
* Implement issue #16330060: Inform ActivityManager about WebView...Dianne Hackborn2014-07-163-4/+75