platform/core/csapi/tizenfx.git
3 years agoRelease 8.0.0.15742 accepted/tizen/6.0/unified/20210202.051254 submit/tizen_6.0/20210202.005234
admin [Mon, 1 Feb 2021 15:52:34 +0000 (15:52 +0000)]
Release 8.0.0.15742

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Mon, 1 Feb 2021 15:52:33 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years agoMake exception safe codes (#2589)
hjhun [Mon, 1 Feb 2021 02:52:35 +0000 (11:52 +0900)]
Make exception safe codes (#2589)

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
3 years agoRelease 8.0.0.15741 accepted/tizen/6.0/unified/20210129.124104 submit/tizen_6.0/20210129.175201
admin [Fri, 29 Jan 2021 08:52:02 +0000 (08:52 +0000)]
Release 8.0.0.15741

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Fri, 29 Jan 2021 08:52:01 +0000 (08:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years ago[NUI] Add GetOriginalImageSize() considering rotation (#2587)
tscholb [Fri, 29 Jan 2021 08:37:53 +0000 (17:37 +0900)]
[NUI] Add GetOriginalImageSize() considering rotation (#2587)

3 years agoRelease 8.0.0.15740 submit/tizen_6.0/20210128.005235
admin [Wed, 27 Jan 2021 15:52:35 +0000 (15:52 +0000)]
Release 8.0.0.15740

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Wed, 27 Jan 2021 15:52:35 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years ago[NUI] Update WebView constructor with program arguments (#2573)
Jiyun Yang [Wed, 27 Jan 2021 11:43:46 +0000 (20:43 +0900)]
[NUI] Update WebView constructor with program arguments (#2573)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
3 years ago[NUI] Fix svace issue for MergeStyle
zhouleonlei [Wed, 27 Jan 2021 01:52:51 +0000 (09:52 +0800)]
[NUI] Fix svace issue for MergeStyle

3 years agoRelease 8.0.0.15738 accepted/tizen/6.0/unified/20210127.010255 submit/tizen_6.0/20210127.005231
admin [Tue, 26 Jan 2021 15:52:31 +0000 (15:52 +0000)]
Release 8.0.0.15738

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Tue, 26 Jan 2021 15:52:31 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years agoAdd some APIS into WebView. (#2564)
huayongxu [Tue, 26 Jan 2021 11:35:05 +0000 (19:35 +0800)]
Add some APIS into WebView. (#2564)

Title, Favicon, ClearAllTilesResources are added.
Meanwhile WebView can be created by arguments argc & args
that will be delivered into web engine.

Co-authored-by: Jiyun Yang <ji.yang@samsung.com>
3 years ago[NUI] Add some new APIs like Context, Settings, etc. (#2419) (#2567)
Jiyun Yang [Tue, 26 Jan 2021 11:28:19 +0000 (20:28 +0900)]
[NUI] Add some new APIs like Context, Settings, etc. (#2419) (#2567)

Originally only WebView is used to add new APIs, it will become
bigger, and be hard to maintain.
This patch is to move some related APIs into a class like WebContext,
WebSettings, etc.
And it also adds some new APIs like WebBackForwardList, etc.

Co-authored-by: huayongxu <49056704+huayongxu@users.noreply.github.com>
3 years agoRelease 8.0.0.15736 submit/tizen_6.0/20210126.185306
admin [Tue, 26 Jan 2021 09:53:06 +0000 (09:53 +0000)]
Release 8.0.0.15736

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Tue, 26 Jan 2021 09:53:06 +0000 (09:53 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years ago[NUI] Change Feedback default as false in Control
Dongsug Song [Tue, 26 Jan 2021 09:10:22 +0000 (18:10 +0900)]
[NUI] Change Feedback default as false in Control

- Change Feedback default as false in Control
- Change Feedback as true in each Components (ex: Switch, Button)

3 years agoRelease 8.0.0.15735 submit/tizen_6.0/20210126.142202
admin [Tue, 26 Jan 2021 05:22:02 +0000 (05:22 +0000)]
Release 8.0.0.15735

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Tue, 26 Jan 2021 05:22:02 +0000 (05:22 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years ago[NUI] fix bug when setting desired size in ImageView (#2550)
tscholb [Tue, 26 Jan 2021 03:47:16 +0000 (12:47 +0900)]
[NUI] fix bug when setting desired size in ImageView (#2550)

before, ImageView calculate desired size using GetOriginalImageSize()
but this api does not consider rotate value
so i changed it

3 years ago[MessagePort] Add defensive code for null string (#2558)
kilig [Tue, 26 Jan 2021 01:07:24 +0000 (10:07 +0900)]
[MessagePort] Add defensive code for null string (#2558)

Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
3 years ago[MessagePort] Fix bug for getting remote value (#2555)
kilig [Tue, 26 Jan 2021 00:25:02 +0000 (09:25 +0900)]
[MessagePort] Fix bug for getting remote value (#2555)

Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
3 years agoRelease 8.0.0.15732 accepted/tizen/6.0/unified/20210125.082758 submit/tizen_6.0/20210123.005246
admin [Fri, 22 Jan 2021 15:52:46 +0000 (15:52 +0000)]
Release 8.0.0.15732

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Fri, 22 Jan 2021 15:52:46 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years ago[NUI] Support scroll in WebView. (#2549)
huayongxu [Fri, 22 Jan 2021 10:24:11 +0000 (18:24 +0800)]
[NUI] Support scroll in WebView. (#2549)

1) ScrollPosition, ScrollSize, ContentSize properties are added.
2) ScrollBy is added.
3) ScrollEdgeReached events are notified when scrolled to edge.

3 years agoRelease 8.0.0.15731 submit/tizen_6.0/20210122.005229
admin [Thu, 21 Jan 2021 15:52:29 +0000 (15:52 +0000)]
Release 8.0.0.15731

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Thu, 21 Jan 2021 15:52:29 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years ago[NUI] remove internal child properly when child view of FlexLayout is removed (#2523)
YeongJong Lee [Thu, 21 Jan 2021 06:34:18 +0000 (15:34 +0900)]
[NUI] remove internal child properly when child view of FlexLayout is removed (#2523)

In `FlexLayout`, when we add new view, the existing view shrink.
but when removed they are in shrinked state. they should change back.

To fix this issue, this patch remove internal child(child of yoga
layout) when child view of `FlexLayout` is removed.

For now, `OnChildRemove` API will work correctly.

Thank you Aman Jeph for the report.

3 years agoRelease 8.0.0.15730 accepted/tizen/6.0/unified/20210121.212604 submit/tizen_6.0/20210121.135448
admin [Thu, 21 Jan 2021 04:54:48 +0000 (04:54 +0000)]
Release 8.0.0.15730

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Thu, 21 Jan 2021 04:54:48 +0000 (04:54 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years ago[NUI] Add DeleteAccessibilityAttribute
huiyu.eun [Wed, 20 Jan 2021 09:17:12 +0000 (18:17 +0900)]
[NUI] Add DeleteAccessibilityAttribute

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
3 years ago[NUI] Fix memory leak, Add Dispose (#2543)
huiyueun [Thu, 21 Jan 2021 04:37:45 +0000 (13:37 +0900)]
[NUI] Fix memory leak, Add Dispose (#2543)

refer this patch
https://github.com/Samsung/TizenFX/pull/2536
https://github.com/Samsung/TizenFX/pull/2534

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
3 years agoRelease 8.0.0.15728 accepted/tizen/6.0/unified/hotfix/20210126.221606 submit/tizen_6.0/20210120.153155 submit/tizen_6.0_hotfix/20210125.055307
admin [Wed, 20 Jan 2021 06:31:55 +0000 (06:31 +0000)]
Release 8.0.0.15728

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Wed, 20 Jan 2021 06:31:55 +0000 (06:31 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years ago[NUI] Fix TV AmbientMode empty screen
dongsug.song [Wed, 20 Jan 2021 06:10:52 +0000 (15:10 +0900)]
[NUI] Fix TV AmbientMode empty screen

3 years agoRelease 8.0.0.15727 submit/tizen_6.0/20210120.005242
admin [Tue, 19 Jan 2021 15:52:42 +0000 (15:52 +0000)]
Release 8.0.0.15727

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Tue, 19 Jan 2021 15:52:42 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years ago[NUI] Change Feedback as working on TouchEvent
dongsug.song [Mon, 18 Jan 2021 11:46:49 +0000 (20:46 +0900)]
[NUI] Change Feedback as working on TouchEvent

3 years agoRelease 8.0.0.15726 submit/tizen_6.0/20210119.005242
admin [Mon, 18 Jan 2021 15:52:42 +0000 (15:52 +0000)]
Release 8.0.0.15726

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Mon, 18 Jan 2021 15:52:42 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years ago[NUI] Fix AccessibilityManager Event handler
Seoyeon Kim [Mon, 18 Jan 2021 09:35:49 +0000 (18:35 +0900)]
[NUI] Fix AccessibilityManager Event handler

- Changed the old-fashioned code of event handler

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
3 years agoRelease 8.0.0.15725 submit/tizen_6.0/20210115.005236
admin [Thu, 14 Jan 2021 15:52:36 +0000 (15:52 +0000)]
Release 8.0.0.15725

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Thu, 14 Jan 2021 15:52:36 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years ago[Bluetooth][Non-ACR] GetBondedDevice converting issue (#2518)
Wootak Jung [Wed, 13 Jan 2021 22:12:17 +0000 (07:12 +0900)]
[Bluetooth][Non-ACR] GetBondedDevice converting issue (#2518)

Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
3 years agoRelease 8.0.0.15724 accepted/tizen/6.0/unified/20210111.224015 submit/tizen_6.0/20210109.005237
admin [Fri, 8 Jan 2021 15:52:37 +0000 (15:52 +0000)]
Release 8.0.0.15724

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Fri, 8 Jan 2021 15:52:37 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years agoFix BluetoothDevice.Name converting issue (#2499)
Wootak Jung [Fri, 8 Jan 2021 00:47:46 +0000 (09:47 +0900)]
Fix BluetoothDevice.Name converting issue (#2499)

Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
3 years agoRelease 8.0.0.15723 accepted/tizen/6.0/unified/20210107.023344 accepted/tizen/6.0/unified/hotfix/20210111.033725 submit/tizen_6.0/20210107.091739 submit/tizen_6.0_hotfix/20210108.121056
admin [Thu, 7 Jan 2021 00:17:39 +0000 (00:17 +0000)]
Release 8.0.0.15723

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Thu, 7 Jan 2021 00:17:39 +0000 (00:17 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years ago[NUI] fixed memory leak
Joogab Yun [Wed, 6 Jan 2021 16:10:25 +0000 (01:10 +0900)]
[NUI] fixed memory leak

3 years agoRelease 8.0.0.15722 accepted/tizen/6.0/unified/20210106.073418 submit/tizen_6.0/20210105.134250
admin [Tue, 5 Jan 2021 04:42:50 +0000 (04:42 +0000)]
Release 8.0.0.15722

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Tue, 5 Jan 2021 04:42:50 +0000 (04:42 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years ago[Packagemanager] Fix registering internal event callback (#2482)
jeremy-jang [Tue, 5 Jan 2021 01:16:43 +0000 (10:16 +0900)]
[Packagemanager] Fix registering internal event callback (#2482)

Do not invoke Interop.PackageManager.PackageManagerSetEvent().
This will unset all internal callback information and this may make user cannot
listen the package event completely.

Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
3 years ago[Bluetooth][Non-ACR] Fix unhandled exception in GetBondedDevices() (#2484)
dh79pyun [Mon, 4 Jan 2021 23:06:17 +0000 (08:06 +0900)]
[Bluetooth][Non-ACR] Fix unhandled exception in GetBondedDevices() (#2484)

I/DOTNET_LAUNCHER (P 2613, T 2617): Unhandled exception.
I/DOTNET_LAUNCHER (P 2613, T 2617): System.Runtime.InteropServices.COMException (0x8007007A):
The data area passed to a system call is too small.
I/DOTNET_LAUNCHER (P 2613, T 2617):  (0x8007007A)
I/DOTNET_LAUNCHER (P 2613, T 2617):    at System.StubHelpers.ValueClassMarshaler.ConvertToNative(IntPtr dst, IntPtr src,
IntPtr pMT, CleanupWorkListElement& pCleanupWorkList)
I/DOTNET_LAUNCHER (P 2613, T 2617):    at Tizen.Network.Bluetooth.BluetoothAdapterImpl.GetBondedDevices()
I/DOTNET_LAUNCHER (P 2613, T 2617):    at Tizen.Network.Bluetooth.BluetoothAdapter.GetBondedDevices()
I/DOTNET_LAUNCHER (P 2613, T 2617):    at Tizen.Network.Bluetooth.Tests.BluetoothAdapterTests.GetBondedDevices_RETURN_LIST_OF_DEVICES()
in /var/lib/jenkins/jobs/CsharpTCT/TCT_6.0/api/tct-suite-vs/Tizen.Bluetooth.Manual.Tests/testcase/TSBluetoothAdapter.cs:line 435
I/DOTNET_LAUNCHER (P 2613, T 2617): Fatal error.
I/DOTNET_LAUNCHER (P 2613, T 2617): Internal CLR error. (0x80131506)
I/DOTNET_LAUNCHER (P 2613, T 2617): DLOG_ERROR_NOMSG
I/DOTNET_LAUNCHER (P 2613, T 2617):    at Interop+Bluetooth.GetBondedDevices(BondedDeviceCallback, IntPtr)
I/DOTNET_LAUNCHER (P 2613, T 2617):    at Tizen.Network.Bluetooth.BluetoothAdapterImpl.GetBondedDevices()
I/DOTNET_LAUNCHER (P 2613, T 2617):    at Tizen.Network.Bluetooth.BluetoothAdapter.GetBondedDevices()

Change-Id: I04a0a89d75dc973a752950c9274b80d9988a11ed
Signed-off-by: Anupam Roy <anupam.r@samsung.com>
Co-authored-by: Anupam Roy <anupam.r@samsung.com>
3 years agoRelease 8.0.0.15720 accepted/tizen/6.0/unified/20210104.071418 submit/tizen_6.0/20201230.005231
admin [Tue, 29 Dec 2020 15:52:31 +0000 (15:52 +0000)]
Release 8.0.0.15720

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Tue, 29 Dec 2020 15:52:31 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years agoAdd internal APIs for power off and reboot (#2475)
Lee Chang Joo [Tue, 29 Dec 2020 09:00:50 +0000 (18:00 +0900)]
Add internal APIs for power off and reboot (#2475)

Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
3 years ago[NUI] Fix Svace issues
zhouleonlei [Tue, 29 Dec 2020 02:47:05 +0000 (10:47 +0800)]
[NUI] Fix Svace issues

3 years agoRelease 8.0.0.15718 accepted/tizen/6.0/unified/20201224.083905 submit/tizen_6.0/20201219.005237
admin [Fri, 18 Dec 2020 15:52:37 +0000 (15:52 +0000)]
Release 8.0.0.15718

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Fri, 18 Dec 2020 15:52:37 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years ago[NUI] Initialize feedback instance only when the Feedback property is on.
Jiyun Yang [Thu, 17 Dec 2020 07:08:36 +0000 (16:08 +0900)]
[NUI] Initialize feedback instance only when the Feedback property is on.

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
3 years agoRelease 8.0.0.15717 submit/tizen_6.0/20201218.005232
admin [Thu, 17 Dec 2020 15:52:32 +0000 (15:52 +0000)]
Release 8.0.0.15717

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Thu, 17 Dec 2020 15:52:32 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years agoUpdate Log.cs (#2424)
hyotaekshim [Thu, 17 Dec 2020 06:54:56 +0000 (15:54 +0900)]
Update Log.cs (#2424)

3 years agoRelease 8.0.0.15716 submit/tizen_6.0/20201216.005236
admin [Tue, 15 Dec 2020 15:52:36 +0000 (15:52 +0000)]
Release 8.0.0.15716

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Tue, 15 Dec 2020 15:52:36 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years ago[NUI] fix svace issue for texture
zhouleonlei [Tue, 15 Dec 2020 03:37:49 +0000 (11:37 +0800)]
[NUI] fix svace issue for texture

3 years ago[NUI] Change "IsTapGestureFeedback" as "Feedback"
Dongsug Song [Tue, 15 Dec 2020 02:54:44 +0000 (11:54 +0900)]
[NUI] Change "IsTapGestureFeedback" as "Feedback"

3 years agoRelease 8.0.0.15714 submit/tizen_6.0/20201215.005229
admin [Mon, 14 Dec 2020 15:52:29 +0000 (15:52 +0000)]
Release 8.0.0.15714

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Mon, 14 Dec 2020 15:52:29 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years ago[NUI] Add sound feedback and fix scroll build errors
zhouleonlei [Mon, 14 Dec 2020 06:26:08 +0000 (14:26 +0800)]
[NUI] Add sound feedback and fix scroll build errors

3 years agoRelease 8.0.0.15713 accepted/tizen/6.0/unified/20201211.062751 submit/tizen_6.0/20201211.132542
admin [Fri, 11 Dec 2020 04:25:42 +0000 (04:25 +0000)]
Release 8.0.0.15713

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Fri, 11 Dec 2020 04:25:42 +0000 (04:25 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years ago[NUI] Call show winodw on ApplicationInit
huiyu.eun [Fri, 11 Dec 2020 01:23:54 +0000 (10:23 +0900)]
[NUI] Call show winodw on ApplicationInit

- When preload application, the show is called before the appcore is created.
- Call the window show at OnInit and notify the app core

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
3 years agoRelease 8.0.0.15712 accepted/tizen/6.0/unified/20201210.223916 submit/tizen_6.0/20201210.005232
admin [Wed, 9 Dec 2020 15:52:32 +0000 (15:52 +0000)]
Release 8.0.0.15712

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Wed, 9 Dec 2020 15:52:32 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years ago[NUI] Change clipping mode of ScrollableBase (#2358)
bshsqa [Wed, 9 Dec 2020 06:39:08 +0000 (15:39 +0900)]
[NUI] Change clipping mode of ScrollableBase (#2358)

- ClipChildren clipping mode uses stencil buffer.
 - But, scrollableBase is always pretended as rectangular shape so we can change it to ClipToBoundingBox that uses scissor.
 - Usually, Scissor is better than stencil buffer for the performance.

Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
3 years ago[NUI] Add RedrawInScalingDown in LottieAnimationView
Dongsug Song [Wed, 9 Dec 2020 04:56:31 +0000 (13:56 +0900)]
[NUI] Add RedrawInScalingDown in LottieAnimationView

3 years ago[NUI] Fixed svace issue for API8
zhouleonlei [Wed, 9 Dec 2020 03:09:10 +0000 (11:09 +0800)]
[NUI] Fixed svace issue for API8

3 years agoRelease 8.0.0.15709 accepted/tizen/6.0/unified/20201209.102048 submit/tizen_6.0/20201208.005229
admin [Mon, 7 Dec 2020 15:52:29 +0000 (15:52 +0000)]
Release 8.0.0.15709

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Mon, 7 Dec 2020 15:52:29 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years ago[NUI] Modify NUI Seamless animation bug (#2334)
huiyueun [Mon, 7 Dec 2020 07:20:12 +0000 (16:20 +0900)]
[NUI] Modify NUI Seamless animation bug (#2334)

* [NUI] Modify NUI Seamless animation bug

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] Modify build warning of seamless

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* Update DefaultFrameBroker.cs

* Update TransitionAnimations.cs

* Update DefaultFrameBroker.cs

* Update SeamlessBackward.cs

* Update SeamlessForward.cs

* Update TransitionOptions.cs

* Update NUIBrokerSample.cs

* Update DefaultFrameBroker.cs

3 years ago[NUI] Modify popup dismiss bug (#2335)
huiyueun [Mon, 7 Dec 2020 05:42:52 +0000 (14:42 +0900)]
[NUI] Modify popup dismiss bug (#2335)

when dismiss popup, the shadow does not disappear.
-An error occurs after changing the parent to GetParent ().
-layer of converting View is null.

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
3 years ago[NUI] Add Padding parameter for TextPageUtil (#2331)
JoogabYun [Mon, 7 Dec 2020 05:09:36 +0000 (14:09 +0900)]
[NUI] Add Padding parameter for TextPageUtil (#2331)

3 years agoRelease 8.0.0.15706 accepted/tizen/6.0/unified/20201204.081654 submit/tizen_6.0/20201204.005236
admin [Thu, 3 Dec 2020 15:52:36 +0000 (15:52 +0000)]
Release 8.0.0.15706

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Thu, 3 Dec 2020 15:52:36 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years ago[Uix/VoiceControlManager] Fix svace issue (#2326)
Sooyeon Kim [Thu, 3 Dec 2020 10:51:28 +0000 (19:51 +0900)]
[Uix/VoiceControlManager] Fix svace issue (#2326)

* [Uix/VoiceControlManager] Fix svace issue

Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
* Fix build issue

Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
* Fix indentation

Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
3 years agoRelease 8.0.0.15705 submit/tizen_6.0/20201203.171055
admin [Thu, 3 Dec 2020 08:10:55 +0000 (08:10 +0000)]
Release 8.0.0.15705

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Thu, 3 Dec 2020 08:10:55 +0000 (08:10 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years ago[NUI] Let scroll again when displacement for OutOfBound effect become 0
seungho [Thu, 3 Dec 2020 06:59:45 +0000 (15:59 +0900)]
[NUI] Let scroll again when displacement for OutOfBound effect become 0

Signed-off-by: seungho <sbsh.baek@samsung.com>
3 years ago[NUI] Fix not to get framework path via StyleManager
Jiyun Yang [Thu, 3 Dec 2020 07:31:21 +0000 (16:31 +0900)]
[NUI] Fix not to get framework path via StyleManager

StyleManager uses dali singleton service which is not initialized in PreLoad().
Previously in Preload(), ThemeManager got framework resource path via static constant in StyleManager,
which leaded to initialize StyleManager instance that is not valid in PreLoad().

So this patch moved framework resource path constant to the constant file.

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
3 years agoRelease 8.0.0.15703 accepted/tizen/6.0/unified/20201203.053039 submit/tizen_6.0/20201203.005233
admin [Wed, 2 Dec 2020 15:52:33 +0000 (15:52 +0000)]
Release 8.0.0.15703

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Wed, 2 Dec 2020 15:52:33 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years ago[NUI] Fix wrong AnimationState after VectorAnimatedImageView playing stoped
Dongsug Song [Wed, 2 Dec 2020 02:46:38 +0000 (11:46 +0900)]
[NUI] Fix wrong AnimationState after VectorAnimatedImageView playing stoped

3 years agoRelease 8.0.0.15702 accepted/tizen/6.0/unified/20201130.231317 submit/tizen_6.0/20201130.194958
admin [Mon, 30 Nov 2020 10:49:58 +0000 (10:49 +0000)]
Release 8.0.0.15702

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Mon, 30 Nov 2020 10:49:57 +0000 (10:49 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0

3 years ago[NUI] Add ScrollOutOfBoundWithDisplacement event.
huayong.xu [Thu, 26 Nov 2020 11:20:26 +0000 (19:20 +0800)]
[NUI] Add ScrollOutOfBoundWithDisplacement event.

This patch is to add ScrollOutOfBoundWithDisplacement event,
and provide more information for ScrollOutOfBoundWithDisplacement
event handler.
Meanwhile old APIs of ScrollOutOfBound is not removed.

3 years ago[NUI] Enable/Disable overshooting effect for ScrollableBase.
huayong.xu [Thu, 5 Nov 2020 09:24:04 +0000 (17:24 +0800)]
[NUI] Enable/Disable overshooting effect for ScrollableBase.

A property EnableOverShootingEffect is added. default is false.
And shadow would be raised to top when effect appears.

3 years agoRelease 8.0.0.15700 accepted/tizen/6.0/unified/20201128.020328 submit/tizen_6.0/20201127.164604
admin [Fri, 27 Nov 2020 07:46:04 +0000 (07:46 +0000)]
Release 8.0.0.15700

3 years agoMerge remote-tracking branch 'origin/API8' into tizen_6.0
admin [Fri, 27 Nov 2020 07:46:04 +0000 (07:46 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0