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
/
services
/
voiceinteraction
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed a bug with svelte and voice assist
Selim Cinek
2015-05-08
1
-2
/
+3
*
The voice assist may now be launched above the lockscreen
Selim Cinek
2015-05-05
2
-1
/
+39
*
Rename supportsAssistGesture to supportsAssist
Jorim Jaggi
2015-05-01
1
-2
/
+2
*
Update use of procstate for services.
Dianne Hackborn
2015-04-29
2
-2
/
+3
*
resolved conflicts for merge of 0af3af03 to mnc-dev
Cedric Ho
2015-04-27
1
-6
/
+19
|
\
|
*
Enable VoiceInteractionService on watch.
Cedric Ho
2015-04-24
1
-6
/
+19
*
|
Fix VoiceInteraction permission issues
Jorim Jaggi
2015-04-15
3
-21
/
+9
*
|
More work on device idle mode and other power stuff.
Dianne Hackborn
2015-04-09
1
-2
/
+2
*
|
Various fixes and improvements...
Dianne Hackborn
2015-04-04
2
-9
/
+38
*
|
Add flag to voice interactor for supporting assist gesture
Jorim Jaggi
2015-04-03
1
-56
/
+23
*
|
Add more internal API's for assist
Jorim Jaggi
2015-04-03
3
-9
/
+80
*
|
Add ability to start voice interaction session directly
Jorim Jaggi
2015-04-03
1
-0
/
+54
*
|
Add ability to get a screenshot for assist.
Dianne Hackborn
2015-03-17
1
-35
/
+65
*
|
Add new voice request for picking from a list.
Dianne Hackborn
2015-03-16
2
-0
/
+30
*
|
More work on collecting assist data.
Dianne Hackborn
2015-03-12
1
-18
/
+105
*
|
Rework voice interaction session lifecycle.
Dianne Hackborn
2015-02-25
3
-139
/
+342
*
|
Update voice interaction layer for new UI design.
Dianne Hackborn
2015-02-13
2
-12
/
+60
*
|
Bring back voice interaction APIs.
Dianne Hackborn
2015-01-21
1
-4
/
+0
|
/
*
Issue #17551667: Voice interaction service should be disabled...
Dianne Hackborn
2014-11-14
1
-3
/
+16
*
Don't unload the sound model on stopRecognition
Sandeep Siddhartha
2014-11-12
1
-29
/
+18
*
Fix issues with multiple languages and multi-users
Sandeep Siddhartha
2014-09-15
3
-47
/
+86
*
SoundTriggerHelper: handle media server death
Eric Laurent
2014-09-09
1
-3
/
+13
*
Hide the interaction part of VoiceInteractionService.
Dianne Hackborn
2014-09-02
1
-0
/
+4
*
Add sample profiling option to am.
Jeff Hao
2014-08-26
1
-1
/
+1
*
Turn off hotword when in power save mode
Sandeep Siddhartha
2014-08-22
2
-16
/
+63
*
Make sure we initialize to enable the default voice interaction service.
Dianne Hackborn
2014-08-15
1
-32
/
+64
*
Fix delete clause for sound model DB
Sandeep Siddhartha
2014-08-13
1
-2
/
+2
*
Add debugging info to VIS via dump()
Sandeep Siddhartha
2014-08-11
1
-1
/
+1
*
Fix issues 16739817 and 16709247 in voice interaction service.
Dianne Hackborn
2014-08-09
1
-13
/
+215
*
Dump the state of SoundTriggerHelper for bugreports
Sandeep Siddhartha
2014-08-07
2
-0
/
+21
*
Handle microphone contention/Phone calls while recognition is active
Sandeep Siddhartha
2014-08-07
2
-208
/
+354
*
Handle same keyphrase for multiple users
Sandeep Siddhartha
2014-08-07
2
-56
/
+69
*
SoundTrigger API update.
Eric Laurent
2014-08-04
2
-1
/
+20
*
Stop recognition when shutting down VIS
Sandeep Siddhartha
2014-08-01
2
-3
/
+25
*
Add a flag for multiple triggers with same recognition session
Sandeep Siddhartha
2014-08-01
1
-2
/
+16
*
Don't unload sound model in start recognition unless the model changes
Sandeep Siddhartha
2014-07-31
1
-20
/
+39
*
Make startRecognition async
Sandeep Siddhartha
2014-07-30
1
-3
/
+3
*
Notify VIS of shutdown before switching implementations
Sandeep Siddhartha
2014-07-29
1
-7
/
+8
*
Use keyphrase id from the recognition event
Sandeep Siddhartha
2014-07-29
1
-2
/
+1
*
Read the keyphrase ID from the recognition event
Sandeep Siddhartha
2014-07-29
1
-22
/
+53
*
Use blob (shared memory) for large data in sound model/recognition event/config
Sandeep Siddhartha
2014-07-28
1
-9
/
+2
*
Fix various bugs with model management
Sandeep Siddhartha
2014-07-25
3
-187
/
+179
*
Make hotword availability a callback
Sandeep Siddhartha
2014-07-22
2
-89
/
+98
*
AlwaysOnHotwordDetector needs to reflect enrollment changes
Sandeep Siddhartha
2014-07-22
2
-10
/
+31
*
Fix synchronization issues in AlwaysOnHotwordDetector
Sandeep Siddhartha
2014-07-20
2
-12
/
+67
*
Move sound trigger calls to VoiceInteractionManagerService
Sandeep Siddhartha
2014-07-20
3
-17
/
+356
*
Test hotword flow
Sandeep Siddhartha
2014-07-17
1
-7
/
+11
*
Support model deletion
Sandeep Siddhartha
2014-07-17
2
-12
/
+43
*
Implement issue #16330060: Inform ActivityManager about WebView...
Dianne Hackborn
2014-07-16
1
-0
/
+4
*
Plumb the database code to read/update sound models
Sandeep Siddhartha
2014-07-16
2
-14
/
+21
[next]