platform/core/appfw/appcore-widget.git
4 years agoRelease version 1.3.5 26/208826/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.024816 accepted/tizen/5.5/unified/mobile/hotfix/20201027.065929 accepted/tizen/5.5/unified/wearable/hotfix/20201027.121808 accepted/tizen/unified/20190701.111754 submit/tizen/20190701.014751 submit/tizen_5.5/20191031.000003 submit/tizen_5.5_mobile_hotfix/20201026.185102 submit/tizen_5.5_wearable_hotfix/20201026.184302 tizen_5.5.m2_release
hyunho [Mon, 1 Jul 2019 01:34:06 +0000 (10:34 +0900)]
Release version 1.3.5

Changes:
 - Writing a file log for widget app exit

Change-Id: I521d6083fd89e7eda971afb06d2073230fbe6c09
Signed-off-by: hyunho <hhstark.kang@samsung.com>
4 years agoWriting a file log for widget app exit 60/208760/2
hyunho [Fri, 28 Jun 2019 04:32:56 +0000 (13:32 +0900)]
Writing a file log for widget app exit

Change-Id: I976f3c07e32c1afa96d4d7c6444b8017e2c851c9
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoRelease version 1.3.4 31/203831/1 accepted/tizen/unified/20190419.020129 submit/tizen/20190418.055252
SukHyung, Kang [Thu, 18 Apr 2019 04:49:57 +0000 (13:49 +0900)]
Release version 1.3.4

    Changes:
     - Fix API reference error

Change-Id: I8e94c62138be9a0fcb19a186b7e2bd6e1c3ee720
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
5 years agoFix API reference error 21/203821/1
SukHyung, Kang [Thu, 18 Apr 2019 03:46:09 +0000 (12:46 +0900)]
Fix API reference error

Change-Id: Iddb04ca105e49573a2821c20e1198a1ccc8adfb6
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
5 years agoRelease version 1.3.3 58/203458/1 accepted/tizen_5.0_unified tizen_5.0 accepted/tizen/5.0/unified/20190416.010033 accepted/tizen/unified/20190416.071442 submit/tizen/20190415.043027 submit/tizen_5.0/20190415.043110
Hwankyu Jhun [Mon, 15 Apr 2019 04:09:12 +0000 (13:09 +0900)]
Release version 1.3.3

Changes:
 - Add an exception handling

Change-Id: Ief72adae90ecdbf57589f7aed4b24f5e1931d922
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
5 years agoAdd an exception handling 53/203453/3
Hwankyu Jhun [Mon, 15 Apr 2019 02:39:35 +0000 (11:39 +0900)]
Add an exception handling

Before setting the data of the widget instance, we should check
whether the instance is running or not. If the create callback function
returns a negative error value, the instance is dropped.

ASAN Report:
ERROR: AddressSanitizer: heap-use-after-free on address 0xaf6ccb90 at pc 0xb54cda33 bp 0xbed9accc sp 0xbed9acc4
WRITE of size 4 at 0xaf6ccb90 thread T0
 - #0 0xb54cda31 in __control_create /usr/src/debug/appcore-widget-1.3.1/src/base/widget_base.c:328
 - #1 0xb54cda31 in __multiwindow_control /usr/src/debug/appcore-widget-1.3.1/src/base/widget_base.c:672
 - #2 0xb47540f1 in appcore_base_on_receive /usr/src/debug/app-core-1.13.0/src/base/appcore_base.c:1178
previously allocated by thread T0 here:
 - #0 0xb6aa9695 in calloc asan_rtl (discriminator 2)
 - #1 0xb54cd7a3 in __control_create /usr/src/debug/appcore-widget-1.3.1/src/base/widget_base.c:316
 - #2 0xb54cd7a3 in __multiwindow_control /usr/src/debug/appcore-widget-1.3.1/src/base/widget_base.c:672
 - #3 0xb47540f1 in appcore_base_on_receive /usr/src/debug/app-core-1.13.0/src/base/appcore_base.c:1178

Change-Id: I88bb7df5a8bc62f9b44ae338fb16663b36fbcd9b
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
5 years agoRelease version 1.3.2 48/201248/1 submit/tizen/20190313.021721
root [Tue, 12 Mar 2019 00:53:30 +0000 (09:53 +0900)]
Release version 1.3.2

Changes:
 - Remove unused codes

Change-Id: I552b15f6ddc6d794a1602205409b4b1aaa294c07
Signed-off-by: root <hhstark.kang@samsung.com>
5 years agoRemove unused codes 03/201203/1
hyunho [Mon, 11 Mar 2019 08:57:27 +0000 (17:57 +0900)]
Remove unused codes

Change-Id: I340a1292f7f2a208bc666c7786df27a2a0bed856
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoRelease version 1.3.1 26/185126/1 accepted/tizen/5.0/unified/20181102.014158 accepted/tizen/unified/20180806.075525 submit/tizen/20180727.014412 submit/tizen/20180806.024254 submit/tizen_5.0/20181101.000002
hyunho [Thu, 26 Jul 2018 06:34:47 +0000 (15:34 +0900)]
Release version 1.3.1

Changes:
 - Use aul key for end point data

Change-Id: I76b5728070cec076c1b3874b0c226d4167d6b5f3
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoUse aul key for end point data
hyunho [Mon, 23 Jul 2018 08:06:46 +0000 (17:06 +0900)]
Use aul key for end point data

Change-Id: I60a5126405c4fe86566d46f8122677fc1267e668
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoRelease version 1.3.0 89/184989/1 accepted/tizen/unified/20180725.152351 submit/tizen/20180725.045101
Hwankyu Jhun [Wed, 25 Jul 2018 04:27:10 +0000 (13:27 +0900)]
Release version 1.3.0

Changes:
 - Modified flushing memory logic

Change-Id: I5b4fcb1a8ff715c0f8a8c2a5823944c72ce6cd16
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
5 years agoModified flushing memory logic 14/184514/1
Hwankyu Jhun [Wed, 18 Jul 2018 10:28:11 +0000 (19:28 +0900)]
Modified flushing memory logic

