platform/core/appfw/widget-viewer.git
7 years agoFix wrong return logic and doxygen 07/123507/15
Hyunho Kang [Thu, 6 Apr 2017 02:26:24 +0000 (11:26 +0900)]
Fix wrong return logic and doxygen

Change-Id: I9f7064bb604442fc5cd8744c6b4cfec4c781c8f8
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
7 years agoRelease version 1.4.7 44/132344/2 accepted/tizen/unified/20170609.203936 submit/tizen/20170609.022657
Hyunho Kang [Fri, 2 Jun 2017 09:58:47 +0000 (18:58 +0900)]
Release version 1.4.7

Changes:
 - Use screen_connector API for changing visibility
 - Fix instance ref bug
 - Fix tab to retry text bug
 - Fixed blur issue in widget app
 - Added ImageView::SetImage instead of NativeImageSource::SetSource
 - Fix crash by NULL remote surface
 - Fix crash by fd increase
 - Set retry message when widget image is removed
 - Modified internal api for fault widget case
 - Removed terminate api from destructor
 - Added internal property for custom shader
 - Added internal property for retry text and text input
 - Added internal property for terminating widget app
 - Modified creation aborted and faulted signal
 - Modified deleted signal
 - Changed default state text size
 - Added po files and codes for language change
 - Added state message
 - Added internal api for emitting delete signal
 - Added property map for loading text and changed default color and style
 - Merge "Modified relation between preview and loading-text for disable
mode" into tizen

Change-Id: I637c156682ced155db2fa1294bf9b6c211715f79
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
7 years agoUse screen_connector API for changing visibility 06/130806/8
Junghoon Park [Wed, 24 May 2017 05:14:57 +0000 (14:14 +0900)]
Use screen_connector API for changing visibility

- Instead of widget instance APIs,screen connector APIs should be used
  to notify the display server
- The events for the visibility will be sent to widget apps via the display server

Change-Id: Ie62cfc2d047af786b0a1dc4389bdd49b788d4b63
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
7 years agoFix instance ref bug 13/131813/3
Hyunho Kang [Fri, 26 May 2017 11:51:43 +0000 (20:51 +0900)]
Fix instance ref bug

Change-Id: I606b71d654a74c00efc163529eeb85ddf0d59521
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
7 years agoFix tab to retry text bug 63/132063/3
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>
7 years agoFixed blur issue in widget app 61/129861/3
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

7 years agoAdded ImageView::SetImage instead of NativeImageSource::SetSource 60/129860/3
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

7 years agoFix crash by NULL remote surface 59/129859/3
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

7 years agoFix crash by fd increase 58/129858/3
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

7 years agoSet retry message when widget image is removed 57/129857/3
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

7 years agoModified internal api for fault widget case 56/129856/3
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

7 years agoRemoved terminate api from destructor 55/129855/3
taeyoon0.lee [Mon, 27 Feb 2017 05:00:26 +0000 (14:00 +0900)]
Removed terminate api from destructor

Change-Id: I42fcfb581620ee08b07ef7d68031a309e6012d33

7 years agoAdded internal property for custom shader 54/129854/3
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

7 years agoAdded internal property for retry text and text input 53/129853/3
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

7 years agoAdded internal property for terminating widget app 52/129852/3
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

7 years agoModified creation aborted and faulted signal 51/129851/4
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

7 years agoModified deleted signal 50/129850/3
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

7 years agoChanged default state text size 49/129849/3
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

7 years agoAdded po files and codes for language change 48/129848/3
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

7 years agoAdded state message 47/129847/3
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

7 years agoAdded internal api for emitting delete signal 46/129846/2
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

7 years agoAdded property map for loading text and changed default color and style 45/129845/2
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

7 years agoMerge "Modified relation between preview and loading-text for disable mode" into...
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

7 years agoRelease version 1.4.6 31/132031/1 accepted/tizen/unified/20170607.063226 submit/tizen/20170531.235759
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>
7 years agoFix widget_viewer_evas_is_faulted API 95/131695/4
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>
7 years agoModified relation between preview and loading-text for disable mode 44/129844/2
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

