platform/core/uifw/voice-control.git
6 years agoAdd released code of engine_agent_release 04/175904/3 accepted/tizen/unified/20180417.173232 submit/tizen/20180417.064953
sungrae jo [Fri, 13 Apr 2018 08:11:15 +0000 (17:11 +0900)]
Add released code of engine_agent_release

Change-Id: Icd95526178f9c3c79128e1b8882d8311bc540de1
Signed-off-by: sungrae jo <seongrae.jo@samsung.com>
6 years agoMerge "Fix minor error" into tizen
Wonnam Jang [Fri, 13 Apr 2018 08:00:32 +0000 (08:00 +0000)]
Merge "Fix minor error" into tizen

6 years agoMerge "Add privilege and feature check of vce" into tizen
sungrae jo [Fri, 13 Apr 2018 01:12:08 +0000 (01:12 +0000)]
Merge "Add privilege and feature check of vce" into tizen

6 years agoAdd privilege and feature check of vce 06/175806/5
sungrae jo [Thu, 12 Apr 2018 10:52:20 +0000 (19:52 +0900)]
Add privilege and feature check of vce

Change-Id: I29726e6ed771b8541c433c2ecd98115cff746ffd
Signed-off-by: sungrae jo <seongrae.jo@samsung.com>
6 years agoCorrect to check return of fread 10/175810/2
Wonnam Jang [Thu, 12 Apr 2018 11:27:49 +0000 (20:27 +0900)]
Correct to check return of fread

Change-Id: I2be0a615a5a5052f56c1c4958f9575033c952b38
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
6 years agoAdd invaild parameter check logic 63/175463/1 submit/tizen/20180410.122714
sungrae jo [Tue, 10 Apr 2018 10:50:44 +0000 (19:50 +0900)]
Add invaild parameter check logic

Change-Id: I371e84d349d1f8e186ec4aefc709c1bd1deca35a
Signed-off-by: sungrae jo <seongrae.jo@samsung.com>
6 years agoCheck passed parameter if null is or not 72/174772/1
Wonnam Jang [Wed, 4 Apr 2018 06:00:20 +0000 (15:00 +0900)]
Check passed parameter if null is or not

Change-Id: I3d442d7f230bb875d3a04af72080564375ae702c
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
6 years agoFix minor error 39/174339/1
sooyeon.kim [Fri, 30 Mar 2018 06:41:18 +0000 (15:41 +0900)]
Fix minor error

Change-Id: I6c36ad79efd524038c313034c5de0dbfbf583f13
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
6 years agoRemove duplicated group closure 59/173959/2 accepted/tizen/unified/20180401.230803 submit/tizen/20180327.091231 submit/tizen/20180329.022933 submit/tizen/20180330.051133
Wonnam Jang [Tue, 27 Mar 2018 07:36:44 +0000 (16:36 +0900)]
Remove duplicated group closure

Change-Id: I59f632eb6d9ac6ba1e28dc1376e0a7352e00fc7c
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
6 years agoMerge "Add partial matching algorithm when no result is" into tizen
Wonnam Jang [Tue, 27 Mar 2018 07:33:15 +0000 (07:33 +0000)]
Merge "Add partial matching algorithm when no result is" into tizen

6 years agoAdd partial matching algorithm when no result is 45/173845/4
Wonnam Jang [Mon, 26 Mar 2018 09:34:31 +0000 (18:34 +0900)]
Add partial matching algorithm when no result is

Change-Id: I530abd69563212655ee63d3615113a86f6e467d9
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
6 years agoFixed vce_get_command_count 99/173899/1
sungrae jo [Tue, 27 Mar 2018 01:48:23 +0000 (10:48 +0900)]
Fixed vce_get_command_count

Change-Id: I8f6c75a8bf2ec034e8790ecb19ca3cccd8f3128f
Signed-off-by: sungrae jo <seongrae.jo@samsung.com>
6 years agoAdd document and Fix get_command_count in VCE 74/173874/2
sooyeon.kim [Mon, 26 Mar 2018 13:20:46 +0000 (22:20 +0900)]
Add document and Fix get_command_count in VCE

