hyunho [Tue, 18 Aug 2020 07:30:46 +0000 (16:30 +0900)]
Fix notify event sequence
widget created event should be notified after widget instance
is added to the AMD
Change-Id: I0b6469c2bc396fedbbdf378c68dca561a16a66f5
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Thu, 6 Aug 2020 04:00:51 +0000 (13:00 +0900)]
Add widget efl unittests
Change-Id: Ic9237c8f2c345e28f18603174d7557eded299c89
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Wed, 22 Jul 2020 08:36:23 +0000 (17:36 +0900)]
Add unittest
Change-Id: Ibe2d80778ef7abb774a79d1139f262e9e464249f
Signed-off-by: hyunho <hhstark.kang@samsung.com>
hyunho [Mon, 17 Feb 2020 09:30:41 +0000 (18:30 +0900)]
Release version 1.3.7
Changes:
- Add log for app control event
- Merge "Add log for app control event" into tizen
Change-Id: I64facda04efd4ce09e1189c209c22814b610fdb2
Signed-off-by: hyunho <hhstark.kang@samsung.com>
Hyunho Kang [Mon, 17 Feb 2020 09:21:49 +0000 (09:21 +0000)]
Merge "Add log for app control event" into tizen
hyunho [Mon, 17 Feb 2020 09:06:44 +0000 (18:06 +0900)]
Add log for app control event
Change-Id: I039e1fa0327b54a99878fdb19cd46352d96f2677
Signed-off-by: hyunho <hhstark.kang@samsung.com>
SukHyung, Kang [Thu, 14 Nov 2019 08:42:27 +0000 (17:42 +0900)]
Release version 1.3.6
Changes:
- Make a gcov package for measuring coverage easier
- Update doxygen
- Fix api reference for appcore widget
Change-Id: Idb424743b2b3a7223bba2487d32ed60e2c8f7bd8
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
MyungKi Lee [Thu, 14 Nov 2019 01:48:11 +0000 (01:48 +0000)]
Merge "Update doxygen" into tizen
SukHyung, Kang [Wed, 13 Nov 2019 08:19:45 +0000 (17:19 +0900)]
Fix api reference for appcore widget
Change-Id: I1de112889084b965f6593528525d6f17b2e78206
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
mk5004.lee [Fri, 18 Oct 2019 04:00:10 +0000 (13:00 +0900)]
Update doxygen
Change-Id: I9b1d04a6f4e98005e4954662d797139302b516bd
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
hyunho [Wed, 10 Jul 2019 05:03:19 +0000 (14:03 +0900)]
Make a gcov package for measuring coverage easier
Change-Id: I3358c89372f727a09eb998815fcbf702a7ac3740
Signed-off-by: hyunho <hhstark.kang@samsung.com>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
Jiyoun Park [Wed, 10 Jan 2018 01:06:53 +0000 (10:06 +0900)]
EFL_UPGRADE: remove ecore-wayland dependency
Change-Id: I9978a6305ec66deb0396deaa680e709c4787d3de
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
Hwankyu Jhun [Mon, 25 Sep 2017 02:24:40 +0000 (11:24 +0900)]
Merge branch 'devel/tizen' into tizen
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>
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>
Daehyeon Jung [Wed, 30 Aug 2017 04:53:59 +0000 (13:53 +0900)]
Fix wrong description
Change-Id: Ic1a7a27fb1442e32d0ffbee03c23d014d842e957
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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)
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>
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>
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>
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>
Daehyeon Jung [Wed, 4 Jan 2017 08:50:03 +0000 (17:50 +0900)]
Fix API description
Change-Id: I9184102cc89cd08f654697a2ae67e2d627dfd39c
Daehyeon Jung [Fri, 16 Dec 2016 09:14:20 +0000 (18:14 +0900)]
fix API description
Change-Id: Ic83954f5ded30d25949b24e07afb708a9737c6d1
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>
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>
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>
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>
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>
Shinwoo Kim [Mon, 14 Nov 2016 02:47:49 +0000 (11:47 +0900)]
[accessibility][screen-reader] make widget accessible
Change-Id: I2db8f30ae410aba654b3559e19f510f938ed023f