platform/core/csapi/tizenfx.git
4 years agoRelease 8.0.0.15083 accepted/tizen/unified/20200121.121511 submit/tizen/20200121.005523
admin [Mon, 20 Jan 2020 15:55:23 +0000 (15:55 +0000)]
Release 8.0.0.15083

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Mon, 20 Jan 2020 15:55:23 +0000 (15:55 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[NUI.Components] Fix svace issues (#1309)
Xianbing Teng [Mon, 20 Jan 2020 11:10:41 +0000 (19:10 +0800)]
[NUI.Components] Fix svace issues (#1309)

4 years ago[NUI] Fixed GridLayout scrolling issue (#1324)
neostom432 [Mon, 20 Jan 2020 07:16:19 +0000 (16:16 +0900)]
[NUI] Fixed GridLayout scrolling issue (#1324)

When using GridLayout view with ScrollableBase, it cannot be scrolled.

It cauesd by wrong height measurement and it only happend when setting
WrapContent to layout view.

Save measurement result when using WrapContent.

Co-authored-by: krown <neostom432@nate.com>
4 years ago[NUI] Fix FittingMode bug (#1318)
huiyueun [Mon, 20 Jan 2020 01:52:39 +0000 (10:52 +0900)]
[NUI] Fix FittingMode bug (#1318)

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years agoRelease 8.0.0.15080 submit/tizen/20200118.005522
admin [Fri, 17 Jan 2020 15:55:22 +0000 (15:55 +0000)]
Release 8.0.0.15080

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Fri, 17 Jan 2020 15:55:21 +0000 (15:55 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[NUI] Control handle state `Pressed` (#1313)
Jiyun Yang [Fri, 17 Jan 2020 06:03:15 +0000 (15:03 +0900)]
[NUI] Control handle state `Pressed` (#1313)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years agoRelease 8.0.0.15079 accepted/tizen/unified/20200116.101938 submit/tizen/20200116.005822
admin [Wed, 15 Jan 2020 15:58:22 +0000 (15:58 +0000)]
Release 8.0.0.15079

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Wed, 15 Jan 2020 15:58:22 +0000 (15:58 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[NUI] Remove default LayoutTransition (#1306)
neostom432 [Wed, 15 Jan 2020 06:18:18 +0000 (15:18 +0900)]
[NUI] Remove default LayoutTransition (#1306)

Remove default LayoutTransition.

Co-authored-by: krown <neostom432@nate.com>
4 years ago[NUI] Clean shadow related properties from Control and sample (#1297)
Jiyun Yang [Wed, 15 Jan 2020 06:05:09 +0000 (15:05 +0900)]
[NUI] Clean shadow related properties from Control and sample (#1297)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years ago[NUI.Components] Remove InputField (#1283)
Xianbing Teng [Wed, 15 Jan 2020 05:58:26 +0000 (13:58 +0800)]
[NUI.Components] Remove InputField (#1283)

4 years agoRelease 8.0.0.15076 submit/tizen/20200115.123225
admin [Wed, 15 Jan 2020 03:32:25 +0000 (03:32 +0000)]
Release 8.0.0.15076

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Wed, 15 Jan 2020 03:32:25 +0000 (03:32 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[Sensor] Sync with API7 branch (#1303)
MuHong Byun [Wed, 15 Jan 2020 02:24:09 +0000 (11:24 +0900)]
[Sensor] Sync with API7 branch (#1303)

* [Sensor] Add auto rotation sensor

Signed-off-by: MuHong Byun <mh.byun@samsung.com>
* [Sensor] Addition of initial sensor values (#1153)

* addition of initial sensor values

* method name changed

* addition of ReadData() method in sensor class

* comment updated

* adding abstract method

* change in access modifier

* access modifier changed

Co-authored-by: pvschakradhar <48746416+pvschakradhar@users.noreply.github.com>
4 years agoRelease 8.0.0.15075 accepted/tizen/unified/20200115.123344 submit/tizen/20200115.100804
admin [Wed, 15 Jan 2020 01:08:04 +0000 (01:08 +0000)]
Release 8.0.0.15075

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Wed, 15 Jan 2020 01:08:02 +0000 (01:08 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years agoRelease 7.0.0.15071 submit/tizen/20200114.005334
admin [Mon, 13 Jan 2020 15:53:34 +0000 (15:53 +0000)]
Release 7.0.0.15071

4 years agoMerge remote-tracking branch 'origin/API7' into tizen
admin [Mon, 13 Jan 2020 15:53:33 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/API7' into tizen

4 years ago[Application] Fix widget instance id bug (#1197)
Seungkeun Lee [Mon, 13 Jan 2020 08:37:00 +0000 (17:37 +0900)]
[Application] Fix widget instance id bug (#1197)

* Fix widget instance id bug

* Update Introp method name

4 years ago[NUI] Add ScrollEnabled property to ScrollableBase (#1301)
neostom432 [Mon, 13 Jan 2020 08:19:42 +0000 (17:19 +0900)]
[NUI] Add ScrollEnabled property to ScrollableBase (#1301)

* [NUI] Add ScrollEnabled property to ScrollableBase

User can disable / enable scrolling using this property.

* [NUI] Add CurrentPage property to ScrollableBase

Can get current page of ScrollableBase when using SnapToPage mode.

Co-authored-by: krown <neostom432@nate.com>
4 years ago[NUI] Add ScrollEnabled property to ScrollableBase (#1300)
neostom432 [Mon, 13 Jan 2020 08:19:05 +0000 (17:19 +0900)]
[NUI] Add ScrollEnabled property to ScrollableBase (#1300)

* [NUI] Add ScrollEnabled property to ScrollableBase

User can disable / enable scrolling using this property.

* [NUI] Add CurrentPage property to ScrollableBase

Can get current page of ScrollableBase when using SnapToPage mode.

Co-authored-by: krown <neostom432@nate.com>
4 years ago[Sensor] Add auto rotation sensor (#1193)
MuHong Byun [Mon, 13 Jan 2020 05:11:59 +0000 (14:11 +0900)]
[Sensor] Add auto rotation sensor (#1193)

Signed-off-by: MuHong Byun <mh.byun@samsung.com>
4 years ago[NUI] Initialize pan direction of ScrollableBase to Vertical (#1292)
neostom432 [Fri, 10 Jan 2020 05:03:35 +0000 (14:03 +0900)]
[NUI] Initialize pan direction of ScrollableBase to Vertical (#1292)

Initialize pan direction to Vertical in constructor of ScrollableBase.

Co-authored-by: krown <neostom432@nate.com>
4 years ago[NUI] Initialize pan direction of ScrollableBase to Vertical (#1293)
neostom432 [Fri, 10 Jan 2020 05:03:13 +0000 (14:03 +0900)]
[NUI] Initialize pan direction of ScrollableBase to Vertical (#1293)

Initialize pan direction to Vertical in constructor of ScrollableBase.

Co-authored-by: krown <neostom432@nate.com>
4 years ago[NUI] Fix SetMinMaxFrameByMarker()'s not working issue in AnimatedVectorImageView...
dongsug-song [Fri, 10 Jan 2020 04:25:44 +0000 (13:25 +0900)]
[NUI] Fix SetMinMaxFrameByMarker()'s not working issue in AnimatedVectorImageView (#1294)

4 years ago[NUI] Fix SetMinMaxFrameByMarker()'s not working issue in AnimatedVectorImageView...
dongsug-song [Fri, 10 Jan 2020 04:25:31 +0000 (13:25 +0900)]
[NUI] Fix SetMinMaxFrameByMarker()'s not working issue in AnimatedVectorImageView (#1295)

4 years ago[NUI] Fix extents issue and unified style format (#1287)
Xianbing Teng [Thu, 9 Jan 2020 09:44:12 +0000 (17:44 +0800)]
[NUI] Fix extents issue and unified style format (#1287)

* [NUI] Fix extents issue and unified style format

* [NUI] Add null value check

* [NUI] Fix null value check issue

4 years ago[NUI] Fix extents issue and unified style format (#1279)
Xianbing Teng [Thu, 9 Jan 2020 09:43:08 +0000 (17:43 +0800)]
[NUI] Fix extents issue and unified style format (#1279)

* [NUI] Fix extents issue and unified style format

* [NUI] Add null value check

* [NUI] Fix null value check issue

4 years ago[NUI] Implement switch's Old background API (#1289)
zhouleonlei [Thu, 9 Jan 2020 06:47:43 +0000 (14:47 +0800)]
[NUI] Implement switch's Old background API (#1289)

4 years ago[NUI] Implement switch's Old background API (#1290)
zhouleonlei [Thu, 9 Jan 2020 06:47:08 +0000 (14:47 +0800)]
[NUI] Implement switch's Old background API (#1290)

4 years ago[NUI] Fix background blank issue of Switch (#1282)
zhouleonlei [Wed, 8 Jan 2020 12:10:46 +0000 (20:10 +0800)]
[NUI] Fix background blank issue of Switch (#1282)

4 years ago[NUI] Fix background blank issue of Switch (#1281)
zhouleonlei [Wed, 8 Jan 2020 12:09:27 +0000 (20:09 +0800)]
[NUI] Fix background blank issue of Switch (#1281)

4 years ago[NUI] Add Shadow properties to ViewStyle (#1277)
Jiyun Yang [Mon, 6 Jan 2020 09:23:26 +0000 (18:23 +0900)]
[NUI] Add Shadow properties to ViewStyle (#1277)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years ago[NUI] Add Shadow properties to ViewStyle (#1276)
Jiyun Yang [Mon, 6 Jan 2020 09:23:08 +0000 (18:23 +0900)]
[NUI] Add Shadow properties to ViewStyle (#1276)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years ago[NUI] Fixed the type conversion issue which cause TCT failed (#1275)
zhouleonlei [Mon, 6 Jan 2020 04:22:55 +0000 (12:22 +0800)]
[NUI] Fixed the type conversion issue which cause TCT failed (#1275)

4 years ago[NUI] Fixed the type conversion issue which cause TCT failed (#1273)
zhouleonlei [Mon, 6 Jan 2020 04:22:11 +0000 (12:22 +0800)]
[NUI] Fixed the type conversion issue which cause TCT failed (#1273)

4 years ago[NUI] Update Shadow property : add Clone method (#1271)
Jiyun Yang [Fri, 3 Jan 2020 08:52:16 +0000 (17:52 +0900)]
[NUI] Update Shadow property : add Clone method (#1271)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years ago[NUI] Update Shadow property : add Clone method (#1270)
Jiyun Yang [Fri, 3 Jan 2020 08:50:00 +0000 (17:50 +0900)]
[NUI] Update Shadow property : add Clone method (#1270)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years ago[NUI] Enable BackgroundImageBorder in View (#1268)
Jiyun Yang [Fri, 3 Jan 2020 08:05:19 +0000 (17:05 +0900)]
[NUI] Enable BackgroundImageBorder in View (#1268)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years ago[NUI] Enable BackgroundImageBorder in View (#1267)
Jiyun Yang [Fri, 3 Jan 2020 08:05:01 +0000 (17:05 +0900)]
[NUI] Enable BackgroundImageBorder in View (#1267)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years ago[NUI] Fix the issue that the property binding in View are not working properly. ...
Jiyun Yang [Fri, 3 Jan 2020 04:59:53 +0000 (13:59 +0900)]
[NUI] Fix the issue that the property binding in View are not working properly. (#1259) (#1266)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years ago[NUI] Fix the issue that the property binding in View are not working properly. ...
Jiyun Yang [Fri, 3 Jan 2020 04:50:46 +0000 (13:50 +0900)]
[NUI] Fix the issue that the property binding in View are not working properly. (#1259)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years ago[NUI] Implement the old API of Popup.SetButtonText for Manual.Tests failed (#1261)
zhouleonlei [Fri, 3 Jan 2020 04:50:09 +0000 (12:50 +0800)]
[NUI] Implement the old API of Popup.SetButtonText for Manual.Tests failed (#1261)

4 years ago[NUI] Implement the old API of Popup.SetButtonText for Manual.Tests failed (#1262)
zhouleonlei [Fri, 3 Jan 2020 04:49:43 +0000 (12:49 +0800)]
[NUI] Implement the old API of Popup.SetButtonText for Manual.Tests failed (#1262)

4 years agofix crash when cube transition effect sample is launched. (#1254)
huayongxu [Mon, 30 Dec 2019 09:41:01 +0000 (17:41 +0800)]
fix crash when cube transition effect sample is launched. (#1254)

4 years ago[NUI] Add to get current window orientation. (#1251)
Wonsik Jung [Fri, 27 Dec 2019 09:59:49 +0000 (18:59 +0900)]
[NUI] Add to get current window orientation. (#1251)

Add the API to get current window orientation.
It is to return the logical orientation

4 years ago[NUI] Add to get current window orientation. (#1249)
Wonsik Jung [Fri, 27 Dec 2019 09:59:14 +0000 (18:59 +0900)]
[NUI] Add to get current window orientation. (#1249)

Add the API to get current window orientation.
It is to return the logical orientation

4 years ago[NUI.Components] Fix Background Image not works issue (#1246) (#1248)
Xianbing Teng [Fri, 27 Dec 2019 08:10:32 +0000 (16:10 +0800)]
[NUI.Components] Fix Background Image not works issue (#1246) (#1248)

4 years ago[NUI.Components] Fix Background Image not works issue (#1246)
Xianbing Teng [Fri, 27 Dec 2019 07:56:13 +0000 (15:56 +0800)]
[NUI.Components] Fix Background Image not works issue (#1246)

4 years ago[NUI] Add SetMinMaxFrameByMarker() in LottieAnimationView (#1244)
dongsug-song [Thu, 26 Dec 2019 07:34:11 +0000 (16:34 +0900)]
[NUI] Add SetMinMaxFrameByMarker() in LottieAnimationView (#1244)

4 years ago[NUI.Components] Fix BackgroundImage doesn't works issue (#1240) (#1243)
Xianbing Teng [Thu, 26 Dec 2019 07:08:47 +0000 (15:08 +0800)]
[NUI.Components] Fix BackgroundImage doesn't works issue (#1240) (#1243)

4 years ago[NUI.Components] Fix BackgroundImage doesn't works issue (#1240)
Xianbing Teng [Thu, 26 Dec 2019 06:37:30 +0000 (14:37 +0800)]
[NUI.Components] Fix BackgroundImage doesn't works issue (#1240)

4 years ago[NUI.Components] Fix build warnings (#1233) (#1238)
Xianbing Teng [Tue, 24 Dec 2019 08:32:57 +0000 (16:32 +0800)]
[NUI.Components] Fix build warnings (#1233) (#1238)

4 years ago[NUI.Components] Fix build warnings (#1233)
Xianbing Teng [Tue, 24 Dec 2019 08:14:34 +0000 (16:14 +0800)]
[NUI.Components] Fix build warnings (#1233)

4 years ago[NUI] Implement shadow in View (#1236)
Jiyun Yang [Tue, 24 Dec 2019 08:12:25 +0000 (17:12 +0900)]
[NUI] Implement shadow in View (#1236)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years ago[NUI] Implement shadow in View (#1223)
Jiyun Yang [Tue, 24 Dec 2019 07:59:12 +0000 (16:59 +0900)]
[NUI] Implement shadow in View (#1223)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years ago[NUI] Fix Dropdown runtime error (#1232)
neostom432 [Mon, 23 Dec 2019 10:16:59 +0000 (19:16 +0900)]
[NUI] Fix Dropdown runtime error (#1232)

Reviewed and Verified with Sample

4 years ago[NUI] Fix Dropdown runtime error (#1231)
neostom432 [Mon, 23 Dec 2019 10:16:32 +0000 (19:16 +0900)]
[NUI] Fix Dropdown runtime error (#1231)

Reviewed and Verified with Sample

4 years ago[NUI] Add AnimatedImageView for AGIF and Image-Array as HiddenAPI (#1227) (#1228)
dongsug-song [Mon, 23 Dec 2019 07:07:55 +0000 (16:07 +0900)]
[NUI] Add AnimatedImageView for AGIF and Image-Array as HiddenAPI (#1227) (#1228)

4 years ago[NUI] Add AnimatedImageView for AGIF and Image-Array as HiddenAPI (#1227)
dongsug-song [Mon, 23 Dec 2019 06:46:14 +0000 (15:46 +0900)]
[NUI] Add AnimatedImageView for AGIF and Image-Array as HiddenAPI (#1227)

4 years ago[NUI] NUI samples (#1225)
dongsug-song [Fri, 20 Dec 2019 11:24:52 +0000 (20:24 +0900)]
[NUI] NUI samples (#1225)

* [NUI] Initial upload the samples of NUI and NUI.Components (#1207)

* [NUI] Merge NUI.Samples to TizenFX (#1222)

* [NUI] Revise NUI samples (#1224)

Co-authored-by: zhouleonlei <56956725+zhouleonlei@users.noreply.github.com>
4 years ago[NUI] Revise NUI samples (#1224)
dongsug-song [Fri, 20 Dec 2019 10:43:35 +0000 (19:43 +0900)]
[NUI] Revise NUI samples (#1224)

4 years ago[NUI] Layout scroller pages api7 (#1186)
agnelovaz [Thu, 19 Dec 2019 12:40:50 +0000 (12:40 +0000)]
[NUI] Layout scroller pages api7 (#1186)

* [NUI.Components] LayoutScroller flick added

Flick support
Configurable Flick animation
Ensuring uniform duration of flick animation by removing flick multipler

Change-Id: Ib654a38cb2070c29520069a75b5782d458ab4da6

* [NUI.Components] Horizontal Scroll supported

* [NUI.Components] LayoutScroller with horizontal Pages support

Other features added:

FlickDurationModifier renamed to FlickAnimationSpeed
Defaults changed so faster.

Uses View API for Add/Remove child instead of the new dedicated API.
ScrollStart and ScrollEnd signals added
Vertical and Horizontal axis enums to set Horizontal or Vertical scrolling

Fixes:
Tap gesture doesn't stop pages scrolling mid way.
Flick in Pages should not stack pages changes. Must wait until scroll ended to flick again.

Change-Id: I8dcabff1e956b747987865ceb4272ccb2ce55061

* [NUI.Components] LayoutScroller renamed to Scrollable

Change-Id: I42805c3b240997d1921db4b3c1008b120d264cbb

* [NUI.Components] Scrollable derives from NUI.Components.Control

Change-Id: Iec6f083fe4601ceff40f74bbe1ae8de4d8da6917

* [NUI.Components] Scrollable Pages MatchParent fix

Fixed bug in which the Scrollable would be the size of it's content
even when set to MatchParent

Change-Id: I2be91b1a6f975b4e8aa2a132dc63009a21ef4b62

* [NUI] Rename component

Rename component Scrollable -> Scroll

* [NUI.Components] rename Scroll to ScrollableBase

* [NUI.Components] change PanGesture direction when scrolling direction is changed

When scrolling direction is changed, pan gesture direction should be changed.
This change makes ScrollableBase support nested list cases.

4 years ago[NUI.Components] Layout scroller/Scrollable Horizontal support and Pages (#1184)
agnelovaz [Thu, 19 Dec 2019 12:39:59 +0000 (12:39 +0000)]
[NUI.Components] Layout scroller/Scrollable Horizontal support and Pages (#1184)

* [NUI.Components] LayoutScroller flick added

Flick support
Configurable Flick animation
Ensuring uniform duration of flick animation by removing flick multipler

Change-Id: Ib654a38cb2070c29520069a75b5782d458ab4da6

* [NUI.Components] Horizontal Scroll supported

* [NUI.Components] LayoutScroller with horizontal Pages support

Other features added:

FlickDurationModifier renamed to FlickAnimationSpeed
Defaults changed so faster.

Uses View API for Add/Remove child instead of the new dedicated API.
ScrollStart and ScrollEnd signals added
Vertical and Horizontal axis enums to set Horizontal or Vertical scrolling

Fixes:
Tap gesture doesn't stop pages scrolling mid way.
Flick in Pages should not stack pages changes. Must wait until scroll ended to flick again.

Change-Id: I8dcabff1e956b747987865ceb4272ccb2ce55061

* [NUI.Components] LayoutScroller renamed to Scrollable

Change-Id: I42805c3b240997d1921db4b3c1008b120d264cbb

* [NUI.Components] Scrollable derives from NUI.Components.Control

Change-Id: Iec6f083fe4601ceff40f74bbe1ae8de4d8da6917

* [NUI.Components] Scrollable Pages MatchParent fix

Fixed bug in which the Scrollable would be the size of it's content
even when set to MatchParent

Change-Id: I2be91b1a6f975b4e8aa2a132dc63009a21ef4b62

* [NUI] Rename component

Rename component Scrollable -> Scroll

* [NUI.Components] rename Scroll to ScrollableBase

* [NUI.Components] change PanGesture direction when scrolling direction is changed

When scrolling direction is changed, pan gesture direction should be changed.
This change makes ScrollableBase support nested list cases.

4 years ago[NUI] Merge NUI.Samples to TizenFX (#1222)
zhouleonlei [Thu, 19 Dec 2019 10:44:41 +0000 (18:44 +0800)]
[NUI] Merge NUI.Samples to TizenFX (#1222)

4 years ago[NUI] Fix crash issue when creat popup (#1189)
AdunFang [Thu, 19 Dec 2019 10:32:40 +0000 (18:32 +0800)]
[NUI] Fix crash issue when creat popup (#1189)

4 years ago[NUI] Add NoOrientationPreference (#1220)
Wonsik Jung [Thu, 19 Dec 2019 09:24:31 +0000 (18:24 +0900)]
[NUI] Add NoOrientationPreference (#1220)

Add NoOrientationPreference to WindowOrientation enum.
It is used to unset the preferred orientation with SetPreferredOrientation.

4 years ago[NUI] Add NoOrientationPreference (#1219)
Wonsik Jung [Thu, 19 Dec 2019 09:23:40 +0000 (18:23 +0900)]
[NUI] Add NoOrientationPreference (#1219)

Add NoOrientationPreference to WindowOrientation enum.
It is used to unset the preferred orientation with SetPreferredOrientation.

4 years ago[NUI] Fix textfield color issue (#1213)
Xianbing Teng [Thu, 19 Dec 2019 09:15:30 +0000 (17:15 +0800)]
[NUI] Fix textfield color issue (#1213)

4 years ago[NUI] Fix textfield color issue (#1211)
Xianbing Teng [Thu, 19 Dec 2019 09:15:02 +0000 (17:15 +0800)]
[NUI] Fix textfield color issue (#1211)

4 years ago[NUI] Support adding multiple callback to gesture (#1216)
neostom432 [Thu, 19 Dec 2019 06:59:01 +0000 (15:59 +0900)]
[NUI] Support adding multiple callback to gesture (#1216)

* NUIWidgetApplication constructor for multi widget

Add new constructor for multi widget.
Previously, NUIWidgetApplication had constructor for single widget.

Now, we can support multi widget so add constructor for this.

* [NUI] Support adding multiple callback to gesture

4 years ago[NUI] Support adding multiple callback to gesture (#1215)
neostom432 [Thu, 19 Dec 2019 06:54:46 +0000 (15:54 +0900)]
[NUI] Support adding multiple callback to gesture (#1215)

4 years ago[NUI] Initial upload the samples of NUI and NUI.Components (#1207)
dongsug-song [Thu, 19 Dec 2019 02:09:40 +0000 (11:09 +0900)]
[NUI] Initial upload the samples of NUI and NUI.Components (#1207)

4 years ago[NUI] Add SetMinMaxFrameByMarker() in LottieAnimationView (#1210)
dongsug-song [Thu, 19 Dec 2019 02:09:25 +0000 (11:09 +0900)]
[NUI] Add SetMinMaxFrameByMarker() in LottieAnimationView (#1210)

4 years ago[NUI] Merge master#1206 to API7 (#1209)
zhouleonlei [Wed, 18 Dec 2019 10:14:13 +0000 (18:14 +0800)]
[NUI] Merge master#1206 to API7 (#1209)

4 years ago[NUI] Sync the whole codes to master (#1206)
zhouleonlei [Wed, 18 Dec 2019 09:18:00 +0000 (17:18 +0800)]
[NUI] Sync the whole codes to master (#1206)

* [NUI] Sync the whole codes to master

* [NUI] add EditorBrowsableState.Never for ButtonGroup

4 years ago[NUI] Merge master#1199 to API7 (#1205)
zhouleonlei [Wed, 18 Dec 2019 06:57:04 +0000 (14:57 +0800)]
[NUI] Merge master#1199 to API7 (#1205)

4 years agoFix components issue 1216 (#1194) (#1203)
Xianbing Teng [Wed, 18 Dec 2019 06:33:54 +0000 (14:33 +0800)]
Fix components issue 1216 (#1194) (#1203)

* [NUI] Fix text field fontfamily selector and color convert issue

* [NUI.Components] Fix tab item issue

* [NUI] Rename attribute file name to style

* [NUI.Components] Make OnUpdate of Button as hidden

4 years agoFix components issue 1216 (#1194)
Xianbing Teng [Wed, 18 Dec 2019 06:00:53 +0000 (14:00 +0800)]
Fix components issue 1216 (#1194)

* [NUI] Fix text field fontfamily selector and color convert issue

* [NUI.Components] Fix tab item issue

* [NUI] Rename attribute file name to style

* [NUI.Components] Make OnUpdate of Button as hidden

4 years ago[NUI] Refine Toast and Remove Toast from the Window after hidden (#1199)
zhouleonlei [Wed, 18 Dec 2019 04:14:35 +0000 (12:14 +0800)]
[NUI] Refine Toast and Remove Toast from the Window after hidden (#1199)

4 years agoRefine background property of control (#1183) (#1196)
Xianbing Teng [Wed, 18 Dec 2019 01:24:38 +0000 (09:24 +0800)]
Refine background property of control (#1183) (#1196)

* Refine background property of control

* [NUI] Refine SelectButton control of NUI.Components

* [NUI] Remove thumb background from slider

4 years ago[Sensor] Addition of initial sensor values (#1153)
pvschakradhar [Mon, 16 Dec 2019 06:49:04 +0000 (12:19 +0530)]
[Sensor] Addition of initial sensor values (#1153)

* addition of initial sensor values

* method name changed

* addition of ReadData() method in sensor class

* comment updated

* adding abstract method

* change in access modifier

* access modifier changed

4 years agoRefine background property of control (#1183)
Xianbing Teng [Mon, 16 Dec 2019 03:43:05 +0000 (11:43 +0800)]
Refine background property of control (#1183)

* Refine background property of control

* [NUI] Refine SelectButton control of NUI.Components

* [NUI] Remove thumb background from slider

4 years ago[NUI] Fix ICustomFocusAlgorithm exception (#1187)
dongsug-song [Fri, 13 Dec 2019 03:55:57 +0000 (12:55 +0900)]
[NUI] Fix ICustomFocusAlgorithm exception (#1187)

4 years ago[NUI] Fix ICustomFocusAlgorithm exception (#1182)
dongsug-song [Fri, 13 Dec 2019 03:17:37 +0000 (12:17 +0900)]
[NUI] Fix ICustomFocusAlgorithm exception (#1182)

4 years ago[NUI] Add checking if the Timer is used in main thread (#1179)
dongsug-song [Thu, 12 Dec 2019 11:01:08 +0000 (20:01 +0900)]
[NUI] Add checking if the Timer is used in main thread (#1179)

4 years agoUpdate README.md
WonYoung Choi [Thu, 12 Dec 2019 04:12:35 +0000 (13:12 +0900)]
Update README.md

4 years ago[Build] Bump to API8
Wonyoung Choi [Thu, 12 Dec 2019 04:10:38 +0000 (13:10 +0900)]
[Build] Bump to API8

4 years ago[ElmSharp] Add internal Evas Image APIs (#1146)
Seungkeun Lee [Thu, 12 Dec 2019 00:37:53 +0000 (09:37 +0900)]
[ElmSharp] Add internal Evas Image APIs (#1146)

4 years agoRelease 7.0.0.15037 accepted/tizen/unified/20191212.123653 submit/tizen/20191212.005331
admin [Wed, 11 Dec 2019 15:53:31 +0000 (15:53 +0000)]
Release 7.0.0.15037

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Wed, 11 Dec 2019 15:53:30 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[NUI] Fixed TCT failed issues (#1176)
zhouleonlei [Wed, 11 Dec 2019 00:23:30 +0000 (08:23 +0800)]
[NUI] Fixed TCT failed issues (#1176)

4 years agoRelease 7.0.0.15036 accepted/tizen/unified/20191211.121112 submit/tizen/20191211.005331
admin [Tue, 10 Dec 2019 15:53:31 +0000 (15:53 +0000)]
Release 7.0.0.15036

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Tue, 10 Dec 2019 15:53:31 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[NUI] Fix wrong API comments in xml (#1175)
Jiyun Yang [Tue, 10 Dec 2019 11:15:40 +0000 (20:15 +0900)]
[NUI] Fix wrong API comments in xml (#1175)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years agoRelease 7.0.0.15035 submit/tizen/20191209.170231
admin [Mon, 9 Dec 2019 08:02:31 +0000 (08:02 +0000)]
Release 7.0.0.15035

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Mon, 9 Dec 2019 08:02:30 +0000 (08:02 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[Build] Fix build target name for API7
Wonyoung Choi [Mon, 9 Dec 2019 07:59:34 +0000 (16:59 +0900)]
[Build] Fix build target name for API7