Change-Id: Iefbfa6591d09ee1dd3644355cc630b3bdc154a2b
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
6 years agoDelete dbus flush after dbus add match
sooyeon.kim [Thu, 22 Mar 2018 05:14:35 +0000 (14:14 +0900)]
Delete dbus flush after dbus add match

Change-Id: I47ce72a8c9ae5713b28ddf0992c1f134464640b0
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
6 years agoApply text matching algorithm to daemon
Suyeon Hwang [Tue, 4 Jul 2017 08:33:55 +0000 (17:33 +0900)]
Apply text matching algorithm to daemon

If there is only background type result or no result,
daemon finds the similar commands list using text matchin alogrithm.
The algorithm is only applied to foreground and widget type commands.

Priority order of the command type on this patch :
System and Exclusive > ASR result consumming > Foreground and Widget >
Partial matched Commands(Foreground and Widget only) > System Background >
Background

Change-Id: I2eeb8c4cff06ce8b5de6f16a30a185d7ae71c11d
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
6 years agoAdd text matching alogrithm function
Suyeon Hwang [Fri, 30 Jun 2017 08:54:41 +0000 (17:54 +0900)]
Add text matching alogrithm function

Change-Id: I6f590f79ddeb42263650f55f2069a93472d7756d
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
6 years agoChange to BEGIN IMMEDIATE TRANSACTION for db lock issue
Wonnam Jang [Tue, 20 Mar 2018 02:21:55 +0000 (11:21 +0900)]
Change to BEGIN IMMEDIATE TRANSACTION for db lock issue

Change-Id: I97b82c620eb055f69589f86e6cd29caedb979706
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
6 years agoFixed unchecked return value issue.
sungrae jo [Tue, 13 Mar 2018 09:48:58 +0000 (18:48 +0900)]
Fixed unchecked return value issue.

Change-Id: Ib24b9d4c433cbc06a074b5f4fabd58352175f69f
Signed-off-by: sungrae jo <seongrae.jo@samsung.com>
6 years agoRevert "Fixed command_count function args" 60/173860/1
sungrae jo [Mon, 26 Mar 2018 11:24:12 +0000 (11:24 +0000)]
Revert "Fixed command_count function args"

This reverts commit 5fcd1f99f8f9d2622cc5d4ecdc27bd48add59eff.

Change-Id: I297efac0c2fc466e8979825e106285a786559111

6 years agoFixed command_count function args 06/173806/2
sungrae jo [Mon, 26 Mar 2018 05:21:12 +0000 (14:21 +0900)]
Fixed command_count function args

Change-Id: I1bf541b9b20941a91e69caf4a095b991f60551c0
Signed-off-by: sungrae jo <seongrae.jo@samsung.com>
6 years agoAdd document in vce.h 66/171966/1
sungrae jo [Thu, 8 Mar 2018 09:26:53 +0000 (18:26 +0900)]
Add document in vce.h

Change-Id: I8ad2ef78d0f3f66ce9911ed33834bcd2f0e33677
Signed-off-by: sungrae jo <seongrae.jo@samsung.com>
6 years agoFixed terminate issue for voice control engine 16/170916/5
sungrae jo [Fri, 23 Feb 2018 07:25:29 +0000 (16:25 +0900)]
Fixed terminate issue for voice control engine

Change-Id: Ic751d9201a970c8ad9df2de5b2916c39f693b2c4
Signed-off-by: sungrae jo <seongrae.jo@samsung.com>
6 years agoRevert "Revert 'Change to support VC downloadable engine (hybrid)' temporarily" 25/171725/1
Sooyeon Kim [Wed, 7 Mar 2018 02:31:45 +0000 (02:31 +0000)]
Revert "Revert 'Change to support VC downloadable engine (hybrid)' temporarily"

This reverts commit f09f22e095ad108d2084e02c511ad5afc3b06369.

Change-Id: I9789fba7e110a023168a90249d0b9f703fe6c794

6 years agoRevert 'Change to support VC downloadable engine (hybrid)' temporarily 42/171242/3 accepted/tizen/unified/20180228.071746 submit/tizen/20180228.025249
sooyeon.kim [Wed, 28 Feb 2018 01:59:31 +0000 (10:59 +0900)]
Revert 'Change to support VC downloadable engine (hybrid)' temporarily

