platform/core/uifw/wakeup-engine-default.git
5 years agoFix defects detected by static analysis tool 07/191807/2
Ji-hoon Lee [Wed, 24 Oct 2018 05:21:25 +0000 (14:21 +0900)]
Fix defects detected by static analysis tool

Change-Id: I6dedfa1d0379a38fc0027de22d2845195c58bc0d

5 years agoChange all strlen comparison statement styles 49/191749/1
Ji-hoon Lee [Tue, 23 Oct 2018 07:32:58 +0000 (16:32 +0900)]
Change all strlen comparison statement styles

Change-Id: I5463cac22db564db9ee65e45d1987bdb85cf4164

5 years agoSend change_assistant request to panel on wakeup event 46/191746/3
Ji-hoon Lee [Tue, 23 Oct 2018 06:56:24 +0000 (15:56 +0900)]
Send change_assistant request to panel on wakeup event

Change-Id: I60c91cd2aad89eed3bdaaf930aee9c0eb4e4620a

5 years agoRequest speech data immediately when waked-up client connects 31/191731/3
Ji-hoon Lee [Tue, 23 Oct 2018 04:21:16 +0000 (13:21 +0900)]
Request speech data immediately when waked-up client connects

Change-Id: I287287b5d73fce81d2a5956b514869d16a7938d6

5 years agoRead wakeup word information from xml file 25/191725/5
Ji-hoon Lee [Tue, 23 Oct 2018 02:21:14 +0000 (11:21 +0900)]
Read wakeup word information from xml file

Change-Id: I0e90669cf153879ac14977c27050cdd0d95af526

5 years agoTerminate existing client when changing assistant 84/191184/5
Ji-hoon Lee [Fri, 12 Oct 2018 07:48:52 +0000 (16:48 +0900)]
Terminate existing client when changing assistant

Change-Id: Iba0ef13f62b892c81fc13410a1c43d04b1f14284

5 years agoHandle change_assistant request from panel 90/191090/5
Ji-hoon Lee [Thu, 11 Oct 2018 08:01:07 +0000 (17:01 +0900)]
Handle change_assistant request from panel

Change-Id: Ib74a46c94828f8c008c9b261b0d41164415b08cc

5 years agoSupport launching clients based on recognized wakeup word 67/191067/5
Ji-hoon Lee [Thu, 11 Oct 2018 06:25:29 +0000 (15:25 +0900)]
Support launching clients based on recognized wakeup word

Change-Id: I022daeb1269346a084f86638d6faf5fe4b8bc6c9

6 years agoA temporary replacement for ma_request_speech_data() logic 87/190987/6
Ji-hoon Lee [Wed, 10 Oct 2018 08:02:47 +0000 (17:02 +0900)]
A temporary replacement for ma_request_speech_data() logic

The MA client should ask for speech data when it's ready,
but currently such a call like "ma_request_speech_data()"
has not been prepared yet.
Thus, as a workaround solution, we add a timer to spend
enough time until the client receives service state ready
message from the voice control engine and is able to
send speech data to it.

Change-Id: I6dd13a9146a7455b219b796301d4b803d05b9095

6 years agoLaunch MA Client dynamically when required 44/190844/6
Ji-hoon Lee [Mon, 8 Oct 2018 01:24:22 +0000 (10:24 +0900)]
Launch MA Client dynamically when required

Change-Id: I6caea5858fa335905a8844d79149bb71bcb83895

6 years agoFix log 14/190914/1 accepted/tizen_5.0_unified tizen_5.0 accepted/tizen/5.0/unified/20181102.022354 accepted/tizen/unified/20181010.061746 submit/tizen/20181008.150624 submit/tizen_5.0/20181101.000005
Wonnam Jang [Mon, 8 Oct 2018 15:03:08 +0000 (00:03 +0900)]
Fix log

Change-Id: Iec049e2f7a0028b47e882de0f771965eeada2ace
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
6 years agoAdd message-port to check recording status 90/190890/7
sooyeon.kim [Mon, 8 Oct 2018 09:46:38 +0000 (18:46 +0900)]
Add message-port to check recording status

