platform/core/csapi/tizenfx.git
5 weeks agoRelease 10.0.0.17824 submit/tizen_7.0/20240321.151506
TizenAPI-Bot [Thu, 21 Mar 2024 15:15:06 +0000 (15:15 +0000)]
Release 10.0.0.17824

5 weeks agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Thu, 21 Mar 2024 15:15:06 +0000 (15:15 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

5 weeks ago[NUI] WeakEvent : Modify invoke param type
Jiyun Yang [Thu, 21 Mar 2024 05:21:32 +0000 (14:21 +0900)]
[NUI] WeakEvent : Modify invoke param type

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
5 weeks ago[NUI] Move WeakEvent to public and remove unused WeakEventHandler class
Jiyun Yang [Mon, 18 Mar 2024 11:13:14 +0000 (20:13 +0900)]
[NUI] Move WeakEvent to public and remove unused WeakEventHandler class

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
5 weeks agoRelease 10.0.0.17822 accepted/tizen/7.0/unified/20240319.152955 submit/tizen_7.0/20240319.043332
TizenAPI-Bot [Tue, 19 Mar 2024 04:33:32 +0000 (04:33 +0000)]
Release 10.0.0.17822

5 weeks agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Tue, 19 Mar 2024 04:33:32 +0000 (04:33 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

5 weeks ago[NUI][API10] Fix SVACE issue (ViewStyle.cs CopyFrom null check)
Eunki, Hong [Tue, 19 Mar 2024 03:48:49 +0000 (12:48 +0900)]
[NUI][API10] Fix SVACE issue (ViewStyle.cs CopyFrom null check)

This PR is copy of #5982

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
5 weeks agoRelease 10.0.0.17821 submit/tizen_7.0/20240318.150806
TizenAPI-Bot [Mon, 18 Mar 2024 15:08:06 +0000 (15:08 +0000)]
Release 10.0.0.17821

5 weeks agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Mon, 18 Mar 2024 15:08:06 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

5 weeks ago[NUI][API10] Fix some memory leak codes what already fixed at API12
Eunki Hong [Fri, 19 Jan 2024 04:04:36 +0000 (13:04 +0900)]
[NUI][API10] Fix some memory leak codes what already fixed at API12

Let we backport some minor memory leak resolve PR what we already merged.

This PR squash 3 different patches.

---

Add some remarks at BaseHandle class about Dispose

(Follow PR #5893)

Resolve memory leak for DisposeTest sample

There was leak issue since we don't call FreeHGlobal after AllocHGlobal.

And also, let we Dispose Renderer / Geometry / Shader / TextureSet what NUI create.
Those classes memory might give confuse when we test the memory.

(Follow PR #5895)

Call Mashal.FreeHGlobal() what we allocated

Let we free allocated heap memory by Mashal.

It might cause memory leak issue if user try to use VertexBuffer.

And also, let we also fix FrameBrokerBase implementation
that might be the guideline who want to use custom Geometry class.

(Follow PR #5902)

6 weeks agoRelease 10.0.0.17820 submit/tizen_7.0/20240314.150747
TizenAPI-Bot [Thu, 14 Mar 2024 15:07:47 +0000 (15:07 +0000)]
Release 10.0.0.17820

6 weeks agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Thu, 14 Mar 2024 15:07:47 +0000 (15:07 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

6 weeks ago[NUI] WeakEvent : Improve clean-up condition
Jiyun Yang [Thu, 14 Mar 2024 04:22:05 +0000 (13:22 +0900)]
[NUI] WeakEvent : Improve clean-up condition

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
6 weeks ago[NUI][API10] Fix some incorrect implements when we get Texture relative items
Eunki Hong [Fri, 19 Jan 2024 01:28:11 +0000 (10:28 +0900)]
[NUI][API10] Fix some incorrect implements when we get Texture relative items

Since now we have a unified pattern to avoid memory leak problem
between NUI and Native side handle count problem,
Let we change some mis-implementated codes relative with Texture.

Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
6 weeks agoRelease 10.0.0.17818 accepted/tizen/7.0/unified/20240314.152423 submit/tizen_7.0/20240313.151015
TizenAPI-Bot [Wed, 13 Mar 2024 15:10:15 +0000 (15:10 +0000)]
Release 10.0.0.17818

6 weeks agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Wed, 13 Mar 2024 15:10:15 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

6 weeks ago[NUI.Scene3D] Add Rotation constructor using pitch,yaw,roll (#5996)
huiyu [Wed, 13 Mar 2024 05:14:47 +0000 (14:14 +0900)]
[NUI.Scene3D] Add Rotation constructor using pitch,yaw,roll (#5996)

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
7 weeks agoRelease 10.0.0.17817 submit/tizen_7.0/20240308.150800
TizenAPI-Bot [Fri, 8 Mar 2024 15:08:00 +0000 (15:08 +0000)]
Release 10.0.0.17817

7 weeks agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Fri, 8 Mar 2024 15:08:00 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

7 weeks ago[NUI] Remove old frame range if we set marker + Minor fix up when marker invalid
Eunki Hong [Tue, 14 Nov 2023 15:39:16 +0000 (00:39 +0900)]
[NUI] Remove old frame range if we set marker + Minor fix up when marker invalid

LottieAnimationView cache both frame range as int, and marker.
But two API set same property - PlayRange.

So if some code like below thing was not working well

```
  // Let "marker" frame range is 10~20

  lottieView.SetMinMaxFrame(30, 40); // play range become 30~40
  lottieView.SetMinMaxFrameByMarker(marker); // play range become 10~20
  lottieView.SetMinMaxFrame(30, 40); // play range need to be 30~40 again, but it didn't due to the cache.
```

To avoid like above case, let we clean cache explicit parameter.

Also, Let we add some more error check if app use invalid marker
(Lottie file not loaded, or marker is invalid.)

In this case, let we just follow minMaxSetTypes.NotSetByUser logic then.

Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
7 weeks ago[NUI] Change SetMinAndMaxFrameByMarker behavior + Fix some async cases
Eunki, Hong [Tue, 14 Nov 2023 09:25:53 +0000 (18:25 +0900)]
[NUI] Change SetMinAndMaxFrameByMarker behavior + Fix some async cases

Let we allow to call SetMinAndMaxFrameByMarker API even if load is not finished.
Instead, let we just call some log if the file is not loaded yet.

Plus, Some API (GetContentInfo, GetMarkerInfo) might cache wrong values
when we use async load

Before try to get correct value, let we check whether the resource is
loaded or not.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
7 weeks ago[NUI] Support to get Marker list information from lottie
Eunki, Hong [Tue, 7 Nov 2023 11:55:41 +0000 (20:55 +0900)]
[NUI] Support to get Marker list information from lottie

Let we allow to get the list of markers what current lottie image has now.

And also, Implement min/max frame index by marker, which is legacy
feature of VD FLUX code.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
8 weeks agoRelease 10.0.0.17814 submit/tizen_7.0/20240227.150833
TizenAPI-Bot [Tue, 27 Feb 2024 15:08:33 +0000 (15:08 +0000)]
Release 10.0.0.17814

8 weeks agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Tue, 27 Feb 2024 15:08:33 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

8 weeks ago[NUI] Fix WeakEvent bugs
Jiyun Yang [Wed, 21 Feb 2024 11:22:42 +0000 (20:22 +0900)]
[NUI] Fix WeakEvent bugs

* Checks that target object is explicitly disposed but not collected yet before invoke
* Consider list item removal/addition while traversing for invoke
* WeakHandler Equal method works well in static case
* Cleanup dead handlers not everytime

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
2 months agoRelease 10.0.0.17813 accepted/tizen/7.0/unified/20240219.160900 submit/tizen_7.0/20240216.151104
TizenAPI-Bot [Fri, 16 Feb 2024 15:11:04 +0000 (15:11 +0000)]
Release 10.0.0.17813

2 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Fri, 16 Feb 2024 15:11:03 +0000 (15:11 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

2 months ago[NUI] Add GenerateUrl in Capture
sunghyun kim [Thu, 15 Feb 2024 08:01:10 +0000 (17:01 +0900)]
[NUI] Add GenerateUrl in Capture

Add GenerateUrl in capture.
this api for using capture.

related patches:
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-adaptor/+/306064/
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-toolkit/+/306066/
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-csharp-binder/+/306067/

2 months agoRelease 10.0.0.17812 accepted/tizen/7.0/unified/20240216.035746 submit/tizen_7.0/20240215.131918
TizenAPI-Bot [Thu, 15 Feb 2024 13:19:18 +0000 (13:19 +0000)]
Release 10.0.0.17812

2 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Thu, 15 Feb 2024 13:19:18 +0000 (13:19 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

2 months ago[NUI] Fixing the defect of the outer edge of the rounded image not being smooth in...
dongsug.song [Thu, 15 Feb 2024 12:59:12 +0000 (21:59 +0900)]
[NUI] Fixing the defect of the outer edge of the rounded image not being smooth in the Loading animation

2 months agoRelease 10.0.0.17811 accepted/tizen/7.0/unified/20240207.172852 submit/tizen_7.0/20240205.012024
TizenAPI-Bot [Mon, 5 Feb 2024 01:20:24 +0000 (01:20 +0000)]
Release 10.0.0.17811

2 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Mon, 5 Feb 2024 01:20:24 +0000 (01:20 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

2 months ago[NUI][API10] Add a WebView API for notifying orientation change.
huayong.xu [Fri, 2 Feb 2024 11:44:55 +0000 (19:44 +0800)]
[NUI][API10] Add a WebView API for notifying orientation change.

2 months agoRelease 10.0.0.17810 accepted/tizen/7.0/unified/20240201.093804 submit/tizen_7.0/20240131.101103
TizenAPI-Bot [Wed, 31 Jan 2024 10:11:03 +0000 (10:11 +0000)]
Release 10.0.0.17810

2 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Wed, 31 Jan 2024 10:11:03 +0000 (10:11 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

2 months ago[Packagemanager] Fix SetPackageManagerEventStatus (#5929)
ilho159kim [Wed, 31 Jan 2024 09:45:41 +0000 (18:45 +0900)]
[Packagemanager] Fix SetPackageManagerEventStatus (#5929)

Since native API internally unregister event and register event
so fix it to actually set event only when necessary

Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
2 months agoRelease 10.0.0.17809 accepted/tizen/7.0/unified/20240130.230309 accepted/tizen/7.0/unified/20240130.230344 submit/tizen_7.0/20240130.070741
TizenAPI-Bot [Tue, 30 Jan 2024 07:07:41 +0000 (07:07 +0000)]
Release 10.0.0.17809

2 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Tue, 30 Jan 2024 07:07:41 +0000 (07:07 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

2 months ago[NUI] Add methods to modify base theme for fhub and fix bugs
Jiyun Yang [Tue, 30 Jan 2024 05:02:50 +0000 (14:02 +0900)]
[NUI] Add methods to modify base theme for fhub and fix bugs

* Add ThemeManager.AppendBaseTheme : It enables outer package to modify base theme
* Add SharedResourcePathExtension for xaml supporting
* Fix the bug that broken images in a theme always overwrite existing settings
* Fix the bug that cloning a view style losts SolidNull information.

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
2 months ago[NUI] Provide a way to enable legacy DALI StyleManager
Jiyun Yang [Fri, 26 Jan 2024 10:28:32 +0000 (19:28 +0900)]
[NUI] Provide a way to enable legacy DALI StyleManager

* Related patch : https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-toolkit/+/305104/
* Related patch : https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-csharp-binder/+/305105/

Since tizen 7.0, DALI StyleManager is disabled by default.
But to support fhub properly, it's needed to provide a way to enable it.

* View/ImageView/Control are created with custom flag `DisableStyleChangeSignals` only when StyleManager is disabled (default)
* Text objects does not process font scale in NUI side when DALI StyleManager is enabled.

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
3 months agoRelease 10.0.0.17807 accepted/tizen/7.0/unified/20240129.164608 submit/tizen_7.0/20240124.150917
TizenAPI-Bot [Wed, 24 Jan 2024 15:09:17 +0000 (15:09 +0000)]
Release 10.0.0.17807

3 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Wed, 24 Jan 2024 15:09:17 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

3 months ago[NUI] Fix LinearLayout to update its child's MeasuredSizeHeight 0 correctly
Jaehyun Cho [Wed, 24 Jan 2024 09:44:22 +0000 (18:44 +0900)]
[NUI] Fix LinearLayout to update its child's MeasuredSizeHeight 0 correctly

LinearLayout updates its child's MeasuredSizeWidth 0 correctly but it
does not update its child's MeasuredSizeHeight 0 due to the range typo.

The range typo has been fixed so child's MeasuredSizeHeight 0 is also
handled correctly.

3 months agoRelease 10.0.0.17806 accepted/tizen/7.0/unified/20240124.164056 submit/tizen_7.0/20240124.051855
TizenAPI-Bot [Wed, 24 Jan 2024 05:18:55 +0000 (05:18 +0000)]
Release 10.0.0.17806

3 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Wed, 24 Jan 2024 05:18:55 +0000 (05:18 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

3 months ago[NUI][API10] DetachAccessibleObject at Dispose time well (#5901)
Seoyeon2Kim [Wed, 24 Jan 2024 04:15:56 +0000 (13:15 +0900)]
[NUI][API10] DetachAccessibleObject at Dispose time well (#5901)

There were several problems when we call DaliAccessibilityDetachAccessibleObject
at Dispose(bool) function

 - It will detach accessibility even if view doesn't own the handle memory
 - Dispose(bool) can be called at worker thread (during GC) so we need to check thread here

Make to `DaliAccessibilityDetachAccessibleObject` function at Dispose(DisposeTypes)
so that we can ensure it called at main thread clearly.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Co-authored-by: Eunki, Hong <eunkiki.hong@samsung.com>
3 months ago[NUI] Support CornerRadius in WebView
sunghyun kim [Tue, 23 Jan 2024 10:24:57 +0000 (19:24 +0900)]
[NUI] Support CornerRadius in WebView

this patch supports cornerRadius in WebView
refer to : https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-toolkit/+/304770/

3 months agoRelease 10.0.0.17804 accepted/tizen/7.0/unified/20240122.080507 submit/tizen_7.0/20240119.103802
TizenAPI-Bot [Fri, 19 Jan 2024 10:38:02 +0000 (10:38 +0000)]
Release 10.0.0.17804

3 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Fri, 19 Jan 2024 10:38:01 +0000 (10:38 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

3 months ago[NUI][API10] Create Context/CookieManager when WebView is created.
huayong.xu [Fri, 19 Jan 2024 07:09:31 +0000 (15:09 +0800)]
[NUI][API10] Create Context/CookieManager when WebView is created.

3 months agoRelease 10.0.0.17803 accepted/tizen/7.0/unified/20240119.013247 submit/tizen_7.0/20240118.073339
TizenAPI-Bot [Thu, 18 Jan 2024 07:33:39 +0000 (07:33 +0000)]
Release 10.0.0.17803

3 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Thu, 18 Jan 2024 07:33:39 +0000 (07:33 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

3 months ago[NUI] Do not check theme applied flag when set ThemeChangeSensitive
Jiyun Yang [Thu, 18 Jan 2024 06:58:36 +0000 (15:58 +0900)]
[NUI] Do not check theme applied flag when set ThemeChangeSensitive

New theme can affect to the views that were not affected by previous theme.

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
3 months agoRelease 10.0.0.17802 accepted/tizen/7.0/unified/20240118.092910 submit/tizen_7.0/20240117.094613
TizenAPI-Bot [Wed, 17 Jan 2024 09:46:13 +0000 (09:46 +0000)]
Release 10.0.0.17802

3 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Wed, 17 Jan 2024 09:46:13 +0000 (09:46 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

3 months ago[NUI.Scene3D] Fix exception when ModelNode don't have ModelNode as child
Eunki, Hong [Tue, 14 Nov 2023 08:17:11 +0000 (17:17 +0900)]
[NUI.Scene3D] Fix exception when ModelNode don't have ModelNode as child

If ModelNode don't have ModelNod as child, it might have
some null handle exception when we DownCast to ModelNode.
(For example, user try to get child ModelNode, but failed.)

Currently, a lots of app don't consider ModelNode now. But in future
we might need to add something under each ModelNode.

To make Scene3D more safety, let we check null or invalidate,
and then get/set the value internally.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
3 months ago[NUI] Supports to build ModelNode Tree
seungho baek [Tue, 7 Nov 2023 11:39:44 +0000 (20:39 +0900)]
[NUI] Supports to build ModelNode Tree

Signed-off-by: seungho baek <sbsh.baek@samsung.com>
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
3 months agoRelease 10.0.0.17800 accepted/tizen/7.0/unified/20240105.145214 submit/tizen_7.0/20240104.103326
TizenAPI-Bot [Thu, 4 Jan 2024 10:33:26 +0000 (10:33 +0000)]
Release 10.0.0.17800

3 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Thu, 4 Jan 2024 10:33:26 +0000 (10:33 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

3 months ago[NUI] Fix text padding issue
Bowon Ryu [Fri, 29 Dec 2023 06:06:24 +0000 (15:06 +0900)]
[NUI] Fix text padding issue

This patch solves the problem that text with padding does not work in nui layout.

For text components, the control's padding is used to calculatie size in native,
so it should not be set to zero value.

This avoids setting padding to zero when it comes to text layout.

Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
4 months agoRelease 10.0.0.17799 accepted/tizen/7.0/unified/20240104.073243 submit/tizen_7.0/20231227.150725
TizenAPI-Bot [Wed, 27 Dec 2023 15:07:26 +0000 (15:07 +0000)]
Release 10.0.0.17799

4 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Wed, 27 Dec 2023 15:07:25 +0000 (15:07 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

4 months ago[NUI] Fix Navigator to support Page with Transitions
Jaehyun Cho [Wed, 27 Dec 2023 04:15:30 +0000 (13:15 +0900)]
[NUI] Fix Navigator to support Page with Transitions

Previously, PushWithTransition and PopWithTransition did not support
Page. It supported either ContentPage or DialogPage.

Now, PushWithTransition and PopWithTransition supports Page as well.

4 months agoRelease 10.0.0.17798 accepted/tizen/7.0/unified/20231226.011010 submit/tizen_7.0/20231221.150726
TizenAPI-Bot [Thu, 21 Dec 2023 15:07:26 +0000 (15:07 +0000)]
Release 10.0.0.17798

4 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Thu, 21 Dec 2023 15:07:26 +0000 (15:07 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

4 months ago[Tizen.Network.WiFi] Add APIs for multi-scanning (#5841)
akash1-kumar [Thu, 21 Dec 2023 13:10:22 +0000 (18:40 +0530)]
[Tizen.Network.WiFi] Add APIs for multi-scanning (#5841)

Signed-off-by: Akash Kumar <akash1.kumar@samsung.com>
4 months ago[System.Feedback] Add internal API to support sound playing with priority
Yunhee Seo [Tue, 19 Dec 2023 06:50:47 +0000 (15:50 +0900)]
[System.Feedback] Add internal API to support sound playing with priority

Allows sound feedback pattern playing with priority.

This is newly added to System.Feedback.
- public enum FeedbackFlag
    -> It determines the sound play method.
- public void PlayTypeWithFlagsInternal(FeedbackType type, String pattern, FeedbackFlag flag)
    -> It plays sound feedback pattern according to the FeedbackFlag value.

Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
4 months agoRelease 10.0.0.17796 submit/tizen_7.0/20231220.150734
TizenAPI-Bot [Wed, 20 Dec 2023 15:07:34 +0000 (15:07 +0000)]
Release 10.0.0.17796

4 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Wed, 20 Dec 2023 15:07:34 +0000 (15:07 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

4 months ago[NUI] Apply CornerRadius to WidgetView
sunghyun kim [Wed, 20 Dec 2023 02:10:52 +0000 (11:10 +0900)]
[NUI] Apply CornerRadius to WidgetView

The CornerRadius function previously supported in View has been modified to also apply to WidgetView.
For this behavior, WidgetView has an internal visual and its structure is changed.
In this case,  WidgetView no longer generates shaders and rendering directly.

I've added a sample for testing the corner radius.
You can use it as follows:
widgetView.CornerRadius = 22;

4 months ago[MediaVision] Change feature key of inference face recognition (#5804)
Haesu Gwon [Wed, 20 Dec 2023 07:51:51 +0000 (16:51 +0900)]
[MediaVision] Change feature key of inference face recognition (#5804)

* [MediaVision] Change feature key of inference face recognition

4 months agoRelease 10.0.0.17794 accepted/tizen/7.0/unified/20231220.074707 accepted/tizen/7.0/unified/20231220.124911 accepted/tizen/7.0/unified/20231220.134954 accepted/tizen/7.0/unified/20231220.170101 submit/tizen_7.0/20231219.104539
TizenAPI-Bot [Tue, 19 Dec 2023 10:45:39 +0000 (10:45 +0000)]
Release 10.0.0.17794

4 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Tue, 19 Dec 2023 10:45:38 +0000 (10:45 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

4 months ago[NUI] Add AnchorColor Property
Bowon Ryu [Mon, 18 Dec 2023 10:27:33 +0000 (19:27 +0900)]
[NUI] Add AnchorColor Property

AnchorColor(or AnchorClickedColor) property is
used as the default color of the markup anchor tag.

If there is a color attribute in the markup anchor tag,
the markup attribute takes precedence.

https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-toolkit/+/302984/
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-csharp-binder/+/302985/

Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
4 months agoRelease 10.0.0.17793 accepted/tizen/7.0/unified/20231218.071101 accepted/tizen/7.0/unified/20231219.155821 submit/tizen_7.0/20231214.150916
TizenAPI-Bot [Thu, 14 Dec 2023 15:09:16 +0000 (15:09 +0000)]
Release 10.0.0.17793

4 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Thu, 14 Dec 2023 15:09:16 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

4 months ago[NUI] Add DepthIndex in Material
seungho baek [Wed, 6 Dec 2023 06:33:49 +0000 (15:33 +0900)]
[NUI] Add DepthIndex in Material

Signed-off-by: seungho baek <sbsh.baek@samsung.com>
4 months agoRelease 10.0.0.17792 accepted/tizen/7.0/unified/20231207.071844 submit/tizen_7.0/20231206.062046
TizenAPI-Bot [Wed, 6 Dec 2023 06:20:46 +0000 (06:20 +0000)]
Release 10.0.0.17792

4 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Wed, 6 Dec 2023 06:20:46 +0000 (06:20 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

4 months ago[NUI] Added collider mesh support (#5782) (#5799)
huiyu [Wed, 6 Dec 2023 04:39:22 +0000 (13:39 +0900)]
[NUI] Added collider mesh support (#5782) (#5799)

* [NUI] Added collider mesh support

Model.SetColliderMesh() function allows creating and setting a collider mesh on the node of model.

Node of model is selected by name (string).
Collider mesh data consists:
List<Vector3> - list of vertices
List<int> - list of indices (3 indices are a triangle face)

* Modify issue

---------

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
Co-authored-by: Adam Bialogonski <adam.b@samsung.com>
4 months agoRelease 10.0.0.17791 submit/tizen_7.0/20231205.151032
TizenAPI-Bot [Tue, 5 Dec 2023 15:10:32 +0000 (15:10 +0000)]
Release 10.0.0.17791

4 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Tue, 5 Dec 2023 15:10:32 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

4 months ago[Bluetooth] Fix BluetoothProfileType enum mismatch issue (#5789)
Wootak Jung [Mon, 4 Dec 2023 22:56:03 +0000 (07:56 +0900)]
[Bluetooth] Fix BluetoothProfileType enum mismatch issue (#5789)

BluetoothProfileType enum does not match native bt_profile_e enum.

Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
4 months agoRelease 10.0.0.17790 accepted/tizen/7.0/unified/20231205.172633 submit/tizen_7.0/20231204.081632
TizenAPI-Bot [Mon, 4 Dec 2023 08:16:32 +0000 (08:16 +0000)]
Release 10.0.0.17790

4 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Mon, 4 Dec 2023 08:16:32 +0000 (08:16 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

4 months ago[NUI] Add SetResolution method to SceneView
seungho baek [Thu, 30 Nov 2023 02:18:55 +0000 (11:18 +0900)]
[NUI] Add SetResolution method to SceneView

Signed-off-by: seungho baek <sbsh.baek@samsung.com>
4 months ago[NUI] Add EnableFrameCache in LottieAnimationView
sunghyun kim [Thu, 30 Nov 2023 03:48:29 +0000 (12:48 +0900)]
[NUI] Add EnableFrameCache in LottieAnimationView

5 months agoRelease 10.0.0.17788 accepted/tizen/7.0/unified/20231127.030336 accepted/tizen/7.0/unified/20231130.102009 submit/tizen_7.0/20231124.151058
TizenAPI-Bot [Fri, 24 Nov 2023 15:10:58 +0000 (15:10 +0000)]
Release 10.0.0.17788

5 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Fri, 24 Nov 2023 15:10:58 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

5 months ago[NUI.Scene3D][API10] Attach matched interop linker for RemoveModelPrimitive
Eunki, Hong [Fri, 24 Nov 2023 07:11:40 +0000 (16:11 +0900)]
[NUI.Scene3D][API10] Attach matched interop linker for RemoveModelPrimitive

Match valid native API for RemoveModelPrimitive

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
5 months agoRelease 10.0.0.17787 accepted/tizen/7.0/unified/20231122.100656 submit/tizen_7.0/20231121.085020
TizenAPI-Bot [Tue, 21 Nov 2023 08:50:20 +0000 (08:50 +0000)]
Release 10.0.0.17787

5 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Tue, 21 Nov 2023 08:50:20 +0000 (08:50 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

5 months ago[NUI] Support RootTranslationOnly option for motion capture data
seungho baek [Tue, 21 Nov 2023 07:27:01 +0000 (16:27 +0900)]
[NUI] Support RootTranslationOnly option for motion capture data

Signed-off-by: seungho baek <sbsh.baek@samsung.com>
5 months agoRelease 10.0.0.17786 accepted/tizen/7.0/unified/20231116.025900 submit/tizen_7.0/20231115.150413
TizenAPI-Bot [Wed, 15 Nov 2023 15:04:13 +0000 (15:04 +0000)]
Release 10.0.0.17786

5 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Wed, 15 Nov 2023 15:04:13 +0000 (15:04 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

5 months ago[NUI] Add ModelPivotPoint property
seungho baek [Wed, 15 Nov 2023 14:36:34 +0000 (23:36 +0900)]
[NUI] Add ModelPivotPoint property

Signed-off-by: seungho baek <sbsh.baek@samsung.com>
5 months ago[Tizen.Network.WiFi] Add set auto scan mode and hidden connect apis (#5730)
akash1-kumar [Wed, 15 Nov 2023 08:43:37 +0000 (14:13 +0530)]
[Tizen.Network.WiFi] Add set auto scan mode and hidden connect apis (#5730)

* Add set auto scan mode and hidden connect apis

Signed-off-by: Akash Kumar <akash1.kumar@samsung.com>
* Add auto-scan mode enum

Signed-off-by: Akash Kumar <akash1.kumar@samsung.com>
* Make enum internal type

Signed-off-by: Akash Kumar <akash1.kumar@samsung.com>
---------

Signed-off-by: Akash Kumar <akash1.kumar@samsung.com>
5 months ago[System.Feedback] Add internal API to support get ids
Yunhee Seo [Wed, 8 Nov 2023 07:07:00 +0000 (16:07 +0900)]
[System.Feedback] Add internal API to support get ids

Allows getting feedback theme id array supported.

This is newly added to System.Feedback.
- public uint[] GetThemeIdsInternal(FeedbackType type)
     -> It returns the available id array defined in the conf file according to feedback type.

Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
5 months ago[System.Feedback] Change feedback theme api name index to id
Yunhee Seo [Wed, 8 Nov 2023 04:58:33 +0000 (13:58 +0900)]
[System.Feedback] Change feedback theme api name index to id

As policies dealing with feedback themes have changed from index to id-base selection,
API naming also changed from index to id.
Feedback themes are no longer treated sequentially, also not dependent on index.
It is managed through a unique id.

Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>