elm_cache_all_flush() is separated from appcore_base_flush_memory().
This patch adds trim_memory() callback function type to add entry point.

Change-Id: I94dfcd3e31bc151630e8a78b61d1e25f5dcfe502
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
5 years agoRelease version 1.2.13 30/184130/1 accepted/tizen/unified/20180717.063055 submit/tizen/20180716.013844
hyunho [Mon, 16 Jul 2018 01:34:14 +0000 (10:34 +0900)]
Release version 1.2.13

Changes:
 - Handling instance id duplication

Change-Id: I86510ce48bb9357327d7660a1aedb541d51e58c1
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoHandling instance id duplication 20/184120/1
hyunho [Mon, 16 Jul 2018 01:00:46 +0000 (10:00 +0900)]
Handling instance id duplication

Change-Id: I9bdc7ef624e0db2f02104974a6e3a40dabbb72c2
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoRelease version 1.2.12 44/181444/1 accepted/tizen/unified/20180614.150839 submit/tizen/20180614.045222
hyunho [Thu, 14 Jun 2018 04:36:35 +0000 (13:36 +0900)]
Release version 1.2.12

Changes:
 - Control iconify state according to resume/pause

Change-Id: I43d4eec8fee688a46172eaabe803d5db8c884d67
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoControl iconify state according to resume/pause
hyunho [Wed, 30 May 2018 01:37:41 +0000 (10:37 +0900)]
Control iconify state according to resume/pause

Change-Id: Idd952efc564fe6c8f92f646aaf076fe947ea2791
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoRelease version 1.2.11 77/178377/1 accepted/tizen/unified/20180510.070912 submit/tizen/20180510.005537 submit/tizen/20180510.005831
Semun Lee [Thu, 10 May 2018 00:55:26 +0000 (09:55 +0900)]
Release version 1.2.11

Changes:
 - Remove unused dependency to dbus-glib

Change-Id: Ifaa964b5f94604014e73cff5c8133db7507f5cd0
Signed-off-by: Semun Lee <semun.lee@samsung.com>
5 years agoRemove unused dependency to dbus-glib 70/178370/1
Hyotaek Shim [Thu, 10 May 2018 00:19:18 +0000 (09:19 +0900)]
Remove unused dependency to dbus-glib

Change-Id: I05efb6193ea5d941edce17ff419f874866ab2fa1
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
5 years agoRelease version 1.2.10 68/177768/1 accepted/tizen/unified/20180504.162636 submit/tizen/20180503.112203
hyunho [Thu, 3 May 2018 11:04:37 +0000 (20:04 +0900)]
Release version 1.2.10

Changes:
 - Add log for permanant exit
 - Fix permanent exit logic

Change-Id: I2d4c312627ce96ddd1aa57d2cc483074991e36f9
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoFix permanent exit logic 48/177748/2
hyunho [Thu, 3 May 2018 09:47:14 +0000 (18:47 +0900)]
Fix permanent exit logic

Change-Id: I8eacc2f5f3e07a02d868d572992b1b1388c4b8bd
Signed-off-by: hyunho <hhstark.kang@samsung.com>
5 years agoAdd log for permanant exit 47/177747/3
hyunho [Thu, 3 May 2018 09:22:12 +0000 (18:22 +0900)]
Add log for permanant exit

Change-Id: I0f131aead474f70fa6f2931bf4da6305d51c1738
Signed-off-by: hyunho <hhstark.kang@samsung.com>
6 years agoRelease version 1.2.9 17/176817/1 accepted/tizen/unified/20180424.082616 submit/tizen/20180424.010042
hyunho [Tue, 24 Apr 2018 00:41:17 +0000 (09:41 +0900)]
Release version 1.2.9

Changes:
 - Adds file logs

Change-Id: Iffe1234c6a87d5620b39f7dd28d240555087bd0a
Signed-off-by: hyunho <hhstark.kang@samsung.com>
6 years agoAdds file logs 23/176723/3
hyunho [Mon, 23 Apr 2018 04:56:54 +0000 (13:56 +0900)]
Adds file logs

Change-Id: I0508f0bd80d3e3f162c89b3c1d5a0983f41418ec
Signed-off-by: hyunho <hhstark.kang@samsung.com>
6 years agoRelease version 1.2.8 86/172986/1 accepted/tizen/unified/20180328.010208 submit/tizen/20180319.053649
hyunho [Mon, 19 Mar 2018 06:50:54 +0000 (15:50 +0900)]
Release version 1.2.8

Changes:
 - EFL_UPGRADE: remove ecore-wayland dependency

Change-Id: I6ed2f0db72c270d5376cd60502fb182903107d43
Signed-off-by: hyunho <hhstark.kang@samsung.com>
6 years agoEFL_UPGRADE: remove ecore-wayland dependency 05/166405/2 sandbox/upgrade/efl120
Jiyoun Park [Wed, 10 Jan 2018 01:06:53 +0000 (10:06 +0900)]
EFL_UPGRADE: remove ecore-wayland dependency

Change-Id: I9978a6305ec66deb0396deaa680e709c4787d3de

6 years agoRelease version 1.2.7 03/155703/1 accepted/tizen/4.0/unified/20171017.213344 accepted/tizen/4.0/unified/20171018.061040 accepted/tizen/unified/20171016.144050 submit/tizen/20171016.043754 submit/tizen_4.0/20171016.044130 submit/tizen_4.0/20171017.103040 tizen_4.0.IoT.p2_release tizen_4.0.m2_release
Hyunho Kang [Mon, 16 Oct 2017 03:21:22 +0000 (12:21 +0900)]
Release version 1.2.7

Changes:
 - Send app status change signal using AMD

Change-Id: I4b2051f246edc4ced99b18a2e82eff1326a1796b
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
6 years agoSend app status change signal using AMD 25/155525/2
Hyunho Kang [Fri, 13 Oct 2017 10:44:29 +0000 (19:44 +0900)]
Send app status change signal using AMD