7 years agoMove unversioned so file to devel package 06/131206/2
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>
7 years agoFixed crash by wrong default image path 94/130494/1 accepted/tizen/unified/20170522.190801 submit/tizen/20170522.135616 tizen_4.0.m1_release
minho.sun [Mon, 22 May 2017 11:47:35 +0000 (20:47 +0900)]
Fixed crash by wrong default image path

Change-Id: Iee0818f25b6db93509300035c8d9c730161b939f

7 years agoRelease version 1.4.6 43/130043/1 accepted/tizen/unified/20170519.195906 submit/tizen/20170519.015707
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>
7 years agoAdd APIs for binding and unbinding window 80/128680/7
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>
7 years agoRelease version 1.4.5 71/129871/1 accepted/tizen/unified/20170518.185622 submit/tizen/20170518.082320
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>
7 years agoAdd APIs to control visibility 61/129261/4
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>
7 years agoRelease version 1.4.4 38/129538/1 accepted/tizen/unified/20170517.035258 submit/tizen/20170517.013059
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>
7 years agoFix wrong memory allocation 36/129536/1
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>
7 years agoRelease version 1.4.3 25/129525/1 submit/tizen/20170517.004956
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>
7 years agoAdd fallback about sending lifecycle events 14/129314/1
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>
7 years agoRelease version 1.4.2 71/128871/1 accepted/tizen/unified/20170512.023905 submit/tizen/20170512.014117
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>
7 years agoRevert "Use old library ABI" 66/128866/1 submit/tizen/20170512.005333
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

7 years agoDelay resuming time 60/127060/5
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>
7 years agoRelease version 1.4.1 67/127067/1 accepted/tizen/unified/20170426.195832 submit/tizen/20170426.055118
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>
7 years agoFix name of static functions 64/127064/1
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>
7 years agoFix dereferenced after null 12/126712/6
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>
7 years agoUse old library ABI 71/126971/1 accepted/tizen/unified/20170426.061828 submit/tizen/20170426.045854
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

