platform/core/uifw/voice-control-elm.git
21 months agoUpdate version (0.70.2) 48/278548/1 accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix tizen_7.0 tizen_7.0_hotfix accepted/tizen/7.0/unified/20221110.055901 accepted/tizen/7.0/unified/hotfix/20221116.110245 accepted/tizen/unified/20220722.131740 submit/tizen/20220722.015048 tizen_7.0_m2_release
Suyeon Hwang [Fri, 22 Jul 2022 01:45:32 +0000 (10:45 +0900)]
Update version (0.70.2)

Change-Id: Ic56120aa7992c5cf58ef459eb4accc1f030119b9
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
21 months agoMerge "Add return and null check for preventing invalid memory access" into tizen
Suyeon Hwang [Fri, 22 Jul 2022 01:43:56 +0000 (01:43 +0000)]
Merge "Add return and null check for preventing invalid memory access" into tizen

21 months agoAdd return and null check for preventing invalid memory access 46/278546/1
Suyeon Hwang [Fri, 22 Jul 2022 01:25:28 +0000 (10:25 +0900)]
Add return and null check for preventing invalid memory access

- Issue:
Sometimes, the code may access invalid memory when the function frees
unused memory.

- Solution:
This is because the logic for free Object_Info structure does not check
whether the pointer is not null. There is missing 'return' on 'next'
label, so sometime the code flow can allow freeing members of
Object_Info structure even if the structure still has no memory.
This patch adds missing 'return' expression and null checker for
'object_info'. Through this change, code prevents invalid memory access.

Change-Id: I02d0652f6e3dfb4a8aa6fa0dc25735eac25dc884
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
23 months agoUpdate version(0.70.1) 51/276351/2 accepted/tizen/unified/20220615.135307 submit/tizen/20220615.061729
dyamy-lee [Wed, 15 Jun 2022 05:53:21 +0000 (14:53 +0900)]
Update version(0.70.1)

Update version on spec file.
The version on CMake file apply spec file version automately.
So, it removed comment about version in CMakeLists.txt clearly.

Change-Id: Ic36029608bd639fb1c80ac40b9fe847ae6163593

23 months agoadd unit tests 31/276331/6
dyamy-lee [Wed, 15 Jun 2022 01:35:07 +0000 (10:35 +0900)]
add unit tests

add unit tests for checking voice control elementary API which in voice_control_elm.h
add run-unittest script in spec file following guide for running unit test.

Change-Id: I5084336d45c4592abc84938ad1e129ddc904b127

23 months agoFix gcov package contents for automation 46/276046/1 accepted/tizen/unified/20220614.093239 submit/tizen/20220614.014921
Suyeon Hwang [Thu, 9 Jun 2022 04:05:11 +0000 (13:05 +0900)]
Fix gcov package contents for automation

Change-Id: If48a9dc8cd87b1a7974620229a9cdb0b1624dcb5
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
23 months agoFix memory leak allocated at _extract_edje_file_name 34/275434/1 accepted/tizen/unified/20220608.140020 submit/tizen/20220607.073841
ulgal-park [Wed, 25 May 2022 01:46:14 +0000 (10:46 +0900)]
Fix memory leak allocated at _extract_edje_file_name

Change-Id: Ic55490eb5f3464b603fa8dcdf78bc136b25f6d44

2 years agoFix invalid file path when 64 bit build 29/273629/1 accepted/tizen/unified/20220413.133109 submit/tizen/20220411.063253
wn.jang [Mon, 11 Apr 2022 02:59:52 +0000 (11:59 +0900)]
Fix invalid file path when 64 bit build

Change-Id: Ieba9d1a35ecdc17cac7c3c623394526c50523a16

2 years agoUpdate version to 0.70.0 14/269814/1 accepted/tizen/unified/20220120.154452 submit/tizen/20220120.074758
wn.jang [Thu, 20 Jan 2022 07:34:37 +0000 (16:34 +0900)]
Update version to 0.70.0

Change-Id: Iab593c9e2883615525e55e5fb1ea232bdbe644b2

2 years agoCoverage support for robot profile 81/269781/1
wn.jang [Thu, 20 Jan 2022 06:34:08 +0000 (15:34 +0900)]
Coverage support for robot profile

Change-Id: If09d6ccf2b07cb23408f19d903cf01a10af56d8d

2 years agoUpdate version to 0.65.3 30/268830/1
wn.jang [Mon, 3 Jan 2022 11:21:48 +0000 (20:21 +0900)]
Update version to 0.65.3