https://review.tizen.org/gerrit/#/c/155525/ (appcore-widget)
https://review.tizen.org/gerrit/#/c/155526/ (amd)
https://review.tizen.org/gerrit/#/c/155527/ (aul-1)

Change-Id: Icfa955a395015ccd32530ee1099275d67fb23067
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
6 years agoRelease version 1.2.6 61/155061/1 accepted/tizen/4.0/unified/20171012.191402 accepted/tizen/unified/20171012.191738 submit/tizen/20171012.050649 submit/tizen_4.0/20171012.051056 tizen_4.0.IoT.p1_release
Hyunho Kang [Thu, 12 Oct 2017 04:37:40 +0000 (13:37 +0900)]
Release version 1.2.6

Changes:
 - Fix periodic update timer bug

Change-Id: I61ebeceb9bd9814920c7a1f2fbd01f9005ead943
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
6 years agoFix periodic update timer bug 60/154860/3
Hyunho Kang [Wed, 11 Oct 2017 10:03:20 +0000 (19:03 +0900)]
Fix periodic update timer bug

Change-Id: Ia37808dcbd8cacda6a6e495c6925294dbed9a6af
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
6 years agoRelease version 1.2.5 31/154631/1 accepted/tizen/4.0/unified/20171011.071747 accepted/tizen/unified/20171011.150200 submit/tizen/20171011.020012 submit/tizen_4.0/20171011.020739
Junghoon Park [Wed, 11 Oct 2017 01:42:58 +0000 (10:42 +0900)]
Release version 1.2.5

Changes:
- Fix crash issue
- Fix static analysis issue

Change-Id: I772efd830d8152ad335def321ac90daa0274958c
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
6 years agoFix static analysis issue 29/154429/2
Junghoon Park [Tue, 10 Oct 2017 07:48:20 +0000 (16:48 +0900)]
Fix static analysis issue

- Fix 'Dereference null return value'

Change-Id: I5970c18cf171918ac141a812514904f9589f5de8
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
6 years agoFix crash issue 76/154576/2
Junghoon Park [Tue, 10 Oct 2017 13:14:17 +0000 (22:14 +0900)]
Fix crash issue

- Wrong sequence of finishing classes

Change-Id: Icc9b23762f1a274ee1e8c7b1612280d934fb4599
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
6 years agoRelease version 1.2.4 20/153620/1 accepted/tizen/4.0/unified/20170929.082244 accepted/tizen/unified/20170929.082231 submit/tizen/20170929.030704 submit/tizen_4.0/20170929.030644
Hyunho Kang [Fri, 29 Sep 2017 02:57:56 +0000 (11:57 +0900)]
Release version 1.2.4

Changes:
 - Add missing requirement

Change-Id: Ia8552bf2ffb0e94707ad707ff8ce636d2b4cda38
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
6 years agoAdd missing requirement 05/153605/2
Hyunho Kang [Fri, 29 Sep 2017 02:09:45 +0000 (11:09 +0900)]
Add missing requirement

Change-Id: Iff39d0dc4db7f73274baa43adad54051dcab860a
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
6 years agoRelease version 1.2.3 45/153445/1 accepted/tizen/4.0/unified/20170929.080338 accepted/tizen/unified/20170929.081712 submit/tizen/20170928.104306 submit/tizen_4.0/20170928.104840
Junghoon Park [Thu, 28 Sep 2017 10:39:25 +0000 (19:39 +0900)]
Release version 1.2.3

Changes:
- Add lcov for widget restart logic
- Fix static analysis issue

Change-Id: I0a0418f8d242b92ee935dcfbef69e3828ebbd2a9
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
6 years agoAdd lcov for widget restart logic 82/153082/1
Hyunho Kang [Thu, 28 Sep 2017 00:49:37 +0000 (09:49 +0900)]
Add lcov for widget restart logic

- widget restart positive logic should be checked with manual tc

Change-Id: Ia8b78b2f86806d07d07eddca60ed24d62d0a470f
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
6 years agoFix static analysis issue 27/152527/5
Junghoon Park [Tue, 26 Sep 2017 08:52:55 +0000 (17:52 +0900)]
Fix static analysis issue

- Fix 'resource leak'
- Fix 'Uninitialized scalar variable'
- Fix 'Dereference null return value'

Change-Id: I70231bcc28287b8da2a999f8e0931670af6e464d
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
6 years agoRelease version 1.2.2 53/152053/1 accepted/tizen/4.0/unified/20170925.151051 accepted/tizen/unified/20170926.165555 accepted/tizen/unified/20170927.181243 submit/tizen/20170925.023149 submit/tizen/20170925.045801 submit/tizen/20170925.085118 submit/tizen/20170926.011445 submit/tizen/20170926.221252 submit/tizen/20170928.072553 submit/tizen_4.0/20170925.023320 submit/tizen_4.0/20170925.050600
Hwankyu Jhun [Mon, 25 Sep 2017 02:25:02 +0000 (11:25 +0900)]
Release version 1.2.2

Changes:
 - Use common normal exit notify API
 - Implement periodic update
 - Implement widget operation for 'period'
 - Add an exception handling about permanent deletion
 - Add a fallback about updating instance
 - Do not check period when instance create fail
 - Fix wrong description
 - Send error code to viewer
 - Merge branch 'devel/tizen' into tizen

Change-Id: Ic7ff8988835d1afc13296fc4e2d62f1867d113c2
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
6 years agoMerge branch 'devel/tizen' into tizen
Hwankyu Jhun [Mon, 25 Sep 2017 02:24:40 +0000 (11:24 +0900)]
Merge branch 'devel/tizen' into tizen

6 years agoRelease version 1.2.1 84/151784/1 accepted/tizen/4.0/unified/20170922.195503 accepted/tizen/unified/20170922.194339 submit/tizen/20170922.044231 submit/tizen_4.0/20170922.044732
Junghoon Park [Fri, 22 Sep 2017 02:50:42 +0000 (11:50 +0900)]
Release version 1.2.1

Changes:
  - Add get class exception handling logic
  - Fix base fini sequence