Change-Id: Ia44e65e5d566a2c501ba2abd6d4031746a21eb5e
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
6 years agoAdd feature checker in vc_widget_prepare 39/171239/1
sooyeon.kim [Thu, 8 Feb 2018 07:56:00 +0000 (16:56 +0900)]
Add feature checker in vc_widget_prepare

Change-Id: Ide8a8eeb5826947839578de69d634d3420e5d041
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
(cherry picked from commit fd9419d346f53861f55ed56c6c52efa0b24806c9)

6 years agoFix thread safety issue of ecore API 38/171238/2
Suyeon Hwang [Thu, 1 Feb 2018 12:08:52 +0000 (21:08 +0900)]
Fix thread safety issue of ecore API

Change-Id: Ia244d747b595c6d610d84d4ebc44a85a0f95ca30
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
(cherry picked from commit 45d48cfa36cb7dc5da5fd26a4d5b127525e580db)

6 years agoChange to connect daemon from timer to thread 37/171237/1
Wonnam Jang [Wed, 24 Jan 2018 08:16:20 +0000 (17:16 +0900)]
Change to connect daemon from timer to thread

Change-Id: Id7f2e5d38eabbb3880cad5a98f0bb3855d21eff0
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
(cherry picked from commit fe930a534021d4f59153c6d7428bcbb3344309eb)

6 years agoFix invalid casting 36/171236/2
Suyeon Hwang [Mon, 22 Jan 2018 13:03:17 +0000 (22:03 +0900)]
Fix invalid casting

Change-Id: Ibe0efb537deadc999f67b5ab9b94f3a789c43c0b
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
(cherry picked from commit d73a148aca19b5423df39706b304b807421e98c5)

6 years agoMove adding match rule code 35/171235/2
Suyeon Hwang [Mon, 22 Jan 2018 11:35:42 +0000 (20:35 +0900)]
Move adding match rule code

Change-Id: I56713583b07392fbdcb5926f0a805c21a4fd736e
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
(cherry picked from commit 4890129b35545db17e2ebf5e84490d8248a21e09)

6 years agoSend error signal to manager client when widget doesn't start recording 34/171234/1
Wonnam Jang [Wed, 17 Jan 2018 10:41:29 +0000 (19:41 +0900)]
Send error signal to manager client when widget doesn't start recording

Change-Id: Id9adae3e2a86f5eb8f7433a103c586bce0d05270
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
(cherry picked from commit 58d8c3f96d0da340dd31c9f7ecb76e82a5c6c6c1)

6 years agoMerge "Revert "Fixed logic for stt unprepare"" into tizen
Wonnam Jang [Fri, 23 Feb 2018 07:04:17 +0000 (07:04 +0000)]
Merge "Revert "Fixed logic for stt unprepare"" into tizen

6 years agoRevert "Fixed logic for stt unprepare" 10/170910/1
Wonnam Jang [Fri, 23 Feb 2018 07:03:30 +0000 (07:03 +0000)]
Revert "Fixed logic for stt unprepare"

This reverts commit e5aa26e2ab9eb8fc4bbff513a5d2af93c865433b.

Change-Id: I9b3ad6918c8db94babc641d003da84456de91b6a

6 years agoMerge branch 'tizen' of ssh://review.tizen.org:29418/platform/core/uifw/voice-control...
sungrae jo [Fri, 23 Feb 2018 06:48:22 +0000 (15:48 +0900)]
Merge branch 'tizen' of ssh://review.tizen.org:29418/platform/core/uifw/voice-control into tizen

6 years agoFix memory leak when engine is not found 98/170298/1
Wonnam Jang [Mon, 19 Feb 2018 02:43:12 +0000 (11:43 +0900)]
Fix memory leak when engine is not found

Change-Id: I3bb6c64cb76eb6a646c2ad747e50937921b35e4f
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
6 years agoFix typo in log 60/170060/1
Jihoon Kim [Thu, 8 Feb 2018 05:14:13 +0000 (14:14 +0900)]
Fix typo in log

Change-Id: I75166ed67d73e2a7cc3d3351adc985a85630697f
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
6 years agoFixed logic for stt unprepare 93/168093/2
sungrae jo [Wed, 24 Jan 2018 06:08:53 +0000 (15:08 +0900)]
Fixed logic for stt unprepare