Change-Id: If202d217fa4ea70c31bfa30bad67f5b8722e9238

2 years agoFix defects from static analysis tool 50/268750/2
wn.jang [Fri, 31 Dec 2021 06:26:03 +0000 (15:26 +0900)]
Fix defects from static analysis tool

Change-Id: I3bac4d47d7f4e1f9f0d26b5cc17198b0f0044fc1

2 years agoUpdate version to 0.65.2 56/268456/1 accepted/tizen/unified/20211228.140430 submit/tizen/20211223.062249
wn.jang [Thu, 23 Dec 2021 04:48:34 +0000 (13:48 +0900)]
Update version to 0.65.2

Change-Id: Iaa28072b364da16f61d697063410ae5bf06eda3e

2 years agoFix memory leak after calloc 29/268429/3
wn.jang [Thu, 23 Dec 2021 01:57:30 +0000 (10:57 +0900)]
Fix memory leak after calloc

Change-Id: Id900d12edfc51aff8356b5a7d659846e7d805cc3

2 years agoUpdate version to 0.65.1 93/267793/1 accepted/tizen/unified/20211210.115143 submit/tizen/20211210.013213
wn.jang [Fri, 10 Dec 2021 01:18:57 +0000 (10:18 +0900)]
Update version to 0.65.1

Change-Id: I97f1cd28217219ed99fc9f82b2b8793116a7fb84

2 years agoFix defects from static analysis tool 81/267781/1
wn.jang [Fri, 10 Dec 2021 00:05:57 +0000 (09:05 +0900)]
Fix defects from static analysis tool

Change-Id: Iaf2fcf0bd0848e3d9bb77ae5d5e84d50591b4f2f

3 years agoFix condition to prevent repeated timer interval change 03/254503/1 accepted/tizen/6.5/unified/20211028.123158 accepted/tizen/unified/20210330.111257 submit/tizen/20210329.062853 submit/tizen_6.5/20211028.163101 tizen_6.5.m2_release
Suyeon Hwang [Thu, 4 Mar 2021 00:55:57 +0000 (09:55 +0900)]
Fix condition to prevent repeated timer interval change

Change-Id: I48abeff63d90cd248aa8ba2349fda1059651ea55
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
3 years agoUpdate version (0.65.0) 94/254394/1
Suyeon Hwang [Tue, 2 Mar 2021 08:50:12 +0000 (17:50 +0900)]
Update version (0.65.0)

Change-Id: I2ba0a04f3e5f097494ca78a18d67da5bfc8dc67e
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
3 years agoAdd counter to prevent infinite initialization 90/254390/1
Suyeon Hwang [Tue, 2 Mar 2021 08:05:24 +0000 (17:05 +0900)]
Add counter to prevent infinite initialization

Change-Id: Ida246c4adcc8f305eae5ab54698bb4be0dbc03e5
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
3 years agoFix defects from static analysis 06/252806/1 submit/tizen/20210203.021812 submit/tizen/20210215.104922
wn.jang [Tue, 2 Feb 2021 08:44:55 +0000 (17:44 +0900)]
Fix defects from static analysis

Change-Id: I9358f33ff843d2860ad021b3bc33bea8224c5aae

3 years agoRemove unnecessary HTML link for feature 20/249720/1
sooyeon.kim [Wed, 16 Dec 2020 08:55:58 +0000 (17:55 +0900)]
Remove unnecessary HTML link for feature

Change-Id: I98559bacc062710793dfefd25f5b1b85e1d68343
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
3 years agoUpdate version to 0.60.0 84/249284/1 accepted/tizen/unified/20201210.124548 submit/tizen/20201210.004819
wn.jang [Thu, 10 Dec 2020 00:20:26 +0000 (09:20 +0900)]
Update version to 0.60.0

Change-Id: Ic4e97a5d0c8bec61f8088857fe7079f5b1895cb1

3 years agoUpdate version to 1.60.0 33/249033/1 submit/tizen/20201204.102019
wn.jang [Fri, 4 Dec 2020 09:34:29 +0000 (18:34 +0900)]
Update version to 1.60.0

Change-Id: I1fed224c2bb42b53ff5b43a9affd5a1a69a42673

3 years agoChange thread function to ecore timer function 12/249012/5
wn.jang [Fri, 4 Dec 2020 07:51:38 +0000 (16:51 +0900)]
Change thread function to ecore timer function