Change-Id: Id6456311015174fca4a487619ce743741de93410
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
6 years agoSend error code to viewer 72/150872/2 devel/tizen
Junghoon Park [Tue, 12 Sep 2017 05:05:29 +0000 (14:05 +0900)]
Send error code to viewer

- In case of sending WIDGET_INSTANCE_EVENT_CREATE_ABORTED, the error
  code should be sent to viewer
- Require:
  https://review.tizen.org/gerrit/#/c/149321/

Change-Id: I2ad991dda2e4e10d78a774f75a42fefa90bc99d2
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
6 years agoFix wrong description 65/150865/3
Daehyeon Jung [Wed, 30 Aug 2017 04:53:59 +0000 (13:53 +0900)]
Fix wrong description

Change-Id: Ic1a7a27fb1442e32d0ffbee03c23d014d842e957

6 years agoDo not check period when instance create fail 63/150863/3
Hyunho Kang [Wed, 16 Aug 2017 04:44:32 +0000 (13:44 +0900)]
Do not check period when instance create fail

Change-Id: I6870e0ff6bd93f92f100ad8a0baf6f9d84285dce
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
6 years agoAdd a fallback about updating instance 33/150833/3
Hwankyu Jhun [Fri, 11 Aug 2017 01:54:53 +0000 (10:54 +0900)]
Add a fallback about updating instance

Change-Id: Icc45d5f4fddbadd8deeb81bdd024a47543b2a09c
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
6 years agoAdd an exception handling about permanent deletion 85/150685/3
Hwankyu Jhun [Fri, 4 Aug 2017 10:53:49 +0000 (19:53 +0900)]
Add an exception handling about permanent deletion

Change-Id: Iea0e8dc778532174c618f07273f793cbee74d35b
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
6 years agoImplement widget operation for 'period' 80/150680/4
Junghoon Park [Thu, 20 Jul 2017 05:23:36 +0000 (14:23 +0900)]
Implement widget operation for 'period'

- This patch is associated with widget_service_change_period()
- This operation is responsible for changing current update-period

Change-Id: I32abe9b865941040d223d467984dac8e72e9d748
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
6 years agoImplement periodic update 71/150671/5
Junghoon Park [Wed, 19 Jul 2017 06:09:56 +0000 (15:09 +0900)]
Implement periodic update

- update-callabck should be invoked periodically when the value of
  'update-period' is bigger then 0
- Paused widget's update-callback should be deferred until it is resumed
- Require
  https://review.tizen.org/gerrit/#/c/139466/

Change-Id: Id30e4de0576f3cb8b35743fff0ac37989356df6d
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
6 years agoUse common normal exit notify API 04/150604/2
Hyunho Kang [Wed, 28 Jun 2017 11:41:33 +0000 (20:41 +0900)]
Use common normal exit notify API

- aul_notify_exit

https://review.tizen.org/gerrit/#/c/136199/ (amd)
https://review.tizen.org/gerrit/#/c/136200/ (aul-1)
https://review.tizen.org/gerrit/#/c/136201/ (appcore-widget)
https://review.tizen.org/gerrit/#/c/136209/ (widget-service)

Change-Id: I92863ca2c88e8ac552012a5b5c4ae4f190833029
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
6 years agoAdd get class exception handling logic 17/151317/3
Hyunho Kang [Wed, 20 Sep 2017 11:25:34 +0000 (20:25 +0900)]
Add get class exception handling logic

Change-Id: Ia7098fae5c74d763b59a5853bd4801329a5d4a68
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
6 years agoFix base fini sequence 16/151316/1
Hyunho Kang [Wed, 20 Sep 2017 11:22:16 +0000 (20:22 +0900)]
Fix base fini sequence

Change-Id: I8cee3f3c86d9ffaeb54ecdc8d41078d27302bf4e
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
6 years agoRelease version 1.2.0 71/149171/1 accepted/tizen/4.0/unified/20170915.202307 accepted/tizen/unified/20170913.070954 submit/tizen/20170912.010434 submit/tizen_4.0/20170912.011117 submit/tizen_4.0/20170913.100343 submit/tizen_4.0/20170915.013154
Junghoon Park [Tue, 12 Sep 2017 00:50:02 +0000 (09:50 +0900)]
Release version 1.2.0

Changes:
- Create widget base API set

Change-Id: Ieab9ae316d562894df32fe53fc3d7d9aaa680326
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
6 years agoCreate widget base API set 26/146626/14
Hyunho Kang [Fri, 8 Sep 2017 05:10:36 +0000 (14:10 +0900)]
Create widget base API set

Change-Id: I65e7c0405b4839b23aeefc666075b7270dddd5bd
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
6 years agoRelease version 1.1.5 85/148485/1 accepted/tizen/4.0/unified/20170913.003420 accepted/tizen/unified/20170911.155719 submit/tizen/20170908.031412 submit/tizen_4.0/20170908.031457
Hwankyu Jhun [Fri, 8 Sep 2017 03:13:16 +0000 (12:13 +0900)]
Release version 1.1.5

Changes:
 - Fix build error
 - Fix wrong description

Change-Id: I31c661f2b98a08e0ebfd8e07231c65e3ec8144f0
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
6 years agoFix build error 08/147908/1
Junghoon Park [Wed, 6 Sep 2017 04:47:01 +0000 (13:47 +0900)]
Fix build error

- Require: https://review.tizen.org/gerrit/#/c/147906/

Change-Id: I5fbe33b00d4acc6e5ba43a0a94452b3906eb4a09
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
6 years agoFix wrong description 80/146680/1
Daehyeon Jung [Wed, 30 Aug 2017 04:53:59 +0000 (13:53 +0900)]
Fix wrong description

