platform/core/csapi/tizenfx.git
4 years ago[NUI] Add API for changing layout sibling order (#1478)
neostom432 [Thu, 19 Mar 2020 05:20:01 +0000 (14:20 +0900)]
[NUI] Add API for changing layout sibling order (#1478)

When changing sibling order of view, layout sibling order should be changed
to apply new position of order changed view.

Add API for changing layout sibling order and call it when changing view sibling order.

4 years ago[Build] Set executable to makerid.py
Wonyoung Choi [Wed, 18 Mar 2020 06:44:27 +0000 (15:44 +0900)]
[Build] Set executable to makerid.py

4 years ago[NUI] check layout owner is null when removing childLayout (#1473)
neostom432 [Wed, 18 Mar 2020 04:03:06 +0000 (13:03 +0900)]
[NUI] check layout owner is null when removing childLayout (#1473)

If layout owner is null, cannot remove owner from it's parent.
Check owner is null.

4 years ago[NUI] Remove Window.Instance from the sample code (#1467)
Jiyun Yang [Mon, 16 Mar 2020 10:20:10 +0000 (19:20 +0900)]
[NUI] Remove Window.Instance from the sample code (#1467)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years ago[NUI] Apply CornerRadius to View (#1466)
Jiyun Yang [Mon, 16 Mar 2020 08:41:51 +0000 (17:41 +0900)]
[NUI] Apply CornerRadius to View (#1466)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years ago[Build] Add RIDs of Tizen.6.0.0 and Set RIDs to vconf automatically (#1424)
JongHeonChoi [Tue, 10 Mar 2020 23:18:21 +0000 (08:18 +0900)]
[Build] Add RIDs of Tizen.6.0.0 and Set RIDs to vconf automatically (#1424)

* [Build] Add RIDs of Tizen.6.0.0 and Set RIDs to vconf automatically

* Added to update RIDs with makerid.py

4 years ago[NUI] Check the previous width and height specifications (#1457)
Seoyeon2Kim [Tue, 10 Mar 2020 09:52:33 +0000 (18:52 +0900)]
[NUI] Check the previous width and height specifications (#1457)

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
4 years ago[NUI] Change PageToSnap Behavior (#1452)
neostom432 [Mon, 9 Mar 2020 03:01:18 +0000 (12:01 +0900)]
[NUI] Change PageToSnap Behavior (#1452)

Previously, page moves the width of ScrollableBase in SnapToPage mode.
Now, Center of Page will be aligned with Center of ScrollableBase.

And User can set min/max scroll distance by setting ScrollAvailableArea.

4 years ago[Build] Set smack labels of symbol files (#1451)
WonYoung Choi [Fri, 6 Mar 2020 00:14:05 +0000 (09:14 +0900)]
[Build] Set smack labels of symbol files (#1451)

4 years ago[MediaCodec] Register EosReached event (#1445)
hsgwon [Thu, 5 Mar 2020 09:41:53 +0000 (18:41 +0900)]
[MediaCodec] Register EosReached event (#1445)

4 years ago[NUI] Use padding & margin to meausre size in Layout (#1437) (#1448)
dongsug-song [Thu, 5 Mar 2020 08:27:58 +0000 (17:27 +0900)]
[NUI] Use padding & margin to meausre size in Layout (#1437) (#1448)

* [NUI] Use padding & margin to meausre size in Layout

Previously, padding of parent and margin of child are not concerned when measure child size.

For now, When child use MatchParent,
the size of child will be ParentSize - ParentPadding - childMargin.

And when child use WrapContent,
the size of child will be GrandchildSize + childPadding.

Also Weight will be use only ParentSize - ParentPadding - childMargin size for measuring.

* [NUI] Measure Padding and Margin before call API

To make sure there is no API change, measure Padding and Margin before call API.

4 years ago[NUI] Add to set Available Orientations (#1257)
Wonsik Jung [Wed, 26 Feb 2020 04:07:43 +0000 (13:07 +0900)]
[NUI] Add to set Available Orientations (#1257)

Add to set Available Orientations.
This API is for adding serveral orientations one time.

4 years ago[NUI] Add ScrollEvent to ScrollableBase (#1431)
neostom432 [Mon, 24 Feb 2020 06:28:34 +0000 (15:28 +0900)]
[NUI] Add ScrollEvent to ScrollableBase (#1431)

To listen scroll changing, add ScrollEvent to ScrollableBase and
 add Position param to ScrollEventArgs.

Now user can get current position of scrolling child via ScrollEventArgs.

4 years agoFix margin bug in FlexLayout (#1419)
neostom432 [Mon, 24 Feb 2020 06:25:37 +0000 (15:25 +0900)]
Fix margin bug in FlexLayout (#1419)

Previously, margin of chilren in FlexLayout was ignored because it was not set to FlexNode of children.
Now, when adding child to View which using FlexLayout, we pass margin of child and set it to FlexNode of child.

4 years ago[NUI] Remove draft property in ScrollableBase (#1429)
neostom432 [Thu, 20 Feb 2020 05:45:26 +0000 (14:45 +0900)]
[NUI] Remove draft property in ScrollableBase (#1429)

NumberOfPage was draft property to know how many pages user wants.
For now, NumberOfPage is replaced to the count of container children.

PageWidth was draft property to know how big one page is.
For now, PageWidth will be automatically set to width of ScrollableBase.

4 years ago[ElmSharp] Fix GestureLayer native callback return type (#1423)
Seungkeun Lee [Thu, 20 Feb 2020 01:29:10 +0000 (10:29 +0900)]
[ElmSharp] Fix GestureLayer native callback return type (#1423)

LGTM

4 years ago[NUI] Add property LayoutWithTransition to LayoutItem (#1427)
neostom432 [Thu, 20 Feb 2020 01:14:09 +0000 (10:14 +0900)]
[NUI] Add property LayoutWithTransition to LayoutItem (#1427)

Not every developer wants default transition effect in Layout.

For them, make property which can enable or disable transition effect.
Currently, default is false but can be changed.

This property only effects to chilren of Layout Owner.

4 years ago[Applications.Common] Add a new element of ApplicationComponentType (#1397)
hjhun [Tue, 18 Feb 2020 08:20:04 +0000 (17:20 +0900)]
[Applications.Common] Add a new element of ApplicationComponentType (#1397)

Adds:
 - ComponentBasedApplication

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
4 years ago[Bundle] Separate exceptions for invalid handle (#1412)
kilig [Fri, 14 Feb 2020 04:03:45 +0000 (13:03 +0900)]
[Bundle] Separate exceptions for invalid handle (#1412)

Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
4 years agoFix Listen Method (#1411)
hjhun [Fri, 14 Feb 2020 02:34:47 +0000 (11:34 +0900)]
Fix Listen Method (#1411)

To avoid throwing an exception in the callback function, this patch adds
an exception handling about Creating Bundle().

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
4 years ago[NUI] Fix TCT crash issue (#1406)
dongsug-song [Fri, 14 Feb 2020 01:24:09 +0000 (10:24 +0900)]
[NUI] Fix TCT crash issue (#1406)

4 years ago[NUI] Apply default style to Tab and Button component (#1401) (#1402)
Jiyun Yang [Thu, 13 Feb 2020 07:37:09 +0000 (16:37 +0900)]
[NUI] Apply default style to Tab and Button component (#1401) (#1402)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years ago[NUI] Add default components styles and etc (#1396) (#1400)
Jiyun Yang [Thu, 13 Feb 2020 01:48:36 +0000 (10:48 +0900)]
[NUI] Add default components styles and etc (#1396) (#1400)

* Add default styles for : Progress, Slider, Toast, Popup, DropDown
* Fix : PopupStyle.Buttons.Size.Height works now
* Add : Popup Dismiss() method
* Fix : Popup should be posted on the top layer
* Fix : DropDown button did not form well before first click
* Fix : DropDown selectedItemIndex did not update when select an item by touching it
* Fix : DropDownItemStyle did not applied to DropDownItemView so it was not able to detect control state change
* Fix : Progress need to show buffering bar and progress bar together in Determinate stage
* Fix : View.BackgroundImage property would reset its content when it gets null or empty string

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years ago[NUI] Add removed API as hidden API to pass the tizen_5.5 TCT (#1399)
dongsug-song [Wed, 12 Feb 2020 06:14:07 +0000 (15:14 +0900)]
[NUI] Add removed API as hidden API to pass the tizen_5.5 TCT (#1399)

4 years ago[NUI] Add SafeNativePlayerHandler to pass native player handle (#1398)
dongsug-song [Wed, 12 Feb 2020 02:54:54 +0000 (11:54 +0900)]
[NUI] Add SafeNativePlayerHandler to pass native player handle (#1398)

4 years agoAdd SendData(byte[] data) method and deprecated previous method (#1392)
Wootak [Wed, 12 Feb 2020 00:31:34 +0000 (09:31 +0900)]
Add SendData(byte[] data) method and deprecated previous method (#1392)

4 years ago[NUI] Measure Child's Layout in FlexLayout (#1384)
neostom432 [Tue, 11 Feb 2020 04:36:45 +0000 (13:36 +0900)]
[NUI] Measure Child's Layout in FlexLayout (#1384)

Previously, children in FlexLayout were not measured but just returning NaturalSize.
To support nested Layout, FlexLayout also should measure Layout of its children.

Now, FlexLayout measures its children and it also can fix MatchParent issue in FlexLayout.

4 years agoAdd preloading features (#1376)
Jay Cho [Tue, 11 Feb 2020 02:27:20 +0000 (11:27 +0900)]
Add preloading features (#1376)

4 years agoAdd internal property (#1388)
hjhun [Mon, 10 Feb 2020 23:35:18 +0000 (08:35 +0900)]
Add internal property (#1388)

Adds:
 - ContextHandle

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
4 years ago[NUI] Fix visual bugs (#1383)
Jiyun Yang [Mon, 10 Feb 2020 05:22:00 +0000 (14:22 +0900)]
[NUI] Fix visual bugs (#1383)

* 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[NUI] Add default component styles (#1382)
Jiyun Yang [Mon, 10 Feb 2020 02:04:37 +0000 (11:04 +0900)]
[NUI] Add default component styles (#1382)

DefaultButtonStyle
DefaultCheckBoxStyle
DefaultSwitchStyle
DefaultRadioButtonStyle

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years ago[Application] Fix widget instance id bug (#1197) (#1373)
Hyunho Kang [Fri, 7 Feb 2020 05:40:16 +0000 (14:40 +0900)]
[Application] Fix widget instance id bug (#1197) (#1373)

* Fix widget instance id bug

* Update Introp method name

Co-authored-by: Seungkeun Lee <sngn.lee@samsung.com>
4 years ago[NUI] Modify Instance bug of Application (#1370)
huiyueun [Thu, 6 Feb 2020 07:14:13 +0000 (16:14 +0900)]
[NUI] Modify Instance bug of Application (#1370)

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years ago[NUI] Fix Animation Dispose() to make local variable of Animation instance make worki...
dongsug-song [Wed, 5 Feb 2020 02:10:24 +0000 (11:10 +0900)]
[NUI] Fix Animation Dispose() to make local variable of Animation instance make working properly (#1361)

- 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 (#1364)
neostom432 [Wed, 5 Feb 2020 01:55:08 +0000 (10:55 +0900)]
[NUI] Measure whole child in GridLayout (#1364)

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 ago[NFC] Fix TC failed issue : the SEH exception occurs (#1328)
jh8801jung [Mon, 3 Feb 2020 01:09:24 +0000 (10:09 +0900)]
[NFC] Fix TC failed issue : the SEH exception occurs (#1328)

* [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 ago[NUI] Fix Tizen.NUI.Samples crash error when it is terminated (#1355)
dongsug-song [Fri, 31 Jan 2020 05:29:14 +0000 (14:29 +0900)]
[NUI] Fix Tizen.NUI.Samples crash error when it is terminated (#1355)

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

* [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 (#1348)
dongsug-song [Thu, 30 Jan 2020 03:19:39 +0000 (12:19 +0900)]
[NUI] Fix AlphaMaskUrl setting order problem (#1348)

4 years ago[NUI] Add GaussianBlurView (#1346)
neostom432 [Wed, 29 Jan 2020 11:38:04 +0000 (20:38 +0900)]
[NUI] Add GaussianBlurView (#1346)

* [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 (#1342)
huiyueun [Wed, 29 Jan 2020 03:56:25 +0000 (12:56 +0900)]
[NUI] Fix NUI svace issue (#1342)

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years ago[NUI] Add dispose checking in just a few methods of Timer class (#1339)
dongsug-song [Wed, 22 Jan 2020 23:45:43 +0000 (08:45 +0900)]
[NUI] Add dispose checking in just a few methods of Timer class (#1339)

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

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years ago[NUI] Fix reparenting of Child bug (#1314) (#1333)
neostom432 [Tue, 21 Jan 2020 03:10:34 +0000 (12:10 +0900)]
[NUI] Fix reparenting of Child bug (#1314) (#1333)

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

Co-authored-by: agnelovaz <agnelo.vaz@samsung.com>
4 years ago[NUI] Add/change scroll event (#1330)
neostom432 [Tue, 21 Jan 2020 02:20:01 +0000 (11:20 +0900)]
[NUI] Add/change scroll event (#1330)

* [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 ago[NUI.Components] Fix svace issues (#1311)
Xianbing Teng [Mon, 20 Jan 2020 11:11:20 +0000 (19:11 +0800)]
[NUI.Components] Fix svace issues (#1311)

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

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 (#1319)
huiyueun [Mon, 20 Jan 2020 02:18:51 +0000 (11:18 +0900)]
[NUI] Fix FittingMode bug (#1319)

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years ago[NUI] Control handle state `Pressed` (#1315)
Jiyun Yang [Fri, 17 Jan 2020 06:03:27 +0000 (15:03 +0900)]
[NUI] Control handle state `Pressed` (#1315)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years ago[NUI] Remove default LayoutTransition (#1305)
neostom432 [Wed, 15 Jan 2020 06:18:07 +0000 (15:18 +0900)]
[NUI] Remove default LayoutTransition (#1305)

Remove default LayoutTransition.

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

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

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[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] 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] 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] 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] 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] 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] 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] 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] 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] 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.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] 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 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] 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] 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] 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] 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] 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] 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] 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] 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] 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 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 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] 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 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 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 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 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

4 years ago[NUI.Components]Fix svace issue (#1169)
Xianbing Teng [Mon, 9 Dec 2019 01:43:48 +0000 (09:43 +0800)]
[NUI.Components]Fix svace issue (#1169)

4 years ago[NUI.Components] Refine DropDown control (#1166)
Xianbing Teng [Fri, 6 Dec 2019 03:32:50 +0000 (11:32 +0800)]
[NUI.Components] Refine DropDown control (#1166)

4 years ago[NUI] To fix OSV check (#1164)
AdunFang [Wed, 4 Dec 2019 11:21:50 +0000 (19:21 +0800)]
[NUI] To fix OSV check (#1164)

4 years agoDropDownButton to use Layout scrolling (#1160)
agnelovaz [Tue, 3 Dec 2019 10:47:07 +0000 (19:47 +0900)]
DropDownButton to use Layout scrolling (#1160)

Squashed:
Now uses NUI Layouting for the drop downbox
DropDown API fixes Delete/Select
LayoutScroller immediate positioning
Applied LayoutScoller updates
LayoutScroller now a CustomLayout with OnMeasure and OnLayout implemented
Velocity of flick not throttled hence can be fast.
Updates after Style refactor

Features:
Persistant selection Icon/Checkbox
Highlight for touched selection
Scrolling list
Styled using ControlStyle system.

Change-Id: I656bc978331df5f38e1885635ba50b6b5e178976

4 years ago[NUI] Binding VideoView::New with swCodec parameter (#1155)
huiyueun [Tue, 3 Dec 2019 00:54:11 +0000 (09:54 +0900)]
[NUI] Binding VideoView::New with swCodec parameter (#1155)

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years ago[NUI]Refactor Components (#1152)
AdunFang [Fri, 29 Nov 2019 08:06:52 +0000 (16:06 +0800)]
[NUI]Refactor Components (#1152)

4 years ago[NUI] Add Component Application (#1148)
huiyueun [Fri, 29 Nov 2019 05:25:42 +0000 (14:25 +0900)]
[NUI] Add Component Application (#1148)

* Add component

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* Change Bug

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI]Modify Last

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* Add to mange frame component

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* Change Sln file

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* Change mod

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* Change sln

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] fix comment

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years ago[NUI] Workaround: fix CustomAlgorithmInterface crash error occurred only in emulator...
dongsug-song [Wed, 27 Nov 2019 12:06:46 +0000 (21:06 +0900)]
[NUI] Workaround: fix CustomAlgorithmInterface crash error occurred only in emulator, will be removed later after a proper solution is found (#1144)

- fix CSharp_Dali_GetOriginalImageSize spelling error- fix CSharp_Dali_GetOriginalImageSize spelling error
- add "GetOriginalImageSizeTest.cs" as sample APP.

4 years ago[NUI] Publish LottieAnimationView : TCSACR-293 (#1129)
dongsug-song [Tue, 26 Nov 2019 11:18:39 +0000 (20:18 +0900)]
[NUI] Publish LottieAnimationView : TCSACR-293 (#1129)

4 years ago[NUI] Prevent Height and Width specs being overwritten (#1142)
agnelovaz [Mon, 25 Nov 2019 01:11:54 +0000 (01:11 +0000)]
[NUI] Prevent Height and Width specs being overwritten (#1142)

When setting the WidthSpecification or HeightSpecification with an exact value
the Size.Width or Size.Height is set but this in turns triggers a callback which
sets Size(width,height) but uses the stored height or width value which may not be
the set Width or Height Specification hence sets them to 0;

Change-Id: I80a4e1166f35e4c09c116916262ac965de54b048

4 years ago[NUI] Padding bug in LayoutGroup fixed (#1136)
agnelovaz [Mon, 25 Nov 2019 01:04:01 +0000 (01:04 +0000)]
[NUI] Padding bug in LayoutGroup fixed (#1136)

LayoutGroup measuring child without using the parent's padding.
Resulted in LinearLayout not reducing the childs size when padding applied to parent