dealock log 를 살펴봤는데요, race condition 에 빠진것 같습니다.
subthread (5530) 에서 아래 순서로 main thread 가 멈추길 기다리고 있는데요,
We looked at dealock log, it seems to be in the race condition.
We are waiting for the main thread to stop in the below order in the subthread (5530)

[  433.9562] |    -- #0  0xb4b35758 in __pthread_cond_wait () from /usr/lib/libpthread-2.30.so
[  433.9562] |    -- #1  0xb552949f in ecore_thread_main_loop_begin () from /usr/lib/libecore.so.1.25.1
[  433.9562] |    -- #2  0xb51acca9 in vc_config_mgr_initialize () from /usr/lib/libvc_setting.so
[  433.9563] |    -- #3  0xb4104ce3 in vc_widget_initialize () from /usr/lib/libvc_widget.so

main thread 는 sub thread (5530) 에서 잡고 있는 mutex 가 풀리길 기대하고 있어요.
The main thread expects the mutex held by the sub thread (5530) to be unlocked.

[  433.9549] |    -- #0  0xb4b396c8 in __lll_lock_wait () from /usr/lib/libpthread-2.30.so
[  433.9549] |    -- #1  0xb4b30dd4 in __pthread_mutex_lock () from /usr/lib/libpthread-2.30.so
[  433.9549] |    -- #2  0xb4104ccf in vc_widget_initialize () from /usr/lib/libvc_widget.so
[  433.9549] |    -- #3  0xb5b9214b in _vc_elm_widget_wrapper_initialize () from /usr/lib/libvc-elm.so.0.2.1
[  433.9549] |    -- #4  0xb5ba655d in vc_elm_initialize () from /usr/lib/libvc-elm.so.0.2.1

Change-Id: Icbc6d0551c91d992b7497d3c7a3c902f1bd56d17

3 years agoFix defects detected by static analysis tool 82/244082/2
wn.jang [Tue, 15 Sep 2020 02:27:22 +0000 (11:27 +0900)]
Fix defects detected by static analysis tool

Change-Id: Icd4d05be3174925c137133e4fee2122a8a31df7c

4 years agoFix errata 64/226564/1 accepted/tizen_6.0_unified_hotfix tizen_6.0_hotfix accepted/tizen/6.0/unified/20201030.104726 accepted/tizen/6.0/unified/hotfix/20201103.000057 accepted/tizen/unified/20200304.123850 submit/tizen/20200304.013559 submit/tizen_6.0/20201029.205501 submit/tizen_6.0_hotfix/20201102.192901 submit/tizen_6.0_hotfix/20201103.115101 tizen_6.0.m2_release
wn.jang [Wed, 4 Mar 2020 01:30:30 +0000 (10:30 +0900)]
Fix errata

Change-Id: I7661a01234b804d8e1a62349f12999f5d62f405c

4 years agoCheck if return value of evas_ojbect_type_get() is NULL or not 28/226128/3 accepted/tizen/unified/20200303.032533 submit/tizen/20200302.005843
wn.jang [Thu, 27 Feb 2020 04:59:01 +0000 (13:59 +0900)]
Check if return value of evas_ojbect_type_get() is NULL or not

Change-Id: Id28b27ea5946bdb39d2d2651d9015347026b009f

4 years agoFix url link properly 11/219611/1
wn.jang [Fri, 6 Dec 2019 08:27:36 +0000 (17:27 +0900)]
Fix url link properly

Change-Id: I1352907d34405a9a2f15f18c64e50472cb37901a

4 years agoFix line coverage script 09/216109/1 accepted/tizen/unified/20191111.105437 submit/tizen/20191108.071042
sooyeon.kim [Mon, 21 Oct 2019 06:20:53 +0000 (15:20 +0900)]
Fix line coverage script

Change-Id: Idfd9ac1ecfcb70c08935db7f5b98252017afd816
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
4 years agoRemove check type code. 24/212524/1 accepted/tizen_5.5_unified accepted/tizen_5.5_unified_mobile_hotfix accepted/tizen_5.5_unified_wearable_hotfix tizen_5.5_mobile_hotfix tizen_5.5_tv tizen_5.5_wearable_hotfix accepted/tizen/5.5/unified/20191031.015056 accepted/tizen/5.5/unified/mobile/hotfix/20201027.075235 accepted/tizen/5.5/unified/wearable/hotfix/20201027.110308 accepted/tizen/unified/20190823.092357 submit/tizen/20190822.101652 submit/tizen_5.5/20191031.000005 submit/tizen_5.5_mobile_hotfix/20201026.185105 submit/tizen_5.5_wearable_hotfix/20201026.184305 tizen_5.5.m2_release
sungrae jo [Thu, 22 Aug 2019 08:38:51 +0000 (17:38 +0900)]
Remove check type code.