7 years agoRelease version 1.4.0 39/126339/1 accepted/tizen/unified/20170421.114310 submit/tizen/20170421.005321
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>
7 years agoFix widget destroy bug 27/126027/3
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>
7 years agoAdd watch click cancel API 62/125262/1
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>
7 years agoRelease version 1.3.11 53/125153/1 accepted/tizen/unified/20170414.163901 submit/tizen/20170414.043651
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>
7 years agoAdd get widget instance id API 99/120199/30
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>
7 years agoAdd more desc about returned const char * value 88/123988/1
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>
7 years agoRelease version 1.3.10 45/122145/3 accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable accepted/tizen/common/20170330.152043 accepted/tizen/ivi/20170330.224310 accepted/tizen/mobile/20170330.224038 accepted/tizen/tv/20170330.224141 accepted/tizen/unified/20170330.224353 accepted/tizen/wearable/20170330.224233 submit/tizen/20170330.090650
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>
7 years agoAdd description about content_info 32/122132/1
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>
7 years agoAdd API for get setup-appid attribute 31/121431/3
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>
7 years agoFix a wrong implementation 89/121289/3
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>
7 years agoRelease version 1.3.9 52/120952/3 accepted/tizen/common/20170327.143049 accepted/tizen/ivi/20170328.055336 accepted/tizen/mobile/20170328.055241 accepted/tizen/tv/20170328.055303 accepted/tizen/unified/20170328.055354 accepted/tizen/wearable/20170328.055321 submit/tizen/20170327.091525
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>
7 years agoAdd watch-control license 20/121220/2
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>
7 years agoFix a wrong description 89/121189/1
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>
7 years agoFix a wrong description 83/120983/1
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>
7 years agoResize watch window 49/120749/1
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>
7 years agoRelease version 1.3.8 04/120504/1 accepted/tizen/common/20170323.154509 accepted/tizen/ivi/20170323.085438 accepted/tizen/mobile/20170323.085338 accepted/tizen/tv/20170323.085356 accepted/tizen/unified/20170323.085446 accepted/tizen/wearable/20170323.085415 submit/tizen/20170323.064034
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>
7 years agoSet license using %license 11/120411/1
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>
7 years agoRelease version 1.3.7 00/120400/3 accepted/tizen/common/20170323.154328 accepted/tizen/ivi/20170323.085404 accepted/tizen/mobile/20170323.085245 accepted/tizen/tv/20170323.085317 accepted/tizen/unified/20170323.085428 accepted/tizen/wearable/20170323.085344 submit/tizen/20170323.015913
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>
7 years agoFix typo 21/120321/2
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>
7 years agoAdd a new API to get OPR 40/120140/12
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>
7 years agoRelease version 1.3.6 61/119761/1 accepted/tizen/common/20170320.173615 accepted/tizen/ivi/20170320.222026 accepted/tizen/mobile/20170320.221927 accepted/tizen/tv/20170320.221951 accepted/tizen/unified/20170320.222045 accepted/tizen/wearable/20170320.222009 submit/tizen/20170320.054003
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>
7 years agoHandle widget resize event 13/119613/2
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>
7 years agoHandle widget instance create aborted event 55/119555/2
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>
7 years agoRelease version 1.3.5 10/118310/1 accepted/tizen/common/20170310.122231 accepted/tizen/ivi/20170310.102710 accepted/tizen/mobile/20170310.102535 accepted/tizen/tv/20170310.102632 accepted/tizen/unified/20170310.104619 accepted/tizen/wearable/20170310.102652 submit/tizen/20170310.035738 submit/tizen_unified/20170310.103324
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>
7 years agoRefactor screen-connector 32/115932/4
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>
7 years agoRelease version 1.3.4 07/117907/1 accepted/tizen/common/20170309.175150 accepted/tizen/ivi/20170308.121341 accepted/tizen/mobile/20170308.121249 accepted/tizen/tv/20170308.121317 accepted/tizen/unified/20170310.075704 accepted/tizen/wearable/20170308.121329 submit/tizen/20170308.052132 submit/tizen_unified/20170310.011401
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>
7 years agoRemove unnecessary tbm check logic 73/117773/1
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>
7 years agoManage screen connector watcher handle 60/117060/3
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>
7 years agoRelease version 1.3.3 29/114529/2 accepted/tizen/common/20170214.173708 accepted/tizen/ivi/20170214.230301 accepted/tizen/mobile/20170214.230139 accepted/tizen/tv/20170214.230208 accepted/tizen/unified/20170309.032622 accepted/tizen/wearable/20170214.230234 submit/tizen/20170214.042718 submit/tizen_unified/20170308.100406
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>
7 years agoAdd WATCH_SMART_SIGNAL_UPDATED signal 95/114395/4
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>
7 years agoRelease version 1.3.2 38/114338/2
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>
7 years agoFix build break 36/114336/1
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>
7 years agoRelease version 1.3.1 56/112856/1 accepted/tizen/common/20170203.161743 accepted/tizen/ivi/20170205.234119 accepted/tizen/mobile/20170205.234011 accepted/tizen/tv/20170205.234046 accepted/tizen/wearable/20170205.234100 submit/tizen/20170203.072358
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>
7 years agoFix versioning 38/112638/1
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>
7 years agoFix bug about launching the watch app 50/112450/1
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>
7 years agoRemove compile warning messages accepted/tizen/common/20170112.174213 accepted/tizen/ivi/20170111.222012 accepted/tizen/mobile/20170111.221857 accepted/tizen/tv/20170111.221927 accepted/tizen/wearable/20170111.221950 submit/tizen/20170111.041200
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>
7 years agoSet the bundle data for watch app
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>
7 years agoAdd widget_viewer_sdk multiple widget view feature
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>
7 years agoFix multi class widget bug
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>
7 years agoSupport widget_viewer_sdk multi class widget
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>
7 years agoAdded extra updated event
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

7 years agoMerge branch 'tizen_3.0' into tizen 69/108469/1 accepted/tizen/common/20170109.202218 accepted/tizen/ivi/20170105.223139 accepted/tizen/mobile/20170105.223024 accepted/tizen/tv/20170105.223059 accepted/tizen/wearable/20170105.223118 submit/tizen/20170105.005252
Hwankyu Jhun [Wed, 4 Jan 2017 11:09:09 +0000 (20:09 +0900)]
Merge branch 'tizen_3.0' into tizen