Change-Id: Ic1a7a27fb1442e32d0ffbee03c23d014d842e957
Signed-off-by: Daehyeon Jung <darrenh.jung@samsung.com>
6 years agoRelease version 1.1.4 61/137661/1 accepted/tizen/4.0/unified/20170816.012655 accepted/tizen/4.0/unified/20170816.015429 accepted/tizen/4.0/unified/20170828.223927 accepted/tizen/unified/20170707.154811 submit/tizen/20170707.040423 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170814.115522 submit/tizen_4.0/20170828.100002 submit/tizen_4.0_unified/20170814.115522
Hwankyu Jhun [Fri, 7 Jul 2017 04:01:24 +0000 (13:01 +0900)]
Release version 1.1.4

Changes:
 - Fix typo

Change-Id: I54dde607de7b9d9c853a9ba48fff0214edeeeefe
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
6 years agoFix typo 94/137494/1
Hwankyu Jhun [Thu, 6 Jul 2017 06:58:52 +0000 (15:58 +0900)]
Fix typo

The LOG_TAG should be "CAPI_WIDGET_APPLICATION".

Change-Id: Ib8bb756b23156462ca0bba966d56c21a1fda7f24
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
6 years agoRelease version 1.1.3 00/136300/1 accepted/tizen/unified/20170703.064118 submit/tizen/20170629.060228
Hwankyu Jhun [Thu, 29 Jun 2017 05:02:02 +0000 (14:02 +0900)]
Release version 1.1.3

Changes:
 - Fix invalid log format
 - Override multiwindow base methods

Change-Id: I61b54252730f6f6be653a4e0afa1994aac4ed7e6
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
6 years agoFix invalid log format 31/135031/1
Hwankyu Jhun [Wed, 21 Jun 2017 00:24:00 +0000 (09:24 +0900)]
Fix invalid log format

Change-Id: I2c0d30f1a90754ff1744d2ec9a1e31d6a88902b1
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
6 years agoOverride multiwindow base methods 21/134821/1
Hwankyu Jhun [Tue, 20 Jun 2017 05:50:05 +0000 (14:50 +0900)]
Override multiwindow base methods

The methods are init(), finish(), run() and exit().
The elementary dependency is removed from multiwindow base.

Requires:
 - https://review.tizen.org/gerrit/#/c/134810/

Change-Id: Icc01285d3ca1313f20e5ad0767da7d78b8b6676e
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
6 years agoRelease version 1.1.2 24/132024/1 accepted/tizen/unified/20170607.063233 submit/tizen/20170531.235759
Hwankyu Jhun [Thu, 1 Jun 2017 00:25:36 +0000 (09:25 +0900)]
Release version 1.1.2

Changes:
 - Handle abnormal exit
 - Move unversioned so file to devel package

Change-Id: I6c27b04200455d05c1324373a189a3b224552522
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
6 years agoHandle abnormal exit 76/131676/5
Hwankyu Jhun [Tue, 30 May 2017 10:12:24 +0000 (19:12 +0900)]
Handle abnormal exit

Whlie calling widget_app_exit(), the widget app sends the normal
termination signal to the amd. If the amd doesn't get the signal when
the widget app is dead, the amd will send the widget fault signal to
the widget viewer.

Requires:
 - https://review.tizen.org/gerrit/#/c/131674/ [aul-1]
 - https://review.tizen.org/gerrit/#/c/131685/ [amd]
 - https://review.tizen.org/gerrit/#/c/131692/ [widget-service]
 - https://review.tizen.org/gerrit/#/c/131695/ [widget-viewer]

Change-Id: I2815cc30c51ad538e2069a87b7f405e602c585c4
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
6 years agoMove unversioned so file to devel package 04/131204/1
Hyunho Kang [Fri, 26 May 2017 01:43:43 +0000 (10:43 +0900)]
Move unversioned so file to devel package

Unversioned so file is not needed at runtime. It is only used
at build time.

Change-Id: I8e1833983498132e544993f90db5604c3db8a5b6
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
7 years agoRelease version 1.1.1 24/125124/1 accepted/tizen/unified/20170414.163849 submit/tizen/20170414.043651 tizen_4.0.m1_release
Hyunho Kang [Fri, 14 Apr 2017 02:02:13 +0000 (11:02 +0900)]
Release version 1.1.1

Changes:
  - Add more doxygen description about instance id
  - Fix bug about checking pause callback
  - Fix typo

Change-Id: Iae48ca2e885e7950e79825c376a87f6191fa2654
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
7 years agoAdd more doxygen description about instance id 32/123632/9
Hyunho Kang [Thu, 6 Apr 2017 09:08:08 +0000 (18:08 +0900)]
Add more doxygen description about instance id

Change-Id: I8b0531afd9dfc0ead7c62d2fa430a350bfd63a53
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
7 years agoFix bug about checking pause callback 30/125030/1
Junghoon Park [Thu, 13 Apr 2017 11:02:56 +0000 (20:02 +0900)]
Fix bug about checking pause callback

Change-Id: Ia43d1d2c31e6deb9f23ab6156db688604876eccc
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
7 years agoFix typo 77/124577/1
Hyunho Kang [Wed, 12 Apr 2017 01:18:59 +0000 (10:18 +0900)]
Fix typo

Change-Id: I24c223935abdc39c47610f4bc52592ae273d360c
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
7 years agoRelease version 1.1.0 61/124261/1 accepted/tizen/unified/20170412.152048 submit/tizen/20170411.042057
Junghoon Park [Tue, 11 Apr 2017 04:11:14 +0000 (13:11 +0900)]
Release version 1.1.0

Changes:
  Refactor appcore-widget using appcore_multiwindow_base

Change-Id: Ieb5e602289b1194cc089971638430b3006011db4
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
7 years agoRefactor appcore-widget using appcore_multiwindow_base 90/121290/11
Junghoon Park [Mon, 27 Mar 2017 12:10:59 +0000 (21:10 +0900)]
Refactor appcore-widget using appcore_multiwindow_base

Change-Id: Ib7125b66d8fb4562cf3bd1024f8ad7a06f612491
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
7 years agoRelease version 1.0.4 51/120451/1 accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable accepted/tizen/common/20170323.154503 accepted/tizen/ivi/20170323.085437 accepted/tizen/mobile/20170323.085333 accepted/tizen/tv/20170323.085354 accepted/tizen/unified/20170323.085445 accepted/tizen/wearable/20170323.085414 submit/tizen/20170323.064034
Hyunho Kang [Thu, 23 Mar 2017 03:55:45 +0000 (12:55 +0900)]
Release version 1.0.4