Change-Id: I2d672047e71512d802730b82be970e56de0963a3
Signed-off-by: sungrae jo <seongrae.jo@samsung.com>
4 years agoFix automatic gcov feature 68/210568/3 accepted/tizen/unified/20190723.112030 submit/tizen/20190723.052424
sooyeon.kim [Mon, 22 Jul 2019 11:44:39 +0000 (20:44 +0900)]
Fix automatic gcov feature

Change-Id: Iccb7059dd28a30768b29dac8ed03a756a961869f
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
4 years agoAdd gcov package generation feature 39/209339/1 accepted/tizen/unified/20190716.111313 submit/tizen/20190710.020226 submit/tizen/20190715.110509
sooyeon.kim [Tue, 21 May 2019 11:43:01 +0000 (20:43 +0900)]
Add gcov package generation feature

Change-Id: I5e2f1f0efbd1c29f26a45846d7110186d26dcd8f
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
5 years agoChange ecore_wl to ecore_wl2 44/191844/1 accepted/tizen/unified/20190602.221757 submit/tizen/20181030.100516 submit/tizen/20190530.063305
sooyeon.kim [Wed, 24 Oct 2018 10:16:23 +0000 (19:16 +0900)]
Change ecore_wl to ecore_wl2

Change-Id: I4452a1af2b9963a7d286569cfe945180d2bf6860
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
5 years agoChange ecore_wl API 88/190988/1 accepted/tizen_5.0_unified accepted/tizen/5.0/unified/20181102.022336 accepted/tizen/unified/20181011.095009 submit/tizen/20181011.062222 submit/tizen_5.0/20181101.000005
sooyeon.kim [Wed, 10 Oct 2018 08:11:02 +0000 (17:11 +0900)]
Change ecore_wl API

Change-Id: I28464d2b3e0300eb5b669999a828e0ee3d523bab
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
5 years agoFix build warning 21/188921/1 accepted/tizen/unified/20180918.062910 submit/tizen/20180917.073702
Wonnam Jang [Wed, 12 Sep 2018 01:50:55 +0000 (10:50 +0900)]
Fix build warning

Change-Id: Ie5d9c9646f1a98b7b8f8d42b86212fb1b75ec31e
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
5 years agoFix spelling errata 48/187748/1 accepted/tizen/unified/20180829.142719 submit/tizen/20180828.101453
sooyeon.kim [Tue, 28 Aug 2018 06:50:31 +0000 (15:50 +0900)]
Fix spelling errata

Change-Id: Id991a9209b714be8f39ba3709289ee5409cc3c7c
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
5 years agoMerge "Fix corrupted double-linked list" into tizen accepted/tizen/unified/20180817.072228 submit/tizen/20180817.052011
Wonnam Jang [Fri, 17 Aug 2018 05:18:14 +0000 (05:18 +0000)]
Merge "Fix corrupted double-linked list" into tizen

5 years agoCheck if window object is or not, before checking focus 89/186989/1
Wonnam Jang [Fri, 17 Aug 2018 05:06:06 +0000 (14:06 +0900)]
Check if window object is or not, before checking focus

Change-Id: I25264fd2215d02582374d6e50c6e310a72612e23
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
5 years agoFix corrupted double-linked list 76/186876/1
sooyeon.kim [Thu, 16 Aug 2018 06:58:52 +0000 (15:58 +0900)]
Fix corrupted double-linked list

Change-Id: Ib3ac1485157c741f0f5c245892155e25b42d8564
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
5 years agoAdd line coverage tags 40/185540/1 accepted/tizen/unified/20180810.132627 submit/tizen/20180809.012922 submit/tizen/20180809.124208
sooyeon.kim [Tue, 31 Jul 2018 10:03:09 +0000 (19:03 +0900)]
Add line coverage tags

Change-Id: Ib7785c22ae0597488ba869ec81aeae35b4758959
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
6 years agoAdd tags for line coverage 48/179148/1 accepted/tizen/unified/20180703.163723 submit/tizen/20180703.095812
sooyeon.kim [Wed, 16 May 2018 06:09:20 +0000 (15:09 +0900)]
Add tags for line coverage

