Add missing handler for preprocessing result message
[platform/core/uifw/multi-assistant-service.git] / src / multi_assistant_service.c
2019-09-18 Ji-hoon LeeAdd missing handler for preprocessing result message
2019-09-18 Ji-hoon LeeApply logic for supporting preprocessing feature
2019-09-18 Ji-hoon LeeSend preprocessing information when activating assistants
2019-09-11 Ji-hoon LeeRename change_system_volume to set_background_volume
2019-08-27 Ji-hoon LeeRun voice assistants in background when PRELAUNCH'ing
2019-08-26 Ji-hoon LeePrelaunch default assistant when prelaunch_mode is set
2019-08-26 Ji-hoon LeeSave launching appid only when ACTIVATION flag is set
2019-08-21 Ji-hoon LeeRename 'update_result_state' to 'update_recognition_result'
2019-08-21 Ji-hoon LeeMerge "Use ecore_main_loop_thread_safe_call_async(...
2019-08-21 Ji-hoon LeeMerge "Enable ffv recording" into tizen
2019-08-20 Xie LigangImplement previous_utterance and follow_up steaming
2019-08-05 jingjin.geng(de)activate wakeup engines by voice_input_language
2019-08-05 Ji-hoon LeeAdd get_audio_source_type message handlers
2019-08-05 Ji-hoon LeeAdd dependency resolver
2019-05-02 Ji-hoon LeeMerge "Add streaming event validation code" into tizen
2019-05-02 Ji-hoon LeeAdd wakeup manager activation/deactivation logic
2019-05-02 Ji-hoon LeeAdd change system volume feature
2019-04-12 Ji-hoon LeeMerge "Read default assistant appid setting whenever...
2019-04-12 Ji-hoon LeeMerge "Fix indentation" into tizen
2019-04-02 Ji-hoon LeeDisable common UI when custom_ui'ed assistant gets...
2019-03-26 Ji-hoon LeeFix defects detected by static analysis tool
2019-03-26 Ji-hoon LeeFix crash when assistant provides no wakeup engine...
2019-03-26 Ji-hoon LeeRead default assistant setting when launching via voice...
2019-03-25 Ji-hoon LeeImplement default wakeup policy
2019-03-13 Ji-hoon LeeAdd function for handling voice button event
2019-03-13 Ji-hoon LeeAdd wakeup manager for multiple wakeup engine management
2019-01-02 Ji-hoon LeeMerge "Always execute launch_client function to ensure...
2018-11-14 Ji-hoon LeeAlways execute launch_client function to ensure it...
2018-11-07 Wonnam JangMerge "Remove to stop/cancel/start in wakeup service...
2018-11-07 Wonnam JangMerge "fix dynamic loading" into tizen
2018-11-05 Wonnam Jangfix dynamic loading
2018-10-30 Ji-hoon LeeRemove unnecessary test code
2018-10-30 Wonnam JangMerge "Fixed function call to dlopen" into tizen
2018-10-24 Ji-hoon LeeSend change assistant request to panel on wakeup event
2018-10-24 Ji-hoon LeeFix defects detected by static analysis tool
2018-10-23 Ji-hoon LeeChange all strlen comparison statement styles
2018-10-23 Ji-hoon LeeSend change_assistant request to panel on wakeup event
2018-10-23 Ji-hoon LeeRequest speech data immediately when waked-up client...
2018-10-23 Ji-hoon LeeRead wakeup word information from xml file
2018-10-23 Ji-hoon LeeTerminate existing client when changing assistant
2018-10-23 Ji-hoon LeeHandle change_assistant request from panel
2018-10-23 Ji-hoon LeeSupport launching clients based on recognized wakeup...
2018-10-15 Ji-hoon LeeA temporary replacement for ma_request_speech_data...
2018-10-15 Ji-hoon LeeLaunch MA Client dynamically when required
2018-10-08 Wonnam JangFix log
2018-10-08 sooyeon.kimAdd message-port to check recording status
2018-10-05 Wonnam JangAdd codes to request speech data
2018-09-21 sooyeon.kimInitial version