TizenAPI-Bot [Sun, 21 Apr 2024 15:09:12 +0000 (15:09 +0000)]
Release 12.0.0.18277
TizenAPI-Bot [Fri, 19 Apr 2024 15:08:28 +0000 (15:08 +0000)]
Release 12.0.0.18277
TizenAPI-Bot [Thu, 18 Apr 2024 15:08:34 +0000 (15:08 +0000)]
Release 12.0.0.18277
TizenAPI-Bot [Thu, 18 Apr 2024 15:08:34 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
hjhun [Wed, 17 Apr 2024 23:21:40 +0000 (08:21 +0900)]
[NUI.Gadget] Support Unload() method to release assembly (#6074)
* [NUI.Gadget] Support Unload() method to release assembly
To release loaded assembly, the Unload() method is added.
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Set nullptr to NUIGadgetInfo.NUIGadgetAssembly
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
---------
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
TizenAPI-Bot [Wed, 17 Apr 2024 06:55:32 +0000 (06:55 +0000)]
Release 12.0.0.18276
TizenAPI-Bot [Wed, 17 Apr 2024 06:55:32 +0000 (06:55 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Jiyun Yang [Wed, 17 Apr 2024 05:05:13 +0000 (14:05 +0900)]
[NUI] Fix svace issue on Popup
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Jaehyun Cho [Mon, 15 Apr 2024 08:11:38 +0000 (17:11 +0900)]
[NUI] Fix View to use control-accessible State::SENSITIVE
In dali-toolkit, control-accessible's State::SENSITIVE has been modified
from Actor::Property::SENSITIVE to IsHittable() && GetTouchRequired().
Unlike control-accessible, NUI View's custom Accessibility state of
Sensitive still refers Actor::Property::SENSITIVE.
So NUI View with ViewAccessibilityMode.Default's Accessibility state of
Sensitive refers IsHittable() && GetTouchRequired().
In contrast, NUI View with ViewAccessibilityMode.Custom's Accessibility
state of Sensitive refers Actor::Property::SENSITIVE.
To make them have same Sensitive value, NUI View's custom Accessibility
state of Sensitive is modified to use the value from control-accessible.
Xianbing Teng [Mon, 1 Apr 2024 11:02:01 +0000 (19:02 +0800)]
[NUI] Fix svace issue of buffer exceed size
Xianbing Teng [Mon, 1 Apr 2024 08:25:13 +0000 (16:25 +0800)]
[NUI] Fix svace issue of buffer exceed size
Xianbing Teng [Tue, 9 Apr 2024 07:21:13 +0000 (15:21 +0800)]
[NUI] Fix build errors of Tizen.NUI.Components.Devel.Tests
hjhun [Wed, 17 Apr 2024 06:19:21 +0000 (15:19 +0900)]
[NUI.Gadget] Fix NUIGadgetResourceManager (#6070)
If getting the resource manager is failed, the NUIGadgeResourceManager
tries to get the resource manager from the TwoLetterISOLanguageName of
the CultureInfo.
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
TizenAPI-Bot [Mon, 15 Apr 2024 15:07:49 +0000 (15:07 +0000)]
Release 12.0.0.18270
TizenAPI-Bot [Sun, 14 Apr 2024 15:33:19 +0000 (15:33 +0000)]
Release 12.0.0.18270
TizenAPI-Bot [Fri, 12 Apr 2024 08:26:36 +0000 (08:26 +0000)]
Release 12.0.0.18270
TizenAPI-Bot [Fri, 12 Apr 2024 08:26:36 +0000 (08:26 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
dongsug.song [Fri, 12 Apr 2024 08:15:24 +0000 (17:15 +0900)]
[NUI] Try to fix TV.FLUX.Component build error
TizenAPI-Bot [Thu, 11 Apr 2024 08:40:54 +0000 (08:40 +0000)]
Release 12.0.0.18269
TizenAPI-Bot [Thu, 11 Apr 2024 08:40:54 +0000 (08:40 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
dongsug.song [Thu, 11 Apr 2024 07:40:39 +0000 (16:40 +0900)]
[NUI] Try to fix SmartThingApp build error
TizenAPI-Bot [Tue, 9 Apr 2024 15:08:15 +0000 (15:08 +0000)]
Release 12.0.0.18268
TizenAPI-Bot [Tue, 9 Apr 2024 08:38:49 +0000 (08:38 +0000)]
Release 12.0.0.18268
TizenAPI-Bot [Tue, 9 Apr 2024 08:38:49 +0000 (08:38 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Eunki, Hong [Tue, 9 Apr 2024 07:59:01 +0000 (16:59 +0900)]
[NUI] Version up 22318
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
TizenAPI-Bot [Mon, 8 Apr 2024 15:08:11 +0000 (15:08 +0000)]
Release 12.0.0.18267
TizenAPI-Bot [Sun, 7 Apr 2024 15:10:43 +0000 (15:10 +0000)]
Release 12.0.0.18267
TizenAPI-Bot [Sat, 6 Apr 2024 15:08:10 +0000 (15:08 +0000)]
Release 12.0.0.18267
TizenAPI-Bot [Wed, 3 Apr 2024 15:08:47 +0000 (15:08 +0000)]
Release 12.0.0.18267
TizenAPI-Bot [Wed, 3 Apr 2024 07:06:34 +0000 (07:06 +0000)]
Release 12.0.0.18267
TizenAPI-Bot [Wed, 3 Apr 2024 07:06:33 +0000 (07:06 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
huiyu [Wed, 3 Apr 2024 06:37:04 +0000 (15:37 +0900)]
[NUI] Version up 22317 (#6049)
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
joogab.yun [Mon, 1 Apr 2024 08:17:26 +0000 (17:17 +0900)]
[NUI] Add SetTime in Touch
refer:
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-core/+/308797/
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-csharp-binder/+/308798/
Chihun Jeong [Tue, 2 Apr 2024 03:36:30 +0000 (12:36 +0900)]
[NUI] Introduce RemoveFrontInset, RemoveBackInset property (#6001)
* Bind REMOVE_FRONT_INSET, REMOVE_BACK_INSET property
* Remove unused Interop functions
* Set bindable property as hidden
---------
Co-authored-by: ANZ1217 <chihun.jeong@samsung.com>
joogab.yun [Thu, 28 Mar 2024 05:36:13 +0000 (14:36 +0900)]
[NUI] Add SetTapMaximumMotionAllowedDistance
refer
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-core/+/308601/
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-csharp-binder/+/308602/
Jaehyun Cho [Fri, 29 Mar 2024 03:49:57 +0000 (12:49 +0900)]
[NUI] Fix LottieAnimationView not to reference disposed delegate
Delegate rootCallback of LottieAnimationView is called by multi threads
for lottie dynamic properties.
This causes the following issues.
- Delegate rootCallback of disposed LottieAnimationView can be
referenced.
- Local variables in RootCallback is disposed by multi threads.
To resolve the above issues, the followings are done.
- Delegate rootCallback of LottieAnimationView is changed to be static.
- Local variables in RootCallback is not disposed.
huiyu [Wed, 3 Apr 2024 01:24:05 +0000 (10:24 +0900)]
[Tizen.AIAvatar] Fix Svace issue (#6046)
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
TizenAPI-Bot [Tue, 2 Apr 2024 15:08:13 +0000 (15:08 +0000)]
Release 12.0.0.18261
TizenAPI-Bot [Tue, 2 Apr 2024 15:08:13 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Haesu Gwon [Tue, 2 Apr 2024 07:31:29 +0000 (16:31 +0900)]
[MediaVision] Prevent GC of object including unmanaged handle (#6044)
TizenAPI-Bot [Fri, 29 Mar 2024 15:09:03 +0000 (15:09 +0000)]
Release 12.0.0.18260
TizenAPI-Bot [Fri, 29 Mar 2024 15:09:03 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Unsung Lee [Wed, 27 Mar 2024 06:51:24 +0000 (15:51 +0900)]
[Tizen.System.Storage] Register eventhandler if it is already existed
Register event handler in the class Storage if eventhandler is already existed.
If at least one event handler is already registered,
the API returns the storage state from a variable within the class.
Otherwise, it retrieves the status externally.
In the previous implementation, an event handler was only registered within class Storage
when it was registered for each storage ID,
and no event handler was registered within class Storage when it was registered by storage type.
As a result of that, when the USB (or SD card) was removed,
it attempted to obtain the state from outside and provided incorrect information
to the application because there is no storage already removed.
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
TizenAPI-Bot [Thu, 28 Mar 2024 12:52:27 +0000 (12:52 +0000)]
Release 12.0.0.18259
TizenAPI-Bot [Thu, 28 Mar 2024 12:52:27 +0000 (12:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
dongsug.song [Thu, 28 Mar 2024 12:33:00 +0000 (21:33 +0900)]
[NUI] Fix manual TCT crash issue only on TV target
TizenAPI-Bot [Tue, 26 Mar 2024 15:08:21 +0000 (15:08 +0000)]
Release 12.0.0.18258
TizenAPI-Bot [Tue, 26 Mar 2024 15:08:21 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
huiyu [Tue, 26 Mar 2024 07:04:42 +0000 (16:04 +0900)]
Add Tizen.AIAvatar project (#6014)
* Add Tizen.AIAvatar project
Add new empty project of Tizen.AIAvatar
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* Add hidden
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* Modify apis
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* Make internal
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* remove lip module
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
---------
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
TizenAPI-Bot [Tue, 26 Mar 2024 05:01:38 +0000 (05:01 +0000)]
Release 12.0.0.18257
TizenAPI-Bot [Tue, 26 Mar 2024 05:01:38 +0000 (05:01 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
dongsug.song [Tue, 26 Mar 2024 04:44:41 +0000 (13:44 +0900)]
[NUI] change Tizen.NUI.State as Tizen.NUI.NUIApplication.States because it is NUIApplication state
TizenAPI-Bot [Mon, 25 Mar 2024 15:11:17 +0000 (15:11 +0000)]
Release 12.0.0.18256
TizenAPI-Bot [Mon, 25 Mar 2024 10:12:11 +0000 (10:12 +0000)]
Release 12.0.0.18256
TizenAPI-Bot [Mon, 25 Mar 2024 10:12:11 +0000 (10:12 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Taehyub Kim [Mon, 25 Mar 2024 09:42:32 +0000 (18:42 +0900)]
[NUI] Version up 22316
Jiyun Yang [Thu, 21 Mar 2024 05:21:32 +0000 (14:21 +0900)]
[NUI] WeakEvent : Modify invoke param type
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Jiyun Yang [Mon, 18 Mar 2024 11:13:14 +0000 (20:13 +0900)]
[NUI] Move WeakEvent to public and remove unused WeakEventHandler class
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
TizenAPI-Bot [Sun, 24 Mar 2024 15:07:49 +0000 (15:07 +0000)]
Release 12.0.0.18253
TizenAPI-Bot [Sat, 23 Mar 2024 15:08:13 +0000 (15:08 +0000)]
Release 12.0.0.18253
TizenAPI-Bot [Fri, 22 Mar 2024 15:11:20 +0000 (15:11 +0000)]
Release 12.0.0.18253
TizenAPI-Bot [Wed, 20 Mar 2024 11:24:07 +0000 (11:24 +0000)]
Release 12.0.0.18253
TizenAPI-Bot [Wed, 20 Mar 2024 11:24:07 +0000 (11:24 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
EverLEEst(SangHyeon Lee) [Wed, 20 Mar 2024 11:02:58 +0000 (20:02 +0900)]
[NUI] Version up 22315
Jiyun Yang [Thu, 14 Mar 2024 04:22:05 +0000 (13:22 +0900)]
[NUI] WeakEvent : Improve clean-up condition
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Eunki, Hong [Wed, 21 Feb 2024 07:33:43 +0000 (16:33 +0900)]
[NUI] Resolve the potential issue when DisposeQueued handle get
It is possible that DisposeQueued handle be used as input of GetManagedBaseHandleFromRefObject.
In this case, even if app hold that BaseHandle, it will be Disposed by DisposeQueue.
If then the returned item become disposed, and it might breakdown app logics.
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki Hong [Tue, 20 Feb 2024 16:30:12 +0000 (01:30 +0900)]
[NUI] Unified native singleton class instance getter
There was 2 way to get sigleton class - `Get()` method and `Instance` proeprty.
After merge #5683 PR, some singleton class' `Get()` method register registry at that moment.
If someone call `Instance` after `Get()` call, the singleton class become GC, due to unknown reason.
To avoid this cases, let we make `Get()` method also use `Instance` property internally, and deprecate
that method.
For watch the trends after change the singletone pattern, let we just print error log if some
NUI developer implement wrong way in future.
+
Furthermore, there was some issue when we get Instance and call Dispose().
This is strance behavior. So let we just print error log and don't allow Dispose it.
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
Eunki Hong [Wed, 21 Feb 2024 16:05:10 +0000 (01:05 +0900)]
[NUI] Make DisposeRecursively() full search of children list even if Disposed
There was guad code when we traversal children list.
There was some bugs when we traversal disposed item. But now, this bug is not happend.
To make the behavior match with comment, let we recursive the tree even if self is disposed.
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Tue, 27 Feb 2024 05:05:49 +0000 (14:05 +0900)]
[NUI] Do not remove once event when we dispose
Remove event from global static handler is heavy operation.
We can detach whether the view is disposed or not.
So just check disposed is more chip rather than remove event callback.
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
huiyu [Wed, 13 Mar 2024 01:40:56 +0000 (10:40 +0900)]
Add State property of NUIApplication (#5989)
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
huiyu [Wed, 13 Mar 2024 01:14:45 +0000 (10:14 +0900)]
[NUI.Scene3D] Add CastShadow and ReceiveShadow for Model and ModelNode (#5987)
- CastShadow can be used to make an object cast shadow or not.
- ReceiveShadow can be used to make an object be not drawn any shadow on its surface.
- Model and ModelNode have the methods.
- If Model's method is called, it is inherited to its current child ModelNode.
- If ModelNode's method is called, it is only affects the ModelNode itself.
- The ModelNode's property changes do not affect its parent Model's property.
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
TizenAPI-Bot [Tue, 19 Mar 2024 15:07:50 +0000 (15:07 +0000)]
Release 12.0.0.18245
TizenAPI-Bot [Sun, 17 Mar 2024 15:09:00 +0000 (15:09 +0000)]
Release 12.0.0.18245
TizenAPI-Bot [Fri, 15 Mar 2024 15:07:56 +0000 (15:07 +0000)]
Release 12.0.0.18245
TizenAPI-Bot [Tue, 12 Mar 2024 07:05:23 +0000 (07:05 +0000)]
Release 12.0.0.18245
TizenAPI-Bot [Tue, 12 Mar 2024 07:05:23 +0000 (07:05 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Jaehyun Cho [Tue, 12 Mar 2024 06:16:45 +0000 (15:16 +0900)]
[NUI] Version up 22314
TizenAPI-Bot [Mon, 11 Mar 2024 15:12:15 +0000 (15:12 +0000)]
Release 12.0.0.18244
TizenAPI-Bot [Thu, 7 Mar 2024 15:10:42 +0000 (15:10 +0000)]
Release 12.0.0.18244
TizenAPI-Bot [Wed, 6 Mar 2024 09:42:47 +0000 (09:42 +0000)]
Release 12.0.0.18244
TizenAPI-Bot [Wed, 6 Mar 2024 09:42:46 +0000 (09:42 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Jiyun Yang [Wed, 6 Mar 2024 06:25:46 +0000 (15:25 +0900)]
[NUI] Version up 22313
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
dongsug.song [Tue, 5 Mar 2024 07:07:32 +0000 (16:07 +0900)]
[NUI] Fix SVACE issue
Jay Cho [Fri, 12 Jan 2024 06:00:03 +0000 (15:00 +0900)]
Add NUI Interop used in flux component
Jay Cho [Thu, 11 Jan 2024 08:24:02 +0000 (17:24 +0900)]
Add NUI Interops used in flux
Jay Cho [Wed, 10 Jan 2024 07:03:44 +0000 (16:03 +0900)]
Bring back some interops
Jay Cho [Tue, 9 Jan 2024 08:24:02 +0000 (17:24 +0900)]
Remove Not Referenced APIs
TizenAPI-Bot [Mon, 4 Mar 2024 15:09:33 +0000 (15:09 +0000)]
Release 12.0.0.18238
TizenAPI-Bot [Fri, 1 Mar 2024 15:08:04 +0000 (15:08 +0000)]
Release 12.0.0.18238
TizenAPI-Bot [Tue, 27 Feb 2024 08:16:44 +0000 (08:16 +0000)]
Release 12.0.0.18238
TizenAPI-Bot [Tue, 27 Feb 2024 08:16:44 +0000 (08:16 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Seoyeon Kim [Tue, 27 Feb 2024 07:17:03 +0000 (16:17 +0900)]
[NUI] Version up 22312
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Jiyun Yang [Wed, 21 Feb 2024 11:22:42 +0000 (20:22 +0900)]
[NUI] Fix WeakEvent bugs
* Checks that target object is explicitly disposed but not collected yet before invoke
* Consider list item removal/addition while traversing for invoke
* WeakHandler Equal method works well in static case
* Cleanup dead handlers not everytime
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
joogab.yun [Thu, 22 Feb 2024 05:02:50 +0000 (14:02 +0900)]
[NUI] Add backendMode to the DirectRenderingGLView constructor.
refer code :
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-core/+/306186/
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-adaptor/+/305990/
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-toolkit/+/306191/
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-demo/+/305991/
Eunki Hong [Wed, 21 Feb 2024 16:35:56 +0000 (01:35 +0900)]
[NUI.Components] Guard more cases when Container disposed
It might be possible if Container is disposed before ScrollBase disposed.
If then, Several logics breakdown.
Note : Since ScrollBase is time critical logics. So it is heavy to ensure the Container exist
at every Container usage.
Instead, let we just check Container is null at `OnScrollAnimationEnded` only,
which user can call immediatly by `Dispose()` API.
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
Haesu Gwon [Tue, 27 Feb 2024 02:30:40 +0000 (11:30 +0900)]
[MediaController] Remove deprecated server API (#5942)
TizenAPI-Bot [Sat, 24 Feb 2024 15:08:28 +0000 (15:08 +0000)]
Release 12.0.0.18233
TizenAPI-Bot [Fri, 23 Feb 2024 15:09:16 +0000 (15:09 +0000)]
Release 12.0.0.18233
TizenAPI-Bot [Thu, 22 Feb 2024 15:08:40 +0000 (15:08 +0000)]
Release 12.0.0.18233
TizenAPI-Bot [Thu, 22 Feb 2024 15:08:40 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/master' into tizen