Change-Id: Ibfbcbf095ddf0a6101d2577f3679536d4ad8c639
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
6 years agoCorrect to check return of fread 11/175811/2 accepted/tizen/unified/20180424.082632 submit/tizen/20180419.133139 submit/tizen/20180419.231015
Wonnam Jang [Thu, 12 Apr 2018 11:28:21 +0000 (20:28 +0900)]
Correct to check return of fread

Change-Id: Ie3e23db19d239d32074d4591ba0666c43aab20f8
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
6 years agoMerge "Remove duplicated group closure" into tizen submit/tizen/20180329.043907
Sooyeon Kim [Thu, 29 Mar 2018 04:36:56 +0000 (04:36 +0000)]
Merge "Remove duplicated group closure" into tizen

6 years agoRemove duplicated group closure 65/173965/1
Wonnam Jang [Tue, 27 Mar 2018 07:51:24 +0000 (16:51 +0900)]
Remove duplicated group closure

Change-Id: I4af21fdfa8cd3be3a32f1aa6559401d74a29c397
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
6 years agoAdd to check xml file access 72/173372/1
sooyeon.kim [Wed, 21 Mar 2018 04:59:35 +0000 (13:59 +0900)]
Add to check xml file access

Change-Id: Ida74ea52ae94271ce930914e360b9423210283ee
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
6 years agoFix build break on EFL 1.20 38/173238/1 accepted/tizen/unified/20180328.010033 submit/tizen/20180319.053649
Shinwoo Kim [Tue, 20 Mar 2018 06:26:11 +0000 (15:26 +0900)]
Fix build break on EFL 1.20

Change-Id: Icfda79cbc20d321b56523149cfb2fd496853af58

6 years agoMerge "Remove hash table when recognition start" into tizen
Wonnam Jang [Mon, 12 Mar 2018 05:20:47 +0000 (05:20 +0000)]
Merge "Remove hash table when recognition start" into tizen

6 years agoMerge "Modify retry logic using thread" into tizen
Wonnam Jang [Mon, 12 Mar 2018 05:20:42 +0000 (05:20 +0000)]
Merge "Modify retry logic using thread" into tizen

6 years agoMerge "Delete ecore_timer before deinitialize" into tizen
Wonnam Jang [Mon, 12 Mar 2018 03:04:19 +0000 (03:04 +0000)]
Merge "Delete ecore_timer before deinitialize" into tizen

6 years agoRemove hash table when recognition start 16/172116/1
Wonnam Jang [Fri, 12 Jan 2018 13:02:33 +0000 (22:02 +0900)]
Remove hash table when recognition start

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

6 years agoModify retry logic using thread 15/172115/1
Wonnam Jang [Thu, 11 Jan 2018 02:45:34 +0000 (11:45 +0900)]
Modify retry logic using thread

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

6 years agoMerge "Add commands in genlist when its parent is ctxpopup" into tizen
Wonnam Jang [Mon, 12 Mar 2018 02:46:20 +0000 (02:46 +0000)]
Merge "Add commands in genlist when its parent is ctxpopup" into tizen

6 years agoMerge "Change click method to return key" into tizen
Wonnam Jang [Mon, 12 Mar 2018 02:46:08 +0000 (02:46 +0000)]
Merge "Change click method to return key" into tizen

6 years agoMerge "Add command for item object, if different text is" into tizen
Wonnam Jang [Mon, 12 Mar 2018 02:45:56 +0000 (02:45 +0000)]
Merge "Add command for item object, if different text is" into tizen

6 years agoretry initialize when vc_widget_initialize fails 71/172071/2
Wonnam Jang [Fri, 29 Dec 2017 08:44:53 +0000 (17:44 +0900)]
retry initialize when vc_widget_initialize fails

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

6 years agoAdd command for item object, if different text is 70/172070/1
Wonnam Jang [Fri, 29 Dec 2017 05:49:46 +0000 (14:49 +0900)]
Add command for item object, if different text is

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

6 years agoChange click method to return key 69/172069/1
Wonnam Jang [Sun, 10 Dec 2017 05:30:02 +0000 (14:30 +0900)]
Change click method to return key

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

6 years agoAdd commands in genlist when its parent is ctxpopup 68/172068/1
Wonnam Jang [Thu, 7 Dec 2017 14:47:36 +0000 (23:47 +0900)]
Add commands in genlist when its parent is ctxpopup

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