Changes:
 - Set license using %license

Change-Id: I8ccb83d4ac309405aedfc5b088cec3a50bfbf47b
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
7 years agoSet license using %license 20/120420/1
Hyunho Kang [Thu, 23 Mar 2017 01:47:57 +0000 (10:47 +0900)]
Set license using %license

Change-Id: If5d4a82e5155d2d4395ee1f01189ec62c46c7ca5
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
7 years agoRelease version 1.0.3 58/119758/1 accepted/tizen/common/20170320.173612 accepted/tizen/ivi/20170320.222025 accepted/tizen/mobile/20170320.221924 accepted/tizen/tv/20170320.221950 accepted/tizen/unified/20170320.222043 accepted/tizen/wearable/20170320.222008 submit/tizen/20170320.054003
Hyunho Kang [Mon, 20 Mar 2017 05:02:25 +0000 (14:02 +0900)]
Release version 1.0.3

Changes:
  - Send create aborted event to the widget viewer
  - Handle widget resize event

Change-Id: If1ccaf402f6bf1550748d89bf97a136a53c205f3
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
7 years agoHandle widget resize event 14/119614/3
Hyunho Kang [Fri, 17 Mar 2017 13:59:28 +0000 (22:59 +0900)]
Handle widget resize event

Change-Id: I8a6a8cc7be128ebd8720bb2bd6a0794385a2b97a
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
7 years agoSend create aborted event to the widget viewer 54/119554/3
Hwankyu Jhun [Fri, 17 Mar 2017 07:53:20 +0000 (16:53 +0900)]
Send create aborted event to the widget viewer

Requires:
 - https://review.tizen.org/gerrit/119553

Change-Id: Iaac8a02534fd72381a270aa00e00de59756559f0
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
7 years agoRelease version 1.0.2 04/119204/1 accepted/tizen/common/20170316.161703 accepted/tizen/ivi/20170316.101629 accepted/tizen/mobile/20170316.101521 accepted/tizen/tv/20170316.101548 accepted/tizen/unified/20170316.101658 accepted/tizen/wearable/20170316.101615 submit/tizen/20170316.042714
Hwankyu Jhun [Thu, 16 Mar 2017 03:59:35 +0000 (12:59 +0900)]
Release version 1.0.2

Changes:
 - Add log messages
 - Send FG/BG signal to resourced
 - Fix errata in doxygen comment

Change-Id: I65e2aea56a83ebfb943acdabe8b13e0bb4a89a8b
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
7 years agoAdd log messages 84/119184/1
Hwankyu Jhun [Thu, 16 Mar 2017 02:39:08 +0000 (11:39 +0900)]
Add log messages

Change-Id: I9cc598c0b9252b16946aa93771290538854ddd68
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
7 years agoSend FG/BG signal to resourced 74/116074/1
Junghoon Park [Wed, 22 Feb 2017 01:33:32 +0000 (10:33 +0900)]
Send FG/BG signal to resourced

- resourced should know the FG/BG status to control oom score

Change-Id: Ieab8aa28f9f80bbb087cef1f662c58ad8e4cb3de
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
(cherry picked from commit 0c9faf0db7a4b3776c9a097e6952f8393087f01a)

7 years agoFix errata in doxygen comment 49/112249/2
Semun Lee [Tue, 31 Jan 2017 00:25:30 +0000 (09:25 +0900)]
Fix errata in doxygen comment

Change-Id: Ib4c4879cd0c9b2a26e15fec2b678699fbcad51cf
Signed-off-by: Semun Lee <sm79.lee@samsung.com>
7 years agoRelease version 1.0.1 33/111933/1 accepted/tizen/common/20170125.113419 accepted/tizen/ivi/20170126.071035 accepted/tizen/mobile/20170126.070946 accepted/tizen/tv/20170126.071001 accepted/tizen/unified/20170309.032145 accepted/tizen/wearable/20170126.071017 submit/tizen/20170125.080226 submit/tizen_unified/20170308.100405
Hwankyu Jhun [Wed, 25 Jan 2017 04:47:24 +0000 (13:47 +0900)]
Release version 1.0.1

Changes:
 - Fix versioning
 - Fix memory leak

Change-Id: I5e582e84080f70d1e8d8b743b686979773b7d5bc
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
7 years agoFix versioning 34/111734/3
Hwankyu Jhun [Mon, 23 Jan 2017 23:13:17 +0000 (08:13 +0900)]
Fix versioning

Change-Id: I9e095901a6c52607387d86298836fcdc2c1c47da
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
7 years agoFix memory leak 11/111411/1
Hwankyu Jhun [Fri, 20 Jan 2017 08:30:32 +0000 (17:30 +0900)]
Fix memory leak

Change-Id: I6dfa71dd1baebac7c12725badf15459b29b13204
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
7 years agoFix API description 21/108421/1 accepted/tizen/3.0/common/20170109.195433 accepted/tizen/3.0/ivi/20170105.231648 accepted/tizen/3.0/mobile/20170105.231557 accepted/tizen/3.0/tv/20170105.231614 accepted/tizen/3.0/wearable/20170105.231628 accepted/tizen/common/20170109.202215 accepted/tizen/ivi/20170105.223138 accepted/tizen/mobile/20170105.223021 accepted/tizen/tv/20170105.223058 accepted/tizen/wearable/20170105.223117 submit/tizen/20170105.005252 submit/tizen_3.0/20170104.055639
Daehyeon Jung [Wed, 4 Jan 2017 08:50:03 +0000 (17:50 +0900)]
Fix API description

Change-Id: I9184102cc89cd08f654697a2ae67e2d627dfd39c

7 years agofix API description 58/105358/2
Daehyeon Jung [Fri, 16 Dec 2016 09:14:20 +0000 (18:14 +0900)]
fix API description

