platform/core/csapi/tizenfx.git
7 months ago[NUI] Resolve registry issue for CanvasView Gradient
Eunki, Hong [Fri, 13 Oct 2023 04:40:56 +0000 (13:40 +0900)]
[NUI] Resolve registry issue for CanvasView Gradient

Since we always try to register to Registry for Gradient case,
there can make some error for Shape use case.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
7 months ago[NUI] Fix Registry exception for custom view wrapper
Eunki Hong [Thu, 12 Oct 2023 14:24:45 +0000 (23:24 +0900)]
[NUI] Fix Registry exception for custom view wrapper

1. PanGesture from Accessibility create new handle in
dali csharp side. We need to have memory ownership, but
don't need to register it on NUI side. We can ignore it.

2. For Animation and StyleManager, it is possible to use
that 'already registered' BaseHandle. But in this case,
we should not dispose it by our self.

Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
7 months ago[NUI] Resolve TextLable build warning
Eunki Hong [Thu, 12 Oct 2023 14:51:41 +0000 (23:51 +0900)]
[NUI] Resolve TextLable build warning

Reference documents : https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/xmldoc/

To refer to XML elements (for example, your function processes specific XML elements that you want to describe in an XML documentation comment), you can use the standard quoting mechanism (&lt; and &gt;).

Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
7 months ago[NUI] Add TextFitArray
Bowon Ryu [Tue, 10 Oct 2023 02:20:47 +0000 (11:20 +0900)]
[NUI] Add TextFitArray

Add a new function to satisfy the UX that
operates TextFit by considering the PointSize and MinLineSize of the text.

For example, TextFit should be able to find the one that
fits among [PointSize 24 + MinLineSize 40] or [PointSize 28 + MinLineSize 44].

But the previous TextFit only considers PointSize.

TextFitArray can solve this problem,
and this implemented it to respond to additional requirements without modifying the API.

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

Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
7 months ago[NUI] revert default key construct
joogab.yun [Tue, 10 Oct 2023 07:51:35 +0000 (16:51 +0900)]
[NUI] revert default key construct

refer : https://github.com/Samsung/TizenFX/pull/5589/

7 months ago[NUI] bug fixed about cMemoryOwn
joogab.yun [Tue, 10 Oct 2023 05:00:31 +0000 (14:00 +0900)]
[NUI] bug fixed about cMemoryOwn
refer : https://github.com/Samsung/TizenFX/pull/5603

7 months ago[NUI] Consider WeakReference resurrection at Registry.
Eunki Hong [Sun, 8 Oct 2023 07:22:56 +0000 (16:22 +0900)]
[NUI] Consider WeakReference resurrection at Registry.

Since NUI use DisposeQueue system instead of GC directly,
the lifecycle of WeakReference may need to be alive more times.

If we make trackResurrection as false, WeakReference.Target
become null when the item is in DisposeQueue.

Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
7 months ago[NUI] BaseHandle without Registry but own memory
Eunki Hong [Sun, 8 Oct 2023 07:02:42 +0000 (16:02 +0900)]
[NUI] BaseHandle without Registry but own memory

There are some usecase s.t. we have to call ReleaseSwigCPtr
but don't want register to Registry.

For example, PixelBuffer and PixelData dont need to be create
only for main thread.

Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
7 months ago[NUI] Remove build warnings
Eunki Hong [Sun, 8 Oct 2023 07:32:54 +0000 (16:32 +0900)]
[NUI] Remove build warnings

Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
7 months ago[NUI] Fix some SVACE issues related to methods of Marshal.
zhouhao02 [Sun, 8 Oct 2023 01:21:10 +0000 (09:21 +0800)]
[NUI] Fix some SVACE issues related to methods of Marshal.

7 months ago[NUI] Fix some SVACE issues of null reference.
zhouhao02 [Sun, 8 Oct 2023 09:23:08 +0000 (17:23 +0800)]
[NUI] Fix some SVACE issues of null reference.