6 years agoDelete ecore_timer before deinitialize 67/172067/1
Wonnam Jang [Wed, 6 Dec 2017 12:19:32 +0000 (21:19 +0900)]
Delete ecore_timer before deinitialize

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

6 years agofix build warnings 28/163728/1
Youngjae Shin [Wed, 13 Dec 2017 06:05:51 +0000 (15:05 +0900)]
fix build warnings

Change-Id: I521e38c2721de2f9cb169c1011e83c6d1c455881

6 years agoFix unmatched format string 74/162174/1
Suyeon Hwang [Wed, 29 Nov 2017 10:36:19 +0000 (19:36 +0900)]
Fix unmatched format string

Change-Id: I9d14dbf1ba028e3f6ee54e5a87b5b82ef7d71e3e
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
6 years agoRemove setlocale 14/161614/1
Wonnam Jang [Fri, 24 Nov 2017 10:15:54 +0000 (19:15 +0900)]
Remove setlocale

Change-Id: I48883f7b6953a3768e520b235c288a69d5fdf943
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
6 years agoFix to not click item on genlist 93/157293/1
Wonnam Jang [Tue, 24 Oct 2017 06:02:04 +0000 (15:02 +0900)]
Fix to not click item on genlist

Change-Id: I0987fc633912337c12b67f1a379c8bf45de04e55
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
6 years agoInitialize variables during a foreach 42/156942/2
Wonnam Jang [Mon, 23 Oct 2017 00:32:23 +0000 (09:32 +0900)]
Initialize variables during a foreach

Change-Id: I6b53d926ae386e52389b49d859a4898cd63808e7
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
6 years agoFix versioning 73/155973/1 accepted/tizen/unified/20171018.062257 submit/tizen/20171017.013459 submit/tizen/20171017.052427
Hwankyu Jhun [Mon, 16 Oct 2017 23:29:55 +0000 (08:29 +0900)]
Fix versioning

Change-Id: I374e410aa9afb8c475c13bb6c10eb86bab99da3e
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
6 years agoAdd major version library 29/155929/1 submit/tizen/20171016.115443
sooyeon.kim [Mon, 16 Oct 2017 11:48:56 +0000 (20:48 +0900)]
Add major version library

Change-Id: I95b982497b386fc76e859884be49f7828cee8d06
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
6 years agoFix error check for fread 31/155431/1
Suyeon Hwang [Fri, 13 Oct 2017 06:30:27 +0000 (15:30 +0900)]
Fix error check for fread

Change-Id: I6f9bffd6ce2ab70dd61fa98ce9bb5ac0d95bc206
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
6 years agoFix memory leaks and unreachable code 29/154729/1
Suyeon Hwang [Wed, 11 Oct 2017 07:34:29 +0000 (16:34 +0900)]
Fix memory leaks and unreachable code

Change-Id: I4b4012511474927adf9889431d6c46a67098c16f
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
6 years agoAdd to register allowed part as candidate cmd 23/152623/1
Wonnam Jang [Mon, 25 Sep 2017 11:08:29 +0000 (20:08 +0900)]
Add to register allowed part as candidate cmd

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

6 years agoFix errata 67/144667/1
sooyeon.kim [Thu, 17 Aug 2017 10:33:06 +0000 (19:33 +0900)]
Fix errata

Change-Id: Iecc49533ecb7dc2b226435f71b39bcee4460037e
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
6 years agoFix segmentation fault 26/143026/4 submit/tizen/20170817.073026
sooyeon.kim [Tue, 8 Aug 2017 07:55:45 +0000 (16:55 +0900)]
Fix segmentation fault

Change-Id: I9e4b841f310bed8d9964c873d96866e97524de82
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
6 years agoFix error level 31/140131/2 accepted/tizen/4.0/unified/20170816.010347 accepted/tizen/4.0/unified/20170816.014144 accepted/tizen/4.0/unified/20170829.015832 accepted/tizen/4.0/unified/20170905.175043 accepted/tizen/unified/20170727.190610 submit/tizen/20170726.005622 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170814.115522 submit/tizen_4.0/20170828.100004 submit/tizen_4.0/20170904.062435 submit/tizen_4.0_unified/20170814.115522
sooyeon.kim [Mon, 24 Jul 2017 04:00:38 +0000 (13:00 +0900)]
Fix error level