Change-Id: Ic83954f5ded30d25949b24e07afb708a9737c6d1

7 years agoReplace tbm to screen-connector 17/104017/2 accepted/tizen_3.0.m2_mobile accepted/tizen_3.0.m2_tv accepted/tizen_3.0.m2_wearable tizen_3.0.m2 accepted/tizen/3.0.m2/mobile/20170104.122215 accepted/tizen/3.0.m2/tv/20170104.122445 accepted/tizen/3.0.m2/wearable/20170104.122846 accepted/tizen/3.0/common/20161221.180919 accepted/tizen/3.0/ivi/20161221.010032 accepted/tizen/3.0/mobile/20161221.010217 accepted/tizen/3.0/tv/20161221.005813 accepted/tizen/3.0/wearable/20161221.005943 submit/tizen_3.0.m2/20170104.093749 submit/tizen_3.0/20161219.021901 submit/tizen_3.0/20161220.012114 submit/tizen_3.0/20161220.014437
Hyunho Kang [Mon, 12 Dec 2016 06:03:39 +0000 (15:03 +0900)]
Replace tbm to screen-connector

Change-Id: Icd7d1ae8c78e860fcaf816ee880c7f6ba4d06974
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
7 years agoSet default preferred rotation to 0 30/99830/3 accepted/tizen/3.0/common/20161208.153453 accepted/tizen/3.0/ivi/20161208.062748 accepted/tizen/3.0/mobile/20161208.062515 accepted/tizen/3.0/tv/20161208.062606 accepted/tizen/3.0/wearable/20161208.062700 submit/tizen_3.0/20161207.072901
Hyunho Kang [Thu, 24 Nov 2016 08:03:15 +0000 (17:03 +0900)]
Set default preferred rotation to 0

Some devices set all applications preferred rotation to 90 degree
widget app sould not be rotated becasue viewer will be rotated

Change-Id: I1ad6204423ee7845c4ccf21614fc8eaae246bc01
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
7 years agoFix log format 45/102445/1 accepted/tizen/3.0/common/20161207.194232 accepted/tizen/3.0/ivi/20161207.010654 accepted/tizen/3.0/mobile/20161207.010611 accepted/tizen/3.0/tv/20161207.010624 accepted/tizen/3.0/wearable/20161207.010632 submit/tizen_3.0/20161206.012225
Hwankyu Jhun [Tue, 6 Dec 2016 00:49:25 +0000 (09:49 +0900)]
Fix log format

Change-Id: Ibe94d27267119a38fe614fd4f13736fb3b8f1311
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
7 years agoUse strdup instead of g_strdup 69/101069/1
Junghoon Park [Wed, 30 Nov 2016 08:01:54 +0000 (17:01 +0900)]
Use strdup instead of g_strdup

- strdup should be used beacase it was freed by free()

Change-Id: I77c200e75661c27e0ac5eb26f6cc9ad190d7475c
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
7 years agoFix CMakeLists.txt 97/98597/2 accepted/tizen/3.0/common/20161123.140612 accepted/tizen/3.0/ivi/20161123.083221 accepted/tizen/3.0/mobile/20161123.083124 accepted/tizen/3.0/tv/20161123.083148 accepted/tizen/3.0/wearable/20161123.083205 accepted/tizen/common/20161125.095249 accepted/tizen/ivi/20161125.004206 accepted/tizen/mobile/20161125.003654 accepted/tizen/tv/20161125.003925 accepted/tizen/wearable/20161125.004047 submit/tizen/20161124.000829 submit/tizen_3.0/20161122.021326
Hyunho Kang [Fri, 18 Nov 2016 01:48:05 +0000 (10:48 +0900)]
Fix CMakeLists.txt

To make extendible for adding source & header files.

Change-Id: I79ed47c2e1078b6797be46a4a4467ce3851fb6c9
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
7 years ago[accessibility][screen-reader] make widget accessible 54/97354/2 accepted/tizen/3.0/common/20161121.073037 accepted/tizen/3.0/ivi/20161121.012141 accepted/tizen/3.0/mobile/20161121.012051 accepted/tizen/3.0/tv/20161121.012110 accepted/tizen/3.0/wearable/20161121.012120 submit/tizen_3.0/20161117.231834
Shinwoo Kim [Mon, 14 Nov 2016 02:47:49 +0000 (11:47 +0900)]
[accessibility][screen-reader] make widget accessible

Change-Id: I2db8f30ae410aba654b3559e19f510f938ed023f

7 years agoreplace pepper-based backend to tbm-based 11/91611/6 accepted/tizen/3.0/common/20161114.082442 accepted/tizen/3.0/ivi/20161104.104719 accepted/tizen/3.0/mobile/20161104.104619 accepted/tizen/3.0/tv/20161104.104642 accepted/tizen/3.0/wearable/20161104.104656 accepted/tizen/common/20161104.055906 accepted/tizen/ivi/20161103.232000 accepted/tizen/mobile/20161103.231901 accepted/tizen/tv/20161103.231919 accepted/tizen/wearable/20161103.231935 submit/tizen/20161103.092503 submit/tizen_3.0/20161103.094516 submit/tizen_3.0/20161104.073859 submit/tizen_3.0/20161104.085937 submit/tizen_3.0_common/20161110.084657
Daehyeon Jung [Mon, 10 Oct 2016 10:36:17 +0000 (19:36 +0900)]
replace pepper-based backend to tbm-based

Change-Id: I36817241c9797b8cdc924b9507a3cf51a491d226
Signed-off-by: Daehyeon Jung <darrenh.jung@samsung.com>
7 years agoSupport widget content info share 09/81309/5 accepted/tizen/3.0/ivi/20161028.123035 accepted/tizen/3.0/mobile/20161028.122336 accepted/tizen/3.0/tv/20161028.122620 accepted/tizen/3.0/wearable/20161028.122842 accepted/tizen/common/20161013.155702 accepted/tizen/ivi/20161013.000920 accepted/tizen/mobile/20161013.000844 accepted/tizen/tv/20161013.000856 accepted/tizen/wearable/20161013.000906 submit/tizen/20161012.155021 submit/tizen_3.0/20161028.062323 submit/tizen_3.0/20161028.082323 submit/tizen_3.0_common/20161104.104000
Hyunho Kang [Wed, 12 Oct 2016 10:33:35 +0000 (19:33 +0900)]
Support widget content info share

