huayongxu [Thu, 6 May 2021 08:49:20 +0000 (16:49 +0800)]
[NUI] Fix issue that a symbol is not found. (#2998)
Wootak Jung [Tue, 13 Apr 2021 04:25:45 +0000 (13:25 +0900)]
[Bluetooth][Non-ACR] Fix BluetoothDevice data converting issue (#2888)
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
huiyu.eun [Thu, 8 Apr 2021 07:42:03 +0000 (16:42 +0900)]
[NUI] Create TextLayout when parent has layout
This reverts commit
4ae0d05007a1e6a686c9516dcad8a8f70a08349a.
Dongsug Song [Thu, 1 Apr 2021 08:04:55 +0000 (17:04 +0900)]
Revert "[NUI] Create TextLayout when parent has layout"
This reverts commit
51abdf1a77c014b553cd9976e8c339ebc9d35228.
Dongsug Song [Thu, 1 Apr 2021 08:04:34 +0000 (17:04 +0900)]
Revert "[NUI] Fix layout null crash issue"
This reverts commit
41eab62a5b5fb34613fbf97b6b187c015014f364.
Wootak Jung [Thu, 25 Mar 2021 05:38:58 +0000 (14:38 +0900)]
[Bluetooth][Non-ACR] Add MTU functionalities (#2790)
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
huiyu.eun [Thu, 25 Mar 2021 05:31:41 +0000 (14:31 +0900)]
[NUI] Fix layout null crash issue
need to check 'value'
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
seungho [Wed, 24 Mar 2021 01:45:32 +0000 (10:45 +0900)]
[NUI] Make possible to capture on the old driver devices.
Signed-off-by: seungho <sbsh.baek@samsung.com>
huiyu.eun [Tue, 16 Mar 2021 10:43:21 +0000 (19:43 +0900)]
[NUI] Create TextLayout when parent has layout
This reverts commit
173dcb872cb2fc43f8040deaa3e26231c7011c99.
Bowon Ryu [Tue, 16 Mar 2021 02:30:34 +0000 (11:30 +0900)]
Revert "[NUI] Create TextLayout when parent has layout"
This patch causes issue that TextLabel margin to become zero.
Revert this patch to fix issue.
we need to fix layout performance issue later.
This reverts commit
b78d9bf284c27e065b7d194ae9124e34258d18b9.
Jiyun Yang [Mon, 15 Mar 2021 04:51:35 +0000 (13:51 +0900)]
[NUI] Scrollbar uses View instead Visual since blinking issue (#2735)
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Dongsug Song [Sat, 13 Mar 2021 02:10:39 +0000 (11:10 +0900)]
[NUI] Fix TV TCT fails (2nd)
- "#if PROFILE_MOBILE" is not working
- Change profile check as ThemeManager.CurrentProfile
- TV target has been tested and verified locally
Dongsug Song [Fri, 12 Mar 2021 12:58:15 +0000 (21:58 +0900)]
[NUI] Fix TV TCT fails
- FeedKey and Accessibility are FHUB(mobile) feature
- TV doesn't use Feedkey nor NUI Accessibility
- Need to be seperated by profile when building
Bowon Ryu [Thu, 4 Mar 2021 08:05:31 +0000 (17:05 +0900)]
Support TranslatablePlaceholderTextFocused to TextField
PlaceholderTextFoused can set the SID value by this patch
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Wootak Jung [Wed, 10 Mar 2021 05:28:50 +0000 (14:28 +0900)]
Fix GetLocalOobData memory leak (#2725)
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
Dongsug Song [Fri, 5 Mar 2021 07:41:07 +0000 (16:41 +0900)]
[NUI] Enable Window.ViewAdded event
- Previously, Window.ViewAdded event was blocked by memory leak
- This is enabled again by the request from Appium
- This change has beend checked locally and there was no memory leak (normal)
zhouleonlei [Mon, 1 Mar 2021 06:08:42 +0000 (14:08 +0800)]
[NUI] Fix svace issue for wearable
huiyu.eun [Mon, 22 Feb 2021 05:03:42 +0000 (14:03 +0900)]
[NUI] Create TextLayout when parent has layout
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
zhouleonlei [Fri, 19 Feb 2021 08:06:18 +0000 (16:06 +0800)]
[NUI] Fix NUI and wearable svace issues
younghajung [Wed, 17 Feb 2021 07:31:23 +0000 (16:31 +0900)]
[WIP][WebView] Support request intecept (#2486)
This patch adds internal APIs to support request intercept.
Plus, adds APIs for remote inspect.
Signed-off-by: yh106.jung <yh106.jung@samsung.com>
Jiyun Yang [Mon, 15 Feb 2021 02:58:30 +0000 (11:58 +0900)]
[NUI] Fix vertical scrollbar position bug (#2639)
There was a copy & paste error in vertical scroll position calculator in a scrollbar.
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
huiyu.eun [Tue, 9 Feb 2021 04:16:31 +0000 (13:16 +0900)]
[NUI] Change LayoutController process
Register a callback when Layout is first used.
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
pichulia [Fri, 5 Feb 2021 12:23:35 +0000 (21:23 +0900)]
[NUI] tiny typo fix (2)
Signed-off-by: pichulia <eunkiki.hong@samsung.com>
pichulia [Fri, 5 Feb 2021 11:55:36 +0000 (20:55 +0900)]
[NUI] tiny typo fix
Signed-off-by: pichulia <eunkiki.hong@samsung.com>
pichulia [Fri, 5 Feb 2021 11:33:35 +0000 (20:33 +0900)]
[NUI] Fix wrong casting
Layer and View class don't have any depencency.
So if we try to convert Layer to View (without "as" operator), it may create some critical issues.
Signed-off-by: pichulia <eunkiki.hong@samsung.com>
Jiyun Yang [Thu, 4 Feb 2021 11:16:18 +0000 (20:16 +0900)]
[NUI] Prevent svace issues in Scrollbar
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Jiyun Yang [Thu, 4 Feb 2021 10:48:39 +0000 (19:48 +0900)]
[NUI] ScrollableBase supports Scrollbar properly
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
huayongxu [Wed, 3 Feb 2021 06:01:22 +0000 (14:01 +0800)]
[NUI] Add a VideoHoleEnabled property into WebView. (#2607)
Video hole is used for playing videos with high quality in WebView.
This patch is to add a VideoHoleEnabled property.
zhouleonlei [Tue, 2 Feb 2021 09:08:00 +0000 (17:08 +0800)]
[NUI] Modify svace issues for NUI and wearable (#2600)
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>
tscholb [Fri, 29 Jan 2021 08:37:53 +0000 (17:37 +0900)]
[NUI] Add GetOriginalImageSize() considering rotation (#2587)
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>
zhouleonlei [Wed, 27 Jan 2021 01:52:51 +0000 (09:52 +0800)]
[NUI] Fix svace issue for MergeStyle
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>
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>
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)
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
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>
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>
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.
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.
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>
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>
dongsug.song [Wed, 20 Jan 2021 06:10:52 +0000 (15:10 +0900)]
[NUI] Fix TV AmbientMode empty screen
dongsug.song [Mon, 18 Jan 2021 11:46:49 +0000 (20:46 +0900)]
[NUI] Change Feedback as working on TouchEvent
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>
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>
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>
Joogab Yun [Wed, 6 Jan 2021 16:10:25 +0000 (01:10 +0900)]
[NUI] fixed memory leak
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>
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>
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>
zhouleonlei [Tue, 29 Dec 2020 02:47:05 +0000 (10:47 +0800)]
[NUI] Fix Svace issues
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>
hyotaekshim [Thu, 17 Dec 2020 06:54:56 +0000 (15:54 +0900)]
Update Log.cs (#2424)
zhouleonlei [Tue, 15 Dec 2020 03:37:49 +0000 (11:37 +0800)]
[NUI] fix svace issue for texture
Dongsug Song [Tue, 15 Dec 2020 02:54:44 +0000 (11:54 +0900)]
[NUI] Change "IsTapGestureFeedback" as "Feedback"
zhouleonlei [Mon, 14 Dec 2020 06:26:08 +0000 (14:26 +0800)]
[NUI] Add sound feedback and fix scroll build errors
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>
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>
Dongsug Song [Wed, 9 Dec 2020 04:56:31 +0000 (13:56 +0900)]
[NUI] Add RedrawInScalingDown in LottieAnimationView
zhouleonlei [Wed, 9 Dec 2020 03:09:10 +0000 (11:09 +0800)]
[NUI] Fixed svace issue for API8
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
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>
JoogabYun [Mon, 7 Dec 2020 05:09:36 +0000 (14:09 +0900)]
[NUI] Add Padding parameter for TextPageUtil (#2331)
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>
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>
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>
Dongsug Song [Wed, 2 Dec 2020 02:46:38 +0000 (11:46 +0900)]
[NUI] Fix wrong AnimationState after VectorAnimatedImageView playing stoped
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.
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.
Jiyun Yang [Fri, 27 Nov 2020 07:43:17 +0000 (16:43 +0900)]
Revert "[NUI] Add direction & displacement into ScrollOutOfBound event."
This reverts commit
bd6e9d90575a3f6f6daebd4f1ca716fe86a24843.
huiyu.eun [Fri, 27 Nov 2020 00:53:59 +0000 (09:53 +0900)]
[NUI] Delete unnecessary log
- Delete the log commented
- Displays only one log when the value is invalid of color.
- View.Parent is deprecated, modify to use View.GetParent()
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
huayong.xu [Fri, 27 Nov 2020 02:46:41 +0000 (10:46 +0800)]
[NUI] Add direction & displacement into ScrollOutOfBound event.
This patch is to trigger ScrollOutOfBound event as pan gesture state,
and add pan direction & displacement into ScrollOutOfBound event.
Bound of ScrollOutOfBoundEventArgs is removed, because displacement
can be used for checking Top/Bottom.
Seoyeon2Kim [Fri, 27 Nov 2020 01:31:16 +0000 (10:31 +0900)]
[NUI] Add some APIs to make Accessibility enabled / disabled (#2296)
- Added EnableAccessibility and IsEnabled to AccessibilityManager
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
huiyueun [Fri, 27 Nov 2020 01:12:42 +0000 (10:12 +0900)]
[NUI] Change setter of property (#2298)
* [NUI] Change setter of property
- Setter is deprecated in API8.(Size/Scale/Color/Position)
- An unnecessary log comes out and causes performance degradation.
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] Modify comment
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
zhouleonlei [Mon, 23 Nov 2020 12:01:53 +0000 (20:01 +0800)]
[NUI] Fix Svace issues for Components
Jiyun Yang [Wed, 25 Nov 2020 07:11:47 +0000 (16:11 +0900)]
[NUI] Load default theme in preload (#2281)
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Wootak Jung [Tue, 24 Nov 2020 01:57:39 +0000 (10:57 +0900)]
[Bluetooth][Non-ACR] Fix svace issue (#2270) (#2278)
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
Dongsug Song [Fri, 20 Nov 2020 08:33:34 +0000 (17:33 +0900)]
Revert "[NUI] Add ExcludeLayouting to View (#2196)"
This reverts commit
9ef2bbd395c85fdba9b9dcc933bb7088bdcf31e7.
Dongsug Song [Fri, 20 Nov 2020 08:33:22 +0000 (17:33 +0900)]
Revert "[NUI] Correct the meaning of ExcludeLayouting. (#2256)"
This reverts commit
7e9b55153e3417428444b533b61fdc90f0e1d083.
Jiyun Yang [Fri, 20 Nov 2020 03:30:43 +0000 (12:30 +0900)]
Revert "[NUI] Unsubscribe theme changed event when the view is not on window" (#2265)
This revert revious patch and make sure the theme changed event handler is disconnected when dispose.
This reverts commit
592900fdc380ce27df8c8fdb6de8084caffacc15.
bshsqa [Thu, 19 Nov 2020 06:03:52 +0000 (15:03 +0900)]
[NUI] Correct the meaning of ExcludeLayouting. (#2256)
Signed-off-by: seungho <sbsh.baek@samsung.com>
Joogab Yun [Wed, 18 Nov 2020 07:06:18 +0000 (16:06 +0900)]
[NUI] fixed bug about set desired size
seungho [Wed, 4 Nov 2020 07:06:28 +0000 (16:06 +0900)]
[NUI] Refactoring FrameUpdateCallback
- Remove FrameCallback.cs and Interop.FrameCallback.cs
- Rename FrameCallbackInterface to FrameUpdateCallbackInterface
Signed-off-by: seungho <seungho@seungho.tn.corp.samsungelectronics.net>
Yeongjong Lee [Thu, 29 Oct 2020 02:45:03 +0000 (11:45 +0900)]
[NUI] Fix build warning CA1507
Use nameof instead of string
Jiyun Yang [Wed, 18 Nov 2020 08:27:39 +0000 (17:27 +0900)]
[NUI] Unsubscribe theme changed event when the view is not on window
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
dongsug.song [Wed, 11 Nov 2020 06:34:11 +0000 (15:34 +0900)]
[NUI] Remove [Obsolete()] attribute
dongsug.song [Mon, 16 Nov 2020 08:04:21 +0000 (17:04 +0900)]
[NUI] Fix exception defect when LanguageChanged event has come
- LocaleLanguageChanged event should be unsubscribed when TextLabel, TextField, TextEditor are disposed.
Dongsug Song [Tue, 17 Nov 2020 07:26:17 +0000 (16:26 +0900)]
[NUI] Add Animation Finished callback debug log temporarily
bshsqa [Wed, 18 Nov 2020 01:04:00 +0000 (10:04 +0900)]
[NUI] Add ExcludeLayouting to View (#2196)
* [NUI] Formatting for layout code
Signed-off-by: seungho <sbsh.baek@samsung.com>
* [NUI] Add ExcludeLayouting to View
- If ExcludeLayouting property is false, the view is not affected by parent layout
- Even the property is false, the children Views are affected by layout of current View
- This ExcludeLayouting property is changed synchronously with SetPositionByLayout of its layout
- Children of AbsoluteLayout can freely be animated.
Signed-off-by: seungho <sbsh.baek@samsung.com>
Jiyun Yang [Fri, 13 Nov 2020 05:44:53 +0000 (14:44 +0900)]
Revert "[NUI] NUI has a default theme in TV profile"
This reverts commit
7fcc392ce08112253b2b43194117a58a7aa4cd97.
Jiyun Yang [Thu, 12 Nov 2020 07:16:09 +0000 (16:16 +0900)]
[NUI] NUI has a default theme in TV profile
* Specify the theme for TV profile. (It was null previously)
* To avoid redundant error messages, it checks assembly list in the current app domain before loading the xaml.
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Jiyun Yang [Fri, 6 Nov 2020 09:44:03 +0000 (18:44 +0900)]
[NUI] Do not make error message when the profile theme file is not found (#2188)
In some profile, not all 3 theme files exists.
So the patch checks file existance not to make error messages.
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
WonYoung Choi [Thu, 12 Nov 2020 05:26:15 +0000 (14:26 +0900)]
[Build] Add FOTA script for TizenFX (#2224)
* [Build] Add FOTA script for TizenFX
* fix upgrade script
zhouleonlei [Tue, 10 Nov 2020 07:04:50 +0000 (15:04 +0800)]
[NUI] Fixed svace defects of Visuals
zhouleonlei [Mon, 9 Nov 2020 12:56:12 +0000 (20:56 +0800)]
[NUI] Fixed svace issues
Wonsik Jung [Tue, 10 Nov 2020 01:24:11 +0000 (10:24 +0900)]
Revert "[NUI] change orientation angle in GLWindow"
This reverts commit
8d3249a176a4fb0e34275be698b8394bbdb6f4db.
Wonsik Jung [Mon, 9 Nov 2020 02:44:14 +0000 (11:44 +0900)]
[NUI] change orientation angle in GLWindow
Change orientation angle in GLWindow. It is same with NUI.Window.
hjhun [Fri, 6 Nov 2020 05:57:02 +0000 (14:57 +0900)]
Fix static analysis issues (#2193)
Issues:
- NO_LOCK.STAT
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>