TizenAPI-Bot [Wed, 26 Feb 2025 02:28:52 +0000 (02:28 +0000)]
Release 11.0.0.18268
TizenAPI-Bot [Wed, 26 Feb 2025 02:28:52 +0000 (02:28 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0
Bowon Ryu [Tue, 25 Feb 2025 12:02:20 +0000 (21:02 +0900)]
[NUI] Minimize system settings API calls in Text
Each text component's call to the system API takes a lot of time.
Especially for FontType, initialization of FontConfig occurs natively and consumes most of the time.
This patch updates through static classes only when a specific value is needed.
TODO: manager should handle all events.
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
TizenAPI-Bot [Fri, 7 Feb 2025 15:09:00 +0000 (15:09 +0000)]
Release 11.0.0.18267
TizenAPI-Bot [Fri, 7 Feb 2025 15:09:00 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0
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.
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>
dongsug.song [Fri, 7 Feb 2025 10:43:52 +0000 (19:43 +0900)]
Try to fix github Action error
TizenAPI-Bot [Wed, 11 Dec 2024 15:09:27 +0000 (15:09 +0000)]
Release 11.0.0.18264
TizenAPI-Bot [Wed, 11 Dec 2024 15:09:26 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0
akash1-kumar [Wed, 11 Dec 2024 05:17:58 +0000 (10:47 +0530)]
[Network.WiFi] Implement API to get MAC of TDLS connected peer (#6472)
Signed-off-by: Akash Kumar <akash1.kumar@samsung.com>
TizenAPI-Bot [Tue, 10 Dec 2024 15:10:11 +0000 (15:10 +0000)]
Release 11.0.0.18263
TizenAPI-Bot [Tue, 10 Dec 2024 15:10:10 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0
Eunki, Hong [Mon, 9 Dec 2024 12:34:46 +0000 (21:34 +0900)]
[NUI][API11] 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>
TizenAPI-Bot [Mon, 2 Dec 2024 15:09:13 +0000 (15:09 +0000)]
Release 11.0.0.18262
TizenAPI-Bot [Mon, 2 Dec 2024 15:09:13 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0
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
TizenAPI-Bot [Tue, 12 Nov 2024 15:09:02 +0000 (15:09 +0000)]
Release 11.0.0.18261
TizenAPI-Bot [Tue, 12 Nov 2024 15:09:02 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0
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
TizenAPI-Bot [Mon, 11 Nov 2024 15:08:36 +0000 (15:08 +0000)]
Release 11.0.0.18260
TizenAPI-Bot [Mon, 11 Nov 2024 15:08:36 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0
sung-su.kim [Mon, 11 Nov 2024 06:52:38 +0000 (15:52 +0900)]
Update deprecated actions (#6446)
- Update upload-artifact@v3
- Update download-artifact@v3
TizenAPI-Bot [Thu, 22 Aug 2024 15:08:51 +0000 (15:08 +0000)]
Release 11.0.0.18259
TizenAPI-Bot [Thu, 22 Aug 2024 15:08:51 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0
dongsug.song [Wed, 21 Aug 2024 06:46:36 +0000 (15:46 +0900)]
[NUI] Fix the handler's garbage collected exception in WebView
TizenAPI-Bot [Wed, 14 Aug 2024 15:08:29 +0000 (15:08 +0000)]
Release 11.0.0.18258
TizenAPI-Bot [Wed, 14 Aug 2024 15:08:28 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0
dongsug.song [Wed, 14 Aug 2024 01:57:11 +0000 (10:57 +0900)]
[NUI] Fix SVACE
- WID:
52739702 Value eXamlData, which has null value, is dereferenced in member access expression eXamlData.Root
TizenAPI-Bot [Thu, 8 Aug 2024 05:07:18 +0000 (05:07 +0000)]
Release 11.0.0.18257
TizenAPI-Bot [Thu, 8 Aug 2024 05:07:18 +0000 (05:07 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0
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
dongsug.song [Mon, 5 Aug 2024 12:58:58 +0000 (21:58 +0900)]
[NUI] Add WebView Certificate policy decision error get and suspend
sunghyun kim [Tue, 23 Jan 2024 10:24:57 +0000 (19:24 +0900)]
[NUI] Support CornerRadius in WebView
this patch supports cornerRadius in WebView
refer to : https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-toolkit/+/304770/
huayong.xu [Fri, 19 Jan 2024 07:09:31 +0000 (15:09 +0800)]
[NUI] Create Context/CookieManager when WebView is created.
huayong.xu [Mon, 16 Oct 2023 02:46:38 +0000 (10:46 +0800)]
[NUI] Add WebView APIs for fullscreen, text found, etc.
TizenAPI-Bot [Wed, 24 Jul 2024 15:09:31 +0000 (15:09 +0000)]
Release 11.0.0.18252
TizenAPI-Bot [Wed, 24 Jul 2024 15:09:31 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0
joogab.yun [Wed, 17 Jul 2024 06:21:07 +0000 (15:21 +0900)]
Revert "[NUI] If the view had focus when it was unparented, the focus is cleared. (#4654)"
This reverts commit
09f52bc8bdea3e4e50b610c0b6bc18b54104feb4.
This operation is moved to the DALi.
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-toolkit/+/314664/
TizenAPI-Bot [Tue, 16 Jul 2024 15:08:22 +0000 (15:08 +0000)]
Release 11.0.0.18251
TizenAPI-Bot [Tue, 16 Jul 2024 15:08:22 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0
dongsug.song [Tue, 16 Jul 2024 07:29:04 +0000 (16:29 +0900)]
[NUI] Add friend assembly for NUI2.Compatibility
TizenAPI-Bot [Wed, 3 Jul 2024 15:08:35 +0000 (15:08 +0000)]
Release 11.0.0.18250
TizenAPI-Bot [Wed, 3 Jul 2024 15:08:35 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0
Eunki, Hong [Wed, 3 Jul 2024 08:09:34 +0000 (17:09 +0900)]
[NUI][API11] Make ProcessController.Initialized check as static + Initialize at Instance getter
Let we don't get the instance of ProcessController at DisposeQueue.
Since DisposeQueue could be works at worker thread, or execute before NUIApplication initialized, we need to check whether ProcessController was initialized or not.
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dongsug.song [Wed, 3 Jul 2024 06:24:00 +0000 (15:24 +0900)]
[NUI] Add friend assembly for NUI2
TizenAPI-Bot [Wed, 12 Jun 2024 15:08:41 +0000 (15:08 +0000)]
Release 11.0.0.18248
TizenAPI-Bot [Wed, 12 Jun 2024 15:08:41 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0
akash1-kumar [Wed, 12 Jun 2024 09:08:28 +0000 (14:38 +0530)]
[Tizen.Network.WiFi] Add set auto scan mode and hidden connect apis (#6171)
* Update WiFiEnumerations.cs
* [Tizen.Network.WiFi] Add set auto scan mode and hidden connect apis
TizenAPI-Bot [Wed, 12 Jun 2024 05:07:23 +0000 (05:07 +0000)]
Release 11.0.0.18247
TizenAPI-Bot [Wed, 12 Jun 2024 05:07:23 +0000 (05:07 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0
Eunki, Hong [Tue, 11 Jun 2024 15:40:23 +0000 (00:40 +0900)]
[NUI][API11] Fix worker thread handle removal issue
Since `ControlHandle` could be deleted at GC thread, we should use DisposeQueue here.
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
TizenAPI-Bot [Mon, 10 Jun 2024 15:11:01 +0000 (15:11 +0000)]
Release 11.0.0.18246
TizenAPI-Bot [Mon, 10 Jun 2024 15:11:01 +0000 (15:11 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0
Eunki, Hong [Mon, 10 Jun 2024 07:21:36 +0000 (16:21 +0900)]
[NUI][API11] Fix memory leak when DragAndDrop try to get Position
Since DragEvent's GetPosition return new Vector2 class internally, we should keep the positoin with memory ownership.
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
TizenAPI-Bot [Thu, 30 May 2024 15:09:13 +0000 (15:09 +0000)]
Release 11.0.0.18245
TizenAPI-Bot [Thu, 30 May 2024 15:09:13 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0
dongsug.song [Mon, 27 May 2024 13:17:24 +0000 (22:17 +0900)]
[NUI] Fix View preload sequences
TizenAPI-Bot [Wed, 29 May 2024 06:03:10 +0000 (06:03 +0000)]
Release 11.0.0.18244
TizenAPI-Bot [Wed, 29 May 2024 06:03:10 +0000 (06:03 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0
dongsug.song [Wed, 29 May 2024 05:47:34 +0000 (14:47 +0900)]
[NUI] Add FriendAssembly for DA FLUX
TizenAPI-Bot [Mon, 20 May 2024 03:06:37 +0000 (03:06 +0000)]
Release 11.0.0.18243
TizenAPI-Bot [Mon, 20 May 2024 03:06:37 +0000 (03:06 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0
dongsug.song [Mon, 20 May 2024 02:52:03 +0000 (11:52 +0900)]
[NUI] Fix multiscreen exception when IsUsingXaml is false
TizenAPI-Bot [Tue, 14 May 2024 15:09:17 +0000 (15:09 +0000)]
Release 11.0.0.18242
TizenAPI-Bot [Tue, 14 May 2024 15:09:17 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0
a-nijhara [Tue, 14 May 2024 09:00:47 +0000 (14:30 +0530)]
[Tizen.Network.Connection] Add new values for WPA3 AP in enum WiFiSecurityType (#6119)
TizenAPI-Bot [Mon, 13 May 2024 15:08:59 +0000 (15:08 +0000)]
Release 11.0.0.18241
TizenAPI-Bot [Mon, 13 May 2024 15:08:59 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0
Bowon Ryu [Mon, 13 May 2024 06:05:19 +0000 (15:05 +0900)]
[NUI] Add align API to InputMethodContext
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
TizenAPI-Bot [Fri, 10 May 2024 11:08:18 +0000 (11:08 +0000)]
Release 11.0.0.18240
TizenAPI-Bot [Fri, 10 May 2024 11:08:17 +0000 (11:08 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0
ANZ1217 [Fri, 10 May 2024 10:47:07 +0000 (19:47 +0900)]
Fix typo
ANZ1217 [Fri, 10 May 2024 10:37:33 +0000 (19:37 +0900)]
Fixed the problem that Rrefactoring was not applied
ANZ1217 [Fri, 10 May 2024 09:24:29 +0000 (18:24 +0900)]
Fix build error
ANZ1217 [Fri, 10 May 2024 09:16:41 +0000 (18:16 +0900)]
[NUI][API11] Fix typo
ANZ1217 [Thu, 2 May 2024 09:46:37 +0000 (18:46 +0900)]
[NUI][API11] Add Cutout Property to TextLabel
Chihun Jeong [Tue, 2 Apr 2024 03:36:30 +0000 (12:36 +0900)]
[NUI][API11] Introduce RemoveFrontInset, RemoveBackInset property
---------
Co-authored-by: ANZ1217 <chihun.jeong@samsung.com>
TizenAPI-Bot [Wed, 8 May 2024 15:08:26 +0000 (15:08 +0000)]
Release 11.0.0.18234
TizenAPI-Bot [Wed, 8 May 2024 15:08:25 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0
Xianbing Teng [Wed, 8 May 2024 03:06:42 +0000 (11:06 +0800)]
[NUI] Fix svace issue for BorderWindow
TizenAPI-Bot [Tue, 7 May 2024 15:08:27 +0000 (15:08 +0000)]
Release 11.0.0.18233
TizenAPI-Bot [Tue, 7 May 2024 15:08:27 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0
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.
TizenAPI-Bot [Mon, 29 Apr 2024 15:08:48 +0000 (15:08 +0000)]
Release 11.0.0.18232
TizenAPI-Bot [Mon, 29 Apr 2024 15:08:47 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0
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
TizenAPI-Bot [Mon, 29 Apr 2024 00:59:16 +0000 (00:59 +0000)]
Release 11.0.0.18230
TizenAPI-Bot [Mon, 29 Apr 2024 00:59:16 +0000 (00:59 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0
joogab.yun [Mon, 29 Apr 2024 00:01:43 +0000 (09:01 +0900)]
Revert "[NUI] Add VirtualRemocon and VirtualMouse sub device types"
This reverts commit
36e0fc7ebd3b37f71ac216bee74493d93533a350.
dongsug.song [Sat, 27 Apr 2024 04:59:18 +0000 (13:59 +0900)]
[NUI] Fix TV AdPlayer crash issue
TizenAPI-Bot [Fri, 26 Apr 2024 15:08:50 +0000 (15:08 +0000)]
Release 11.0.0.18228
TizenAPI-Bot [Fri, 26 Apr 2024 15:08:50 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0
dongsug.song [Wed, 24 Apr 2024 08:51:14 +0000 (17:51 +0900)]
[NUI] Add IsXamlUsing flag to Camera, ItemView and etc
TizenAPI-Bot [Thu, 25 Apr 2024 15:08:42 +0000 (15:08 +0000)]
Release 11.0.0.18227
TizenAPI-Bot [Thu, 25 Apr 2024 15:08:42 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0
joogab.yun [Wed, 24 Apr 2024 06:55:02 +0000 (15:55 +0900)]
[NUI] Add VirtualRemocon and VirtualMouse sub device types
TizenAPI-Bot [Wed, 24 Apr 2024 04:59:09 +0000 (04:59 +0000)]
Release 11.0.0.18226
TizenAPI-Bot [Wed, 24 Apr 2024 04:59:09 +0000 (04:59 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0