platform/core/csapi/tizenfx.git
4 years agoRelease 8.0.0.15101 accepted/tizen/unified/20200211.055858 submit/tizen/20200211.005335
admin [Mon, 10 Feb 2020 15:53:35 +0000 (15:53 +0000)]
Release 8.0.0.15101

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Mon, 10 Feb 2020 15:53:35 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[NUI] Fix visual bugs (#1379)
Jiyun Yang [Mon, 10 Feb 2020 05:21:41 +0000 (14:21 +0900)]
[NUI] Fix visual bugs (#1379)

* Fix ths issue that the VisualMap does not tranform
* Fix TextVisual crash issue

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years ago[Sensor] Modify implementation using new native API (#1367)
MuHong Byun [Mon, 10 Feb 2020 04:12:16 +0000 (13:12 +0900)]
[Sensor] Modify implementation using new native API (#1367)

* sensor_listener_set_events_cb, sensor_listener_unset_events_cb

Signed-off-by: MuHong Byun <mh.byun@samsung.com>
4 years ago[NUI] Add default component styles (#1378)
Jiyun Yang [Mon, 10 Feb 2020 02:04:26 +0000 (11:04 +0900)]
[NUI] Add default component styles (#1378)

DefaultButtonStyle
DefaultCheckBoxStyle
DefaultSwitchStyle
DefaultRadioButtonStyle

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years agoRelease 8.0.0.15098 accepted/tizen/unified/20200210.131749 submit/tizen/20200208.005519
admin [Fri, 7 Feb 2020 15:55:19 +0000 (15:55 +0000)]
Release 8.0.0.15098

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

4 years ago[Notification] Change TimeStamp of SafeHanlde (#1375)
mk5004lee [Fri, 7 Feb 2020 05:48:24 +0000 (14:48 +0900)]
[Notification] Change TimeStamp of SafeHanlde (#1375)

- DateTimeKind.Local -> DateTimeKind.Utc

Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
4 years agoRelease 8.0.0.15097 accepted/tizen/unified/20200207.122351 submit/tizen/20200207.005522
admin [Thu, 6 Feb 2020 15:55:22 +0000 (15:55 +0000)]
Release 8.0.0.15097

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Thu, 6 Feb 2020 15:55:22 +0000 (15:55 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[NUI] Modify Instance bug of Application (#1368)
huiyueun [Thu, 6 Feb 2020 07:01:40 +0000 (16:01 +0900)]
[NUI] Modify Instance bug of Application (#1368)

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years agoRelease 8.0.0.15096 accepted/tizen/unified/20200206.123512 submit/tizen/20200206.005533
admin [Wed, 5 Feb 2020 15:55:33 +0000 (15:55 +0000)]
Release 8.0.0.15096

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Wed, 5 Feb 2020 15:55:33 +0000 (15:55 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[NUI] Fix Animation Dispose() to make local variable of Animation instance make worki...
dongsug-song [Wed, 5 Feb 2020 02:09:57 +0000 (11:09 +0900)]
[NUI] Fix Animation Dispose() to make local variable of Animation instance make working properly (#1360)

- NUI Animation class is binding to DALi native Animation class.
- Animation class inherits from BaseHandle class so it has a reference count.
- In NUI side, if the Animation class is instanced in local scope, it is disposed automatically by DisposeQueue. Here the reference count of native DALi Animation is decreased and it will be managed by smart pointer so this is not a matter in NUI side.
- NUI Animation Dispose() need care only the events which are connected to native DALi, so event handlers of Finished and ProgressReached are certainly disconnected.
- Animation which has been created as local variable will work properly. (ex: if LoopCount is set to 100 and it is even local variable, it will animate 100 times and stop normally.)

4 years ago[NUI] Measure whole child in GridLayout (#1365)
neostom432 [Wed, 5 Feb 2020 01:51:03 +0000 (10:51 +0900)]
[NUI] Measure whole child in GridLayout (#1365)

Currently, GridLayout measures only first child for calculation so other child cannot layout its children.
Now, GridLayout measures whole child so they can layout its children.

Co-authored-by: agnelovaz <vaz.agnelo@gmail.com>
4 years agoRelease 8.0.0.15094 submit/tizen/20200205.005149
admin [Tue, 4 Feb 2020 15:51:49 +0000 (15:51 +0000)]
Release 8.0.0.15094

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Tue, 4 Feb 2020 15:51:49 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[Application.Common] Fix ULocale class (#1357)
hjhun [Tue, 4 Feb 2020 04:38:14 +0000 (13:38 +0900)]
[Application.Common] Fix ULocale class (#1357)

- Uses base-utils-i18n instead of icu

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
4 years agoRelease 8.0.0.15093 submit/tizen/20200204.005538
admin [Mon, 3 Feb 2020 15:55:38 +0000 (15:55 +0000)]
Release 8.0.0.15093

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

4 years ago[NFC] Fix TC failed issue : the SEH exception occurs (#1326)
jh8801jung [Mon, 3 Feb 2020 01:09:04 +0000 (10:09 +0900)]
[NFC] Fix TC failed issue : the SEH exception occurs (#1326)

* [NFC] Fix TC failed issue : the SEH exception occurs

Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
* Free IntPtr from capi

Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
* Replace free method

Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
4 years agoRelease 8.0.0.15092 submit/tizen/20200201.005528
admin [Fri, 31 Jan 2020 15:55:28 +0000 (15:55 +0000)]
Release 8.0.0.15092

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

4 years ago[NUI] Fix Tizen.NUI.Samples crash error when it is terminated (#1353)
dongsug-song [Fri, 31 Jan 2020 05:06:02 +0000 (14:06 +0900)]
[NUI] Fix Tizen.NUI.Samples crash error when it is terminated (#1353)

4 years agoRelease 8.0.0.15091 submit/tizen/20200131.005519
admin [Thu, 30 Jan 2020 15:55:19 +0000 (15:55 +0000)]
Release 8.0.0.15091

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

4 years ago[NUI] Add ScrollToIndex to ScrollableBase (#1352)
neostom432 [Thu, 30 Jan 2020 05:16:49 +0000 (14:16 +0900)]
[NUI] Add ScrollToIndex to ScrollableBase (#1352)

* [NUI] Add ScrollToIndex to ScrollableBase

Scrolls to the item at the specified index.

* [NUI] Use position instead of Size for calculating scrolling position

Co-authored-by: krown <neostom432@nate.com>
4 years ago[NUI] Fix AlphaMaskUrl setting order problem (#1349)
dongsug-song [Thu, 30 Jan 2020 04:06:45 +0000 (13:06 +0900)]
[NUI] Fix AlphaMaskUrl setting order problem (#1349)

4 years agoRelease 8.0.0.15089 submit/tizen/20200130.005510
admin [Wed, 29 Jan 2020 15:55:10 +0000 (15:55 +0000)]
Release 8.0.0.15089

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

4 years ago[NUI] Add GaussianBlurView (#1344)
neostom432 [Wed, 29 Jan 2020 11:32:37 +0000 (20:32 +0900)]
[NUI] Add GaussianBlurView (#1344)

* [NUI] Add GaussianBlurView

Add GaussianBlurView.

For now user can use this class internally, because APIs are all hidden.

* [NUI] make private function to internal in GaussianBlurView

Co-authored-by: krown <neostom432@nate.com>
4 years ago[NUI] Fix NUI svace issue (#1343)
huiyueun [Wed, 29 Jan 2020 03:57:01 +0000 (12:57 +0900)]
[NUI] Fix NUI svace issue (#1343)

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

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

4 years ago[NUI] Add dispose checking in just a few methods of Timer class (#1340)
dongsug-song [Wed, 22 Jan 2020 23:46:08 +0000 (08:46 +0900)]
[NUI] Add dispose checking in just a few methods of Timer class (#1340)

4 years agoRelease 8.0.0.15086 submit/tizen/20200122.005513
admin [Tue, 21 Jan 2020 15:55:13 +0000 (15:55 +0000)]
Release 8.0.0.15086

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

4 years ago[NUI] Support Shadow Size Extents (#1325)
Jiyun Yang [Tue, 21 Jan 2020 03:17:17 +0000 (12:17 +0900)]
[NUI] Support Shadow Size Extents (#1325)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years ago[NUI] Fix reparenting of Child bug (#1314)
agnelovaz [Tue, 21 Jan 2020 02:31:13 +0000 (02:31 +0000)]
[NUI] Fix reparenting of Child bug (#1314)

If a child is added to a different layout the transition finished
animation can cause it to be removed from the new parent.

Cause : The removal animation is added to the stack, the add animation is added to
the stack.  Animations are run.  When animations finish the itemRemovalQueue is run, this
removes the child as the removal code added it to the itemRemovalQueue.

Fix : In the case of replacement, set a flag on the child so the removal code can excluded it
from the itemRemovalQueue.

Change-Id: Ib7da9e446c990258c8415e584bbb624dae4d6fa5

4 years ago[NUI] Add/change scroll event (#1331)
neostom432 [Tue, 21 Jan 2020 02:21:33 +0000 (11:21 +0900)]
[NUI] Add/change scroll event (#1331)

* [NUI] Add/change scroll event

ScrollStartDragEvent      - Emitted when panning is start
ScrollEndDragEvent        - Emitted when panning is end
ScrollAnimationStartEvent - Emitted when scroll animation is start
ScrollAnimationEndEvent   - Emitted when scroll animation is end

* [NUI] change name of scroll event and its comment

Co-authored-by: krown <neostom432@nate.com>
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