Change-Id: Icd0b56cda3d049fea008e72dec7127332fd3002e
Signed-off-by: sungrae jo <seongrae.jo@samsung.com>
6 years agoMerge "Reset waiting flag when recognition starts by widget" into tizen
Wonnam Jang [Thu, 25 Jan 2018 06:25:01 +0000 (06:25 +0000)]
Merge "Reset waiting flag when recognition starts by widget" into tizen

6 years agoMerge "Add log for debugging" into tizen
Wonnam Jang [Thu, 25 Jan 2018 06:24:36 +0000 (06:24 +0000)]
Merge "Add log for debugging" into tizen

6 years agoMerge "Load default config file when user config is invalid" into tizen
Wonnam Jang [Thu, 25 Jan 2018 06:23:46 +0000 (06:23 +0000)]
Merge "Load default config file when user config is invalid" into tizen

6 years agoMerge "Try to prepare when dbus call is requested earlier while a vc engine is reset...
Wonnam Jang [Thu, 25 Jan 2018 06:23:24 +0000 (06:23 +0000)]
Merge "Try to prepare when dbus call is requested earlier while a vc engine is reset" into tizen

6 years agoReset waiting flag when recognition starts by widget 11/168011/1
Wonnam Jang [Tue, 16 Jan 2018 11:13:28 +0000 (20:13 +0900)]
Reset waiting flag when recognition starts by widget

Change-Id: I3bbfbaa4d8bfee09563ec0ecccfdca2e167e06af
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
(cherry picked from commit 2f1663d67c69531413405f80bdca4b47b5322305)

6 years agoAdd log for debugging 10/168010/1
Wonnam Jang [Tue, 16 Jan 2018 05:50:41 +0000 (14:50 +0900)]
Add log for debugging

Change-Id: I80ffb9f2238c273119373f39b0b054f8c3ce253d
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
6 years agoLoad default config file when user config is invalid 09/168009/1
Wonnam Jang [Mon, 15 Jan 2018 11:22:36 +0000 (20:22 +0900)]
Load default config file when user config is invalid

Change-Id: I0021fefc33e167a256c6ad3f52f0854b4c60987a
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
(cherry picked from commit bc058016cd72cb627aa9a6d3f51f4c7d3aed8dc2)

6 years agoTry to prepare when dbus call is requested earlier while a vc engine is reset 08/168008/1
Suyeon Hwang [Mon, 15 Jan 2018 06:49:53 +0000 (15:49 +0900)]
Try to prepare when dbus call is requested earlier while a vc engine is reset

Change-Id: Id95a5d7154681cd4b066b8e6582d15eabe7774f6
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
(cherry picked from commit d4e615b4a7be6a668af8e61319be43f009478e26)

6 years agoAdd feature check for vc_widget 67/167967/1
sungrae jo [Fri, 19 Jan 2018 08:18:15 +0000 (17:18 +0900)]
Add feature check for vc_widget

Change-Id: If44f3a47174b9320748116798412cba11caf626a
Signed-off-by: sungrae jo <seongrae.jo@samsung.com>
(cherry picked from commit 29d4307edf01b7361bf0a72327ae405bc84d0508)

6 years agoMerge "Fixed sound-manager function." into tizen
Wonnam Jang [Tue, 23 Jan 2018 05:55:41 +0000 (05:55 +0000)]
Merge "Fixed sound-manager function." into tizen

6 years agoFixed sound-manager function. 03/166103/5
sungrae jo [Mon, 8 Jan 2018 01:45:03 +0000 (10:45 +0900)]
Fixed sound-manager function.

Signed-off-by: sungrae jo <seongrae.jo@samsung.com>
Change-Id: I303e29277b528926c89b24dc6e0dba0edf4ad740

6 years agoMerge changes I47248fff,Icccb67c8 into tizen
Wonnam Jang [Fri, 19 Jan 2018 08:10:23 +0000 (08:10 +0000)]
Merge changes I47248fff,Icccb67c8 into tizen

* changes:
  Remove trailing whitespaces
  Use secure log to write result for security

6 years agoFix memory leaks of dbus 77/167677/1
Suyeon Hwang [Thu, 18 Jan 2018 08:57:28 +0000 (17:57 +0900)]
Fix memory leaks of dbus

