Kangho Hur [Fri, 29 May 2020 05:40:10 +0000 (14:40 +0900)]
[ElmSharp] Update the SystemTime internal struct (#1625)
Wootak [Thu, 28 May 2020 01:03:34 +0000 (10:03 +0900)]
[Bluetooth][Non-ACR] Invalid increased count issue (#1614)
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
Kangho Hur [Thu, 7 May 2020 01:38:18 +0000 (10:38 +0900)]
[ElmSharp] Adds PeekInstance to PreloadedWindow (#1591)
pvschakradhar [Wed, 29 Apr 2020 12:56:45 +0000 (18:26 +0530)]
changed data type of time for compatibility with native layer (#1582)
changed dataType of time for compatibility with native layer
Hyungju Lee [Wed, 29 Apr 2020 02:59:52 +0000 (11:59 +0900)]
[Build] Fix `PlatformFileList.txt` to reflect filename chagne (#1578)
Change-Id: I399054d5f80d1d8c00afc79fffa08d833fba3b93
Hyungju Lee [Wed, 29 Apr 2020 01:43:46 +0000 (10:43 +0900)]
[Build] Rename preload files to support ordering (#1575)
Change-Id: I962148df0e31ec4a9d9061964d27bc74dd03d8c3
JongHeonChoi [Mon, 27 Apr 2020 07:24:03 +0000 (16:24 +0900)]
[Build] Add the {Name}.preload file required for preloading in the launcher (#1490)
* [Build] Add the {Name}.preload file required for preloading in the launcher
* Update .preload file format
pvschakradhar [Fri, 24 Apr 2020 07:34:53 +0000 (13:04 +0530)]
Addition of Tizen.System.PowerUsage.dll (#1564)
Addition of Tizen.System.PowerUsage.dll
pvschakradhar [Mon, 13 Apr 2020 03:58:37 +0000 (09:28 +0530)]
[System.PowerUsage] Introduce Tizen.System.PowerUsage (#1512)
* Addition of Tizen.System.PowerUsage
Addition of Tizen.System.PowerUsage
* Variables renaming and addition of DateTimeOffset
Variables renaming and addition of DateTimeOffset
* Change of dll to Tizen.System.PowerUsage.dll and RecordNotFound exception handling
Change of dll to Tizen.System.PowerUsage.dll and RecordNotFound exception handling
* Rearrangement for code readability and adition of ArgumentNullException
Rearrangement for code readability and adition of ArgumentNullException
* change in DateTime.SpecifyKind and correction in copyright
change in DateTime.SpecifyKind and correction in copyright
* removal of specify kind in DateTime
removal of specify kind in DateTime
arosis78 [Mon, 13 Apr 2020 01:03:11 +0000 (10:03 +0900)]
[ElmSharp] Add internal Window auxiliary hint APIs (#1534)
Wootak [Fri, 10 Apr 2020 04:49:43 +0000 (13:49 +0900)]
[Tizen.Network.Bluetooth][Non-ACR] Fix app crash issue during free (#1531)
Fix app crash issue during free
Remove unused function
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
JongHeonChoi [Tue, 7 Apr 2020 08:52:21 +0000 (17:52 +0900)]
[Information] Added preload method for optimization (#1493)
Wootak [Thu, 2 Apr 2020 01:13:13 +0000 (10:13 +0900)]
[Bluetooth][TCSACR-311] Add new StartLeScan API (#1507)
Seungkeun Lee [Tue, 31 Mar 2020 05:59:24 +0000 (14:59 +0900)]
Update CurrentUICulture when Locale was changed (#1504)
neostom432 [Mon, 30 Mar 2020 05:26:01 +0000 (14:26 +0900)]
[NUI] Add SetPositionByLayout Property (#1498)
* [NUI] Add SetPositionByLayout Property
If true, set position by layouting result.
If false, will not set position in SetFrame because it means it's parent like
RecyclerList will set position.
* [NUI] remove tizen tag from SetPositionByLayout
neostom432 [Mon, 30 Mar 2020 04:25:33 +0000 (13:25 +0900)]
[NUI] Fix scrolling (#1496)
Previously, Scrolling was working wierdly when scrolling to first item.
Scrolling to first item was so so slow but scrolling to last item was fine.
This is because when calculation for scroll distance is wrong.
So, fix the equation.
JongHeonChoi [Thu, 26 Mar 2020 07:55:46 +0000 (16:55 +0900)]
[Build] Set smack labels of symbol files in .spec.in (#1487)
hancepark [Tue, 24 Mar 2020 07:34:20 +0000 (16:34 +0900)]
[StreamRecorder] Handle NotSupportedException as new feature added (#1443)
* Adds description
-Tizen.Multimedia.StreamRecorder.StreamRecorder()
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
* Adds Feature and checker
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
* Change Exception category
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
* Change description
As C sharp APIs policy, I changed description only feature is actually applied.
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
Co-authored-by: Hyunsoo Park <hance.park@samsung.com>
Jay Cho [Mon, 23 Mar 2020 08:01:12 +0000 (17:01 +0900)]
[ElmSharp] Add ElmSharp.Wearable preloading (#1464)
* Add ElmSharp.Wearable preloading
* Update method name that calls Wearable preload
* Add more features on PreloadedWindow for CricleSurface
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.
Wonyoung Choi [Wed, 18 Mar 2020 06:44:27 +0000 (15:44 +0900)]
[Build] Set executable to makerid.py
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.
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>
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>
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
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>
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.
WonYoung Choi [Fri, 6 Mar 2020 00:14:05 +0000 (09:14 +0900)]
[Build] Set smack labels of symbol files (#1451)
hsgwon [Thu, 5 Mar 2020 09:41:53 +0000 (18:41 +0900)]
[MediaCodec] Register EosReached event (#1445)
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.
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.
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.
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.
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.
Seungkeun Lee [Thu, 20 Feb 2020 01:29:10 +0000 (10:29 +0900)]
[ElmSharp] Fix GestureLayer native callback return type (#1423)
LGTM
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.
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>
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>
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>
dongsug-song [Fri, 14 Feb 2020 01:24:09 +0000 (10:24 +0900)]
[NUI] Fix TCT crash issue (#1406)
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>
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>
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)
dongsug-song [Wed, 12 Feb 2020 02:54:54 +0000 (11:54 +0900)]
[NUI] Add SafeNativePlayerHandler to pass native player handle (#1398)
Wootak [Wed, 12 Feb 2020 00:31:34 +0000 (09:31 +0900)]
Add SendData(byte[] data) method and deprecated previous method (#1392)
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.
Jay Cho [Tue, 11 Feb 2020 02:27:20 +0000 (11:27 +0900)]
Add preloading features (#1376)
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>
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>
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>
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>
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>
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.)
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>
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>
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)
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>
dongsug-song [Thu, 30 Jan 2020 03:19:39 +0000 (12:19 +0900)]
[NUI] Fix AlphaMaskUrl setting order problem (#1348)
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>
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>
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)
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>
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>
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>
Xianbing Teng [Mon, 20 Jan 2020 11:11:20 +0000 (19:11 +0800)]
[NUI.Components] Fix svace issues (#1311)
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>
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>
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>
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>
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>
Xianbing Teng [Wed, 15 Jan 2020 05:58:58 +0000 (13:58 +0800)]
[NUI.Components] Remove InputField (#1285)
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>
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>
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>
dongsug-song [Fri, 10 Jan 2020 04:25:31 +0000 (13:25 +0900)]
[NUI] Fix SetMinMaxFrameByMarker()'s not working issue in AnimatedVectorImageView (#1295)
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
zhouleonlei [Thu, 9 Jan 2020 06:47:08 +0000 (14:47 +0800)]
[NUI] Implement switch's Old background API (#1290)
zhouleonlei [Wed, 8 Jan 2020 12:10:46 +0000 (20:10 +0800)]
[NUI] Fix background blank issue of Switch (#1282)
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>
zhouleonlei [Mon, 6 Jan 2020 04:22:55 +0000 (12:22 +0800)]
[NUI] Fixed the type conversion issue which cause TCT failed (#1275)
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>
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>
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>
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)
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
Xianbing Teng [Fri, 27 Dec 2019 08:10:32 +0000 (16:10 +0800)]
[NUI.Components] Fix Background Image not works issue (#1246) (#1248)
dongsug-song [Thu, 26 Dec 2019 07:34:11 +0000 (16:34 +0900)]
[NUI] Add SetMinMaxFrameByMarker() in LottieAnimationView (#1244)
Xianbing Teng [Thu, 26 Dec 2019 07:08:47 +0000 (15:08 +0800)]
[NUI.Components] Fix BackgroundImage doesn't works issue (#1240) (#1243)
Xianbing Teng [Tue, 24 Dec 2019 08:32:57 +0000 (16:32 +0800)]
[NUI.Components] Fix build warnings (#1233) (#1238)
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>
neostom432 [Mon, 23 Dec 2019 10:16:32 +0000 (19:16 +0900)]
[NUI] Fix Dropdown runtime error (#1231)
Reviewed and Verified with Sample
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)
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>
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.
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.
Xianbing Teng [Thu, 19 Dec 2019 09:15:30 +0000 (17:15 +0800)]
[NUI] Fix textfield color issue (#1213)
neostom432 [Thu, 19 Dec 2019 06:54:46 +0000 (15:54 +0900)]
[NUI] Support adding multiple callback to gesture (#1215)
zhouleonlei [Wed, 18 Dec 2019 10:14:13 +0000 (18:14 +0800)]
[NUI] Merge master#1206 to API7 (#1209)
zhouleonlei [Wed, 18 Dec 2019 06:57:04 +0000 (14:57 +0800)]
[NUI] Merge master#1199 to API7 (#1205)
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