platform/core/csapi/tizenfx.git
7 months ago[NUI] Add remove WebContext callbacks when disposed
dongsug.song [Tue, 15 Oct 2024 12:41:13 +0000 (21:41 +0900)]
[NUI] Add remove WebContext callbacks when disposed

- fix the crash issue : A callback was made on a garbage collected delegate of type 'Tizen.NUI!Tizen.NUI.WebContext+WebContextHttpRequestInterceptedProxyCallback::Invoke'

7 months ago[MachineLearning.Train] Change internal logic to resolve a memory leak
SeoHyungjun [Fri, 4 Oct 2024 08:17:00 +0000 (17:17 +0900)]
[MachineLearning.Train] Change internal logic to resolve a memory leak

There were issues with heap use after free and heap overflow occurring
(TNINE-4152, 4153, 4154).

In order to solve this problem, modified the internal logic of the API.

Signed-off-by: SeoHyungjun <hyungjun.seo@samsung.com>
7 months agoDeprecating Tizen.Account.SyncManager CancelSyncCallback() API (#6402)
k-jaju [Tue, 15 Oct 2024 05:55:17 +0000 (11:25 +0530)]
Deprecating Tizen.Account.SyncManager  CancelSyncCallback() API (#6402)

ACR:
https://jira.sec.samsung.net/browse/TCSACR-603

Co-authored-by: randeepsingh01 <49635973+randeepsingh01@users.noreply.github.com>
7 months ago[AudioManager] Improve documentation (#6352)
Jaechul-Lee [Tue, 15 Oct 2024 02:06:48 +0000 (11:06 +0900)]
[AudioManager] Improve documentation (#6352)

Signed-off-by: Jaechul Lee <jcsing.lee@samsung.com>
8 months ago[NUI] Revert ApplyCornerRadius access level as internal
Eunki, Hong [Thu, 10 Oct 2024 11:44:49 +0000 (20:44 +0900)]
[NUI] Revert ApplyCornerRadius access level as internal

Since protected level make runtime error for TV FLUX project,
let we revert it as internal again.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
8 months ago[NUI.Scene3D] Support SceneView CornerRadius/Borderline Property applied
Eunki, Hong [Fri, 27 Sep 2024 08:41:39 +0000 (17:41 +0900)]
[NUI.Scene3D] Support SceneView CornerRadius/Borderline Property applied

Relative dali patch :

https://review.tizen.org/gerrit/c/platform/core/uifw/dali-toolkit/+/318377
https://review.tizen.org/gerrit/c/platform/core/uifw/dali-csharp-binder/+/318385

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
8 months ago[NUI] Version 2.3.44
Eunki, Hong [Thu, 10 Oct 2024 06:51:46 +0000 (15:51 +0900)]
[NUI] Version 2.3.44

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
8 months ago[NUI] Add WidgetComponent for ComponentBasedApplication
sunghyun kim [Thu, 12 Sep 2024 02:07:33 +0000 (11:07 +0900)]
[NUI] Add WidgetComponent for ComponentBasedApplication

Adds implementations and samples for WidgetComponent use

For more information, please refer to the links below
- Tizen.Applications.ComponentBased: https://github.com/Samsung/TizenFX/tree/master/src/Tizen.Applications.ComponentBased
- Tizen.Applications.ComponentBased.Default: https://github.com/Samsung/TizenFX/tree/master/src/Tizen.Applications.ComponentBased.Default/Tizen.Applications.ComponentBased.Default
- EFL Sample app: https://github.sec.samsung.net/appfw/csharp-component-based-app

8 months ago[NUI] Add WebAuthDisplayQR, Response and MediaPermission
dongsug.song [Thu, 5 Sep 2024 13:12:37 +0000 (22:12 +0900)]
[NUI] Add WebAuthDisplayQR, Response and MediaPermission

8 months ago[NUI] Support Tbm dependency image source
Eunki, Hong [Fri, 27 Sep 2024 07:22:56 +0000 (16:22 +0900)]
[NUI] Support Tbm dependency image source

Let we make some class that could create NativeImageSource / NativeImageQueue
with raw-buffer-handle of tbm_surface_h / tbm_queue_h.

It will be used for some advanced tizen platform developer.

Relative dali patch :
https://review.tizen.org/gerrit/c/platform/core/uifw/dali-csharp-binder/+/318356

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
8 months agoUpdate src/Tizen.NUI/src/public/WebView/WebView.cs
dongsug-song [Tue, 24 Sep 2024 07:21:08 +0000 (16:21 +0900)]
Update src/Tizen.NUI/src/public/WebView/WebView.cs

Co-authored-by: Eunki Hong <h.pichulia@gmail.com>
8 months agoUpdate src/Tizen.NUI/src/public/WebView/WebView.cs
dongsug-song [Tue, 24 Sep 2024 04:56:29 +0000 (13:56 +0900)]
Update src/Tizen.NUI/src/public/WebView/WebView.cs

Co-authored-by: Eunki Hong <h.pichulia@gmail.com>
8 months ago[NUI] Added an option to select the web engine type in the WebView constructor
dongsug.song [Thu, 19 Sep 2024 07:16:36 +0000 (16:16 +0900)]
[NUI] Added an option to select the web engine type in the WebView constructor

8 months ago[Tizen.Network.WiFi]Fix heap-use-after-free issue on ASAN image (#6397)
chaeheehong [Thu, 10 Oct 2024 09:24:46 +0000 (18:24 +0900)]
[Tizen.Network.WiFi]Fix heap-use-after-free issue on ASAN image (#6397)

8 months ago[Tizen.System.Feedback] Enhance API description
Yunhee Seo [Thu, 10 Oct 2024 07:37:16 +0000 (16:37 +0900)]
[Tizen.System.Feedback] Enhance API description

Add more detailed APIs description.

Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
8 months ago[Tizen.System.Device] Enhance API description
Yunhee Seo [Thu, 10 Oct 2024 06:30:04 +0000 (15:30 +0900)]
[Tizen.System.Device] Enhance API description

Add more detailed APIs description.

Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
8 months ago[AudioIO] Add new internal API for play audio with repetitions (#6395)
Haesu Gwon [Tue, 8 Oct 2024 07:44:23 +0000 (16:44 +0900)]
[AudioIO] Add new internal API for play audio with repetitions (#6395)

* [AudioIO] Add new internal API for play audio with repetitions

8 months ago[Notification] fix notification when pairing type is set (#6394)
sukhyungkang [Mon, 7 Oct 2024 05:42:05 +0000 (14:42 +0900)]
[Notification] fix notification when pairing type is set (#6394)

Signed-off-by: SukhyungKang <shine.kang@samsung.com>
8 months ago[Notification] Add PairingType for do not disturb app (#6391)
sukhyungkang [Mon, 7 Oct 2024 00:48:31 +0000 (09:48 +0900)]
[Notification] Add PairingType for do not disturb app (#6391)

Signed-off-by: SukhyungKang <shine.kang@samsung.com>
Co-authored-by: pjh9216 <jh9216.park@samsung.com>
8 months ago[MediaPlayer] Improve documentation (#6357)
Haesu Gwon [Wed, 2 Oct 2024 09:38:05 +0000 (18:38 +0900)]
[MediaPlayer] Improve documentation (#6357)

* [MediaPlayer] Improve documentation

8 months ago[WebRTC] Fix DataChannel event bug (#6392)
Haesu Gwon [Wed, 2 Oct 2024 09:33:09 +0000 (18:33 +0900)]
[WebRTC] Fix DataChannel event bug (#6392)

* [WebRTC] Fix DataChannel event(BufferedAmountLow) bug

8 months agoAdd doxygen for Tizen.System.SystemSettings (#6388)
JinWang An [Mon, 30 Sep 2024 08:43:06 +0000 (17:43 +0900)]
Add doxygen for Tizen.System.SystemSettings (#6388)

Signed-off-by: JinWang An <jinwang.an@samsung.com>
8 months ago[NUI] Add comments (3rd patch)
dongsug.song [Wed, 25 Sep 2024 13:17:54 +0000 (22:17 +0900)]
[NUI] Add comments (3rd patch)

8 months ago[NUI.Gadget] Enhance API descriptions (#6375)
hjhun [Mon, 30 Sep 2024 06:02:45 +0000 (15:02 +0900)]
[NUI.Gadget] Enhance API descriptions (#6375)

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
8 months ago[Tizen.System.Storage] Update the description of APIs
Unsung Lee [Tue, 24 Sep 2024 06:31:56 +0000 (15:31 +0900)]
[Tizen.System.Storage] Update the description of APIs

Update the description of Tizen.System.Storage APIs

Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
8 months ago[Tizen.System.PowerUsage] Update the description of APIs
Unsung Lee [Tue, 24 Sep 2024 06:01:08 +0000 (15:01 +0900)]
[Tizen.System.PowerUsage] Update the description of APIs

Update the description of Tizen.System.PowerUsage APIs

Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
8 months ago[Tizen.System.Resource] Update the description of APIs
Unsung Lee [Tue, 24 Sep 2024 05:10:56 +0000 (14:10 +0900)]
[Tizen.System.Resource] Update the description of APIs

Update the description of Tizen.System.Resource APIs

Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
8 months ago[Tizen.Core] Enhance API descriptions (#6378)
hjhun [Mon, 30 Sep 2024 00:44:45 +0000 (09:44 +0900)]
[Tizen.Core] Enhance API descriptions (#6378)

* [Tizen.Core] Enhance API descriptions

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* [Tizen.Core] Add a missing '/'

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
---------

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
8 months agoAdd missing since_tizen tag
upple [Fri, 27 Sep 2024 05:17:26 +0000 (14:17 +0900)]
Add missing since_tizen tag

Signed-off-by: upple <uppletaste@gmail.com>
8 months ago[Applications.ComponentBased] Enhance API descriptions
upple [Thu, 26 Sep 2024 15:20:50 +0000 (00:20 +0900)]
[Applications.ComponentBased] Enhance API descriptions

Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
8 months agoTizen.Log: update descriptions of log class/methods
Michal Bloch [Fri, 27 Sep 2024 17:39:15 +0000 (19:39 +0200)]
Tizen.Log: update descriptions of log class/methods

The descriptions of the classes and methods of Tizen.Log
are updated for the 'summary' tag. Clarified summaries where
appropriate and made sure they are 50+ characters in length.

Signed-off-by: Michal Bloch <m.bloch@samsung.com>
8 months agoTizen.Sensor: Update description of sensor class/methods
SangYoun Kwak [Wed, 25 Sep 2024 10:23:10 +0000 (19:23 +0900)]
Tizen.Sensor: Update description of sensor class/methods

The description of the classes and methods of Tizen.Sensor are updated
for these tags: summary, remarks, see, seealso

Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
8 months ago[System.Information] Elaborate API description
Youngjae Cho [Tue, 24 Sep 2024 08:42:55 +0000 (17:42 +0900)]
[System.Information] Elaborate API description

Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
8 months ago[NUI.Gadget] Export NUIGadgetAssembly class for inhouse developers (#6379)
hjhun [Fri, 27 Sep 2024 07:22:10 +0000 (16:22 +0900)]
[NUI.Gadget] Export NUIGadgetAssembly class for inhouse developers (#6379)

The developers want to check whether the assembly is alive or not.
This patch provides the NUIGadgetAssembly for inhouse developers.

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
8 months ago[System.MediaKey] Enhance API descriptions (#6377)
hjhun [Fri, 27 Sep 2024 05:16:15 +0000 (14:16 +0900)]
[System.MediaKey] Enhance API descriptions (#6377)

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
8 months ago[Applications.RPCPort] Enhance API descriptions (#6370)
hjhun [Fri, 27 Sep 2024 04:45:29 +0000 (13:45 +0900)]
[Applications.RPCPort] Enhance API descriptions (#6370)

* [Applications.RPCPort] Enhance API descriptions

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* [Applications.RPCPort] Modify privileges section

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
---------

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
8 months ago[ComponentBased.ComponentManager] Enhance API descriptions
upple [Thu, 26 Sep 2024 15:54:36 +0000 (00:54 +0900)]
[ComponentBased.ComponentManager] Enhance API descriptions

Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
8 months ago[Applications.UI] Enhance API descriptions
Changgyu Choi [Thu, 26 Sep 2024 07:48:53 +0000 (16:48 +0900)]
[Applications.UI] Enhance API descriptions

Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
8 months ago[Content.MimeType] Enhance API descriptions (#6372)
hjhun [Thu, 26 Sep 2024 08:44:22 +0000 (17:44 +0900)]
[Content.MimeType] Enhance API descriptions (#6372)

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
8 months ago[Applications.Service] Enhance API descriptions
Changgyu Choi [Thu, 26 Sep 2024 07:24:54 +0000 (16:24 +0900)]
[Applications.Service] Enhance API descriptions

Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
8 months ago[TCSACR-601][Badge] Deprecate Badge apis (#6318)
sukhyungkang [Thu, 26 Sep 2024 06:17:51 +0000 (15:17 +0900)]
[TCSACR-601][Badge] Deprecate Badge apis (#6318)

Signed-off-by: SukhyungKang <shine.kang@samsung.com>
8 months ago[TCSACR-602][Shortcut] Deprecate Shortcut apis (#6319)
sukhyungkang [Thu, 26 Sep 2024 06:09:18 +0000 (15:09 +0900)]
[TCSACR-602][Shortcut] Deprecate Shortcut apis (#6319)

* Deprecate shortcut API

Signed-off-by: SukhyungKang <shine.kang@samsung.com>
* [TCSACR-602][Shortcut] Deprecate Shortcut apis

Signed-off-by: SukhyungKang <shine.kang@samsung.com>
---------

Signed-off-by: SukhyungKang <shine.kang@samsung.com>
8 months ago[Applications.Common] Enhance API descriptions (#6367)
hjhun [Thu, 26 Sep 2024 05:52:22 +0000 (14:52 +0900)]
[Applications.Common] Enhance API descriptions (#6367)

* [Applications.Common] Enhance API descriptions

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* [Applications.Common] Add a missing '</example>'

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
---------

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
8 months ago[Applications.Preference] Enhance API descriptions
Changgyu Choi [Thu, 26 Sep 2024 05:20:27 +0000 (14:20 +0900)]
[Applications.Preference] Enhance API descriptions

Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
8 months agoRemove wrong spaces
Changgyu Choi [Thu, 26 Sep 2024 04:41:14 +0000 (13:41 +0900)]
Remove wrong spaces

Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
8 months ago[ComponentBased.Port] Enhance API descriptions
Changgyu Choi [Thu, 26 Sep 2024 04:31:08 +0000 (13:31 +0900)]
[ComponentBased.Port] Enhance API descriptions

Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
8 months ago[NUI] Version 2.3.42
Seungho Baek [Wed, 25 Sep 2024 11:22:32 +0000 (20:22 +0900)]
[NUI] Version 2.3.42

Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
8 months ago[NUI] Support ImageView and ImageVisual the SamplingMode
Eunki, Hong [Mon, 23 Sep 2024 10:51:12 +0000 (19:51 +0900)]
[NUI] Support ImageView and ImageVisual the SamplingMode

Let we add property for change sampling mode when we change

desired size of given image.

Relative dali patch

https://review.tizen.org/gerrit/c/platform/core/uifw/dali-core/+/317969

https://review.tizen.org/gerrit/c/platform/core/uifw/dali-adaptor/+/317993

https://review.tizen.org/gerrit/c/platform/core/uifw/dali-toolkit/+/317992

https://review.tizen.org/gerrit/c/platform/core/uifw/dali-demo/+/318001

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
8 months ago[NUI] Supports to set window layer to bottom
Wonsik Jung [Wed, 25 Sep 2024 03:51:21 +0000 (12:51 +0900)]
[NUI] Supports to set window layer to bottom

Supports to set window layer to bottom.
The related patches are the belows.

https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-adaptor/+/318118/
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-csharp-binder/+/318127/

8 months ago[NUI.Scene3D] Fix miss used method in SceneView
Seungho Baek [Wed, 25 Sep 2024 01:20:26 +0000 (10:20 +0900)]
[NUI.Scene3D] Fix miss used method in SceneView

 - DeleteCameraProperty has been used for the case that should use DeleteCamera.

Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
8 months ago[NUI] Add comments (2nd patch)
dongsug.song [Fri, 20 Sep 2024 12:30:36 +0000 (21:30 +0900)]
[NUI] Add comments (2nd patch)

8 months ago[NUI] Add Outline Offset and BlurRadius at struct Outline
ANZ1217 [Mon, 23 Sep 2024 07:47:45 +0000 (16:47 +0900)]
[NUI] Add Outline Offset and BlurRadius at struct Outline

8 months ago[NUI] Add window behind blur type.
Wonsik Jung [Fri, 13 Sep 2024 08:07:19 +0000 (17:07 +0900)]
[NUI] Add window behind blur type.

Add window behind blur type and the window blur sample.

8 months ago[NUI] Add AddPrecompileShader() for adding precompile shader
sunghyun kim [Wed, 21 Aug 2024 09:50:57 +0000 (18:50 +0900)]
[NUI] Add AddPrecompileShader() for adding precompile shader

8 months ago[Core] Modify exceptions (#6355)
hjhun [Wed, 25 Sep 2024 07:23:53 +0000 (16:23 +0900)]
[Core] Modify exceptions (#6355)

* [Core] Modify exceptions

Some methods should throw InvalidOperationException.
This patch modifies that.

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* [Core] Add a missing exception to ChannelReceiver.Receive()

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* [Core] Fix ambiguous error messages

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* [Core] Fix wrong description & implementation

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* [Core] Modify ambiguous log message

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* [Core] Convert error to C# exception

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* [Core] Fix wrong log message

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* [Core] Fix wrong error handling

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
---------

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
8 months ago[WebRTC] Improve documentation (#6347)
Haesu Gwon [Wed, 25 Sep 2024 04:52:57 +0000 (13:52 +0900)]
[WebRTC] Improve documentation (#6347)

8 months ago[Core] Remove wrong descriptions (#6348)
hjhun [Wed, 25 Sep 2024 01:19:29 +0000 (10:19 +0900)]
[Core] Remove wrong descriptions (#6348)

The Run() & Quit() methods of Task do not throw InvalidOperationException.

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
8 months ago[Tizen.Core] Add missing descriptions related to Exception (#6338)
hjhun [Fri, 20 Sep 2024 12:13:03 +0000 (21:13 +0900)]
[Tizen.Core] Add missing descriptions related to Exception (#6338)

* [Tizen.Core] Add missing descriptions related to Exception

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Separate try catch blocks

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
---------

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
8 months ago[Tizen.Core] Fix managing native handle of Event (#6337)
hjhun [Fri, 20 Sep 2024 04:43:02 +0000 (13:43 +0900)]
[Tizen.Core] Fix managing native handle of Event (#6337)

The native handle should not be null before calling Dispose() method.

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
8 months ago[Tizen.Core] Fix memory leak (#6336)
hjhun [Fri, 20 Sep 2024 04:04:19 +0000 (13:04 +0900)]
[Tizen.Core] Fix memory leak (#6336)

The problem is that if the setter of ChannelObject's Data Property is called
twice in a row, the previous data will not be removed. To prevent this,
this patch is made it so that when the setter is called, the previous data
is erased.

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
8 months ago[Tizen.Core] Fix double free issues (#6335)
hjhun [Fri, 20 Sep 2024 02:03:54 +0000 (11:03 +0900)]
[Tizen.Core] Fix double free issues (#6335)

* [Tizen.Core] Fix double free issues

The received object in the callback function should not be released.

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Prevent double free using an internal property

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
---------

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
8 months ago[WebAuthn] Add WebAuthn API (#6311)
Filip Skrzeczkowski [Thu, 19 Sep 2024 12:04:46 +0000 (14:04 +0200)]
[WebAuthn] Add WebAuthn API (#6311)

[WebAuthn] Add WebAuthn module and public API

Provide the implementation and documentation for the public API of the
WebAuthn module implementing the passkey functionality.

Co-authored-by: Piotr Szydełko <wiertel@users.sourceforge.net>
8 months ago[Core] Fix a bug about releasing the task (#6333)
hjhun [Thu, 19 Sep 2024 09:49:05 +0000 (18:49 +0900)]
[Core] Fix a bug about releasing the task (#6333)

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
8 months ago[Tizen.Core] Add new API for providing a new main loop model (#6296)
hjhun [Thu, 19 Sep 2024 04:03:04 +0000 (13:03 +0900)]
[Tizen.Core] Add new API for providing a new main loop model (#6296)

* [Tizen.Core] Add new Tizen.Core library

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Remove example code from TCoreTask.Running property

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Update descriptions

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Save unsaved code

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Update markdown file

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Update descriptions

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
---------

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
8 months ago[MediaVision] Check instance is disposed (#6331)
Haesu Gwon [Thu, 19 Sep 2024 03:17:14 +0000 (12:17 +0900)]
[MediaVision] Check instance is disposed (#6331)

8 months ago[MediaVision] Add new inference APIs (#6316)
Haesu Gwon [Thu, 19 Sep 2024 02:26:21 +0000 (11:26 +0900)]
[MediaVision] Add new inference APIs (#6316)

* [MediaVision] Add new inference APIs

9 months ago[System] Add handling code for internal APIs
Yunhee Seo [Thu, 12 Sep 2024 02:30:44 +0000 (11:30 +0900)]
[System] Add handling code for internal APIs

Power related EventArgs classes were used at internal APIs
in Power.cs module.
These classes and all properties(attributes) should be
treated as internal API code.
Thus, this patch is necessary.

Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
9 months ago[WebRTC] Add descrition and payload APIs (#6284)
Haesu Gwon [Fri, 13 Sep 2024 03:45:26 +0000 (12:45 +0900)]
[WebRTC] Add descrition and payload APIs (#6284)

* [WebRTC] Add descrition and payload APIs

9 months ago[AudioManager] Add new SoundEffect APIs (#6329)
Haesu Gwon [Fri, 13 Sep 2024 03:38:15 +0000 (12:38 +0900)]
[AudioManager] Add new SoundEffect APIs (#6329)

9 months ago[MetadataExtractor] Add a StitchedContent360 metadata API (#6292)
Haesu Gwon [Fri, 13 Sep 2024 00:44:25 +0000 (09:44 +0900)]
[MetadataExtractor] Add a StitchedContent360 metadata API (#6292)

* [MetadataExtractor] Add a StitchedContent360 metadata API

9 months ago[TCSACR-599][InputMethod] Deprecate RotationChanged event (#6315)
Inhong [Thu, 12 Sep 2024 09:29:03 +0000 (18:29 +0900)]
[TCSACR-599][InputMethod] Deprecate RotationChanged event (#6315)

9 months ago[TCSACR-598][InputMethod] Remove deprecated APIs (#6313)
Inhong [Thu, 12 Sep 2024 09:04:54 +0000 (18:04 +0900)]
[TCSACR-598][InputMethod] Remove deprecated APIs (#6313)

9 months ago[NUI] version up (nui22340) (#6321)
Taehyub Kim [Wed, 11 Sep 2024 11:00:41 +0000 (20:00 +0900)]
[NUI] version up (nui22340) (#6321)

9 months ago[NUI] Add missing IsUsingXaml check to Text
Bowon Ryu [Wed, 11 Sep 2024 06:55:35 +0000 (15:55 +0900)]
[NUI] Add missing IsUsingXaml check to Text

Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
9 months ago[NUI] Add multi-mimetype feature for Drag and Drop (#6294)
Taehyub Kim [Wed, 11 Sep 2024 04:22:01 +0000 (13:22 +0900)]
[NUI] Add multi-mimetype feature for Drag and Drop (#6294)

* [NUI] Add multi-mimetype feature for Drag and Drop
Contents
- Allow to set multi-mimetypes for source client (use DragInfo)
- Target client receive source's mimetypes from source client when Enter, Move, Leave
- Target client can set mimetype to receive - Refactoring code for readability
- Refactoring codes for readability

* Refactoring data structure and duplicated codes

* Apply clean code for Drag and Drop

9 months ago[NUI] Deprecate Dali::Property constructor with componentwise
Eunki, Hong [Wed, 4 Sep 2024 01:07:37 +0000 (10:07 +0900)]
[NUI] Deprecate Dali::Property constructor with componentwise

Since those usecase break some logic, let we decide to deprecate
the componentewise logic.

Instead just create new property index - like COLOR_RED, SIZE_HEIGHT.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
9 months ago[NUI] Add more comments
dongsug.song [Mon, 2 Sep 2024 12:29:20 +0000 (21:29 +0900)]
[NUI] Add more comments

9 months agoUpdate deprecated actions (#6322)
Jay Cho [Wed, 11 Sep 2024 10:36:14 +0000 (19:36 +0900)]
Update deprecated actions (#6322)

9 months agoEnhancement of API description (#6312)
pjh9216 [Thu, 5 Sep 2024 23:47:32 +0000 (19:47 -0400)]
Enhancement of API description (#6312)

Signed-off-by: pjh9216 <jh9216.park@samsung.com>
9 months agoVersion Update (22339)
everLEEst(SangHyeon Lee) [Wed, 4 Sep 2024 08:22:53 +0000 (17:22 +0900)]
Version Update (22339)

9 months ago[NUI] Bind FrameUpdateCallback / EventThreadCallback / ProcessorController native...
Eunki, Hong [Wed, 4 Sep 2024 05:25:29 +0000 (14:25 +0900)]
[NUI] Bind FrameUpdateCallback / EventThreadCallback / ProcessorController native release API

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
9 months ago[NUI] Support FrameSpeedFactor for AnimatedImage relative classes
Eunki, Hong [Thu, 29 Aug 2024 09:52:39 +0000 (18:52 +0900)]
[NUI] Support FrameSpeedFactor for AnimatedImage relative classes

Let we make some property to control the speed of animated image.

If we want to play animation 2x speed, Set this value as 2.0f.

If we want to play animation 0.5x speed, Set this value as 0.5f.

Note : For the platform safety reason, let we constraint the input value as
0.01f to 100.0f

Relative dali patch :

https://review.tizen.org/gerrit/c/platform/core/uifw/dali-toolkit/+/316847

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
9 months ago[NUI] Add missing privilege comments
dongsug.song [Mon, 26 Aug 2024 04:19:29 +0000 (13:19 +0900)]
[NUI] Add missing privilege comments

9 months ago[NUI] Fix TableView TC fail issue again in proper way
dongsug.song [Sun, 25 Aug 2024 07:14:22 +0000 (16:14 +0900)]
[NUI] Fix TableView TC fail issue again in proper way

- Fix the https://github.com/Samsung/TizenFX/pull/6258 correctly
- This is for https://github.sec.samsung.net/NUI/home/issues/25
- locally applied image has been passed the TCT

9 months ago[NUI] Supports window background blur.
Wonsik Jung [Wed, 28 Aug 2024 08:40:08 +0000 (17:40 +0900)]
[NUI] Supports window background blur.

Supports window background blur.
This new APIs is to request window blur to window manager.
Next time, behind blur will be added.

9 months ago[NUI] Make NativeImageSourceQueue.ColorFormat RGBA works as RGBA order
Eunki, Hong [Wed, 21 Aug 2024 04:12:16 +0000 (13:12 +0900)]
[NUI] Make NativeImageSourceQueue.ColorFormat RGBA works as RGBA order

Until now, RGBA works as BGRA order internally.

It will make confuse to user. So we make BGR format at this PR #4383

Now it spend 2 years, and version changed as tizen_9.0
It is good time to change behavior of ColorFormat.RGBA8888

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
9 months ago[NUI] Binding FrameUpdateCallbackInterface change Orientation
Eunki, Hong [Thu, 22 Aug 2024 08:05:18 +0000 (17:05 +0900)]
[NUI] Binding FrameUpdateCallbackInterface change Orientation

Let we allow to FrameUpdateCallback get and set Orientation.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
9 months agoUpdate deploy-documents-for-tizen-docs.yml (#6304)
shmin [Wed, 4 Sep 2024 04:31:56 +0000 (13:31 +0900)]
Update deploy-documents-for-tizen-docs.yml (#6304)

9 months agoUpdate deploy documents workflow (#6301)
shmin [Wed, 4 Sep 2024 01:35:23 +0000 (10:35 +0900)]
Update deploy documents workflow (#6301)

9 months ago[MediaVision] Deprecate all legacy APIs (#6279)
Haesu Gwon [Tue, 3 Sep 2024 02:45:05 +0000 (11:45 +0900)]
[MediaVision] Deprecate all legacy APIs (#6279)

* [MediaVision] Deprecate all legacy APIs

9 months agointroduce the Screensaver service feature
Doyoun Kang [Wed, 14 Aug 2024 00:40:33 +0000 (09:40 +0900)]
introduce the Screensaver service feature

9 months ago[Multimedia] Add MediaPacket TBM surface APIs (#6278)
Haesu Gwon [Wed, 28 Aug 2024 00:03:36 +0000 (09:03 +0900)]
[Multimedia] Add MediaPacket TBM surface APIs (#6278)

* [Multimedia] Add MediaPacket TBM surface API

9 months ago[NUI] Version Update (22338)
Jaehyun Cho [Tue, 27 Aug 2024 07:18:41 +0000 (16:18 +0900)]
[NUI] Version Update (22338)

9 months ago[NUI.Scene3D] Add Capture for SceneView
Seungho Baek [Tue, 13 Aug 2024 09:40:13 +0000 (18:40 +0900)]
[NUI.Scene3D] Add Capture for SceneView

Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
9 months ago[NUI] Fix the handler's garbage collected exception in WebView
dongsug.song [Wed, 21 Aug 2024 06:46:36 +0000 (15:46 +0900)]
[NUI] Fix the handler's garbage collected exception in WebView

9 months ago[NUI] Add WebView's JavascriptMessageHandler callback
dongsug.song [Wed, 7 Aug 2024 06:32:44 +0000 (15:32 +0900)]
[NUI] Add WebView's JavascriptMessageHandler callback

- JavascriptMessageHandler callback which has two arguments of msg name and body

9 months ago[NUI] Add WebView Certificate policy decision error get and suspend
dongsug.song [Mon, 5 Aug 2024 12:58:58 +0000 (21:58 +0900)]
[NUI] Add WebView Certificate policy decision error get and suspend

9 months ago[NUI] Deprecate Scrollable and ScrollViewEffect classes
dongsug.song [Tue, 13 Aug 2024 11:43:01 +0000 (20:43 +0900)]
[NUI] Deprecate Scrollable and ScrollViewEffect classes

9 months ago[NUI] Added trim paths props
joogab.yun [Mon, 19 Aug 2024 00:04:57 +0000 (09:04 +0900)]
[NUI] Added trim paths props

9 months ago[NUI] Add RelativeMotionGrab and RelativeMotionUnGrab
joogab.yun [Thu, 22 Aug 2024 02:16:22 +0000 (11:16 +0900)]
[NUI] Add RelativeMotionGrab and RelativeMotionUnGrab