admin [Tue, 26 Jan 2021 15:52:31 +0000 (15:52 +0000)]
Release 8.0.0.15738
admin [Tue, 26 Jan 2021 15:52:31 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
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>
admin [Tue, 26 Jan 2021 09:53:06 +0000 (09:53 +0000)]
Release 8.0.0.15736
admin [Tue, 26 Jan 2021 09:53:06 +0000 (09:53 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
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)
admin [Tue, 26 Jan 2021 05:22:02 +0000 (05:22 +0000)]
Release 8.0.0.15735
admin [Tue, 26 Jan 2021 05:22:02 +0000 (05:22 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
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>
admin [Fri, 22 Jan 2021 15:52:46 +0000 (15:52 +0000)]
Release 8.0.0.15732
admin [Fri, 22 Jan 2021 15:52:46 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
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.
admin [Thu, 21 Jan 2021 15:52:29 +0000 (15:52 +0000)]
Release 8.0.0.15731
admin [Thu, 21 Jan 2021 15:52:29 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
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.
admin [Thu, 21 Jan 2021 04:54:48 +0000 (04:54 +0000)]
Release 8.0.0.15730
admin [Thu, 21 Jan 2021 04:54:48 +0000 (04:54 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
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>
admin [Wed, 20 Jan 2021 06:31:55 +0000 (06:31 +0000)]
Release 8.0.0.15728
admin [Wed, 20 Jan 2021 06:31:55 +0000 (06:31 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
dongsug.song [Wed, 20 Jan 2021 06:10:52 +0000 (15:10 +0900)]
[NUI] Fix TV AmbientMode empty screen
admin [Tue, 19 Jan 2021 15:52:42 +0000 (15:52 +0000)]
Release 8.0.0.15727
admin [Tue, 19 Jan 2021 15:52:42 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
dongsug.song [Mon, 18 Jan 2021 11:46:49 +0000 (20:46 +0900)]
[NUI] Change Feedback as working on TouchEvent
admin [Mon, 18 Jan 2021 15:52:42 +0000 (15:52 +0000)]
Release 8.0.0.15726
admin [Mon, 18 Jan 2021 15:52:42 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
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>
admin [Thu, 14 Jan 2021 15:52:36 +0000 (15:52 +0000)]
Release 8.0.0.15725
admin [Thu, 14 Jan 2021 15:52:36 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
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>
admin [Fri, 8 Jan 2021 15:52:37 +0000 (15:52 +0000)]
Release 8.0.0.15724
admin [Fri, 8 Jan 2021 15:52:37 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
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>
admin [Thu, 7 Jan 2021 00:17:39 +0000 (00:17 +0000)]
Release 8.0.0.15723
admin [Thu, 7 Jan 2021 00:17:39 +0000 (00:17 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
Joogab Yun [Wed, 6 Jan 2021 16:10:25 +0000 (01:10 +0900)]
[NUI] fixed memory leak
admin [Tue, 5 Jan 2021 04:42:50 +0000 (04:42 +0000)]
Release 8.0.0.15722
admin [Tue, 5 Jan 2021 04:42:50 +0000 (04:42 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
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>
admin [Tue, 29 Dec 2020 15:52:31 +0000 (15:52 +0000)]
Release 8.0.0.15720
admin [Tue, 29 Dec 2020 15:52:31 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
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
admin [Fri, 18 Dec 2020 15:52:37 +0000 (15:52 +0000)]
Release 8.0.0.15718
admin [Fri, 18 Dec 2020 15:52:37 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
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>
admin [Thu, 17 Dec 2020 15:52:32 +0000 (15:52 +0000)]
Release 8.0.0.15717
admin [Thu, 17 Dec 2020 15:52:32 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
hyotaekshim [Thu, 17 Dec 2020 06:54:56 +0000 (15:54 +0900)]
Update Log.cs (#2424)
admin [Tue, 15 Dec 2020 15:52:36 +0000 (15:52 +0000)]
Release 8.0.0.15716
admin [Tue, 15 Dec 2020 15:52:36 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
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"
admin [Mon, 14 Dec 2020 15:52:29 +0000 (15:52 +0000)]
Release 8.0.0.15714
admin [Mon, 14 Dec 2020 15:52:29 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
zhouleonlei [Mon, 14 Dec 2020 06:26:08 +0000 (14:26 +0800)]
[NUI] Add sound feedback and fix scroll build errors
admin [Fri, 11 Dec 2020 04:25:42 +0000 (04:25 +0000)]
Release 8.0.0.15713
admin [Fri, 11 Dec 2020 04:25:42 +0000 (04:25 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
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>
admin [Wed, 9 Dec 2020 15:52:32 +0000 (15:52 +0000)]
Release 8.0.0.15712
admin [Wed, 9 Dec 2020 15:52:32 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
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
admin [Mon, 7 Dec 2020 15:52:29 +0000 (15:52 +0000)]
Release 8.0.0.15709
admin [Mon, 7 Dec 2020 15:52:29 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
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)
admin [Thu, 3 Dec 2020 15:52:36 +0000 (15:52 +0000)]
Release 8.0.0.15706
admin [Thu, 3 Dec 2020 15:52:36 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
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>
admin [Thu, 3 Dec 2020 08:10:55 +0000 (08:10 +0000)]
Release 8.0.0.15705
admin [Thu, 3 Dec 2020 08:10:55 +0000 (08:10 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.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>
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>
admin [Wed, 2 Dec 2020 15:52:33 +0000 (15:52 +0000)]
Release 8.0.0.15703
admin [Wed, 2 Dec 2020 15:52:33 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
Dongsug Song [Wed, 2 Dec 2020 02:46:38 +0000 (11:46 +0900)]
[NUI] Fix wrong AnimationState after VectorAnimatedImageView playing stoped
admin [Mon, 30 Nov 2020 10:49:58 +0000 (10:49 +0000)]
Release 8.0.0.15702
admin [Mon, 30 Nov 2020 10:49:57 +0000 (10:49 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
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.
admin [Fri, 27 Nov 2020 07:46:04 +0000 (07:46 +0000)]
Release 8.0.0.15700
admin [Fri, 27 Nov 2020 07:46:04 +0000 (07:46 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
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.
admin [Fri, 27 Nov 2020 04:31:25 +0000 (04:31 +0000)]
Release 8.0.0.15699
admin [Fri, 27 Nov 2020 04:31:24 +0000 (04:31 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
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>
admin [Thu, 26 Nov 2020 15:52:24 +0000 (15:52 +0000)]
Release 8.0.0.15695
admin [Thu, 26 Nov 2020 15:52:24 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API8' into tizen_6.0
zhouleonlei [Mon, 23 Nov 2020 12:01:53 +0000 (20:01 +0800)]
[NUI] Fix Svace issues for Components