platform/core/csapi/tizenfx.git
4 years agoRelease 6.0.0.15060 accepted/tizen/5.5/unified/20200116.120633 submit/tizen_5.5/20200116.005425
admin [Wed, 15 Jan 2020 15:54:25 +0000 (15:54 +0000)]
Release 6.0.0.15060

4 years agoMerge remote-tracking branch 'origin/API6' into tizen_5.5
admin [Wed, 15 Jan 2020 15:54:25 +0000 (15:54 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5

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

Remove default LayoutTransition.

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

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

4 years agoRelease 6.0.0.15057 accepted/tizen/5.5/unified/20200115.055000 submit/tizen_5.5/20200114.005148
admin [Mon, 13 Jan 2020 15:51:48 +0000 (15:51 +0000)]
Release 6.0.0.15057

4 years agoMerge remote-tracking branch 'origin/API6' into tizen_5.5
admin [Mon, 13 Jan 2020 15:51:48 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5

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

* [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 agoRelease 6.0.0.15056 accepted/tizen/5.5/unified/20200112.221102 submit/tizen_5.5/20200111.005156
admin [Fri, 10 Jan 2020 15:51:56 +0000 (15:51 +0000)]
Release 6.0.0.15056

4 years agoMerge remote-tracking branch 'origin/API6' into tizen_5.5
admin [Fri, 10 Jan 2020 15:51:56 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5

4 years ago[NUI] Initialize pan direction of ScrollableBase to Vertical (#1291)
neostom432 [Fri, 10 Jan 2020 05:03:48 +0000 (14:03 +0900)]
[NUI] Initialize pan direction of ScrollableBase to Vertical (#1291)

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:16 +0000 (13:25 +0900)]
[NUI] Fix SetMinMaxFrameByMarker()'s not working issue in AnimatedVectorImageView (#1296)

4 years agoRelease 6.0.0.15054 submit/tizen_5.5/20200110.005147
admin [Thu, 9 Jan 2020 15:51:47 +0000 (15:51 +0000)]
Release 6.0.0.15054

4 years agoMerge remote-tracking branch 'origin/API6' into tizen_5.5
admin [Thu, 9 Jan 2020 15:51:47 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5

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

* [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 (#1288)
zhouleonlei [Thu, 9 Jan 2020 06:47:55 +0000 (14:47 +0800)]
[NUI] Implement switch's Old background API (#1288)

4 years agoRelease 6.0.0.15052 accepted/tizen/5.5/unified/20200109.063405 submit/tizen_5.5/20200109.005149
admin [Wed, 8 Jan 2020 15:51:49 +0000 (15:51 +0000)]
Release 6.0.0.15052

4 years agoMerge remote-tracking branch 'origin/API6' into tizen_5.5
admin [Wed, 8 Jan 2020 15:51:49 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5

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

4 years agoRelease 6.0.0.15051 accepted/tizen/5.5/unified/20200108.120652 submit/tizen_5.5/20200108.005153
admin [Tue, 7 Jan 2020 15:51:53 +0000 (15:51 +0000)]
Release 6.0.0.15051

4 years agoMerge remote-tracking branch 'origin/API6' into tizen_5.5
admin [Tue, 7 Jan 2020 15:51:52 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5

4 years ago[ElmSharp] Add more preloading components (#1255)
Jay Cho [Tue, 7 Jan 2020 07:36:49 +0000 (16:36 +0900)]
[ElmSharp] Add more preloading components (#1255)

* Add preloading components on PreloadedWindow

* Add unrealize process after wiget creations

* Put Adding event in local function

* Update method name for preload widgets

4 years agoRelease 6.0.0.15050 accepted/tizen/5.5/unified/20200107.042913 submit/tizen_5.5/20200106.190529
admin [Mon, 6 Jan 2020 10:05:30 +0000 (10:05 +0000)]
Release 6.0.0.15050

4 years agoMerge remote-tracking branch 'origin/API6' into tizen_5.5
admin [Mon, 6 Jan 2020 10:05:29 +0000 (10:05 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5

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

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

4 years agoRelease 6.0.0.15048 accepted/tizen/5.5/unified/20200105.221136 submit/tizen_5.5/20200104.005152
admin [Fri, 3 Jan 2020 15:51:52 +0000 (15:51 +0000)]
Release 6.0.0.15048

4 years agoMerge remote-tracking branch 'origin/API6' into tizen_5.5
admin [Fri, 3 Jan 2020 15:51:52 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5

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

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

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:58:26 +0000 (13:58 +0900)]
[NUI] Fix the issue that the property binding in View are not working properly. (#1259) (#1265)

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

4 years agoRelease 6.0.0.15044 accepted/tizen/5.5/unified/20191230.212157 submit/tizen_5.5/20191228.005150
admin [Fri, 27 Dec 2019 15:51:50 +0000 (15:51 +0000)]
Release 6.0.0.15044

4 years agoMerge remote-tracking branch 'origin/API6' into tizen_5.5
admin [Fri, 27 Dec 2019 15:51:50 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5

4 years ago[NUI] Add to get current window orientation. (#1250)
Wonsik Jung [Fri, 27 Dec 2019 10:00:36 +0000 (19:00 +0900)]
[NUI] Add to get current window orientation. (#1250)

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) (#1247)
Xianbing Teng [Fri, 27 Dec 2019 08:09:59 +0000 (16:09 +0800)]
[NUI.Components] Fix Background Image not works issue (#1246) (#1247)

4 years agoRelease 6.0.0.15042 submit/tizen_5.5/20191226.164443
admin [Thu, 26 Dec 2019 07:44:43 +0000 (07:44 +0000)]
Release 6.0.0.15042

4 years agoMerge remote-tracking branch 'origin/API6' into tizen_5.5
admin [Thu, 26 Dec 2019 07:44:42 +0000 (07:44 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5

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

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

4 years agoRelease 6.0.0.15040 submit/tizen_5.5/20191225.005148
admin [Tue, 24 Dec 2019 15:51:48 +0000 (15:51 +0000)]
Release 6.0.0.15040

4 years agoMerge remote-tracking branch 'origin/API6' into tizen_5.5
admin [Tue, 24 Dec 2019 15:51:48 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5

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

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

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years ago[Camera] Fix null reference bug (#1234)
hsgwon [Tue, 24 Dec 2019 06:40:18 +0000 (15:40 +0900)]
[Camera] Fix null reference bug (#1234)

4 years agoRelease 6.0.0.15037 submit/tizen_5.5/20191224.005145
admin [Mon, 23 Dec 2019 15:51:45 +0000 (15:51 +0000)]
Release 6.0.0.15037

4 years agoMerge remote-tracking branch 'origin/API6' into tizen_5.5
admin [Mon, 23 Dec 2019 15:51:45 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5

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

Reviewed and Verified with Sample

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

4 years agoRelease 6.0.0.15035 submit/tizen_5.5/20191221.005149
admin [Fri, 20 Dec 2019 15:51:49 +0000 (15:51 +0000)]
Release 6.0.0.15035

4 years agoMerge remote-tracking branch 'origin/API6' into tizen_5.5
admin [Fri, 20 Dec 2019 15:51:48 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5

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

* [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>
Co-authored-by: zhouleonlei <56956725+zhouleonlei@users.noreply.github.com>
4 years agoRelease 6.0.0.15034 submit/tizen_5.5/20191220.005152
admin [Thu, 19 Dec 2019 15:51:52 +0000 (15:51 +0000)]
Release 6.0.0.15034

4 years agoMerge remote-tracking branch 'origin/API6' into tizen_5.5
admin [Thu, 19 Dec 2019 15:51:52 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5

4 years ago[NUI] Layout scroller pages api6 (#1185)
agnelovaz [Thu, 19 Dec 2019 12:40:33 +0000 (12:40 +0000)]
[NUI] Layout scroller pages api6 (#1185)

* [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 agoRelease 6.0.0.15033 submit/tizen_5.5/20191219.184048
admin [Thu, 19 Dec 2019 09:40:48 +0000 (09:40 +0000)]
Release 6.0.0.15033

4 years agoMerge remote-tracking branch 'origin/API6' into tizen_5.5
admin [Thu, 19 Dec 2019 09:40:48 +0000 (09:40 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5

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

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

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

4 years agoRelease 6.0.0.15031 submit/tizen_5.5/20191219.005148
admin [Wed, 18 Dec 2019 15:51:48 +0000 (15:51 +0000)]
Release 6.0.0.15031

4 years agoMerge remote-tracking branch 'origin/API6' into tizen_5.5
admin [Wed, 18 Dec 2019 15:51:48 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5

4 years ago[NUI] Merge mater#1206 to API6 (#1208)
zhouleonlei [Wed, 18 Dec 2019 10:13:33 +0000 (18:13 +0800)]
[NUI] Merge mater#1206 to API6 (#1208)

4 years agoRelease 6.0.0.15030 submit/tizen_5.5/20191218.184526
admin [Wed, 18 Dec 2019 09:45:26 +0000 (09:45 +0000)]
Release 6.0.0.15030

4 years agoMerge remote-tracking branch 'origin/API6' into tizen_5.5
admin [Wed, 18 Dec 2019 09:45:26 +0000 (09:45 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5

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

* [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]Merge master#1199 to API6 (#1202)
zhouleonlei [Wed, 18 Dec 2019 06:16:33 +0000 (14:16 +0800)]
[NUI]Merge master#1199 to API6 (#1202)

4 years ago[NUI.Components]Sync master to api6 1218 (#1200)
Xianbing Teng [Wed, 18 Dec 2019 05:36:38 +0000 (13:36 +0800)]
[NUI.Components]Sync master to api6 1218 (#1200)

* [NUI] To fix OSV check (#1164)

* [NUI.Components] Refine DropDown control (#1166)

* [NUI.Components]Fix svace issue (#1169)

* 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 agoRelease 6.0.0.15027 submit/tizen_5.5/20191218.101128
admin [Wed, 18 Dec 2019 01:11:28 +0000 (01:11 +0000)]
Release 6.0.0.15027

4 years agoMerge remote-tracking branch 'origin/API6' into tizen_5.5
admin [Wed, 18 Dec 2019 01:11:28 +0000 (01:11 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5

4 years ago[Sensor] Fix type on auto rotation sensor property (#1198)
MuHong Byun [Wed, 18 Dec 2019 01:08:54 +0000 (10:08 +0900)]
[Sensor] Fix type on auto rotation sensor property (#1198)

Signed-off-by: MuHong Byun <mh.byun@samsung.com>
4 years agoRelease 6.0.0.15026 accepted/tizen/5.5/unified/20191213.105157 submit/tizen_5.5/20191213.165528
admin [Fri, 13 Dec 2019 07:55:28 +0000 (07:55 +0000)]
Release 6.0.0.15026

4 years agoMerge remote-tracking branch 'origin/API6' into tizen_5.5
admin [Fri, 13 Dec 2019 07:55:28 +0000 (07:55 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5

4 years ago[NUI] Fix crash issue when create popup (#1191)
AdunFang [Fri, 13 Dec 2019 07:37:37 +0000 (15:37 +0800)]
[NUI] Fix crash issue when create popup (#1191)

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

4 years agoRelease 6.0.0.15024 submit/tizen_5.5/20191212.132007
admin [Thu, 12 Dec 2019 04:20:07 +0000 (04:20 +0000)]
Release 6.0.0.15024

4 years agoMerge remote-tracking branch 'origin/API6' into tizen_5.5
admin [Thu, 12 Dec 2019 04:20:07 +0000 (04:20 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5

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

4 years agoRelease 6.0.0.15023 submit/tizen_5.5/20191212.005148
admin [Wed, 11 Dec 2019 15:51:48 +0000 (15:51 +0000)]
Release 6.0.0.15023

4 years agoMerge remote-tracking branch 'origin/API6' into tizen_5.5
admin [Wed, 11 Dec 2019 15:51:48 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5

4 years agoUpgrade gesture handler (#1180)
neostom432 [Wed, 11 Dec 2019 10:01:09 +0000 (19:01 +0900)]
Upgrade gesture handler (#1180)

* Support multiple callbacks for gesture event

* Change other gestures

4 years ago[NUI] Add checking if the Timer is used in main thread (#1178)
dongsug-song [Wed, 11 Dec 2019 06:29:27 +0000 (15:29 +0900)]
[NUI] Add checking if the Timer is used in main thread (#1178)

4 years agoRelease 6.0.0.15021 accepted/tizen/5.5/unified/20191211.073940 submit/tizen_5.5/20191211.140457
admin [Wed, 11 Dec 2019 05:04:57 +0000 (05:04 +0000)]
Release 6.0.0.15021

4 years agoMerge remote-tracking branch 'origin/API6' into tizen_5.5
admin [Wed, 11 Dec 2019 05:04:57 +0000 (05:04 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5

4 years ago[Sensor] Fix invalid value matching between native and csharp API (#1173)
MuHong Byun [Wed, 11 Dec 2019 05:02:41 +0000 (14:02 +0900)]
[Sensor] Fix invalid value matching between native and csharp API (#1173)

* auto_rotation sensor

Signed-off-by: MuHong Byun <mh.byun@samsung.com>
4 years ago[NUI] Fixed TCT failed issues (#1177)
zhouleonlei [Wed, 11 Dec 2019 03:34:12 +0000 (11:34 +0800)]
[NUI] Fixed TCT failed issues (#1177)

4 years agoRelease 6.0.0.15019 accepted/tizen/5.5/unified/20191210.221250 submit/tizen_5.5/20191211.005148
admin [Tue, 10 Dec 2019 15:51:48 +0000 (15:51 +0000)]
Release 6.0.0.15019

4 years agoMerge remote-tracking branch 'origin/API6' into tizen_5.5
admin [Tue, 10 Dec 2019 15:51:48 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5

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

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years agoRelease 6.0.0.15018 submit/tizen_5.5/20191210.171312
admin [Tue, 10 Dec 2019 08:13:12 +0000 (08:13 +0000)]
Release 6.0.0.15018

4 years agoMerge remote-tracking branch 'origin/API6' into tizen_5.5
admin [Tue, 10 Dec 2019 08:13:12 +0000 (08:13 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5

4 years agosensor: csapi: Add internal api (rotation sensor) (#1168)
MuHong Byun [Tue, 10 Dec 2019 08:09:58 +0000 (17:09 +0900)]
sensor: csapi: Add internal api (rotation sensor) (#1168)

Signed-off-by: MuHong Byun <mh.byun@samsung.com>
4 years agoRelease 6.0.0.15017 submit/tizen_5.5/20191210.005149
admin [Mon, 9 Dec 2019 15:51:49 +0000 (15:51 +0000)]
Release 6.0.0.15017

4 years agoMerge remote-tracking branch 'origin/API6' into tizen_5.5
admin [Mon, 9 Dec 2019 15:51:49 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5

4 years ago[NUI] Fix svace issue (#1172)
huiyueun [Mon, 9 Dec 2019 02:02:48 +0000 (11:02 +0900)]
[NUI] Fix svace issue (#1172)

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years agoRelease 6.0.0.15016 accepted/tizen/5.5/unified/20191209.050140 submit/tizen_5.5/20191207.005154
admin [Fri, 6 Dec 2019 15:51:54 +0000 (15:51 +0000)]
Release 6.0.0.15016

4 years agoMerge remote-tracking branch 'origin/API6' into tizen_5.5
admin [Fri, 6 Dec 2019 15:51:54 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5

4 years ago[NUI.Components] Refine DropDown control (#1171)
Xianbing Teng [Fri, 6 Dec 2019 07:38:32 +0000 (15:38 +0800)]
[NUI.Components] Refine DropDown control (#1171)

4 years ago[NUI] Fix Svace issue (#1167)
huiyueun [Fri, 6 Dec 2019 02:01:04 +0000 (11:01 +0900)]
[NUI] Fix Svace issue (#1167)

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years agoRelease 6.0.0.15014 accepted/tizen/5.5/unified/20191205.090152 submit/tizen_5.5/20191205.005151
admin [Wed, 4 Dec 2019 15:51:51 +0000 (15:51 +0000)]
Release 6.0.0.15014

4 years agoMerge remote-tracking branch 'origin/API6' into tizen_5.5
admin [Wed, 4 Dec 2019 15:51:51 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5