TizenAPI-Bot [Fri, 17 May 2024 15:08:28 +0000 (15:08 +0000)]
Release 12.0.0.18309
TizenAPI-Bot [Wed, 15 May 2024 15:08:36 +0000 (15:08 +0000)]
Release 12.0.0.18309
TizenAPI-Bot [Tue, 14 May 2024 15:09:23 +0000 (15:09 +0000)]
Release 12.0.0.18309
TizenAPI-Bot [Tue, 14 May 2024 15:09:23 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
a-nijhara [Tue, 14 May 2024 09:25:15 +0000 (14:55 +0530)]
[Tizen.Network.Connection] Add new values for WPA3 AP in enum WiFiSecurityType (#6118)
Co-authored-by: jeik01 <35021126+jeik01@users.noreply.github.com>
TizenAPI-Bot [Mon, 13 May 2024 07:37:50 +0000 (07:37 +0000)]
Release 12.0.0.18308
TizenAPI-Bot [Mon, 13 May 2024 07:37:50 +0000 (07:37 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Seungho Baek [Mon, 13 May 2024 06:24:03 +0000 (15:24 +0900)]
[NUI] Version 22323
Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
Eunki, Hong [Wed, 8 May 2024 12:59:46 +0000 (21:59 +0900)]
[NUI] Do not ask DALi to get BackgroundImage url
We don't need to ask DALi side always when we want to get
the url of image.
Instead, just keep it at NUI View side, and use it.
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Wed, 8 May 2024 12:34:59 +0000 (21:34 +0900)]
[NUI] Clean BackgroundImage setter logic
Usually we load image load asynchronously as default.
(The only one except case is lottie.
But most of cases we don't need to consider
set BackgroundImage as Lottie file.)
So, for usual cases, we don't need to apply the informations whether
we need to load image synchronously or not.
But previous implementation set `BackgroundImageSynchronousLoading` forcibly.
It might required `BackgroundImage` getter, what we don't need to know.
And also, it doesn't skip this getter/setter logic when the value is same as previous.
To avoid this useless visual creation, let we consider for backgroundImageSynchronousLoading
property works well and works faster for usual cases, who don't set this property.
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
huiyu [Fri, 10 May 2024 06:58:39 +0000 (15:58 +0900)]
[NUI] Split WidgetViewer so (#6130)
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
Xianbing Teng [Wed, 8 May 2024 03:06:42 +0000 (11:06 +0800)]
[NUI] Fix svace issue for BorderWindow
joogab.yun [Wed, 20 Mar 2024 07:09:17 +0000 (16:09 +0900)]
[NUI] Add VelocityTracker
This is a utility that calculates velocity from consecutive touch coordinates.
Eunki, Hong [Tue, 9 Apr 2024 00:55:29 +0000 (09:55 +0900)]
[NUI] Add property NotifyAfterRasterization + Fix EnableFrameCache works well
Let we add some flag that notify to event/main thread every frames when
given lottie image rasterize finished.
Until before, there was no way to notify render thread that lottie surface
updated. So we make render thread always make rendered if lottie image used.
But sometimes, if some application want to render 30fps or less frame rate
lottie image, 60fps rendering is not a neccessary behavior.
To give them a choice, we give the property, `NotifyAfterRasterization`.
If we set this flag, some 30fps lottie file will awake render thread every 30fps.
Instead, the awake message might give overhead. So if lottie file is 60fps, we'd better set this flag as false.
Below dali patch required:
* https://review.tizen.org/gerrit/c/platform/core/uifw/dali-adaptor/+/309120
* https://review.tizen.org/gerrit/c/platform/core/uifw/dali-toolkit/+/309127
* https://review.tizen.org/gerrit/c/platform/core/uifw/dali-extension/+/309128
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dongsug.song [Mon, 29 Apr 2024 07:59:48 +0000 (16:59 +0900)]
[NUI] Fix the crash in ubuntu-backend
Maria Bialota [Fri, 19 Apr 2024 14:15:10 +0000 (16:15 +0200)]
[NUI][AT-SPI] Fixed Dialog and AlertDialog behaviour
dongsug.song [Sat, 27 Apr 2024 04:59:18 +0000 (13:59 +0900)]
[NUI] Fix TV AdPlayer crash issue
dongsug.song [Wed, 24 Apr 2024 08:51:14 +0000 (17:51 +0900)]
[NUI] Add IsXamlUsing flag to Camera, ItemView and etc
huiyu [Thu, 25 Apr 2024 06:01:13 +0000 (15:01 +0900)]
[NUI.Extension] Use rive-tizen so file (#6107)
Refer :
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-csharp-binder/+/309648/
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
Clarik [Wed, 24 Apr 2024 02:03:52 +0000 (09:03 +0700)]
[NUI] Change DefaultBorder property (#6099)
* [NUI] DefaultBorder changes
* [NUI] DefaultBorder adding isUsingXaml condition
* [NUI] DefaultBorder adding declaration of Tizen.NUI
Clarik [Wed, 24 Apr 2024 02:03:34 +0000 (09:03 +0700)]
[NUI] Change WidgetView property (#6098)
* [NUI] WidgetView changes
* [NUI] WidgetView adding IsUsingXaml condition
* [NUI] WidgetView adding declaration of Tizen.NUI
Clarik [Wed, 24 Apr 2024 02:03:13 +0000 (09:03 +0700)]
[NUI] Change WebView property (#6097)
* [NUI] WebView changes
* [NUI] Web View adding declaration of Tizen.NUI
* [NUI] WebView adding isUsingXaml condition
dongsug-song [Tue, 23 Apr 2024 07:35:11 +0000 (16:35 +0900)]
[NUI] Add IsUsingXaml to RemoveFrontInset and RemoveBackInset (#6096)
Clarik [Tue, 23 Apr 2024 07:30:05 +0000 (14:30 +0700)]
[NUI] ScrollViewBindableProperty changes (#6095)
Kevin Winata [Tue, 23 Apr 2024 07:29:40 +0000 (14:29 +0700)]
[NUI] TextLabel BindableProperty refactor (#6094)
joogab.yun [Mon, 22 Apr 2024 02:20:18 +0000 (11:20 +0900)]
[NUI] Change the SetTime of Touch from ulong to uint.
Kevin Winata [Tue, 23 Apr 2024 04:47:54 +0000 (11:47 +0700)]
[NUI] TextField BindableProperty refactor (#6087)
Co-authored-by: dongsug-song <35130733+dongsug-song@users.noreply.github.com>
ANZ1217 [Mon, 22 Apr 2024 07:43:58 +0000 (16:43 +0900)]
[NUI] Add INSET Property to TextField and TextEditor
Add the RemoveFrontInset and RemoveBackInset properties
to TextField and TextEditor as well, which were in TextLabel.
Clarik [Mon, 22 Apr 2024 10:42:21 +0000 (17:42 +0700)]
[NUI] TextEditorBindableProperty changes (#6086)
* [NUI] TextEditorBindableProperty changes
* [NUI] TextEditorBindableProperty adding isUsingXaml condition
Clarik [Mon, 22 Apr 2024 09:59:11 +0000 (16:59 +0700)]
[NUI] Scrollable and LottieAnimationView adding condition If Using Xaml
Clarik [Fri, 19 Apr 2024 08:08:45 +0000 (15:08 +0700)]
Scrollable changes
dongsug.song [Fri, 19 Apr 2024 03:21:44 +0000 (12:21 +0900)]
[NUI] Add IsUsingXaml flag in properties of View and AnimatedVectorImageView
Clarik [Fri, 19 Apr 2024 06:25:06 +0000 (13:25 +0700)]
LottieAnimationViewBindableProperty changes (#6076)
Clarik [Thu, 18 Apr 2024 08:10:20 +0000 (15:10 +0700)]
Update NUIApplication.cs
Add Summary for IsUsingXaml
Clarik [Thu, 18 Apr 2024 07:47:44 +0000 (14:47 +0700)]
[NUI] BindableProperty ImageView
ImageViewBindableProperty changes
TizenAPI-Bot [Sun, 12 May 2024 15:07:59 +0000 (15:07 +0000)]
Release 12.0.0.18280
TizenAPI-Bot [Sat, 11 May 2024 15:08:22 +0000 (15:08 +0000)]
Release 12.0.0.18280
TizenAPI-Bot [Fri, 10 May 2024 15:08:56 +0000 (15:08 +0000)]
Release 12.0.0.18280
TizenAPI-Bot [Thu, 9 May 2024 15:09:06 +0000 (15:09 +0000)]
Release 12.0.0.18280
TizenAPI-Bot [Wed, 8 May 2024 15:08:29 +0000 (15:08 +0000)]
Release 12.0.0.18280
TizenAPI-Bot [Wed, 8 May 2024 15:08:29 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
hjhun [Wed, 8 May 2024 10:13:24 +0000 (19:13 +0900)]
[Applications.Common] Fix wrong since_tizen tag (#6126)
The since_tizen must be 11.
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
hjhun [Wed, 8 May 2024 09:28:34 +0000 (18:28 +0900)]
[Common] Modify wrong descriptions of AppControl.SendLaunchRequest (#6038)
The AppControl.SendLaunchRequest() can throw following exceptions:
- Exceptions.AppNotFoundException
- Exceptions.LaunchFailedException
- Exceptions.LaunchRejectedException
- Exceptions.OutOfMemoryException
- Exceptions.PermissionDeniedException
The exceptions are added to the description of the method.
And, the InvalidOperationException is removed from
the AppControl.SendLaunchRequest().
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
TizenAPI-Bot [Mon, 6 May 2024 15:08:59 +0000 (15:08 +0000)]
Release 12.0.0.18278
TizenAPI-Bot [Fri, 3 May 2024 15:09:16 +0000 (15:09 +0000)]
Release 12.0.0.18278
TizenAPI-Bot [Tue, 30 Apr 2024 15:08:20 +0000 (15:08 +0000)]
Release 12.0.0.18278
TizenAPI-Bot [Mon, 29 Apr 2024 15:08:52 +0000 (15:08 +0000)]
Release 12.0.0.18278
TizenAPI-Bot [Mon, 29 Apr 2024 15:08:52 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
anujk-singh [Mon, 29 Apr 2024 07:15:38 +0000 (12:45 +0530)]
Add C# internal APIs (#6064)
* Add C# internal APIs
API List:
bt_adapter_set_authentication_req_cb
bt_adapter_unset_authentication_req_cb
bt_adapter_passkey_confirmation_reply
Signed-off-by: Anuj Kumar Singh <anujk.singh@samsung.com>
* Add C# internal APIs
API List:
bt_adapter_set_authentication_req_cb
bt_adapter_unset_authentication_req_cb
bt_adapter_passkey_confirmation_reply
Signed-off-by: Anuj Kumar Singh <anujk.singh@samsung.com>
* add invisible tag to function the public class AuthenticationRequestedEventArgs
Signed-off-by: anujk-singh <anujk.singh@samsung.com>
---------
Signed-off-by: Anuj Kumar Singh <anujk.singh@samsung.com>
Signed-off-by: anujk-singh <anujk.singh@samsung.com>
TizenAPI-Bot [Sat, 27 Apr 2024 15:08:43 +0000 (15:08 +0000)]
Release 12.0.0.18277
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