index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
service
/
voice
Commit message (
Expand
)
Author
Age
Files
Lines
*
The voice assist may now be launched above the lockscreen
Selim Cinek
2015-05-05
3
-0
/
+30
*
Rename supportsAssistGesture to supportsAssist
Jorim Jaggi
2015-05-01
1
-5
/
+5
*
Fixes to idle alarm scheduling, package importance.
Dianne Hackborn
2015-04-14
2
-1
/
+41
*
Various fixes and improvements...
Dianne Hackborn
2015-04-04
1
-0
/
+10
*
Merge changes from topic 'assist'
Jorim Jaggi
2015-04-03
4
-15
/
+50
|
\
|
*
Add flag to voice interactor for supporting assist gesture
Jorim Jaggi
2015-04-03
2
-7
/
+10
|
*
Add more internal API's for assist
Jorim Jaggi
2015-04-03
2
-10
/
+36
|
*
Add ability to start voice interaction session directly
Jorim Jaggi
2015-04-03
1
-0
/
+6
*
|
Add quick and dirty async AssistStructure building.
Dianne Hackborn
2015-04-02
1
-0
/
+13
|
/
*
am 1bca3532: am 0e6b4da5: am 5a15bf69: Merge "Frameworks/base: Fix request re...
Andreas Gampe
2015-03-28
1
-5
/
+1
|
\
|
*
Frameworks/base: Fix request removal in VoiceInteractionSession
Andreas Gampe
2015-03-17
1
-5
/
+1
*
|
Add ability to get a screenshot for assist.
Dianne Hackborn
2015-03-17
3
-4
/
+27
*
|
Add new voice request for picking from a list.
Dianne Hackborn
2015-03-16
1
-8
/
+82
*
|
Rework voice interaction session lifecycle.
Dianne Hackborn
2015-02-25
3
-47
/
+118
*
|
Update voice interaction layer for new UI design.
Dianne Hackborn
2015-02-13
6
-31
/
+68
*
|
Bring back voice interaction APIs.
Dianne Hackborn
2015-01-21
2
-72
/
+14
|
/
*
Fix issues with multiple languages and multi-users
Sandeep Siddhartha
2014-09-15
1
-6
/
+5
*
Remove old methods : AlwaysOnHotwordDetector
Dharmesh Mokani
2014-09-08
1
-39
/
+0
*
Address API review comment:AlwaysOnHotwordDetector
Dharmesh Mokani
2014-09-04
1
-1
/
+40
*
Hide the interaction part of VoiceInteractionService.
Dianne Hackborn
2014-09-02
2
-14
/
+72
*
Address API review comments
Sandeep Siddhartha
2014-08-27
1
-29
/
+82
*
Remove the old API for creating hotword detector
Sandeep Siddhartha
2014-08-25
1
-11
/
+0
*
Fix conversion of locale from BCP47 language tag
Sandeep Siddhartha
2014-08-23
1
-1
/
+1
*
Fix the Locale story in the hotword API
Sandeep Siddhartha
2014-08-22
2
-8
/
+24
*
Turn off voice interaction service restrction for now
Dianne Hackborn
2014-08-12
1
-1
/
+2
*
Add 560dpi, and some other stuff.
Dianne Hackborn
2014-08-12
1
-0
/
+4
*
Fix VoiceInteractionService.isActiveService().
Barnaby James
2014-08-11
1
-1
/
+1
*
Merge "Remove direct field access from event payload" into lmp-dev
Sandeep Siddhartha
2014-08-11
1
-32
/
+61
|
\
|
*
Remove direct field access from event payload
Sandeep Siddhartha
2014-08-11
1
-32
/
+61
*
|
Add debugging info to VIS via dump()
Sandeep Siddhartha
2014-08-11
2
-4
/
+33
|
/
*
Fix issues 16739817 and 16709247 in voice interaction service.
Dianne Hackborn
2014-08-09
1
-1
/
+8
*
Add the capture session (and its availability) in the EventPayload
Sandeep Siddhartha
2014-08-08
1
-5
/
+28
*
Fix to call VoiceInteractionSession.onDestroy().
Dianne Hackborn
2014-08-07
1
-0
/
+1
*
Handle microphone contention/Phone calls while recognition is active
Sandeep Siddhartha
2014-08-07
1
-0
/
+32
*
Read audio format from the recognition event
Sandeep Siddhartha
2014-08-07
1
-23
/
+21
*
Use @IntDef for manage actions
Sandeep Siddhartha
2014-08-05
1
-1
/
+10
*
SoundTrigger API update.
Eric Laurent
2014-08-04
1
-1
/
+1
*
Stop recognition when shutting down VIS
Sandeep Siddhartha
2014-08-01
1
-0
/
+1
*
Add a flag for multiple triggers with same recognition session
Sandeep Siddhartha
2014-08-01
1
-136
/
+100
*
Cleanup some documentation with @see references to constants
Sandeep Siddhartha
2014-08-01
1
-9
/
+15
*
Tighten the checks around a detector being invalidated
Sandeep Siddhartha
2014-07-31
1
-6
/
+60
*
Make startRecognition async
Sandeep Siddhartha
2014-07-30
1
-67
/
+163
*
Read the keyphrase ID from the recognition event
Sandeep Siddhartha
2014-07-29
1
-8
/
+3
*
Use blob (shared memory) for large data in sound model/recognition event/config
Sandeep Siddhartha
2014-07-28
1
-2
/
+3
*
Fix various bugs with model management
Sandeep Siddhartha
2014-07-25
1
-30
/
+12
*
Make hotword availability a callback
Sandeep Siddhartha
2014-07-22
2
-118
/
+162
*
AlwaysOnHotwordDetector needs to reflect enrollment changes
Sandeep Siddhartha
2014-07-22
3
-46
/
+174
*
Fix synchronization issues in AlwaysOnHotwordDetector
Sandeep Siddhartha
2014-07-20
1
-63
/
+66
*
Move sound trigger calls to VoiceInteractionManagerService
Sandeep Siddhartha
2014-07-20
2
-40
/
+50
*
Implement issue #16330060: Inform ActivityManager about WebView...
Dianne Hackborn
2014-07-16
3
-4
/
+75
[next]