Change-Id: Ic8b4db04bf4aba55006bb38dca0d59b001de644b
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
7 years agoAdd package id to the lifecycle info 47/91347/2 accepted/tizen/common/20161010.145846 accepted/tizen/ivi/20161010.083244 accepted/tizen/mobile/20161010.083154 accepted/tizen/tv/20161010.083212 accepted/tizen/wearable/20161010.083226 submit/tizen/20161010.043049
Hwankyu Jhun [Fri, 7 Oct 2016 06:05:27 +0000 (15:05 +0900)]
Add package id to the lifecycle info

Change-Id: I812173fb03a725df74c710fe756d35bc9492f6f6
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
7 years agoFix wrong doxygen format 53/89253/1 accepted/tizen/3.0/ivi/20161011.053547 accepted/tizen/3.0/mobile/20161015.032344 accepted/tizen/3.0/tv/20161016.003530 accepted/tizen/3.0/wearable/20161015.080406 accepted/tizen/common/20160923.161050 accepted/tizen/ivi/20160927.020317 accepted/tizen/mobile/20160927.020200 accepted/tizen/tv/20160927.020243 accepted/tizen/wearable/20160927.020222 submit/tizen/20160923.090258 submit/tizen_3.0_ivi/20161010.000000 submit/tizen_3.0_ivi/20161010.000010 submit/tizen_3.0_mobile/20161015.000000 submit/tizen_3.0_tv/20161015.000000 submit/tizen_3.0_wearable/20161015.000000
Hyunho Kang [Fri, 23 Sep 2016 01:34:19 +0000 (10:34 +0900)]
Fix wrong doxygen format

Change-Id: Idbb4c367cd57724e9b0c210a075e668b66d4a636
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
7 years agoImplement widget_service_get_instance_count 93/87093/4 accepted/tizen/common/20160908.134549 accepted/tizen/ivi/20160909.001713 accepted/tizen/mobile/20160909.001618 accepted/tizen/tv/20160909.001636 accepted/tizen/wearable/20160909.001652 submit/tizen/20160908.041324
Hyunho Kang [Tue, 6 Sep 2016 09:05:53 +0000 (18:05 +0900)]
Implement widget_service_get_instance_count

Change-Id: Ie927848973f36955635ff120bcf85ffe6ef18f2e
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
7 years agoFix uninitialized value 89/84189/1 accepted/tizen/common/20160902.062043 accepted/tizen/ivi/20160905.042210 accepted/tizen/mobile/20160905.042120 accepted/tizen/tv/20160905.042134 accepted/tizen/wearable/20160905.042155 submit/tizen/20160902.035501
Hyunho Kang [Wed, 17 Aug 2016 08:10:59 +0000 (17:10 +0900)]
Fix uninitialized value

Change-Id: Ic81d24835bf996c312eb1a5b8ea67bb6e4b6cf67
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
7 years agoAdd widget app restart logic 19/80519/9 accepted/tizen/common/20160803.193233 accepted/tizen/ivi/20160804.080807 accepted/tizen/mobile/20160804.080858 accepted/tizen/tv/20160804.080724 accepted/tizen/wearable/20160804.080603 submit/tizen/20160803.012753
Hyunho Kang [Mon, 18 Jul 2016 11:20:33 +0000 (20:20 +0900)]
Add widget app restart logic

Change-Id: I54bce1b3e0eba8c919a238c808986fdb814fc277
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
7 years agoConsider fallback to english for i18n 13/81913/1
Semun Lee [Fri, 29 Jul 2016 08:01:15 +0000 (17:01 +0900)]
Consider fallback to english for i18n

LANGUAGE variable can contain default language information.
It will be used when the mo files for the selected language is not
available.

Change-Id: I3a7fa43cd3736bf29bdbad6a0ea8b3b80fbabf8b
Signed-off-by: Semun Lee <sm79.lee@samsung.com>
7 years agoFix widget instance update 65/78465/4 accepted/tizen/common/20160712.150523 accepted/tizen/ivi/20160712.000220 accepted/tizen/mobile/20160712.000056 accepted/tizen/tv/20160712.000201 accepted/tizen/wearable/20160712.000212 submit/tizen/20160711.130213
Daehyeon Jung [Tue, 5 Jul 2016 13:57:11 +0000 (22:57 +0900)]
Fix widget instance update

Change-Id: Ia43fdb6fd16e1870ed68fcacb0c2cb26cc9bc60e
Signed-off-by: Daehyeon Jung <darrenh.jung@samsung.com>
7 years agoExclude lines from measure coverage 97/79297/1 accepted/tizen/common/20160712.150348 accepted/tizen/ivi/20160711.031207 accepted/tizen/mobile/20160711.030759 accepted/tizen/tv/20160711.030709 accepted/tizen/wearable/20160711.030723 submit/tizen/20160711.014306
Hwankyu Jhun [Fri, 8 Jul 2016 05:44:42 +0000 (14:44 +0900)]
Exclude lines from measure coverage

Change-Id: Ic58695f8f9859e427b61730dd825c4808bc1b3af
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
7 years agoInitialize widget data structures 26/78026/1 accepted/tizen/common/20160706.141409 accepted/tizen/ivi/20160705.044613 accepted/tizen/mobile/20160705.044446 accepted/tizen/tv/20160705.044554 accepted/tizen/wearable/20160705.044509 submit/tizen/20160704.042542
Semun Lee [Mon, 4 Jul 2016 04:16:35 +0000 (13:16 +0900)]
Initialize widget data structures

Uninitialized context->content_info causes crashes

Change-Id: I949e6c36dd754713447d32515505aa6640c2b4fb
Signed-off-by: Semun Lee <sm79.lee@samsung.com>