platform/core/csapi/tizenfx.git
3 months agoRelease 12.0.0.18572 accepted/tizen/9.0/unified/20250220.165945 submit/tizen_9.0/20250219.150903
TizenAPI-Bot [Wed, 19 Feb 2025 15:09:03 +0000 (15:09 +0000)]
Release 12.0.0.18572

3 months agoMerge remote-tracking branch 'origin/API12' into tizen_9.0
TizenAPI-Bot [Wed, 19 Feb 2025 15:09:03 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API12' into tizen_9.0

3 months ago[Tizen.Core] Fix a bug about native handler (#6680)
hjhun [Wed, 19 Feb 2025 07:06:09 +0000 (16:06 +0900)]
[Tizen.Core] Fix a bug about native handler (#6680)

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
3 months agoRelease 12.0.0.18571 submit/tizen_9.0/20250217.020324
TizenAPI-Bot [Mon, 17 Feb 2025 02:03:24 +0000 (02:03 +0000)]
Release 12.0.0.18571

3 months agoMerge remote-tracking branch 'origin/API12' into tizen_9.0
TizenAPI-Bot [Mon, 17 Feb 2025 02:03:24 +0000 (02:03 +0000)]
Merge remote-tracking branch 'origin/API12' into tizen_9.0

3 months ago[NUI] Add SetVideoHole() for EFL window
dongsug.song [Sat, 15 Feb 2025 09:03:52 +0000 (18:03 +0900)]
[NUI] Add SetVideoHole() for EFL window

4 months agoRelease 12.0.0.18570 accepted/tizen/9.0/unified/20250210.170339 submit/tizen_9.0/20250207.150854
TizenAPI-Bot [Fri, 7 Feb 2025 15:08:54 +0000 (15:08 +0000)]
Release 12.0.0.18570

4 months agoMerge remote-tracking branch 'origin/API12' into tizen_9.0
TizenAPI-Bot [Fri, 7 Feb 2025 15:08:53 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API12' into tizen_9.0

4 months ago[NUI] Make InputMethodContext's signal callbacks not collected
Jaehyun Cho [Thu, 6 Feb 2025 09:09:30 +0000 (18:09 +0900)]
[NUI] Make InputMethodContext's signal callbacks not collected

This PR makes InputMethodContext's signal callbacks not collected before
native InputMethodContext gone.

Unlike other classes, InputMethodContext's callbacks are not removed
from the static dictionary until it is disposed.
Because eventReceivedEventCallback is called from unmanaged code
although it is disconnected.

4 months ago[NUI] Block native callback if InputMethodContext is disposed
Jaehyun Cho [Mon, 2 Dec 2024 08:40:10 +0000 (17:40 +0900)]
[NUI] Block native callback if InputMethodContext is disposed

Block native callback if InputMethodContext is disposed

4 months agoTry to fix github Action error
dongsug.song [Fri, 7 Feb 2025 10:43:52 +0000 (19:43 +0900)]
Try to fix github Action error

4 months agoRelease 12.0.0.18567 submit/tizen_9.0/20250123.151022
TizenAPI-Bot [Thu, 23 Jan 2025 15:10:22 +0000 (15:10 +0000)]
Release 12.0.0.18567

4 months agoMerge remote-tracking branch 'origin/API12' into tizen_9.0
TizenAPI-Bot [Thu, 23 Jan 2025 15:10:22 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/API12' into tizen_9.0

4 months ago[NUI] Add friend assembly for FLUX.Extension by request of user
dongsug.song [Thu, 23 Jan 2025 06:35:14 +0000 (15:35 +0900)]
[NUI] Add friend assembly for FLUX.Extension by request of user

5 months agoRelease 12.0.0.18566 accepted/tizen/9.0/unified/20250117.022501 submit/tizen_9.0/20250108.094408
TizenAPI-Bot [Wed, 8 Jan 2025 09:44:08 +0000 (09:44 +0000)]
Release 12.0.0.18566

5 months agoMerge remote-tracking branch 'origin/API12' into tizen_9.0
TizenAPI-Bot [Wed, 8 Jan 2025 09:44:08 +0000 (09:44 +0000)]
Merge remote-tracking branch 'origin/API12' into tizen_9.0

5 months ago[NUI] Fix WebView delegate GC error
dongsug.song [Wed, 8 Jan 2025 09:13:41 +0000 (18:13 +0900)]
[NUI] Fix WebView delegate GC error

5 months agoRelease 12.0.0.18565 submit/tizen_9.0/20250107.043742
TizenAPI-Bot [Tue, 7 Jan 2025 04:37:42 +0000 (04:37 +0000)]
Release 12.0.0.18565

5 months agoMerge remote-tracking branch 'origin/API12' into tizen_9.0
TizenAPI-Bot [Tue, 7 Jan 2025 04:37:42 +0000 (04:37 +0000)]
Merge remote-tracking branch 'origin/API12' into tizen_9.0

5 months ago[NUI] Fix AppControlReceived key duplicated error
dongsug.song [Tue, 7 Jan 2025 04:19:02 +0000 (13:19 +0900)]
[NUI] Fix AppControlReceived key duplicated error

5 months agoRelease 12.0.0.18564 submit/tizen_9.0/20250106.121048
TizenAPI-Bot [Mon, 6 Jan 2025 12:10:48 +0000 (12:10 +0000)]
Release 12.0.0.18564

5 months agoMerge remote-tracking branch 'origin/API12' into tizen_9.0
TizenAPI-Bot [Mon, 6 Jan 2025 12:10:48 +0000 (12:10 +0000)]
Merge remote-tracking branch 'origin/API12' into tizen_9.0

5 months ago[NUI] Fix the issue where the AppControlReceived event handler is not being called
dongsug.song [Mon, 6 Jan 2025 11:58:18 +0000 (20:58 +0900)]
[NUI] Fix the issue where the AppControlReceived event handler is not being called

5 months ago[NUI][API12] Match property name of ImageVisual.AlphaMaskUrl with latest version
Eunki, Hong [Mon, 6 Jan 2025 07:06:11 +0000 (16:06 +0900)]
[NUI][API12] Match property name of ImageVisual.AlphaMaskUrl with latest version

Latest version use AlphaMaskUrl, instead of AlphaMaskURL.

Let we match the name of property so application don't be confused.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
5 months agoUpdate runtime info (#6540)
Jay Cho [Mon, 6 Jan 2025 02:57:18 +0000 (11:57 +0900)]
Update runtime info (#6540)

5 months agoRelease 12.0.0.18561 accepted/tizen/9.0/unified/20250102.114451 submit/tizen_9.0/20241226.150825
TizenAPI-Bot [Thu, 26 Dec 2024 15:08:25 +0000 (15:08 +0000)]
Release 12.0.0.18561

5 months agoMerge remote-tracking branch 'origin/API12' into tizen_9.0
TizenAPI-Bot [Thu, 26 Dec 2024 15:08:25 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API12' into tizen_9.0

5 months agoUpdate src/Tizen.NUI/src/public/BaseComponents/LottieAnimationView.cs
dongsug-song [Thu, 26 Dec 2024 06:26:53 +0000 (15:26 +0900)]
Update src/Tizen.NUI/src/public/BaseComponents/LottieAnimationView.cs

Co-authored-by: SangHyeon Jade Lee <dltkdgus1764@gmail.com>
5 months ago[NUI] fix SVACE issue
dongsug.song [Thu, 26 Dec 2024 06:06:33 +0000 (15:06 +0900)]
[NUI] fix SVACE issue

5 months agoRelease 12.0.0.18559 submit/tizen_9.0/20241223.075537
TizenAPI-Bot [Mon, 23 Dec 2024 07:55:37 +0000 (07:55 +0000)]
Release 12.0.0.18559

5 months agoMerge remote-tracking branch 'origin/API12' into tizen_9.0
TizenAPI-Bot [Mon, 23 Dec 2024 07:55:37 +0000 (07:55 +0000)]
Merge remote-tracking branch 'origin/API12' into tizen_9.0

5 months agoUpdate src/Tizen.NUI/src/public/WebView/WebView.cs
dongsug-song [Mon, 23 Dec 2024 07:06:57 +0000 (16:06 +0900)]
Update src/Tizen.NUI/src/public/WebView/WebView.cs

Co-authored-by: Eunki Hong <h.pichulia@gmail.com>
5 months ago[NUI] Add WebView DeviceListGet,SetDefaultAudio
dongsug.song [Mon, 23 Dec 2024 05:51:15 +0000 (14:51 +0900)]
[NUI] Add WebView DeviceListGet,SetDefaultAudio

5 months agoRelease 12.0.0.18557 accepted/tizen/9.0/unified/20241223.115344 submit/tizen_9.0/20241219.150853
TizenAPI-Bot [Thu, 19 Dec 2024 15:08:53 +0000 (15:08 +0000)]
Release 12.0.0.18557

5 months agoMerge remote-tracking branch 'origin/API12' into tizen_9.0
TizenAPI-Bot [Thu, 19 Dec 2024 15:08:53 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API12' into tizen_9.0

5 months ago[NUI][API12] Support RemoveIdle API for NUIApplication + Use unified idler callback
Eunki, Hong [Wed, 18 Dec 2024 04:59:07 +0000 (13:59 +0900)]
[NUI][API12] Support RemoveIdle API for NUIApplication + Use unified idler callback

Let we keep Idler callback list as membery of internal Application class,
and allow to remove them during idler callback execute.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
5 months agoRelease 12.0.0.18556 accepted/tizen/9.0/unified/20241216.142739 submit/tizen_9.0/20241216.030226
TizenAPI-Bot [Mon, 16 Dec 2024 03:02:26 +0000 (03:02 +0000)]
Release 12.0.0.18556

5 months agoMerge remote-tracking branch 'origin/API12' into tizen_9.0
TizenAPI-Bot [Mon, 16 Dec 2024 03:02:26 +0000 (03:02 +0000)]
Merge remote-tracking branch 'origin/API12' into tizen_9.0

5 months ago[NUI] Add FeedMouseWheel as hidden api
dongsug.song [Sat, 14 Dec 2024 06:42:45 +0000 (15:42 +0900)]
[NUI] Add FeedMouseWheel as hidden api

- Add some logs in NUICoreBackend.Exit() by request from GBM

6 months agoRelease 12.0.0.18555 submit/tizen_9.0/20241211.150916
TizenAPI-Bot [Wed, 11 Dec 2024 15:09:16 +0000 (15:09 +0000)]
Release 12.0.0.18555

6 months agoMerge remote-tracking branch 'origin/API12' into tizen_9.0
TizenAPI-Bot [Wed, 11 Dec 2024 15:09:16 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API12' into tizen_9.0

6 months ago[Network.WiFi] Implement API to get MAC of TDLS connected peer (#6480)
akash1-kumar [Wed, 11 Dec 2024 05:18:29 +0000 (10:48 +0530)]
[Network.WiFi] Implement API to get MAC of TDLS connected peer (#6480)

Signed-off-by: Akash Kumar <akash1.kumar@samsung.com>
6 months agoRelease 12.0.0.18554 submit/tizen_9.0/20241211.045212
TizenAPI-Bot [Wed, 11 Dec 2024 04:52:12 +0000 (04:52 +0000)]
Release 12.0.0.18554

6 months agoMerge remote-tracking branch 'origin/API12' into tizen_9.0
TizenAPI-Bot [Wed, 11 Dec 2024 04:52:12 +0000 (04:52 +0000)]
Merge remote-tracking branch 'origin/API12' into tizen_9.0

6 months ago[NUI][API12] Support PropertyValue set/get without create new Vector2/3/4
Eunki, Hong [Wed, 11 Dec 2024 03:14:40 +0000 (12:14 +0900)]
[NUI][API12] Support PropertyValue set/get without create new Vector2/3/4

This is cherry-pick patch of #6513

Since NUI Vector2 / Vector3 / Vector4 are managed classes,
create and dispose them might give overhead sightly.

If some memory/performance critical path don't want to create
useless temperal Vector234 classes when we get/set PropertyValue,
we need to support it.

Relative dali patch:

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

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
6 months agoRelease 12.0.0.18553 submit/tizen_9.0/20241211.010756
TizenAPI-Bot [Wed, 11 Dec 2024 01:07:56 +0000 (01:07 +0000)]
Release 12.0.0.18553

6 months agoMerge remote-tracking branch 'origin/API12' into tizen_9.0
TizenAPI-Bot [Wed, 11 Dec 2024 01:07:56 +0000 (01:07 +0000)]
Merge remote-tracking branch 'origin/API12' into tizen_9.0

6 months ago[NUI] the exception occuring is replaced with an error log
dongsug.song [Tue, 10 Dec 2024 13:14:03 +0000 (22:14 +0900)]
[NUI] the exception occuring is replaced with an error log

Because there is no guide for the application and because the application using this API will immediately crash if an exception occurs.

6 months agoRelease 12.0.0.18552 accepted/tizen/9.0/unified/20241211.021254 submit/tizen_9.0/20241210.060405
TizenAPI-Bot [Tue, 10 Dec 2024 06:04:05 +0000 (06:04 +0000)]
Release 12.0.0.18552

6 months agoMerge remote-tracking branch 'origin/API12' into tizen_9.0
TizenAPI-Bot [Tue, 10 Dec 2024 06:04:05 +0000 (06:04 +0000)]
Merge remote-tracking branch 'origin/API12' into tizen_9.0

6 months ago[NUI] Access managed fields only when explicit view disposal
Jiyun Yang [Fri, 6 Dec 2024 05:48:36 +0000 (14:48 +0900)]
[NUI] Access managed fields only when explicit view disposal

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
6 months ago[NUI][API12] Remove DynamicProperty callback if URL changed + Make more thread safe...
Eunki, Hong [Mon, 9 Dec 2024 12:34:46 +0000 (21:34 +0900)]
[NUI][API12] Remove DynamicProperty callback if URL changed + Make more thread safe enough

Let us remove DynamicProperty callbacks if URL changes.
So far, we discard the callbacks if visual was changed.
But, the callbacks, which NUI stored, were not removed and remained alive
whenever we changed the URL.

Let us ensure their removal when URL changed (~= Visual Changed)

+

To avoid race condition, let we add lock feature before change `InternalSavedDynamicPropertyCallbacks`
(Since we can access this dictionary from various threads.) and make `weakReferencesOfLottie` as `ConcurrentDictionary` type.

Note : Since we need to iterate by `InternalSavedDynamicPropertyCallbacks.Keys` we need to use lock,
instead of `ConcurrentDictionary`.

TODO : There are some cases where we don't want to destroy registered callbacks. They will remain active in the future.
We make relative sample at `LottieAnimationViewDynamicPropertyTest.cs`. Let we pass `Test4` case show dynmaic property well.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
6 months agoAdd guard for window callbacks to check disposal
Jiyun Yang [Fri, 6 Dec 2024 04:10:11 +0000 (13:10 +0900)]
Add guard for window callbacks to check disposal

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
6 months agoMake Windows's signal callbacks not collected before native window gone
Jiyun Yang [Fri, 6 Dec 2024 03:40:00 +0000 (12:40 +0900)]
Make Windows's signal callbacks not collected before native window gone

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
6 months agoAdd method to hold objects to the native life bound
Jiyun Yang [Fri, 6 Dec 2024 02:18:12 +0000 (11:18 +0900)]
Add method to hold objects to the native life bound

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
6 months agoRelease 12.0.0.18547 submit/tizen_9.0/20241202.151054
TizenAPI-Bot [Mon, 2 Dec 2024 15:10:54 +0000 (15:10 +0000)]
Release 12.0.0.18547

6 months agoMerge remote-tracking branch 'origin/API12' into tizen_9.0
TizenAPI-Bot [Mon, 2 Dec 2024 15:10:54 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/API12' into tizen_9.0

6 months ago[NUI.Gadget] Modify NUIGadgetAssembly unload logic
Changgyu Choi [Fri, 29 Nov 2024 04:18:49 +0000 (13:18 +0900)]
[NUI.Gadget] Modify NUIGadgetAssembly unload logic

_assembly must be reset to null after calling Unload().

Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
6 months agoRelease 12.0.0.18546 accepted/tizen/9.0/unified/20241201.053522 submit/tizen_9.0/20241127.080539
TizenAPI-Bot [Wed, 27 Nov 2024 08:05:40 +0000 (08:05 +0000)]
Release 12.0.0.18546

6 months agoMerge remote-tracking branch 'origin/API12' into tizen_9.0
TizenAPI-Bot [Wed, 27 Nov 2024 08:05:39 +0000 (08:05 +0000)]
Merge remote-tracking branch 'origin/API12' into tizen_9.0

6 months ago[Applications.Alarm] Add an internal API (#6447)
kilig [Wed, 20 Nov 2024 07:53:48 +0000 (16:53 +0900)]
[Applications.Alarm] Add an internal API (#6447)

Adds:
 - AlarmManager.CreateAlarmForServiceApp()

Signed-off-by: inkyun.kil <inkyun.kil@samsung.com>
Co-authored-by: hjhun <36876573+hjhun@users.noreply.github.com>
6 months ago[Packagemanager] Enhance API descriptions (#6358)
jeremy-jang [Wed, 20 Nov 2024 07:47:31 +0000 (16:47 +0900)]
[Packagemanager] Enhance API descriptions (#6358)

Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Co-authored-by: hjhun <36876573+hjhun@users.noreply.github.com>
6 months ago[Tizen.Applications.Alarm] Enhance API descriptions (#6443)
kilig [Wed, 20 Nov 2024 07:08:47 +0000 (16:08 +0900)]
[Tizen.Applications.Alarm] Enhance API descriptions (#6443)

Signed-off-by: inkyun.kil <inkyun.kil@samsung.com>
6 months ago[NUI.Gadget] Use bin directory (#6454)
hjhun [Mon, 18 Nov 2024 02:15:47 +0000 (11:15 +0900)]
[NUI.Gadget] Use bin directory (#6454)

The gadget mount path will be changed to the 'bin/.res_mount'.
If it's applied, the NUIGadgetManager can remount the resources.

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
6 months ago[Tizen.NUI.Gadget] Change visibility of the NUIGadgetInfo.Assembly to public
Changgyu Choi [Wed, 30 Oct 2024 00:25:55 +0000 (09:25 +0900)]
[Tizen.NUI.Gadget] Change visibility of the NUIGadgetInfo.Assembly to public

Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
6 months ago[NUI.Gadget] Fix a description typo
Changgyu Choi [Mon, 28 Oct 2024 00:35:37 +0000 (09:35 +0900)]
[NUI.Gadget] Fix a description typo

Fix a typo error from resourced to resource.

Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
6 months ago[NUI.Gadget] Modify loading assembly of NUIGadget (#6417)
hjhun [Mon, 28 Oct 2024 00:27:21 +0000 (09:27 +0900)]
[NUI.Gadget] Modify loading assembly of NUIGadget (#6417)

* [NUI.Gadget] Modify loading assembly of NUIGadget

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

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* [NUI.Gadget] Fix resource path

The AllowedResourcePath is added for backward compatibility.

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

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
6 months ago[NUI] Match ViewImpl Connector parameter with csharp binder
Eunki, Hong [Wed, 27 Nov 2024 04:40:27 +0000 (13:40 +0900)]
[NUI] Match ViewImpl Connector parameter with csharp binder

After PR #6419 merged, some director callback parameter
not matched with dali-csharp-binder.

We also need to remove delegater 26, 28, and 29 at binder level.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
6 months ago[NUI] Version Update(22351)
Bowon Ryu [Tue, 26 Nov 2024 06:44:55 +0000 (15:44 +0900)]
[NUI] Version Update(22351)

Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
6 months ago[NUI] Remove the legacy code of AccessibilityManager
Seoyeon Kim [Tue, 22 Oct 2024 06:04:32 +0000 (15:04 +0900)]
[NUI] Remove the legacy code of AccessibilityManager

- `AccessibilityManager` hasn't been used anymore after Tizen 7.0 version.
- Now, all the legacy codes of AccessibilityManager should be removed
 in order to prevent the confusion.
- All Accessibility APIs are not public ones because they have never done ACR before,
 and that's why we can remove the codes like this.

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
6 months ago[NUI] Add a return value in WebView.SetImePositionAndAlignment.
huayong.xu [Tue, 26 Nov 2024 05:15:35 +0000 (13:15 +0800)]
[NUI] Add a return value in WebView.SetImePositionAndAlignment.

6 months ago[NUI] Add APIs for setting IME position, cursor theme name.
huayong.xu [Thu, 21 Nov 2024 09:15:59 +0000 (17:15 +0800)]
[NUI] Add APIs for setting IME position, cursor theme name.

6 months ago[Applications.Alarm] Add an internal API (#6447)
kilig [Wed, 20 Nov 2024 07:53:48 +0000 (16:53 +0900)]
[Applications.Alarm] Add an internal API (#6447)

Adds:
 - AlarmManager.CreateAlarmForServiceApp()

Signed-off-by: inkyun.kil <inkyun.kil@samsung.com>
Co-authored-by: hjhun <36876573+hjhun@users.noreply.github.com>
6 months ago[Packagemanager] Enhance API descriptions (#6358)
jeremy-jang [Wed, 20 Nov 2024 07:47:31 +0000 (16:47 +0900)]
[Packagemanager] Enhance API descriptions (#6358)

Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Co-authored-by: hjhun <36876573+hjhun@users.noreply.github.com>
6 months ago[Tizen.Applications.Alarm] Enhance API descriptions (#6443)
kilig [Wed, 20 Nov 2024 07:08:47 +0000 (16:08 +0900)]
[Tizen.Applications.Alarm] Enhance API descriptions (#6443)

Signed-off-by: inkyun.kil <inkyun.kil@samsung.com>
6 months ago[Tizen.System.Device] Add battery power source property
Yunhee Seo [Tue, 19 Nov 2024 05:47:18 +0000 (14:47 +0900)]
[Tizen.System.Device] Add battery power source property

To support using device_battery_get_power_source(),
this battery powersource property addition is necessary.
Below enum and property is added.

 - public enum BatteryPowerSource
-> It represents battery power source charger type.
 - public static BatteryPowerSource PowerSource
-> It is possible to get battery power source type as BatteryPowerSource enum value.

Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
6 months ago[NUI] Version Update(22350) (#6457)
jmmhappy [Tue, 19 Nov 2024 06:16:00 +0000 (15:16 +0900)]
[NUI] Version Update(22350) (#6457)

6 months ago[NUI] Block native callback if view is disposed or disposing
Eunki, Hong [Tue, 19 Nov 2024 02:28:46 +0000 (11:28 +0900)]
[NUI] Block native callback if view is disposed or disposing

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
6 months agoGeometry Touch / Gesture Event
joogab.yun [Tue, 12 Nov 2024 02:29:06 +0000 (11:29 +0900)]
Geometry Touch / Gesture Event

6 months ago[NUI] Ensure UnmanagedType.U1 mark add for bool return type
Eunki, Hong [Tue, 12 Nov 2024 04:00:40 +0000 (13:00 +0900)]
[NUI] Ensure UnmanagedType.U1 mark add for bool return type

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
6 months agoReinforce API documents (#6330)
Wootak Jung [Mon, 18 Nov 2024 23:21:20 +0000 (08:21 +0900)]
Reinforce API documents (#6330)

Signed-off-by: Dohyun Pyun <dh79.pyun@samsung.com>
Co-authored-by: Dohyun Pyun <dh79.pyun@samsung.com>
6 months ago[NUI.Gadget] Use bin directory (#6454)
hjhun [Mon, 18 Nov 2024 02:15:47 +0000 (11:15 +0900)]
[NUI.Gadget] Use bin directory (#6454)

The gadget mount path will be changed to the 'bin/.res_mount'.
If it's applied, the NUIGadgetManager can remount the resources.

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
6 months agoUpdate README.md
Jay Cho [Fri, 15 Nov 2024 06:18:58 +0000 (15:18 +0900)]
Update README.md

6 months agoUpdate README
Jay Cho [Fri, 15 Nov 2024 06:15:01 +0000 (15:15 +0900)]
Update README

7 months agoIntroduce the new InputGesture feature
duna.oh [Tue, 28 May 2024 07:53:06 +0000 (16:53 +0900)]
Introduce the new InputGesture feature

supporting Edge Swipe, Edge Drag, Tap, and Palm Cover gestures

7 months ago[NUI] Version Update (22349)
Wonsik Jung [Mon, 11 Nov 2024 09:52:29 +0000 (18:52 +0900)]
[NUI] Version Update (22349)

7 months ago[WebAuthn] Enhance code documentation
Filip Skrzeczkowski [Tue, 5 Nov 2024 14:17:50 +0000 (15:17 +0100)]
[WebAuthn] Enhance code documentation

7 months ago[NUI] Version up to 2.3.48
Hosang Kim [Wed, 6 Nov 2024 10:50:47 +0000 (19:50 +0900)]
[NUI] Version up to 2.3.48

7 months ago[NUI] Remove build warnings at DragAndDrop + TextConstants
Eunki Hong [Fri, 1 Nov 2024 15:02:15 +0000 (00:02 +0900)]
[NUI] Remove build warnings at DragAndDrop + TextConstants

1. Fix typo error (navtive -> native>
2. Vector2 is already nullabe class. We don't need to make it as Vector2?

Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
7 months ago[NUI] Support Squircle feature : CornerSquareness Property for View and Visual
Eunki Hong [Tue, 22 Oct 2024 04:26:03 +0000 (13:26 +0900)]
[NUI] Support Squircle feature : CornerSquareness Property for View and Visual

Let we support squircle feature, for View and Visual

Relative dali patch :

https://review.tizen.org/gerrit/c/platform/core/uifw/dali-core/+/319662
https://review.tizen.org/gerrit/c/platform/core/uifw/dali-toolkit/+/319192
https://review.tizen.org/gerrit/c/platform/core/uifw/dali-csharp-binder/+/319747

Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
7 months ago[WiFi] Fix heap-buffer-use-after-free issue on ASAN (#6437)
chaeheehong [Mon, 4 Nov 2024 08:13:13 +0000 (17:13 +0900)]
[WiFi] Fix heap-buffer-use-after-free issue on ASAN (#6437)

7 months ago[Tizen.Security.SecureRepository] Add missing documentation descriptions
Jakub Wlostowski [Wed, 30 Oct 2024 12:46:39 +0000 (13:46 +0100)]
[Tizen.Security.SecureRepository] Add missing documentation descriptions

7 months ago[NUI] Version up to 2.3.47
jykeon [Thu, 31 Oct 2024 07:40:49 +0000 (16:40 +0900)]
[NUI] Version up to 2.3.47

Signed-off-by: jykeon <jykeon@samsung.com>
7 months ago[NUI] Modified the WebView to hold the instances of WebContext and WebCookieManager
dongsug.song [Mon, 28 Oct 2024 12:31:55 +0000 (21:31 +0900)]
[NUI] Modified the WebView to hold the instances of WebContext and WebCookieManager

7 months agoRemove mutual reference at RenderEffect
jmm [Fri, 25 Oct 2024 08:01:30 +0000 (17:01 +0900)]
Remove mutual reference at RenderEffect

Signed-off-by: jmm <j0064423.lee@samsung.com>
7 months ago[Tizen.NUI.Gadget] Change visibility of the NUIGadgetInfo.Assembly to public
Changgyu Choi [Wed, 30 Oct 2024 00:25:55 +0000 (09:25 +0900)]
[Tizen.NUI.Gadget] Change visibility of the NUIGadgetInfo.Assembly to public

Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
7 months ago[Network.WiFiDirect] Implement API for creating group with SSID (#6408)
akash1-kumar [Mon, 28 Oct 2024 06:13:50 +0000 (11:43 +0530)]
[Network.WiFiDirect] Implement API for creating group with SSID (#6408)

* Implement CreateGroup with ssid

Signed-off-by: Akash Kumar <akash1.kumar@samsung.com>
* Update src/Tizen.Network.WiFiDirect/Tizen.Network.WiFiDirect/WiFiDirectManager.cs

Update duscription

Co-authored-by: Piotr Szydełko <wiertel@users.sourceforge.net>
---------

Signed-off-by: Akash Kumar <akash1.kumar@samsung.com>
Co-authored-by: Piotr Szydełko <wiertel@users.sourceforge.net>
7 months ago[NUI.Gadget] Fix a description typo
Changgyu Choi [Mon, 28 Oct 2024 00:35:37 +0000 (09:35 +0900)]
[NUI.Gadget] Fix a description typo

Fix a typo error from resourced to resource.

Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
7 months ago[NUI.Gadget] Modify loading assembly of NUIGadget (#6417)
hjhun [Mon, 28 Oct 2024 00:27:21 +0000 (09:27 +0900)]
[NUI.Gadget] Modify loading assembly of NUIGadget (#6417)

* [NUI.Gadget] Modify loading assembly of NUIGadget

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

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* [NUI.Gadget] Fix resource path

The AllowedResourcePath is added for backward compatibility.

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

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
7 months ago[WebAuthn] Enable concurrent Authenticator requests where supported by the native...
Filip Skrzeczkowski [Thu, 24 Oct 2024 07:52:45 +0000 (09:52 +0200)]
[WebAuthn] Enable concurrent Authenticator requests where supported by the native API (#6389)

Make concurrent calls forwarded unconditionally. It is now up to the native API whether it will honor the request or return an error.

Additionally, fix an error in AuthenticatorAssertionResponse data marshalling.