Change-Id: Iedf8b56d98f0e59248f445ab13dd2a243f8eba12
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
(cherry picked from commit e9423a086b7267e07d09b4d2f9bad0f29ec8f865)

6 years agoRemove trailing whitespaces 08/167408/2
Jihoon Kim [Wed, 17 Jan 2018 09:32:56 +0000 (18:32 +0900)]
Remove trailing whitespaces

Change-Id: I47248fff4e6e2438aceb34c56ecb9d5f8157b81c
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
6 years agoUse secure log to write result for security 05/167405/2
Jihoon Kim [Wed, 17 Jan 2018 06:37:23 +0000 (15:37 +0900)]
Use secure log to write result for security

Change-Id: Icccb67c84d674dfc6b45bb868827486b74266a01
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
6 years agoAdd feature check for vc_widget 62/167562/4
sungrae jo [Thu, 18 Jan 2018 07:41:25 +0000 (16:41 +0900)]
Add feature check for vc_widget

Change-Id: I9e9d35dab9acfb7e81b83d2f59c89622102dd43a
Signed-off-by: sungrae jo <seongrae.jo@samsung.com>
6 years agoFix potential memory leak issue when setting invocation name several times 97/167297/1
Jihoon Kim [Wed, 17 Jan 2018 01:45:37 +0000 (10:45 +0900)]
Fix potential memory leak issue when setting invocation name several times

Change-Id: I5de2aed2bd97e571b3c0fc60b81ad7993f17ac9e
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
6 years agoRemove trailing whitespaces 99/167099/1
Jihoon Kim [Mon, 15 Jan 2018 10:29:59 +0000 (19:29 +0900)]
Remove trailing whitespaces

Change-Id: I52292cd036c0920210e0a9cac77901487545bf0e
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
6 years agoUse critical section when configuration file is reached 65/166265/2
Suyeon Hwang [Tue, 14 Nov 2017 10:19:44 +0000 (19:19 +0900)]
Use critical section when configuration file is reached

Change-Id: I22965b387df9469f58e3702e80f1f370a407f651
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
(cherry picked from commit 3f78cb87e0175fa040c6e042b1951d6efa171ed5)

6 years agoMerge "Fix memory leaks of set_private_data" into tizen
Suyeon Hwang [Tue, 9 Jan 2018 05:14:30 +0000 (05:14 +0000)]
Merge "Fix memory leaks of set_private_data" into tizen

6 years agoMerge "Start recording when widget finalize" into tizen
Suyeon Hwang [Tue, 9 Jan 2018 05:14:00 +0000 (05:14 +0000)]
Merge "Start recording when widget finalize" into tizen

6 years agoStart recording when widget finalize 62/166262/1
Wonnam Jang [Thu, 4 Jan 2018 23:27:23 +0000 (08:27 +0900)]
Start recording when widget finalize

Change-Id: Ifd2e55fca66daa235d43cc995ecc30419f2f7652
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
(cherry picked from commit 9d6162c6d676bc3f674143ec7f6c979df2680423)

6 years agoFix to check whether handle is valid in connect daemon 43/166243/1
sooyeon.kim [Wed, 3 Jan 2018 07:35:21 +0000 (16:35 +0900)]
Fix to check whether handle is valid in connect daemon

Change-Id: If15a3be995711242abe82eb0ded86d0d1d1be659
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
(cherry picked from commit 45ae7486778042c430ac66c7d6275ab0358c34cd)

6 years agoFix memory leaks of set_private_data 41/166241/1
Suyeon Hwang [Tue, 9 Jan 2018 02:53:03 +0000 (11:53 +0900)]
Fix memory leaks of set_private_data

Change-Id: Ief58b5b30a825033b5e714652c3edd460f9748a4
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
6 years agoChange set_private_data to be async 40/166240/1
Suyeon Hwang [Tue, 9 Jan 2018 02:46:31 +0000 (11:46 +0900)]
Change set_private_data to be async

Change-Id: Ic94ddae4949d77f91a5fe9c0de227129790b0019
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
6 years agoMerge "Add state check logic in vc_get_result" into tizen
Suyeon Hwang [Tue, 9 Jan 2018 01:28:56 +0000 (01:28 +0000)]
Merge "Add state check logic in vc_get_result" into tizen