7 months ago[NUI] Let registry throw exception at error case
Eunki, Hong [Tue, 26 Sep 2023 06:25:43 +0000 (15:25 +0900)]
[NUI] Let registry throw exception at error case

Let we throw exception if same object try to register.

Moreover, let we print more useful callstack if we got unmatched case.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
7 months ago[NUI] Fix some SVACE issues.
zhouhao02 [Wed, 27 Sep 2023 03:03:30 +0000 (11:03 +0800)]
[NUI] Fix some SVACE issues.

7 months agoRelease 12.0.0.18060 submit/tizen/20231024.151138
TizenAPI-Bot [Tue, 24 Oct 2023 15:11:38 +0000 (15:11 +0000)]
Release 12.0.0.18060

7 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 24 Oct 2023 15:11:38 +0000 (15:11 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

7 months ago[Bluetooth] Fix ASAN crash issue (#5624)
Wootak Jung [Tue, 24 Oct 2023 03:04:31 +0000 (12:04 +0900)]
[Bluetooth] Fix ASAN crash issue (#5624)

- Use g_free for data allocated by g_malloc

Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
7 months agoRelease 12.0.0.18059 submit/tizen/20231023.151150
TizenAPI-Bot [Mon, 23 Oct 2023 15:11:50 +0000 (15:11 +0000)]
Release 12.0.0.18059

7 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Mon, 23 Oct 2023 15:11:50 +0000 (15:11 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

7 months ago[System.Information] Use Marshal.FreeHGlobal() instead of Libc.Free()
Seung-Woo Kim [Wed, 18 Oct 2023 05:31:40 +0000 (14:31 +0900)]
[System.Information] Use Marshal.FreeHGlobal() instead of Libc.Free()

Use Marshal.FreeHGlobal() instead of Libc.Free() for ASAN
environment. Also, remove not any more used Libc.Free() Interop.

In ASAN environment, because Interop uses dlopen(), newly opended
libc causes different libc/asan alloc context from already allocaed
buffer, and it gives segment fault crash when calling Libc.Free().

Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
7 months agoRelease 12.0.0.18058 submit/tizen/20231020.151048
TizenAPI-Bot [Fri, 20 Oct 2023 15:10:48 +0000 (15:10 +0000)]
Release 12.0.0.18058

7 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Fri, 20 Oct 2023 15:10:48 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

7 months ago[WiFi] Fix ASAN crash (#5631)
Seonah Moon [Fri, 20 Oct 2023 04:23:50 +0000 (13:23 +0900)]
[WiFi] Fix ASAN crash (#5631)

* [WiFi] Fix ASAN crash

* [WiFi] Use Marshal.FreeHGlobal()

---------

Co-authored-by: chleun-moon <32117100+chleun-moon@users.noreply.github.com>
7 months agoRelease 12.0.0.18057 submit/tizen/20231019.151118
TizenAPI-Bot [Thu, 19 Oct 2023 15:11:18 +0000 (15:11 +0000)]
Release 12.0.0.18057

7 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Thu, 19 Oct 2023 15:11:18 +0000 (15:11 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

7 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>
7 months agoRelease 12.0.0.18056 submit/tizen/20231018.151159
TizenAPI-Bot [Wed, 18 Oct 2023 15:11:59 +0000 (15:11 +0000)]
Release 12.0.0.18056

7 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Wed, 18 Oct 2023 15:11:59 +0000 (15:11 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

7 months ago[Nsd] Fix ASAN crash (#5632)
Seonah Moon [Wed, 18 Oct 2023 08:04:48 +0000 (17:04 +0900)]
[Nsd] Fix ASAN crash (#5632)

7 months agoUse Marshal.FreeHGlobal() instead of Libc.Free() (#5636)
hjhun [Wed, 18 Oct 2023 05:38:58 +0000 (14:38 +0900)]
Use Marshal.FreeHGlobal() instead of Libc.Free() (#5636)

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
7 months agoRelease 12.0.0.18054 submit/tizen/20231017.151020
TizenAPI-Bot [Tue, 17 Oct 2023 15:10:20 +0000 (15:10 +0000)]
Release 12.0.0.18054

7 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 17 Oct 2023 15:10:20 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

7 months ago[Connection] Fix ASAN crash issue (#5625)
Seonah Moon [Tue, 17 Oct 2023 07:16:24 +0000 (16:16 +0900)]
[Connection] Fix ASAN crash issue (#5625)

7 months agoDeprecating Tizen.Messaging.Messages APIs (#5593)
k-jaju [Tue, 17 Oct 2023 06:57:03 +0000 (12:27 +0530)]
Deprecating Tizen.Messaging.Messages APIs (#5593)

Signed-off-by: Krishna Kant Jaju <krishna.jaju@samsung.com>
Co-authored-by: randeepsingh01 <49635973+randeepsingh01@users.noreply.github.com>
7 months agoChange visibility of NUIGadgetResourceManager ctor (#5626)
hjhun [Tue, 17 Oct 2023 04:47:29 +0000 (13:47 +0900)]
Change visibility of NUIGadgetResourceManager ctor (#5626)

The visibility of NUIGadgetResourceManager(NUIGadgetInfo info) is
changed to public.

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
7 months agoUse Marshal.FreeHGlobal() instead of Libc.Free() (#5628)
hjhun [Tue, 17 Oct 2023 04:40:33 +0000 (13:40 +0900)]
Use Marshal.FreeHGlobal() instead of Libc.Free() (#5628)

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
7 months agoRelease 12.0.0.18050 submit/tizen/20231016.151034
TizenAPI-Bot [Mon, 16 Oct 2023 15:10:34 +0000 (15:10 +0000)]
Release 12.0.0.18050

7 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Mon, 16 Oct 2023 15:10:34 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

7 months agoDeprecating Tizen.Messaging.Email APIs (#5596)
priyakohl [Mon, 16 Oct 2023 11:37:35 +0000 (17:07 +0530)]
Deprecating Tizen.Messaging.Email APIs (#5596)

* Deprecating Tizen.Messaging.Email APIs

Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
* Added using System

Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
* Modified Note

Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
---------

Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
Co-authored-by: randeepsingh01 <49635973+randeepsingh01@users.noreply.github.com>
7 months agoRelease 12.0.0.18049 submit/tizen/20231013.151300
TizenAPI-Bot [Fri, 13 Oct 2023 15:13:00 +0000 (15:13 +0000)]
Release 12.0.0.18049

7 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Fri, 13 Oct 2023 15:13:00 +0000 (15:13 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

7 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 12.0.0.18048 submit/tizen/20231012.151218
TizenAPI-Bot [Thu, 12 Oct 2023 15:12:18 +0000 (15:12 +0000)]
Release 12.0.0.18048

7 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Thu, 12 Oct 2023 15:12:18 +0000 (15:12 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

7 months ago[Tdbc] Fix UpdateHookCallback released issue (#5528)
ChangGyu Choi [Thu, 12 Oct 2023 00:13:23 +0000 (09:13 +0900)]
[Tdbc] Fix UpdateHookCallback released issue (#5528)

The issue is that if you don't keep a reference to the UpdateHookCallback,
it may be garbage collected before it is used.

UpdateHookCallback should be referenced during used this.

Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
Co-authored-by: pjh9216 <jh9216.park@samsung.com>
7 months agoRelease 12.0.0.18047 submit/tizen/20231011.151133
TizenAPI-Bot [Wed, 11 Oct 2023 15:11:34 +0000 (15:11 +0000)]
Release 12.0.0.18047

7 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Wed, 11 Oct 2023 15:11:33 +0000 (15:11 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

7 months agoDeprecating Tizen.Location.Geofence APIs (#5598)
priyakohl [Wed, 11 Oct 2023 05:38:12 +0000 (11:08 +0530)]
Deprecating Tizen.Location.Geofence APIs (#5598)

* Deprecating Tizen.Location.Geofence APIs

Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
* Removing type

Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
* Indentation fixes

Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
* Modified Note

Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
---------

Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
Co-authored-by: randeepsingh01 <49635973+randeepsingh01@users.noreply.github.com>
7 months agoRelease 12.0.0.18046 submit/tizen/20231010.151128
TizenAPI-Bot [Tue, 10 Oct 2023 15:11:28 +0000 (15:11 +0000)]
Release 12.0.0.18046

7 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 10 Oct 2023 15:11:28 +0000 (15:11 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

7 months agoUpdate README.md
Jay Cho [Tue, 10 Oct 2023 05:08:41 +0000 (14:08 +0900)]
Update README.md

7 months agoUpdate README.md
Jay Cho [Tue, 10 Oct 2023 05:05:46 +0000 (14:05 +0900)]
Update README.md

7 months agoRelease 12.0.0.18044 submit/tizen/20231006.094512
TizenAPI-Bot [Fri, 6 Oct 2023 09:45:13 +0000 (09:45 +0000)]
Release 12.0.0.18044

7 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Fri, 6 Oct 2023 09:45:11 +0000 (09:45 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

7 months agoAdd API12 Update pkg
Jay Cho [Fri, 6 Oct 2023 09:38:09 +0000 (18:38 +0900)]
Add API12 Update pkg

7 months agoRelease 12.0.0.18043 submit/tizen/20231005.050332
TizenAPI-Bot [Thu, 5 Oct 2023 05:03:32 +0000 (05:03 +0000)]
Release 12.0.0.18043

7 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Thu, 5 Oct 2023 05:03:32 +0000 (05:03 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

7 months agoAdd API12
Jay Cho [Thu, 5 Oct 2023 04:32:50 +0000 (13:32 +0900)]
Add API12

7 months agoRelease 11.0.0.18042 accepted/tizen/unified/20231004.100237 submit/tizen/20230927.011718
TizenAPI-Bot [Wed, 27 Sep 2023 01:17:18 +0000 (01:17 +0000)]
Release 11.0.0.18042

7 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Wed, 27 Sep 2023 01:17:18 +0000 (01:17 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

7 months ago[NUI] fix IME window crash issue
dongsug.song [Tue, 26 Sep 2023 09:39:21 +0000 (18:39 +0900)]
[NUI] fix IME window crash issue

7 months agoRelease 11.0.0.18041 submit/tizen/20230926.084441
TizenAPI-Bot [Tue, 26 Sep 2023 08:44:41 +0000 (08:44 +0000)]
Release 11.0.0.18041

7 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 26 Sep 2023 08:44:41 +0000 (08:44 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

7 months ago[NUI] Let we don't dispose cached LastEvents
Eunki, Hong [Tue, 26 Sep 2023 02:51:06 +0000 (11:51 +0900)]
[NUI] Let we don't dispose cached LastEvents

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
7 months ago[NUI] Implement defaut key construct
Eunki Hong [Mon, 25 Sep 2023 16:22:41 +0000 (01:22 +0900)]
[NUI] Implement defaut key construct

Let we use default key creation API if we only need to use
empty key handle.

Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
7 months ago[NUI] Do not registry last event items who get retrieved
Eunki, Hong [Mon, 25 Sep 2023 05:38:22 +0000 (14:38 +0900)]
[NUI] Do not registry last event items who get retrieved

Since we change BaseObject internally when we use
Interop.Window.InternalRetrievingLast~~~Event(~~) function.

This behaviour might occure some error cases when we use
Registry system.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
8 months agoRelease 11.0.0.18038 submit/tizen/20230925.070202
TizenAPI-Bot [Mon, 25 Sep 2023 07:02:02 +0000 (07:02 +0000)]
Release 11.0.0.18038

8 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Mon, 25 Sep 2023 07:02:02 +0000 (07:02 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

8 months ago[NUI] Version Update (22245)
Jiyun Yang [Mon, 25 Sep 2023 06:21:14 +0000 (15:21 +0900)]
[NUI] Version Update (22245)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
8 months agoAdd VisualFactory.UsePrecompiledShader()
seungho baek [Mon, 25 Sep 2023 03:16:45 +0000 (12:16 +0900)]
Add VisualFactory.UsePrecompiledShader()

Signed-off-by: seungho baek <sbsh.baek@samsung.com>
8 months ago[NUI] Add widget list for keeping widget instance
sunghyun kim [Mon, 25 Sep 2023 04:38:06 +0000 (13:38 +0900)]
[NUI] Add widget list for keeping widget instance

widget need to keep it's instance

8 months ago[NUI] Binding DispatchTouchMotion and DispatchHoverMotion
joogab.yun [Thu, 21 Sep 2023 06:25:39 +0000 (15:25 +0900)]
[NUI] Binding DispatchTouchMotion and DispatchHoverMotion

These determine whether to send touch and hover motion events or not.
This is used when the user does not want to receive motion events.

8 months ago[NUI] Add HoverEvent in Window
joogab.yun [Mon, 28 Aug 2023 06:10:16 +0000 (15:10 +0900)]
[NUI] Add HoverEvent in Window

Window window = NUIApplication.GetDefaultWindow();
window.HoverEvent += OnHover;

private void OnHover(object source, Window.HoverEventArgs e)
{
  // e.Hover.GetState(0); // PointStateType.Motion;
}

8 months ago[NUI] bug fixed about windowPointerConstraintsEventCallback
joogab.yun [Wed, 20 Sep 2023 08:10:21 +0000 (17:10 +0900)]
[NUI] bug fixed about windowPointerConstraintsEventCallback

8 months agoRelease 11.0.0.18032 submit/tizen/20230921.151021
TizenAPI-Bot [Thu, 21 Sep 2023 15:10:21 +0000 (15:10 +0000)]
Release 11.0.0.18032

8 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Thu, 21 Sep 2023 15:10:21 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

8 months ago[NUI.WindowSystem] Add new request of KVM Service
Junseok Kim [Wed, 30 Aug 2023 07:23:02 +0000 (16:23 +0900)]
[NUI.WindowSystem] Add new request of KVM Service

Add new request of KVM Service as below:
 - ReceiveDragData: Request to get current drag data.
 - CancelDrag: Request to cancel current drag.

8 months ago[NUI.WindowSystem] Introduce the new InputGenerate feature
Junseok Kim [Thu, 14 Sep 2023 05:07:47 +0000 (14:07 +0900)]
[NUI.WindowSystem] Introduce the new InputGenerate feature

8 months agoRelease 11.0.0.18030 accepted/tizen/8.0/unified/20231005.093319 accepted/tizen/unified/20230920.072021 submit/tizen/20230919.140930
TizenAPI-Bot [Tue, 19 Sep 2023 14:09:30 +0000 (14:09 +0000)]
Release 11.0.0.18030

8 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 19 Sep 2023 14:09:30 +0000 (14:09 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

8 months ago[NUI.Scene3D] Fix MotionData TCT error
Eunki, Hong [Tue, 19 Sep 2023 13:43:45 +0000 (22:43 +0900)]
[NUI.Scene3D] Fix MotionData TCT error

Fix unmatched function binding

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
8 months agoRelease 11.0.0.18029 accepted/tizen/unified/20230919.091809 submit/tizen/20230918.104114
TizenAPI-Bot [Mon, 18 Sep 2023 10:41:14 +0000 (10:41 +0000)]
Release 11.0.0.18029

8 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Mon, 18 Sep 2023 10:41:14 +0000 (10:41 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

8 months agoDragAndDrop : hide window event handler
Taehyub Kim [Mon, 18 Sep 2023 10:10:28 +0000 (19:10 +0900)]
DragAndDrop : hide window event handler

8 months ago[NUI] Version Update (22244)
Seoyeon Kim [Mon, 18 Sep 2023 08:41:18 +0000 (17:41 +0900)]
[NUI] Version Update (22244)

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
8 months ago[NUI] DragAndDrop : Add APIs for Window
Taehyub Kim [Fri, 15 Sep 2023 04:25:05 +0000 (13:25 +0900)]
[NUI] DragAndDrop : Add APIs for Window

8 months agoRelease 11.0.0.18026 submit/tizen/20230915.151216
TizenAPI-Bot [Fri, 15 Sep 2023 15:12:16 +0000 (15:12 +0000)]
Release 11.0.0.18026

8 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Fri, 15 Sep 2023 15:12:16 +0000 (15:12 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

8 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>
8 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>
8 months ago[System.Feedback] Add new feedback_pattern for "da" profile
Yunhee Seo [Thu, 7 Sep 2023 02:49:21 +0000 (11:49 +0900)]
[System.Feedback] Add new feedback_pattern for "da" profile

To support using new feedback_pattern for da profile,
new pattern string and id value is added to Pattern dictionary.

Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
8 months agoRelease 11.0.0.18023 accepted/tizen/unified/20230915.085420 submit/tizen/20230914.104949
TizenAPI-Bot [Thu, 14 Sep 2023 10:49:49 +0000 (10:49 +0000)]
Release 11.0.0.18023

8 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Thu, 14 Sep 2023 10:49:49 +0000 (10:49 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

8 months ago[NUI] Fix ImageColor alpha not applied issue
Eunki, Hong [Wed, 13 Sep 2023 03:04:35 +0000 (12:04 +0900)]
[NUI] Fix ImageColor alpha not applied issue

Visual look at same value, Visual.MixColor's alpha and Visual.Opacity,
we need to synchronize both values.

Since we don't open Visual.Opacity property for View side
let we control this value inside of View.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
8 months ago[NUI.Physics2D] Adding Dali/Chipmunk interop
David Steele [Mon, 11 Sep 2023 20:23:20 +0000 (21:23 +0100)]
[NUI.Physics2D] Adding Dali/Chipmunk interop

Adds Tizen.NUI.Physics2D.PhysicsAdaptor,
Tizen.NUI.Physics2D.PhysicsActor and
Tizen.NUI.Physics2D.ScopedAccessor classes.

These wrap the DALi physics classes in dali-toolkit; which run
the physics integration thread in the Update thread (using the
FrameCallback natively). They offer basic APIs for attaching
Views to Chipmunk.Body physics objects, so that they can
be rendered.

8 months ago[NUI.Physics2D] Add binding for Chipmunk2D physics engine
Richard Huang [Tue, 12 Sep 2023 09:32:17 +0000 (10:32 +0100)]
[NUI.Physics2D] Add binding for Chipmunk2D physics engine

8 months ago[NUI] Call base.Dispose(type) at derived class's Dispose.
jmm [Thu, 14 Sep 2023 05:26:16 +0000 (14:26 +0900)]
[NUI] Call base.Dispose(type) at derived class's Dispose.

8 months ago[NUI] Change RendererTexture(texture) into TextureResourceUrl(imageUrl)
jmm [Thu, 14 Sep 2023 01:58:31 +0000 (10:58 +0900)]
[NUI] Change RendererTexture(texture) into TextureResourceUrl(imageUrl)

8 months ago[NUI] Use Disposed instead of disposed.
jmm [Thu, 14 Sep 2023 01:38:49 +0000 (10:38 +0900)]
[NUI] Use Disposed instead of disposed.

8 months ago[NUI] Remove underlines in function names
jmm [Thu, 14 Sep 2023 01:29:06 +0000 (10:29 +0900)]
[NUI] Remove underlines in function names

8 months ago[NUI] Remove unused arguments and enum for AddLocalStream().
jmm [Wed, 13 Sep 2023 12:47:12 +0000 (21:47 +0900)]
[NUI] Remove unused arguments and enum for AddLocalStream().