Hyunho Kang [Wed, 31 May 2017 02:07:01 +0000 (11:07 +0900)]
Fix tab to retry text bug
When 'loading text' is diabled by viewer, tab to retry text was not
removed. Because there was only logic for hiding 'loading text' logic
in widget added process.
Change-Id: Id0448c3651f6285907dfb43cc8fc43251b8f69c6
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
taeyoon0.lee [Thu, 6 Apr 2017 06:02:38 +0000 (15:02 +0900)]
Fixed blur issue in widget app
- ImageView::SetImage should initialize visual.
- This also initialize property.
Change-Id: I1bb23436e2290537a85909f43230ea10beb0389e
taeyoon0.lee [Mon, 27 Mar 2017 10:57:54 +0000 (19:57 +0900)]
Added ImageView::SetImage instead of NativeImageSource::SetSource
- Current dali SetSource should will need KeepRendering
- Same widget apps will have a sync issue by KeepRendering in current dali.
Change-Id: Idb25fc2e4438fc32c58fedb56ff87ed085ec397b
taeyoon0.lee [Wed, 22 Mar 2017 13:30:02 +0000 (22:30 +0900)]
Fix crash by NULL remote surface
- Fix crash by untialized remoteSurface member when widget viewer is terminated.
Change-Id: I2ecb5295919b8cff5d9927c1beb6831d74af902e
taeyoon0.lee [Wed, 15 Mar 2017 07:51:46 +0000 (16:51 +0900)]
Fix crash by fd increase
- Added wl_buffer_destroy in tizen remote surface changed/update callback
Change-Id: Id22549d43bee48e30dfd94c020e66db942f2672b
taeyoon0.lee [Thu, 9 Mar 2017 07:25:33 +0000 (16:25 +0900)]
Set retry message when widget image is removed
- Fix message omission when fault event doesn't occur for faulted widget in abnormal case
Change-Id: I2072f45c38fa142f274068fa4c6611bd768cc7d9
taeyoon0.lee [Mon, 6 Mar 2017 10:24:52 +0000 (19:24 +0900)]
Modified internal api for fault widget case
- Modified work of missing callback and fault widget event callback
Change-Id: I6b502bc5301dbdb3ab1b2923345622cee10af281
taeyoon0.lee [Mon, 27 Feb 2017 05:00:26 +0000 (14:00 +0900)]
Removed terminate api from destructor
Change-Id: I42fcfb581620ee08b07ef7d68031a309e6012d33
taeyoon0.lee [Mon, 20 Feb 2017 07:06:43 +0000 (16:06 +0900)]
Added internal property for custom shader
- Supports an effect by custom shader
For example, grayscale conversion
Change-Id: I6dbc570ff71e2ea0fbea6c9f001db24121615068
taeyoon0.lee [Fri, 17 Feb 2017 12:23:07 +0000 (21:23 +0900)]
Added internal property for retry text and text input
- Internal property for handling retry text
- Added text item in property::map for text property (loading and retry)
Change-Id: I629cff864781015af24ba07831aa5028915f8121
taeyoon0.lee [Fri, 17 Feb 2017 11:42:55 +0000 (20:42 +0900)]
Added internal property for terminating widget app
- Terminates widget app by internal property, TERMINATE_WIDGET
Change-Id: Ifbd48d77a9f18da69109f4cce07d939bccf3a592
taeyoon0.lee [Thu, 16 Feb 2017 04:38:53 +0000 (13:38 +0900)]
Modified creation aborted and faulted signal
- When Faulted, internal pid should be changed
- When touched after aborted/faulted, re-launch widget app
Change-Id: I2971a36ea6e7c4197c925ee78c3ebbec58eefe81
taeyoon0.lee [Wed, 15 Feb 2017 11:15:28 +0000 (20:15 +0900)]
Modified deleted signal
- Added internal api for deleted signal
- When deleted, widget view manager removes the widget form container
Change-Id: Ia4e388bf4a81d629c628e0cea3c13f34ba2fcbb6
taeyoon0.lee [Wed, 8 Feb 2017 07:55:43 +0000 (16:55 +0900)]
Changed default state text size
Default size: 30 (pixel)
Pixel to Point for TextLabel
Change-Id: I83f93c636eddb0c95f4e609196951c3ee006f5b5
taeyoon0.lee [Wed, 25 Jan 2017 07:42:22 +0000 (16:42 +0900)]
Added po files and codes for language change
- Supported language change for messages
Change-Id: Ib935b088779217c7c20300a8fcce1d68829d7ec1
taeyoon0.lee [Thu, 2 Feb 2017 08:04:35 +0000 (17:04 +0900)]
Added state message
- Cases for aborted widget creation or deletion
Change-Id: If371f9fd16e91b05c90f05f275ae5d5bed650a85
taeyoon [Wed, 4 Jan 2017 08:11:57 +0000 (17:11 +0900)]
Added internal api for emitting delete signal
When missing cb is called, emit delete signal
Change-Id: Id2ae2903ac716dac1ee11b4024ff49639e61ce19
taeyoon [Tue, 20 Dec 2016 11:31:48 +0000 (20:31 +0900)]
Added property map for loading text and changed default color and style
Added property map for changing loading text size, font style and color
Changed text color, and font style
Change-Id: Ib7bbb2890daf0c931f91e8a8441fd3382eec5c5c
taeyoon0.lee [Thu, 1 Jun 2017 04:13:14 +0000 (04:13 +0000)]
Merge "Modified relation between preview and loading-text for disable mode" into tizen
Hwankyu Jhun [Thu, 1 Jun 2017 00:29:24 +0000 (09:29 +0900)]
Release version 1.4.6
Changes:
- Fix widget_viewer_evas_is_faulted API
- Move unversioned so file to devel package
- Fixed crash by wrong default image path
Change-Id: I94bd853b934ac59c610262f4b74a3688c5abddf0
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Tue, 30 May 2017 11:15:36 +0000 (20:15 +0900)]
Fix widget_viewer_evas_is_faulted API
This patch adds the flag about checking widget is faulted or NOT.
The API uses to return the flag.
Requires:
- https://review.tizen.org/gerrit/#/c/131674/ [aul-1]
- https://review.tizen.org/gerrit/#/c/131676/ [appcore-widget]
- https://review.tizen.org/gerrit/#/c/131685/ [amd]
- https://review.tizen.org/gerrit/#/c/131692/ [widget-service]
Change-Id: Ie642496783d387beff09a2fa24302a9434adbd51
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
taeyoon0.lee [Wed, 25 Jan 2017 10:25:33 +0000 (19:25 +0900)]
Modified relation between preview and loading-text for disable mode
Change-Id: I955a3d7546754b968119417e2c79082bd94d2e85
Hyunho Kang [Fri, 26 May 2017 01:48:25 +0000 (10:48 +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: Idd0c524063380d2b26efd370b0524e5193068aa3
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
minho.sun [Mon, 22 May 2017 11:47:35 +0000 (20:47 +0900)]
Fixed crash by wrong default image path
Change-Id: Iee0818f25b6db93509300035c8d9c730161b939f
Junghoon Park [Fri, 19 May 2017 02:18:25 +0000 (11:18 +0900)]
Release version 1.4.6
Changes:
- Add APIs for binding and unbinding window
Change-Id: I6a9df71e59dcc227ce326aa67bae60c1244f89db
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
Junghoon Park [Thu, 11 May 2017 03:43:11 +0000 (12:43 +0900)]
Add APIs for binding and unbinding window
Change-Id: Ic5b6db44bc4270f9cb9d94d93563e67e9766e8a5
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
Junghoon Park [Thu, 18 May 2017 08:18:49 +0000 (17:18 +0900)]
Release version 1.4.5
Changes:
- Add APIs to control visibility
Change-Id: I143f505090a786aba5541e6d32aaa34f9cbf63aa
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
Junghoon Park [Tue, 16 May 2017 01:12:55 +0000 (10:12 +0900)]
Add APIs to control visibility
Require
- https://review.tizen.org/gerrit/#/c/129272/
Change-Id: Iadc5142d032d628ae15f97207fef53639aa34e01
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
Hwankyu Jhun [Wed, 17 May 2017 01:21:17 +0000 (10:21 +0900)]
Release version 1.4.4
Changes:
- Fix wrong memory allocation
Change-Id: I7fdf4e43797fbcab0e959ad59b0db09942e14d47
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Wed, 17 May 2017 01:15:52 +0000 (10:15 +0900)]
Fix wrong memory allocation
The size of the pending item handle should be 12 bytes.
Change-Id: I0f7b8dcef0210459fc4d94154f23d35c27018416
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Wed, 17 May 2017 00:45:57 +0000 (09:45 +0900)]
Release version 1.4.3
Changes:
- Add fallback about sending lifecycle events
Change-Id: I51689c10b3d5de6c1b419409ae4f533c41cfe580
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Tue, 16 May 2017 04:59:23 +0000 (13:59 +0900)]
Add fallback about sending lifecycle events
If the widget app is ready(not created), the viewer app doesn't send
the lifecycle events to the widget app. The lifecycle events will be
stored to the pending queue.
The viewer app will process the pending queue when getting the widget
created event from the widget app.
Change-Id: Ia0fdce9b72182e3e9cdff97e920b01bc93fcaef9
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hyunho Kang [Fri, 12 May 2017 01:35:14 +0000 (10:35 +0900)]
Release version 1.4.2
Changes:
- Revert "Use old library ABI"
- Delay resuming time
Change-Id: Ic7fbb915b4f48e5ea50c89efa092cb710b5400ce
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Heeyong Song [Fri, 12 May 2017 00:46:59 +0000 (09:46 +0900)]
Revert "Use old library ABI"
This reverts commit
e12744e21a99f0cc0ce6fa79fb179e34ae2dc8f2.
Change-Id: I8bdb3700b74c2880310b919acb264dfbd48d6bf1
Junghoon Park [Wed, 26 Apr 2017 05:19:27 +0000 (14:19 +0900)]
Delay resuming time
- This patch allows some widgets to postpone getting resuming callback
- Require
https://review.tizen.org/gerrit/#/c/127059/
Change-Id: Ib89c18f9fe2ae5961df79616b52ef4dd50b6d876
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
Hyunho Kang [Wed, 26 Apr 2017 05:46:10 +0000 (14:46 +0900)]
Release version 1.4.1
Changes:
- Fix name of static functions
- Fix dereferenced after null
Change-Id: I915dfae445d33dd6eecc6658fe87a565d2198b14
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Hyunho Kang [Wed, 26 Apr 2017 05:39:34 +0000 (14:39 +0900)]
Fix name of static functions
Change-Id: I7ed76be460f6c723fdae4668d775134bc8ae3260
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Hyunho Kang [Tue, 25 Apr 2017 01:48:55 +0000 (10:48 +0900)]
Fix dereferenced after null
Change-Id: I813ab3aa3cee6e2783c486ea1984a78d24aa03c4
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
taeyoon0.lee [Tue, 25 Apr 2017 11:37:57 +0000 (20:37 +0900)]
Use old library ABI
Fixed build issue by new std::string
Change-Id: I3b8ac45091cdf0c967154c451722229750a19d36
Hyunho Kang [Fri, 21 Apr 2017 04:39:49 +0000 (13:39 +0900)]
Release version 1.4.0
Changes:
- Fix widget destroy bug
- Add watch click cancel API
Change-Id: I7ad3cbee4a2062a91f055119754befdc1d16a403
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Hyunho Kang [Thu, 20 Apr 2017 01:58:23 +0000 (10:58 +0900)]
Fix widget destroy bug
Widget instance is not destroyed when widget_viewer_evas_fini is called
before widget object is deleted.
Change-Id: I274ba83b012028598b28cd713d4765090ee172e4
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Hyunho Kang [Fri, 14 Apr 2017 08:55:57 +0000 (17:55 +0900)]
Add watch click cancel API
- watch_manager_cancel_click_event
Change-Id: I83f39c87ea8d381f77992b548869286311cc4edb
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Hyunho Kang [Fri, 14 Apr 2017 04:32:02 +0000 (13:32 +0900)]
Release version 1.3.11
Changes:
- Add get widget instance id API
- Add more desc about returned const char * value
Change-Id: I176818a9d1b9aa7a93ceab8b3ac1d3414471edec
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Hyunho Kang [Wed, 22 Mar 2017 05:34:33 +0000 (14:34 +0900)]
Add get widget instance id API
- widget_viewer_evas_get_widget_instance_id
Change-Id: Id9016abb0461d35ac51d954f26efc5302495d85b
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Hyunho Kang [Mon, 10 Apr 2017 02:19:49 +0000 (11:19 +0900)]
Add more desc about returned const char * value
Change-Id: I20bfded5a53622d4190f9469200bb80c5f695276
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Hyunho Kang [Thu, 30 Mar 2017 08:54:43 +0000 (17:54 +0900)]
Release version 1.3.10
Changes:
- Add API for get setup-appid attribute
- Fix a wrong implementation
- Add description about content_info
Change-Id: Iaf58d018251c0ef30c90f78ddff930c2cf77c807
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Hyunho Kang [Thu, 30 Mar 2017 08:35:52 +0000 (17:35 +0900)]
Add description about content_info
Change-Id: I850524a1b9535d9872832954e78fe515d1890112
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Hyunho Kang [Tue, 28 Mar 2017 04:26:11 +0000 (13:26 +0900)]
Add API for get setup-appid attribute
- watch_manager_get_setup_appid
Change-Id: Id0c4a717308114c8a0c293a479031302a3b91c1c
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Hwankyu Jhun [Mon, 27 Mar 2017 11:59:56 +0000 (20:59 +0900)]
Fix a wrong implementation
The watch_manager_get_opr API should uses the watch image object.
Change-Id: Ia5991883413ad7786b08697755ca7823c0eef2f9
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hyunho Kang [Mon, 27 Mar 2017 01:50:06 +0000 (10:50 +0900)]
Release version 1.3.9
Changes:
- Resize watch window
- Add watch-control license
Change-Id: Ic12c53380f1f9c984bd140a361ee85f59ca05ba0
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Hyunho Kang [Mon, 27 Mar 2017 08:37:24 +0000 (17:37 +0900)]
Add watch-control license
Change-Id: Ied5271f330a5418cf48ccc9d6a28f40f3e2b7a14
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Hwankyu Jhun [Mon, 27 Mar 2017 08:03:27 +0000 (17:03 +0900)]
Fix a wrong description
The privilege level of screenshot is platform.
Change-Id: I9b2129a8aebc5729f867e438b4f3ec7b1e4a8ba8
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Mon, 27 Mar 2017 03:22:55 +0000 (12:22 +0900)]
Fix a wrong description
The watch_manager_get_opr API is supported since tizen 3.0.
Change-Id: I282af178097b979325ad30ec76ba646caa388057
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hyunho Kang [Fri, 24 Mar 2017 04:00:41 +0000 (13:00 +0900)]
Resize watch window
Without viewer's resize logic, watch app window will be 1 by 1.
If watch app do not resize it's window.
Change-Id: I3085d3b053614b863593411ab5d79de29d90a6b9
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Hyunho Kang [Thu, 23 Mar 2017 06:26:37 +0000 (15:26 +0900)]
Release version 1.3.8
Changes:
- Set license using %license
Change-Id: I31a32e3094d46df3076e29f2926caa6dbfc47d9d
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Hyunho Kang [Thu, 23 Mar 2017 01:36:44 +0000 (10:36 +0900)]
Set license using %license
Change-Id: I15b33c7ba2eefcd4ad4279d27016fda6a6491f36
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Hwankyu Jhun [Thu, 23 Mar 2017 00:24:13 +0000 (09:24 +0900)]
Release version 1.3.7
Changes:
- Fix typo
- Add a new API to get OPR
Change-Id: Ib14340bad44aa695a8c0745ca0957617100f7b79
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Junghoon Park [Wed, 22 Mar 2017 09:11:13 +0000 (18:11 +0900)]
Fix typo
Change-Id: I6855ae1661a2f9604958b8aeb1b90d2ddc733e19
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
Hwankyu Jhun [Tue, 21 Mar 2017 23:55:34 +0000 (08:55 +0900)]
Add a new API to get OPR
If the application uses the API, the screenshot privilege is needed.
Privilege:
- http://tizen.org/privilege/screenshot
Change-Id: I0cd0523d64f9f6e345319151ce44719fd27284e7
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hyunho Kang [Mon, 20 Mar 2017 05:13:23 +0000 (14:13 +0900)]
Release version 1.3.6
Changes:
- Handle widget resize event
- Handle widget instance create aborted event
Change-Id: I840afea1beb8442ef15e51a7d34dfd8b4e021a11
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Hyunho Kang [Fri, 17 Mar 2017 13:57:20 +0000 (22:57 +0900)]
Handle widget resize event
Change-Id: Ic072cbf027cab379ea2f66ec87b4db15453bb86d
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Hwankyu Jhun [Fri, 17 Mar 2017 08:33:49 +0000 (17:33 +0900)]
Handle widget instance create aborted event
When the instance create callback of the widget app returns an error,
the widget viewer gets widget instance create aborted event from
the widget app.
Requires:
- https://review.tizen.org/gerrit/#/c/119476/
- https://review.tizen.org/gerrit/#/c/119553/
- https://review.tizen.org/gerrit/#/c/119554/
Change-Id: Iec11fec8cd8803e73712514c20d77509767bc474
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hyunho Kang [Fri, 10 Mar 2017 03:51:55 +0000 (12:51 +0900)]
Release version 1.3.5
Changes:
- Refactor screen-connector
Change-Id: I43838f7bee31939ec8f271581bbd68fa4f284d7e
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Hyunho Kang [Wed, 22 Feb 2017 05:55:45 +0000 (14:55 +0900)]
Refactor screen-connector
https://review.tizen.org/gerrit/#/c/115600/
Change-Id: I73295dae794ac0289eed9423de54830ed2c1e3b6
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Hyunho Kang [Wed, 8 Mar 2017 04:24:44 +0000 (13:24 +0900)]
Release version 1.3.4
Changes:
- Manage screen connector watcher handle
- Remove unnecessary tbm check logic
Change-Id: Ie7d98f20273993296cccd58f38b18199d1e5f2ab
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Hyunho Kang [Tue, 7 Mar 2017 10:51:59 +0000 (19:51 +0900)]
Remove unnecessary tbm check logic
Change-Id: Id0b2c45904aa5421e167a538196fbacfd11b0f6c
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Hyunho Kang [Thu, 2 Mar 2017 12:16:23 +0000 (21:16 +0900)]
Manage screen connector watcher handle
screen connector watcher has to be freed when each
instance is destroyed.
Change-Id: I199228a0f565ae6f3221b644bde1fb8d7bfebba1
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Hyunho Kang [Mon, 13 Feb 2017 10:09:28 +0000 (19:09 +0900)]
Release version 1.3.3
Changes:
- Add WATCH_SMART_SIGNAL_UPDATED signal
Change-Id: I8fb0318aa8b16201dcefc9dfaea109c27f759f28
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Hyunho Kang [Mon, 13 Feb 2017 08:10:08 +0000 (17:10 +0900)]
Add WATCH_SMART_SIGNAL_UPDATED signal
Ambient watch viewer needs buffer information
when watch app buffer is updated.
Change-Id: Ia2a0700cd75fbbeadb858e0f13c6253ebb7fa17a
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Hyunho Kang [Mon, 13 Feb 2017 04:51:39 +0000 (13:51 +0900)]
Release version 1.3.2
Changes:
- Fix build break
Change-Id: I6db26937357b88d79bba888aa449f10c940c92a5
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Hyunho Kang [Mon, 13 Feb 2017 04:44:26 +0000 (13:44 +0900)]
Fix build break
screen_connector_watcher_evas_add_by_rid return value is changed
Change-Id: I843ea61cee7f395df8b98caa10e64fe880d704bf
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Hwankyu Jhun [Fri, 3 Feb 2017 05:38:08 +0000 (14:38 +0900)]
Release version 1.3.1
Changes:
- Fix versioning
- Fix bug about launching the watch app
Change-Id: I16b0c41734027e8f73a0461dc10b351ee29a3c30
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Thu, 2 Feb 2017 05:24:02 +0000 (14:24 +0900)]
Fix versioning
Change-Id: I9384beba137c29c35845b75f205b315cdfae4eb4
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Wed, 1 Feb 2017 05:15:47 +0000 (14:15 +0900)]
Fix bug about launching the watch app
Setting the caller uid is needed for using the aul_forward_app() API.
Change-Id: I0835f6e26d8e52c3163e3106084b2b1af05c1ba1
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Mon, 9 Jan 2017 08:33:05 +0000 (17:33 +0900)]
Remove compile warning messages
Change-Id: Ie79b43620d5b53cd513563656024c74814a911ce
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Fri, 6 Jan 2017 10:17:22 +0000 (19:17 +0900)]
Set the bundle data for watch app
Change-Id: I6c61e4065e36db4904e1fedb81faa31571b3d58a
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hyunho Kang [Thu, 5 Jan 2017 13:20:48 +0000 (22:20 +0900)]
Add widget_viewer_sdk multiple widget view feature
To support multi class widget test
Multiple widget id should be passed delimited by comma.
ex) launch_app org.tizen.widget_viewer_sdk widget_id
class3@org.example.multiclass,class2@org.example.multiclass
Change-Id: I927572c3bfa12ddcc8aec04350dec2b9f6162c18
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Hyunho Kang [Wed, 4 Jan 2017 06:56:47 +0000 (15:56 +0900)]
Fix multi class widget bug
screen-connector is running based on appid
widget id is different from appid
Change-Id: I766f38d31820e757f835dd26650b3c057eea3d09
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Hyunho Kang [Wed, 4 Jan 2017 06:09:01 +0000 (15:09 +0900)]
Support widget_viewer_sdk multi class widget
widget id is different from widget application's appid
Change-Id: I1db0ec2bb6c0961933af356db3a61b0bfeece45b
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
taeyoon [Wed, 4 Jan 2017 07:58:16 +0000 (16:58 +0900)]
Added extra updated event
WIDGET_INSTANCE_EVENT_EXTRA_UPDATED for ContentUpdate signal
Change-Id: I18739f505eef7c7e33cdd3e6a9ffe3a73d6040a7
Hwankyu Jhun [Wed, 4 Jan 2017 11:09:09 +0000 (20:09 +0900)]
Merge branch 'tizen_3.0' into tizen
Change-Id: If87f4114ae64b2d0b6322392f0453d9ccaf24062
taeyoon [Thu, 22 Dec 2016 05:14:41 +0000 (14:14 +0900)]
Add release request in update buffer callback
By tizen remote surface protocol version up (2),
update buffer callback should call release request
Change-Id: I07cc06b81a2b7a76735991635c11d0535f5600eb
Junghoon Park [Tue, 27 Dec 2016 08:44:52 +0000 (17:44 +0900)]
Implement resume/pause APIs
- widget_viewer_evas_notify_resumed_status_of_viewer() was not implemented
- widget_viewer_evas_notify_paused_status_of_viewer() was not implemented
Change-Id: I72a5fa8c717097435f6db4ec829f06655d18cf54
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
Hyunho Kang [Tue, 20 Dec 2016 08:08:16 +0000 (17:08 +0900)]
Remove widget_toolkit dependancy from watch-control
Change-Id: I8f70966e71e132a3c19a4d3c612cedcc11e25dbb
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Hyunho Kang [Tue, 20 Dec 2016 05:34:08 +0000 (14:34 +0900)]
Remove min value from preview text
Change-Id: I374a4b026741f5bea804d1c4cfdc1b8c4ec29dd1
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
taeyoon [Mon, 19 Dec 2016 08:22:43 +0000 (17:22 +0900)]
Set pre multiplied property
Change-Id: I9d59b3ee7294272821d2064b6280855b5eb9472e
Hyunho Kang [Wed, 14 Dec 2016 10:29:08 +0000 (19:29 +0900)]
Replace tbm to screen-connector for dali
Change-Id: I801ecf39ac089c4a57fc17b830e4d32bcf793e1f
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Hyunho Kang [Wed, 14 Dec 2016 10:03:07 +0000 (19:03 +0900)]
Replace tbm to screen-connector
Change-Id: I5c0042d77e0a037ba759816a4117a266f2eec3af
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
moon87.park [Fri, 16 Dec 2016 07:11:58 +0000 (16:11 +0900)]
[Widget viewer] Fixed header file about english and coding standard
Change-Id: I10c035db2f1fbbefc4ab0cf7353164e3fb377120
moon87.park [Fri, 16 Dec 2016 07:07:36 +0000 (16:07 +0900)]
[Widget-viewer] Fixed header file about english and coding standard
Change-Id: Ibe09549fc7e938d34d4c8a2807b0b256f53ca8be
Taeyoon Lee [Fri, 16 Dec 2016 02:08:17 +0000 (18:08 -0800)]
Merge "Add missed doxygen document in widget_viewer_dali" into tizen_3.0
Daehyeon Jung [Wed, 14 Dec 2016 11:23:00 +0000 (20:23 +0900)]
change doxygen display name
Change-Id: I4069728237a9a23865551e11e4a3bc63518fabb8
Signed-off-by: Daehyeon Jung <darrenh.jung@samsung.com>
taeyoon [Tue, 13 Dec 2016 11:50:51 +0000 (20:50 +0900)]
Change default permanent delete flag and add CloseRemoteSurface
Change-Id: I152abc4c15c3cb30dc6c6da63eba95f04c0144ce
taeyoon [Tue, 13 Dec 2016 06:47:47 +0000 (22:47 -0800)]
Merge "Remove key event callback" into tizen_3.0
taeyoon [Tue, 13 Dec 2016 06:47:32 +0000 (22:47 -0800)]
Merge "Changes resize policy" into tizen_3.0
taeyoon [Tue, 13 Dec 2016 04:20:33 +0000 (13:20 +0900)]
Remove key event callback
This will be added if needs.
Change-Id: I1fa51088e207c51c5520cfc575283463dc32873b
taeyoon [Mon, 12 Dec 2016 08:13:35 +0000 (17:13 +0900)]
Add api reference overview doc
Change-Id: I7633bc5a1f722615b7d10d8d945d0fced6c61409
taeyoon [Mon, 12 Dec 2016 10:53:38 +0000 (19:53 +0900)]
Changes resize policy
Change-Id: Iebc2f1118a3a8c87756ec782aeafcc2b2b773fca
Hyunho Kang [Fri, 9 Dec 2016 10:12:55 +0000 (19:12 +0900)]
Fix faulted widget do not launched bug
compositor callback should be added before died instance relaunch
Change-Id: I30371dcfa33c9b98a2a6cd0ff8ff374a6ff1b659
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Hyunho Kang [Fri, 9 Dec 2016 08:32:04 +0000 (17:32 +0900)]
Remove widget_conf dependancy
widget_conf is not used anymore
Change-Id: I641012dc475f2d9763cd162c54910d9346c681f0
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>