6 years agoAdd state check logic in vc_get_result 07/166207/1
Suyeon Hwang [Fri, 22 Dec 2017 11:55:42 +0000 (20:55 +0900)]
Add state check logic in vc_get_result

Change-Id: I0dd52a857b2238116d3a2595926203e36201f15b
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
(cherry picked from commit 234291924f4c92e43863101be4065b57d5d75d3f)

6 years agoFix the size of app id 05/166205/1
sooyeon.kim [Fri, 15 Dec 2017 06:23:53 +0000 (15:23 +0900)]
Fix the size of app id

Change-Id: If001031ea058f1c45aec7cfeae58bb37549b18d3
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
(cherry picked from commit ca3743e7a7348edd31d85e16ae70bd6f51c0708b)

6 years agoAdd priority for Widget command 61/166161/4
Suyeon Hwang [Mon, 8 Jan 2018 09:28:04 +0000 (18:28 +0900)]
Add priority for Widget command

Change-Id: I6b2e21db43366c7b821524f79c7869fc5d133e51
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
6 years agoAdd a new parameter for checking whether result is consumed 88/162788/1
sooyeon.kim [Tue, 5 Dec 2017 09:08:02 +0000 (18:08 +0900)]
Add a new parameter for checking whether result is consumed

Change-Id: Ie821ca2c330aa325455dc4304b08021069b6f374
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
6 years agoMerge "Fix vc engine API (get_info)" into tizen
sooyeon.kim [Tue, 5 Dec 2017 08:31:34 +0000 (08:31 +0000)]
Merge "Fix vc engine API (get_info)" into tizen

6 years agoCall hide tooltip every recording cancel 95/162295/1
Suyeon Hwang [Thu, 30 Nov 2017 06:36:23 +0000 (15:36 +0900)]
Call hide tooltip every recording cancel

Change-Id: I1a0c3ff7b94642e99dfbb410874159a58a6708ae
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
6 years agocheck null before use when dbus close connection 88/162188/1
Wonnam Jang [Wed, 29 Nov 2017 12:20:01 +0000 (21:20 +0900)]
check null before use when dbus close connection

Change-Id: I00e45405980dfcd1572afa428f5937688a0aee94
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
6 years agodelete timer when vc widget is deinitialized 80/162180/1
Wonnam Jang [Wed, 29 Nov 2017 07:35:34 +0000 (16:35 +0900)]
delete timer when vc widget is deinitialized

Change-Id: I5bce055aedb601d08decfac3136d67e2f063dd4b
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
(cherry picked from commit 0cbf9e60b8594da0711e89b7c21c435381da06bc)

6 years agoRemove unnecessary DB access 28/161328/2
Wonnam Jang [Thu, 23 Nov 2017 00:26:52 +0000 (09:26 +0900)]
Remove unnecessary DB access

Change-Id: Ie5080b25a9a7c5d2c9e950b958f95e322d3bdd16
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
6 years agoFix vc engine API (get_info) 98/160498/1
sooyeon.kim [Thu, 16 Nov 2017 10:29:01 +0000 (19:29 +0900)]
Fix vc engine API (get_info)

Change-Id: I6c14b6134e639d0dc21ce33cbb48a886551fc500
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
6 years agoChange ecore timer to thread for connecting daemon 63/159163/1
Wonnam Jang [Tue, 7 Nov 2017 07:30:10 +0000 (16:30 +0900)]
Change ecore timer to thread for connecting daemon

Change-Id: I92e6f9cd5a6e4f1db86041747efc9cb3fad4120c
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
(cherry picked from commit 7e35c08d1960335a77963ba6a299e2ef5742a22e)

6 years agoChange to support VC downloadable engine (hybrid) 45/156145/3
sooyeon.kim [Tue, 17 Oct 2017 08:49:05 +0000 (17:49 +0900)]
Change to support VC downloadable engine (hybrid)

Change-Id: I92f82785c7c6576a7d4b816f7b5325aa4b833fe9
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
6 years agoMerge "Add to check db integrity and restore logic" into tizen
Wonnam Jang [Fri, 27 Oct 2017 04:41:07 +0000 (04:41 +0000)]
Merge "Add to check db integrity and restore logic" into tizen