Change-Id: I53b20d97fa5afdc83adbd628618ccd7df7129096
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
6 years agoFix spec file 46/190846/4 submit/tizen/20181008.093103
sooyeon.kim [Mon, 8 Oct 2018 02:18:38 +0000 (11:18 +0900)]
Fix spec file

Change-Id: Ia131d6a436bfacfe3ba585f80359840716bda0f4
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
6 years agoAdd and fix spec file 19/190819/3 submit/tizen/20181005.114359
sooyeon.kim [Fri, 5 Oct 2018 11:33:46 +0000 (20:33 +0900)]
Add and fix spec file

Change-Id: I034e1abf191c160d54ae96a3f67d92c092565e2d
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
6 years agoFix license of spec file 16/190816/1
sooyeon.kim [Fri, 5 Oct 2018 11:18:18 +0000 (20:18 +0900)]
Fix license of spec file

Change-Id: Ic9363a8c104d096aa053a156ad08a2afdb5bbd48
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
6 years agoFix license in spec 14/190814/1
sooyeon.kim [Fri, 5 Oct 2018 11:12:59 +0000 (20:12 +0900)]
Fix license in spec

Change-Id: I7d8e394881b8fffe5f74bfa08d58b8314f892d47
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
6 years agoChange licenses 07/190807/1
sooyeon.kim [Fri, 5 Oct 2018 10:39:08 +0000 (19:39 +0900)]
Change licenses

Change-Id: I194ff820cd8a716da63d78490e1559bf6d873594
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
6 years agoAdd codes to request speech data 59/190759/3
Wonnam Jang [Fri, 5 Oct 2018 06:37:55 +0000 (15:37 +0900)]
Add codes to request speech data

Change-Id: I0bb3bd68afdf0dc0e36dced1198ce3fcbbe93c1f
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
6 years agoMerge "Fix build warning" into tizen accepted/tizen/unified/20181005.012300 submit/tizen/20181004.122202
Wonnam Jang [Thu, 4 Oct 2018 09:55:46 +0000 (09:55 +0000)]
Merge "Fix build warning" into tizen

6 years agoFix crash issue 28/190628/3
sooyeon.kim [Thu, 4 Oct 2018 08:20:17 +0000 (17:20 +0900)]
Fix crash issue

Change-Id: I9272b5e159060f10524cea64944a4b654cf3923e
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
6 years agoFix build warning 23/190623/2
Wonnam Jang [Thu, 4 Oct 2018 07:20:05 +0000 (16:20 +0900)]
Fix build warning

Change-Id: Ia9bfd3a4ac68c6d01d287fee0086f3c8585cd6e2
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
6 years agoFix coverity issues 21/190621/1
sooyeon.kim [Thu, 4 Oct 2018 07:15:52 +0000 (16:15 +0900)]
Fix coverity issues

Change-Id: I119d2cad823217f7c69c38461d14f34dacd550dd
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
6 years agoFix not internal-only 66/190466/1 accepted/tizen/unified/20181002.103403 submit/tizen/20181002.084906
sooyeon.kim [Tue, 2 Oct 2018 08:47:51 +0000 (17:47 +0900)]
Fix not internal-only

Change-Id: Ib882ddb6567dea2a62e0578364aa3a374aa7491f
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
6 years agoUpdate libraries 96/190196/1 accepted/tizen/unified/20180928.080713 accepted/tizen/unified/20181001.150909 submit/tizen/20180928.062514 submit/tizen/20181001.073425
sooyeon.kim [Fri, 28 Sep 2018 06:13:08 +0000 (15:13 +0900)]
Update libraries

Change-Id: I20747a54b660666566802ea9b6bb9d43ec22957f
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
6 years agoInitial version 46/189846/3 submit/tizen/20180921.100546
sooyeon.kim [Fri, 21 Sep 2018 06:21:52 +0000 (15:21 +0900)]
Initial version

Change-Id: I9d43bdf35e2463fcb4b2135f363b74db903a64a2
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
6 years agoInitial empty repository master
Tizen Infrastructure [Wed, 22 Aug 2018 10:54:27 +0000 (10:54 +0000)]
Initial empty repository