Change-Id: I2c1b8ef8a2286911bcb27a5b5b2bf890680fd3bc
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
6 years agoFix dlog level 52/138652/1 accepted/tizen/unified/20170717.021114 submit/tizen/20170713.111121
sooyeon.kim [Thu, 13 Jul 2017 06:20:13 +0000 (15:20 +0900)]
Fix dlog level

Change-Id: Ic55607abd7db392396a4bb47610747e998a3ea16
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
6 years agoAdd vconf changed callback and Fix warning 66/131466/2 accepted/tizen/unified/20170531.082759 submit/tizen/20170530.103023
sooyeon.kim [Mon, 29 May 2017 09:40:46 +0000 (18:40 +0900)]
Add vconf changed callback and Fix warning

Change-Id: I416ca7e72cd1d7116f80abc6bf05dd631f984302
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
6 years agoMove .so file to devel package 99/131199/1
Suyeon Hwang [Fri, 26 May 2017 01:27:22 +0000 (10:27 +0900)]
Move .so file to devel package

Change-Id: I5407f039cbac6130bd08f25c159656c6f049cba5
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
7 years agoRemove appcore-efl for resolving cyclic dependency 53/129653/1 accepted/tizen/unified/20170518.061213 submit/tizen/20170517.095536 tizen_4.0.m1_release
sooyeon.kim [Wed, 17 May 2017 09:41:24 +0000 (18:41 +0900)]
Remove appcore-efl for resolving cyclic dependency

Change-Id: Ia48aeaf1012f48e92bc26ff49abfc56b445e8bb7
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
7 years agoAdd widget type check for support list 27/120727/4 accepted/tizen/unified/20170511.173634 accepted/tizen/unified/20170512.165237 submit/tizen/20170511.115134 submit/tizen/20170512.024705
Kwangyoun Kim [Fri, 24 Mar 2017 02:31:56 +0000 (11:31 +0900)]
Add widget type check for support list

Change-Id: I5190bf60207d5e0c82c22856d36901d094261d6f

7 years agoMerge "Fix logic about auto registered object list to handle with manual registered... accepted/tizen/unified/20170428.004009 accepted/tizen/unified/20170428.004520 submit/tizen/20170421.091149
Kwangyoun Kim [Fri, 14 Apr 2017 01:16:14 +0000 (18:16 -0700)]
Merge "Fix logic about auto registered object list to handle with manual registered" into tizen

7 years agoUse license macro in .spec file 25/124325/1
Suyeon Hwang [Tue, 11 Apr 2017 06:42:19 +0000 (15:42 +0900)]
Use license macro in .spec file

Change-Id: I0edfe7bfcd61cd5de4049eb9abdb4fe91c2abdb6
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
7 years agoUpdate url link 92/123392/1
Wonnam Jang [Wed, 5 Apr 2017 09:27:22 +0000 (18:27 +0900)]
Update url link

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

7 years agoFix memory leak of object dump list 98/121198/1 accepted/tizen/unified/20170406.054112 submit/tizen/20170405.010045
Suyeon Hwang [Mon, 27 Mar 2017 08:13:09 +0000 (17:13 +0900)]
Fix memory leak of object dump list

Change-Id: I1400d2816da12b302694e6a890bdd6f52f16308b
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
7 years agoFix logic about auto registered object list to handle with manual registered 95/120595/7
Kwangyoun Kim [Thu, 23 Mar 2017 08:53:04 +0000 (17:53 +0900)]
Fix logic about auto registered object list to handle with manual registered

Change-Id: I02f9773dca1f1b603d2ef62b23eca6b4398aa3f3

7 years agoUpdate coverage for voice touch 95/120295/2
Wonnam Jang [Wed, 22 Mar 2017 08:33:24 +0000 (17:33 +0900)]
Update coverage for voice touch

Change-Id: Ia42851acdc60b20717816995da3edf0c2bd2a3a3
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
7 years agoMerge "Add to set voice touch as auto mode" into tizen
Wonnam Jang [Tue, 21 Mar 2017 06:25:09 +0000 (23:25 -0700)]
Merge "Add to set voice touch as auto mode" into tizen

7 years agoAdd to set voice touch as auto mode 75/119075/4
sooyeon.kim [Wed, 15 Mar 2017 10:40:38 +0000 (19:40 +0900)]
Add to set voice touch as auto mode

Change-Id: Id283dd5a9740a639d87c6be0f7cb7b9c9d4f2714
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
7 years agocheck eina_hash is empty 90/119790/1
Wonnam Jang [Mon, 20 Mar 2017 06:31:07 +0000 (15:31 +0900)]
check eina_hash is empty