6 years agoAdd to check db integrity and restore logic 09/157909/4
Wonnam Jang [Fri, 27 Oct 2017 01:19:37 +0000 (10:19 +0900)]
Add to check db integrity and restore logic

Change-Id: Ibf2f91c1eca9a00c43ed80e5c8cb3f5dbb55c12a
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
6 years agoMerge "Add new property in command handle" into tizen
Suyeon Hwang [Fri, 27 Oct 2017 03:44:12 +0000 (03:44 +0000)]
Merge "Add new property in command handle" into tizen

6 years agoAdd logic to set default language of the engine 54/157354/1
Suyeon Hwang [Mon, 23 Oct 2017 09:45:21 +0000 (18:45 +0900)]
Add logic to set default language of the engine

Change-Id: I086ff98a7ce7c1d04f4f03e7a63297bad573a9e3
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
(cherry picked from commit 661dc62bec74e1294096cf94f16feef8d4f38987)

6 years agoAdd to set false as exit when dbus disconnects 72/156772/1
Wonnam Jang [Fri, 20 Oct 2017 01:51:23 +0000 (10:51 +0900)]
Add to set false as exit when dbus disconnects

Change-Id: I7966ef43d27f65111798a8f86797d32765678695
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
6 years agoChange api for transfering characters & Fix error check for fread 12/155412/3
Suyeon Hwang [Fri, 13 Oct 2017 06:08:38 +0000 (15:08 +0900)]
Change api for transfering characters & Fix error check for fread

Change-Id: I1b51f5703745bde141b01048dc1f736fc098a29d
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
6 years agoFix memory leaks 32/154732/1
Suyeon Hwang [Wed, 11 Oct 2017 07:40:51 +0000 (16:40 +0900)]
Fix memory leaks

Change-Id: I0ffca49978f84cab61fa4e190588e26f00cacffc
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
6 years agoMerge "Add description and retry limitation for vc_prepare_sync" into tizen
Wonnam Jang [Thu, 28 Sep 2017 10:17:19 +0000 (10:17 +0000)]
Merge "Add description and retry limitation for vc_prepare_sync" into tizen

6 years agoAdd description and retry limitation for vc_prepare_sync 65/152465/2
Suyeon Hwang [Tue, 26 Sep 2017 01:16:34 +0000 (10:16 +0900)]
Add description and retry limitation for vc_prepare_sync

Change-Id: I5dd1448ff1f861d1ac23d4aad2988b789f9376b1
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
6 years agoMerge "Update base lang when default base lang doesn't exist" into tizen
Sooyeon Kim [Tue, 26 Sep 2017 13:15:31 +0000 (13:15 +0000)]
Merge "Update base lang when default base lang doesn't exist" into tizen

6 years agoUpdate base lang when default base lang doesn't exist 66/152266/1
Wonnam Jang [Mon, 25 Sep 2017 02:58:47 +0000 (11:58 +0900)]
Update base lang when default base lang doesn't exist

Change-Id: I73e2a32b45aea3fde910239f917330c6e82a02de
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
(cherry picked from commit d28bca88cf08821cb6e98e791074cbb083246114)

6 years agochange dbus signal to dbus method for service state to vcm 63/152263/1
Wonnam Jang [Fri, 22 Sep 2017 06:53:05 +0000 (15:53 +0900)]
change dbus signal to dbus method for service state to vcm

Change-Id: Ia2ff62442716458f925acb12b3808dbb2988a096
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
(cherry picked from commit 699a77e930ab8b68af90ce690fa37ee071390b5d)

6 years agoAdd synchronous prepare function for web API 06/151806/3
Suyeon Hwang [Mon, 18 Sep 2017 11:02:29 +0000 (20:02 +0900)]
Add synchronous prepare function for web API

Change-Id: Ie70180121c1569d602d439cd9a295d2ec617be36
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
6 years agoFix unintended recording cancel by changing language 67/149767/4
Suyeon Hwang [Wed, 13 Sep 2017 05:15:10 +0000 (14:15 +0900)]
Fix unintended recording cancel by changing language

