platform/core/csapi/tizenfx.git
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>
4 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

4 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

4 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>
5 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

5 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

5 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>
5 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

5 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

5 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>
5 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

5 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

5 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>
5 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>
6 months agoRelease 10.0.0.17782 accepted/tizen/7.0/unified/20231107.145944 submit/tizen_7.0/20231107.050833
TizenAPI-Bot [Tue, 7 Nov 2023 05:08:33 +0000 (05:08 +0000)]
Release 10.0.0.17782

6 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Tue, 7 Nov 2023 05:08:33 +0000 (05:08 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

6 months ago[NUI] revert 'Make DaliAccessibilityDetachAccessibleObject called at main thread...
dongsug.song [Tue, 7 Nov 2023 04:15:01 +0000 (13:15 +0900)]
[NUI] revert 'Make DaliAccessibilityDetachAccessibleObject called at main thread' and check native object

6 months ago[System] Add power internal APIs
Yunhee Seo [Thu, 2 Nov 2023 12:53:34 +0000 (21:53 +0900)]
[System] Add power internal APIs

Allows using native power internal APIs.

These are newly added to System/Device/Power
- public static void ConfirmWaitCallback(UInt64 wait_callback_id)
-> It informs the deviced that it is okay to take actual action to change state.
- public static void CancelWaitCallback(UInt64 wait_callback_id)
-> It informs the deviced of that it needs to undo the current transition.
- public static int ChangeState(PowerState state, int timeout_sec)
-> It Sends a request for changing power state asynchronously with timeout sec.
- public static int CheckRebootAllowed()
-> It checks if reboot is possible on the current device state.
- public static PowerTransitionReason GetWakeupReason()
-> It returns power wake up reason.
- public static PowerLockState GetLockState(PowerLock type)
-> It returns the status of power lock(locked/unlocked).

To notify callback event, 4 types EventHandler is added.
- public static event EventHandler<PowerStateChangeRequestEventArgs> StartStateChangeRequestCallback
- public static event EventHandler<PowerStateChangeRequestEventArgs> NormalStateChangeRequestCallback
- public static event EventHandler<PowerStateChangeRequestEventArgs> SleepStateChangeRequestCallback
- public static event EventHandler<PowerStateChangeRequestEventArgs> PoweroffStateChangeRequestCallback
- public static event EventHandler<PowerStateChangeRequestEventArgs> RebootStateChangeRequestCallback
- public static event EventHandler<PowerStateChangeRequestEventArgs> ExitStateChangeRequestCallback
-> With this eventhandler, it is possible to get event from ChangeState handling.
For example,
1. Add callback event to NormalStateChangeRequestCallback.
2. Request power state change with ChangeState(PowerState.Normal, timeout_sec)
3. After power state change request done, it returns result as invoke callback event.

- public static event EventHandler<PowerStateWaitEventArgs> StartStateWaitCallback
- public static event EventHandler<PowerStateWaitEventArgs> NormalStateWaitCallback
- public static event EventHandler<PowerStateWaitEventArgs> SleepStateWaitCallback
- public static event EventHandler<PowerStateWaitEventArgs> PoweroffStateWaitCallback
- public static event EventHandler<PowerStateWaitEventArgs> RebootStateWaitCallback
- public static event EventHandler<PowerStateWaitEventArgs> ExitStateWaitCallback
-> As adding event callback to above eventhandler, it is possible to get event
    when the power state changes to Specific Power state.
For example,
1. Add callback event to SleepStateWaitCallback.
2. When the power state changes to Sleep state, callback event will be invoked.

- public static event EventHandler<PowerTransientStateWaitEventArgs> TransientResumingEarlyStateWaitCallback
- public static event EventHandler<PowerTransientStateWaitEventArgs> TransientResumingStateWaitCallback
- public static event EventHandler<PowerTransientStateWaitEventArgs> TransientResumingLateStateWaitCallback
- public static event EventHandler<PowerTransientStateWaitEventArgs> TransientSuspendingEarlyStateWaitCallback
- public static event EventHandler<PowerTransientStateWaitEventArgs> TransientSuspendingStateWaitCallback
- public static event EventHandler<PowerTransientStateWaitEventArgs> TransientSuspendingLateStateWaitCallback
-> As adding event callback to above eventhandler, it is possible to get event
    during the power transition.
For example,
1. Add callback event to TransientResumingLateStateWaitCallback.
2. When the power transient state changes to ResumingLate state, callback event will be invoked.

- public static event EventHandler<PowerLockStateChangedEventArgs> CpuLockStateChangedCallback
- public static event EventHandler<PowerLockStateChangedEventArgs> DisplayNormalLockStateChangedCallback
- public static event EventHandler<PowerLockStateChangedEventArgs> DisplayDimLockStateChangedCallback
-> As adding event callback to above eventhandler, it is possible to get event
    when the power lock state is changed.
For example,
1. Add callback event to DisplayNormalLockStateChangedCallback.
2. When the DisplayNormal power lock state is changed, callback event will be invoked.

To use new APIs, below enumeration is also added.
- public enum PowerTransitionReason
-> It represents power transition reason
- public enum PowerState : uint
-> It represents power state.
- public enum PowerTransientState : uint
-> It represents power transient state.
- public enum PowerLockState
-> It represents power lock state locked or unlocked.

Detailed example, information is added to API/EventHandler/Enumeration definition.

Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
6 months agoRelease 10.0.0.17780 accepted/tizen/7.0/unified/20231103.165439 submit/tizen_7.0/20231102.090304
TizenAPI-Bot [Thu, 2 Nov 2023 09:03:04 +0000 (09:03 +0000)]
Release 10.0.0.17780

6 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Thu, 2 Nov 2023 09:03:04 +0000 (09:03 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

6 months ago[Build] Create a dotnet library dir from the post script (#5709)
JongHeonChoi [Thu, 2 Nov 2023 08:58:49 +0000 (17:58 +0900)]
[Build] Create a dotnet library dir from the post script (#5709)

6 months ago[NUI] Make DaliAccessibilityDetachAccessibleObject called at main thread
Eunki, Hong [Mon, 30 Oct 2023 04:49:51 +0000 (13:49 +0900)]
[NUI] Make DaliAccessibilityDetachAccessibleObject called at main thread

void Dispose(bool) can be called from worker thread, when disposing value is false.

To ensure we detach AccessibileObject in main thread, let we remove it
at Dispose(DisposeTypes), instead of Dispose(bool).

To avoid this kind of error in future, let we remove View.Dispose(bool)
and let we only use Dispose(DisposeTypes).

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
6 months agoRelease 10.0.0.17778 accepted/tizen/7.0/unified/20231101.175652 submit/tizen_7.0/20231101.083408
TizenAPI-Bot [Wed, 1 Nov 2023 08:34:08 +0000 (08:34 +0000)]
Release 10.0.0.17778

6 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Wed, 1 Nov 2023 08:34:08 +0000 (08:34 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

6 months ago[Build] Fixed an error that could not find the dotnet_resolving.info file (#5700)
JongHeonChoi [Wed, 1 Nov 2023 08:29:43 +0000 (17:29 +0900)]
[Build] Fixed an error that could not find the dotnet_resolving.info file (#5700)

6 months agoRelease 10.0.0.17777 accepted/tizen/7.0/unified/20231101.053152 submit/tizen_7.0/20231031.060722
TizenAPI-Bot [Tue, 31 Oct 2023 06:07:22 +0000 (06:07 +0000)]
Release 10.0.0.17777

6 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Tue, 31 Oct 2023 06:07:22 +0000 (06:07 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

6 months ago[Build] Modify build error for vconf of runtime_version (#5685)
JongHeonChoi [Tue, 31 Oct 2023 05:43:36 +0000 (14:43 +0900)]
[Build] Modify build error for vconf of runtime_version (#5685)

6 months agoRelease 10.0.0.17776 submit/tizen_7.0/20231031.041915
TizenAPI-Bot [Tue, 31 Oct 2023 04:19:15 +0000 (04:19 +0000)]
Release 10.0.0.17776

6 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Tue, 31 Oct 2023 04:19:14 +0000 (04:19 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

6 months ago[Build] Create vconf related to .NET as a file in RO location (#5680)
JongHeonChoi [Tue, 31 Oct 2023 04:12:25 +0000 (13:12 +0900)]
[Build] Create vconf related to .NET as a file in RO location (#5680)

* Change the location and value for generating vconf of runtime_version

* [Build] Create vconf related to .NET as a file in RO location

6 months agoRelease 10.0.0.17775 accepted/tizen/7.0/unified/20231030.164725 submit/tizen_7.0/20231030.060413
TizenAPI-Bot [Mon, 30 Oct 2023 06:04:13 +0000 (06:04 +0000)]
Release 10.0.0.17775

6 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Mon, 30 Oct 2023 06:04:13 +0000 (06:04 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

6 months ago[NUI][AT-SPI] Detach NUIViewAccessible in View.Dispose()
Artur Świgoń [Thu, 19 Oct 2023 15:53:40 +0000 (17:53 +0200)]
[NUI][AT-SPI] Detach NUIViewAccessible in View.Dispose()

The application may crash if the View is disposed but the Accessibility
infrastructure calls one of the View methods. Detaching the
NUIViewAccessible proxy object in View.Dispose() should prevent that.

6 months agoRelease 10.0.0.17774 accepted/tizen/7.0/unified/20231026.165739 submit/tizen_7.0/20231024.151120
TizenAPI-Bot [Tue, 24 Oct 2023 15:11:20 +0000 (15:11 +0000)]
Release 10.0.0.17774

6 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Tue, 24 Oct 2023 15:11:19 +0000 (15:11 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

6 months ago[NUI.Scene3D][API10] Bug fix when we get ModelNode from Model
Eunki, Hong [Mon, 23 Oct 2023 02:50:27 +0000 (11:50 +0900)]
[NUI.Scene3D][API10] Bug fix when we get ModelNode from Model

Since View constructor automatically change 'PositionUsesPivotPoint' value as false,
some logic might changed when we Register ModelNode newly.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
6 months ago[MediaController] Fix CustomCommand crash issue (#5652)
Haesu Gwon [Tue, 24 Oct 2023 07:16:00 +0000 (16:16 +0900)]
[MediaController] Fix CustomCommand crash issue (#5652)

6 months agoRelease 10.0.0.17772 accepted/tizen/7.0/unified/20231024.025403 submit/tizen_7.0/20231019.151030
TizenAPI-Bot [Thu, 19 Oct 2023 15:10:30 +0000 (15:10 +0000)]
Release 10.0.0.17772

6 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Thu, 19 Oct 2023 15:10:29 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

6 months ago[System.Feedback] Add feedback theme index range description
Yunhee Seo [Thu, 19 Oct 2023 04:37:28 +0000 (13:37 +0900)]
[System.Feedback] Add feedback theme index range description

The index of sound theme range is 1 ~ N according to conf file.
This index range should be considered when using feedback theme index getter/setter.

Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
6 months agoRelease 10.0.0.17771 submit/tizen_7.0/20231018.074708
TizenAPI-Bot [Wed, 18 Oct 2023 07:47:08 +0000 (07:47 +0000)]
Release 10.0.0.17771

6 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Wed, 18 Oct 2023 07:47:08 +0000 (07:47 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

6 months ago[NUI] Add widget list for keeping widget instance
sunghyun kim [Wed, 18 Oct 2023 07:14:53 +0000 (16:14 +0900)]
[NUI] Add widget list for keeping widget instance

same to this patch
https://github.com/Samsung/TizenFX/pull/5583

6 months agoRelease 10.0.0.17770 accepted/tizen/7.0/unified/20231018.172242 submit/tizen_7.0/20231016.104556
TizenAPI-Bot [Mon, 16 Oct 2023 10:45:56 +0000 (10:45 +0000)]
Release 10.0.0.17770

6 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Mon, 16 Oct 2023 10:45:55 +0000 (10:45 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

6 months ago[Tizen][API10] Add WebView APIs for fullscreen, text found, etc.
huayong.xu [Mon, 16 Oct 2023 02:46:38 +0000 (10:46 +0800)]
[Tizen][API10] Add WebView APIs for fullscreen, text found, etc.

6 months agoRelease 10.0.0.17769 submit/tizen_7.0/20231013.151151
TizenAPI-Bot [Fri, 13 Oct 2023 15:11:51 +0000 (15:11 +0000)]
Release 10.0.0.17769

6 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Fri, 13 Oct 2023 15:11:51 +0000 (15:11 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

6 months ago[System.Feedback] Add new feedback_pattern
Yunhee Seo [Thu, 12 Oct 2023 07:44:39 +0000 (16:44 +0900)]
[System.Feedback] Add new feedback_pattern

Below feedback pattern is supported by mapping feedback pattern id number.
- FEEDBACK_PATTERN_WELCOME
- FEEDBACK_PATTERN_AUTO_DOOR_OPEN

Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
7 months agoRelease 10.0.0.17768 submit/tizen_7.0/20231012.151150
TizenAPI-Bot [Thu, 12 Oct 2023 15:11:50 +0000 (15:11 +0000)]
Release 10.0.0.17768

7 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Thu, 12 Oct 2023 15:11:50 +0000 (15:11 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

7 months ago[NUI][API10] Unregister callbacks when passed argument is null.
huayong.xu [Mon, 12 Jun 2023 05:51:45 +0000 (13:51 +0800)]
[NUI][API10] Unregister callbacks when passed argument is null.

This patch is merged from DevelNUI:
https://github.com/Samsung/TizenFX/pull/5329

7 months agoRelease 10.0.0.17767 accepted/tizen/7.0/unified/20230927.090513 submit/tizen_7.0/20230926.081042
TizenAPI-Bot [Tue, 26 Sep 2023 08:10:42 +0000 (08:10 +0000)]
Release 10.0.0.17767

7 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Tue, 26 Sep 2023 08:10:42 +0000 (08:10 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

7 months ago[NUI.Scene3D] CodeSync MotionData API and documents
Eunki Hong [Mon, 25 Sep 2023 16:31:44 +0000 (01:31 +0900)]
[NUI.Scene3D] CodeSync MotionData API and documents

1. Fix TCT error #5576
2. Follow some comments fix up as #5452

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
7 months agoRelease 10.0.0.17766 submit/tizen_7.0/20230915.151216
TizenAPI-Bot [Fri, 15 Sep 2023 15:12:16 +0000 (15:12 +0000)]
Release 10.0.0.17766

7 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Fri, 15 Sep 2023 15:12:15 +0000 (15:12 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

7 months ago[System.Feedback] Add internal API to support feedback stop by feedback type
Yunhee Seo [Fri, 15 Sep 2023 01:47:50 +0000 (10:47 +0900)]
[System.Feedback] Add internal API to support feedback stop by feedback type

Allows feedback stop according to feedback type.

This is newly added to System.Feedback.
- public void StopTypeInternal(FeedbackType type)
    -> It stops current feedback playing according to feedback type.

Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
7 months agoRelease 10.0.0.17765 accepted/tizen/7.0/unified/20230915.095430 submit/tizen_7.0/20230914.151003
TizenAPI-Bot [Thu, 14 Sep 2023 15:10:03 +0000 (15:10 +0000)]
Release 10.0.0.17765

7 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Thu, 14 Sep 2023 15:10:03 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

7 months ago[System.Feedback] Add new feedback_pattern to support general feedback patterns
Yunhee Seo [Thu, 14 Sep 2023 08:07:49 +0000 (17:07 +0900)]
[System.Feedback] Add new feedback_pattern to support general feedback patterns

To support general feedback patterns, newly patterns are added.
With these string pattern, it is possible to use mapped feedback patterns from libfeedback.

Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
7 months agoRelease 10.0.0.17764 submit/tizen_7.0/20230913.151010
TizenAPI-Bot [Wed, 13 Sep 2023 15:10:10 +0000 (15:10 +0000)]
Release 10.0.0.17764

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

7 months ago[NUI.Scene3D] Add Shadow for a Directional Light
seungho baek [Wed, 30 Aug 2023 12:46:22 +0000 (21:46 +0900)]
[NUI.Scene3D] Add Shadow for a Directional Light

Signed-off-by: seungho baek <sbsh.baek@samsung.com>