Change-Id: I5992f81a0ac91dda34dd5ea3264766ba0a97c600
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
7 years agoAdd null check 99/117699/1
Suyeon Hwang [Thu, 23 Feb 2017 08:33:21 +0000 (17:33 +0900)]
Add null check

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

7 years agoUpdate header and doc files written in English 88/117688/1
Suyeon Hwang [Wed, 15 Feb 2017 07:47:55 +0000 (16:47 +0900)]
Update header and doc files written in English

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

7 years agoMake function to simplify 80/113380/3
Wonnam Jang [Tue, 7 Feb 2017 06:18:00 +0000 (15:18 +0900)]
Make function to simplify

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

7 years agoFix object dump logic for popup 79/113379/1
Kwangyoun Kim [Thu, 2 Feb 2017 08:34:56 +0000 (17:34 +0900)]
Fix object dump logic for popup

Change-Id: I5b22b2ef482ed0808dffaf8a3e226e9de12ab5ea
(cherry picked from commit 3e61aa680152704e50f262981dae461f4d0e6c83)

7 years agoMerge "Remove duplicated command on popup" into tizen
Wonnam Jang [Tue, 7 Feb 2017 08:39:24 +0000 (00:39 -0800)]
Merge "Remove duplicated command on popup" into tizen

7 years agoRemove a privilege and an error 77/113377/1
sooyeon.kim [Wed, 18 Jan 2017 08:09:32 +0000 (17:09 +0900)]
Remove a privilege and an error

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

7 years agoRemove duplicated command on popup 76/113376/1
Kwangyoun Kim [Tue, 24 Jan 2017 11:04:14 +0000 (20:04 +0900)]
Remove duplicated command on popup

Change-Id: I85625c01ce525ebf01a06ecf3f38098db2ba23ac
Signed-off-by: Kwangyoun Kim <ky85.kim@samsung.com>
(cherry picked from commit 3cfe72159ac16bb39b488ad116b417d4ab043d4c)

7 years agoAdd logic to change clicking time 62/113362/1
Wonnam Jang [Wed, 18 Jan 2017 07:22:22 +0000 (16:22 +0900)]
Add logic to change clicking time

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

7 years agoAdd internal method for set object geometry info 61/113361/1
Kwangyoun Kim [Thu, 12 Jan 2017 12:06:43 +0000 (21:06 +0900)]
Add internal method for set object geometry info

Change-Id: Idf03f86c2229f4e1a3f1f81b65c175e633a1c4c4
Signed-off-by: Kwangyoun Kim <ky85.kim@samsung.com>
(cherry picked from commit 8d8ab28f6c8d64910cfd510ae0d1b8111f5bfae4)

7 years agoFix memory leak 26/110026/2 accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable accepted/tizen/common/20170117.174617 accepted/tizen/ivi/20170117.054356 accepted/tizen/mobile/20170117.054305 accepted/tizen/tv/20170117.054319 accepted/tizen/unified/20170309.034929 accepted/tizen/wearable/20170117.054340 submit/tizen/20170117.032501 submit/tizen_unified/20170308.100411
Suyeon Hwang [Thu, 12 Jan 2017 11:53:30 +0000 (20:53 +0900)]
Fix memory leak

Change-Id: I244573c4a45fca831f5dff56657b6579406d085d
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
7 years agoMerge "Apply multi handle for vc widget client" into tizen
Wonnam Jang [Thu, 12 Jan 2017 10:57:19 +0000 (02:57 -0800)]
Merge "Apply multi handle for vc widget client" into tizen

7 years agoSet NULL after evas_object_del() 95/109995/1
Wonnam Jang [Sun, 1 Jan 2017 23:45:19 +0000 (08:45 +0900)]
Set NULL after evas_object_del()

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

7 years agoApply multi handle for vc widget client 92/109992/1
Kwangyoun Kim [Mon, 26 Dec 2016 05:05:23 +0000 (14:05 +0900)]
Apply multi handle for vc widget client

Change-Id: I30d166cce513abbf4cd0cf1ea096b9c6b7d4896d
(cherry picked from commit 5a7d60345473c0e74792996a9d3757521a2bfd0b)

7 years agofix build 41/105441/1
Kwangyoun Kim [Fri, 16 Dec 2016 12:51:57 +0000 (21:51 +0900)]
fix build

Change-Id: If8e67d34f836e60a94aabecde593762ab505ef4d