Change-Id: Ib0c14671d7e57ed9e0aad208a3ec2a29dda2460e
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
6 years agoRemove to start recorder when bt data received cb is called 87/148787/1
Wonnam Jang [Mon, 11 Sep 2017 01:18:27 +0000 (10:18 +0900)]
Remove to start recorder when bt data received cb is called

Change-Id: I01f7b09f752051088821b0772bfd7f3d44fa6ad1
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
6 years agoReduce logs 93/145593/1 accepted/tizen/4.0/unified/20170905.175034 accepted/tizen/unified/20170824.050926 submit/tizen/20170823.121013 submit/tizen_4.0/20170904.062435
sooyeon.kim [Wed, 23 Aug 2017 04:46:34 +0000 (13:46 +0900)]
Reduce logs

Change-Id: I7774185f1e19d7b7850666fc40d1517ccf44e6af
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
6 years agoApply to use external USB mic 94/144994/3
Wonnam Jang [Mon, 21 Aug 2017 01:47:39 +0000 (10:47 +0900)]
Apply to use external USB mic

Change-Id: I28d8a883964f0c116137e816b2a83f860570fc36
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
6 years agoUse thread instead of ecore time 64/144664/4
Wonnam Jang [Thu, 17 Aug 2017 10:23:04 +0000 (19:23 +0900)]
Use thread instead of ecore time

Change-Id: I0f043182067478e8ab804a899eccb84a325e0de5
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
6 years agochange BT produce api 98/144598/1 accepted/tizen/4.0/unified/20170829.015908 accepted/tizen/unified/20170821.051226 submit/tizen/20170818.013120 submit/tizen/20170818.092147 submit/tizen_4.0/20170828.100004
Wonnam Jang [Thu, 17 Aug 2017 08:03:29 +0000 (17:03 +0900)]
change BT produce api

Change-Id: I1465356abb0e9d9fcc842655a20b485a00e30764
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
6 years agoRW Update 52/144352/1 submit/tizen/20170817.073026
sooyeon.kim [Wed, 16 Aug 2017 09:42:49 +0000 (18:42 +0900)]
RW Update

Change-Id: I476b7ed7fae327daddc5356d5f66bb0de1f84ada
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
6 years agoAdd new property in command handle 59/143959/1
Suyeon Hwang [Mon, 14 Aug 2017 06:15:52 +0000 (15:15 +0900)]
Add new property in command handle

Change-Id: Icc50a3f3060c63a09449f8e93d1253ce6be4d1ba
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
6 years agoMerge "Fix wrong format for dlog" into tizen accepted/tizen/4.0/unified/20170816.012226 accepted/tizen/4.0/unified/20170816.015149 accepted/tizen/unified/20170802.151607 submit/tizen/20170802.052926 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170814.115522 submit/tizen_4.0_unified/20170814.115522
Wonnam Jang [Wed, 2 Aug 2017 05:13:02 +0000 (05:13 +0000)]
Merge "Fix wrong format for dlog" into tizen

6 years agoFix security issue 19/140919/4
Suyeon Hwang [Thu, 27 Jul 2017 06:28:10 +0000 (15:28 +0900)]
Fix security issue

Change-Id: I5c2742843ddfb86cb5c052e8abaeba9739319466
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
6 years agoFix wrong format for dlog 90/141290/1
Wonnam Jang [Mon, 31 Jul 2017 00:14:49 +0000 (09:14 +0900)]
Fix wrong format for dlog

Change-Id: Iac96dfd4b8788e6ef0cd315d7819933508e07d18
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
6 years agoFix wrong format for dlog 76/140176/3 accepted/tizen/unified/20170727.190605 submit/tizen/20170726.005622
Wonnam Jang [Mon, 24 Jul 2017 05:44:05 +0000 (14:44 +0900)]
Fix wrong format for dlog

Change-Id: I190fa88a76e8f8b212b96111ab74aaf4c0df0501
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
6 years agoUpdate internal state when cancel is called in ready state 74/139174/2
Wonnam Jang [Mon, 17 Jul 2017 02:06:55 +0000 (11:06 +0900)]
Update internal state when cancel is called in ready state

Change-Id: I7f2816b1d931d6e31bd32759fa763670e6493530
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>