Change-Id: If87f4114ae64b2d0b6322392f0453d9ccaf24062

7 years agoAdd release request in update buffer callback 69/106569/3 accepted/tizen/3.0.m2/mobile/20170104.122156 accepted/tizen/3.0.m2/tv/20170104.122415 accepted/tizen/3.0.m2/wearable/20170104.122804 accepted/tizen/3.0/common/20161230.054819 accepted/tizen/3.0/ivi/20161230.010402 accepted/tizen/3.0/mobile/20161230.010312 accepted/tizen/3.0/tv/20161230.010327 accepted/tizen/3.0/wearable/20161230.010349 submit/tizen_3.0.m2/20170104.093749 submit/tizen_3.0/20161228.135437
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

7 years agoImplement resume/pause APIs 56/107256/1 accepted/tizen/3.0/common/20161228.071629 accepted/tizen/3.0/ivi/20161228.021735 accepted/tizen/3.0/mobile/20161228.021608 accepted/tizen/3.0/tv/20161228.021651 accepted/tizen/3.0/wearable/20161228.021714 submit/tizen_3.0/20161227.023045
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>
7 years agoRemove widget_toolkit dependancy from watch-control 28/106028/2 accepted/tizen/3.0/common/20161221.180958 accepted/tizen/3.0/ivi/20161221.010043 accepted/tizen/3.0/mobile/20161221.010228 accepted/tizen/3.0/tv/20161221.005845 accepted/tizen/3.0/wearable/20161221.005954 submit/tizen_3.0/20161220.014437
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>
7 years agoRemove min value from preview text 35/105935/4
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>
7 years agoSet pre multiplied property 73/105673/1
taeyoon [Mon, 19 Dec 2016 08:22:43 +0000 (17:22 +0900)]
Set pre multiplied property

Change-Id: I9d59b3ee7294272821d2064b6280855b5eb9472e

7 years agoReplace tbm to screen-connector for dali 17/104817/4 submit/tizen_3.0/20161219.021901 submit/tizen_3.0/20161220.012114
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>
7 years agoReplace tbm to screen-connector 45/102745/6
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>
7 years ago[Widget viewer] Fixed header file about english and coding standard 88/105288/1
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

7 years ago[Widget-viewer] Fixed header file about english and coding standard 81/105281/1
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

7 years agoMerge "Add missed doxygen document in widget_viewer_dali" into tizen_3.0
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

7 years agochange doxygen display name 41/104841/1
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>
7 years agoChange default permanent delete flag and add CloseRemoteSurface 28/104528/1 accepted/tizen/3.0/common/20161216.123122 accepted/tizen/3.0/ivi/20161216.014457 accepted/tizen/3.0/mobile/20161216.014404 accepted/tizen/3.0/tv/20161216.014419 accepted/tizen/3.0/wearable/20161216.014432 submit/tizen_3.0/20161215.020843
taeyoon [Tue, 13 Dec 2016 11:50:51 +0000 (20:50 +0900)]
Change default permanent delete flag and add CloseRemoteSurface

Change-Id: I152abc4c15c3cb30dc6c6da63eba95f04c0144ce

7 years agoMerge "Remove key event callback" into tizen_3.0 accepted/tizen/3.0/common/20161215.162232 accepted/tizen/3.0/ivi/20161215.043359 accepted/tizen/3.0/mobile/20161215.043241 accepted/tizen/3.0/tv/20161215.043256 accepted/tizen/3.0/wearable/20161215.043354 submit/tizen_3.0/20161213.065216
taeyoon [Tue, 13 Dec 2016 06:47:47 +0000 (22:47 -0800)]
Merge "Remove key event callback" into tizen_3.0

7 years agoMerge "Changes resize policy" into tizen_3.0
taeyoon [Tue, 13 Dec 2016 06:47:32 +0000 (22:47 -0800)]
Merge "Changes resize policy" into tizen_3.0

7 years agoRemove key event callback 92/104292/1
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