TizenAPI-Bot [Wed, 14 May 2025 08:09:49 +0000 (08:09 +0000)]
Release 10.0.0.17864
TizenAPI-Bot [Wed, 14 May 2025 08:09:49 +0000 (08:09 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
Eunki, Hong [Wed, 14 May 2025 07:43:01 +0000 (16:43 +0900)]
[NUI][API10] Support to view constructor which we can ignore Relayout
Backward propagate of #6664
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
TizenAPI-Bot [Tue, 29 Apr 2025 07:18:47 +0000 (07:18 +0000)]
Release 10.0.0.17863
TizenAPI-Bot [Tue, 29 Apr 2025 07:18:47 +0000 (07:18 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
Wootak Jung [Tue, 29 Apr 2025 07:13:54 +0000 (16:13 +0900)]
Add BluetoothDevice constructor with below: (#6881)
ManufacturerDataLength
ManufacturerData
Name
ServiceUuidList
ServiceCount
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
shmin [Wed, 16 Apr 2025 08:12:09 +0000 (17:12 +0900)]
Bump Ubuntu version in github action to 22.04 (#6848)
TizenAPI-Bot [Mon, 7 Apr 2025 04:01:47 +0000 (04:01 +0000)]
Release 10.0.0.17861
TizenAPI-Bot [Mon, 7 Apr 2025 04:01:47 +0000 (04:01 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
Jaehyun Cho [Mon, 7 Apr 2025 03:48:44 +0000 (12:48 +0900)]
Revert "[NUI] Add OverScrolled in WebView"
This reverts commit
f9044a6e2a3bd4e9998f03e66e5e498e6b1d6ddd.
saksham9891 [Mon, 31 Mar 2025 02:28:13 +0000 (07:58 +0530)]
[Tizen.Network.WiFi] Remove thread local support (#6710)
* Remove TizenSynchronizationContext.post()
Signed-off-by: Akash Kumar <akash1.kumar@samsung.com>
* Remove thread local
Signed-off-by: Akash Kumar <akash1.kumar@samsung.com>
---------
Signed-off-by: Akash Kumar <akash1.kumar@samsung.com>
Co-authored-by: Akash Kumar <akash1.kumar@samsung.com>
TizenAPI-Bot [Fri, 28 Mar 2025 10:38:54 +0000 (10:38 +0000)]
Release 10.0.0.17859
TizenAPI-Bot [Fri, 28 Mar 2025 10:38:53 +0000 (10:38 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
dongsug.song [Fri, 28 Mar 2025 09:30:01 +0000 (18:30 +0900)]
[NUI] Add OverScrolled in WebView
TizenAPI-Bot [Thu, 27 Mar 2025 09:01:41 +0000 (09:01 +0000)]
Release 10.0.0.17858
TizenAPI-Bot [Thu, 27 Mar 2025 09:01:41 +0000 (09:01 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
Bowon Ryu [Tue, 25 Mar 2025 05:12:29 +0000 (14:12 +0900)]
[NUI] Clean up system manager code
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Bowon Ryu [Thu, 20 Mar 2025 10:29:16 +0000 (19:29 +0900)]
[NUI] Clean up text code
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Bowon Ryu [Thu, 20 Mar 2025 08:07:12 +0000 (17:07 +0900)]
[NUI] Minimize system LocaleLanguage API calls in Text
Every time we set Translatable text,
system LocaleLanguage API is called, which creates overhead.
This patch updates through static classes only when a specific value is needed.
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
TizenAPI-Bot [Wed, 26 Mar 2025 05:36:29 +0000 (05:36 +0000)]
Release 10.0.0.17855
TizenAPI-Bot [Wed, 26 Mar 2025 05:36:29 +0000 (05:36 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
Wootak Jung [Wed, 26 Mar 2025 04:09:35 +0000 (13:09 +0900)]
Add BluetoothDevice constructor with remote address (#6165) (#6782)
Signed-off-by: anujk-singh <anujk.singh@samsung.com>
Co-authored-by: anujk-singh <115205617+anujk-singh@users.noreply.github.com>
TizenAPI-Bot [Wed, 26 Feb 2025 02:27:28 +0000 (02:27 +0000)]
Release 10.0.0.17854
TizenAPI-Bot [Wed, 26 Feb 2025 02:27:28 +0000 (02:27 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.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 11:21:37 +0000 (11:21 +0000)]
Release 10.0.0.17853
TizenAPI-Bot [Fri, 7 Feb 2025 11:21:37 +0000 (11:21 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.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 [Tue, 17 Jan 2023 04:59:26 +0000 (13:59 +0900)]
[NUI] remove swigCPtrCopy which is useless
dongsug.song [Fri, 7 Feb 2025 10:43:52 +0000 (19:43 +0900)]
Try to fix github Action error
dongsug.song [Sat, 11 Jan 2025 04:09:49 +0000 (13:09 +0900)]
[NUI] Reduce error log by the request of user
- Reduce error log print.
- Limit trace call stack depth at 5, when the exception case of ViewSignal Disconnect by the request of GBM.
TizenAPI-Bot [Tue, 21 Jan 2025 11:07:57 +0000 (11:07 +0000)]
Release 10.0.0.17848
TizenAPI-Bot [Tue, 21 Jan 2025 11:07:57 +0000 (11:07 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
Seungho Baek [Tue, 13 Aug 2024 09:40:13 +0000 (18:40 +0900)]
[NUI.Scene3D] Add Capture for SceneView
Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
TizenAPI-Bot [Tue, 10 Dec 2024 06:04:03 +0000 (06:04 +0000)]
Release 10.0.0.17847
TizenAPI-Bot [Tue, 10 Dec 2024 06:04:03 +0000 (06:04 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
Eunki, Hong [Mon, 9 Dec 2024 12:34:46 +0000 (21:34 +0900)]
[NUI][API10] 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 [Tue, 3 Dec 2024 02:29:15 +0000 (02:29 +0000)]
Release 10.0.0.17846
TizenAPI-Bot [Tue, 3 Dec 2024 02:29:15 +0000 (02:29 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.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 [Fri, 11 Oct 2024 08:11:20 +0000 (08:11 +0000)]
Release 10.0.0.17845
TizenAPI-Bot [Fri, 11 Oct 2024 08:11:19 +0000 (08:11 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
dongsug.song [Wed, 4 Sep 2024 10:09:07 +0000 (19:09 +0900)]
[NUI] Add WebAuthDisplayQR and Response for QR code passkey in WebView
Jay Cho [Wed, 11 Sep 2024 10:36:14 +0000 (19:36 +0900)]
Update deprecated actions (#6322)
TizenAPI-Bot [Mon, 9 Sep 2024 07:59:07 +0000 (07:59 +0000)]
Release 10.0.0.17843
TizenAPI-Bot [Mon, 9 Sep 2024 07:59:07 +0000 (07:59 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
dongsug.song [Mon, 9 Sep 2024 07:40:24 +0000 (16:40 +0900)]
[NUI] Revert "[NUI] Add WebAuthDisplayQR and Response for QR code passkey in WebView"
This reverts commit
06d9c59788af846e5e6a3b3a2d1f7c0744acd2d2.
- chromium web engine update is required
- fix gbs build error : dali-extension/web-engine-chromium/tizen-web-engine-chromium.cpp:867:3: error: 'ewk_view_webauthn_cancel' was not declared in this scope
[ 285s] 867 | ewk_view_webauthn_cancel(mWebView);
[ 285s] | ^~~~~~~~~~~~~~~~~~~~~~~~
TizenAPI-Bot [Mon, 9 Sep 2024 05:11:30 +0000 (05:11 +0000)]
Release 10.0.0.17842
TizenAPI-Bot [Mon, 9 Sep 2024 05:11:30 +0000 (05:11 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
dongsug.song [Wed, 4 Sep 2024 10:09:07 +0000 (19:09 +0900)]
[NUI] Add WebAuthDisplayQR and Response for QR code passkey in WebView
TizenAPI-Bot [Tue, 6 Aug 2024 02:16:43 +0000 (02:16 +0000)]
Release 10.0.0.17841
TizenAPI-Bot [Tue, 6 Aug 2024 02:16:42 +0000 (02:16 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
dongsug.song [Mon, 5 Aug 2024 12:58:58 +0000 (21:58 +0900)]
[NUI] Add WebView Certificate policy decision error get and suspend
TizenAPI-Bot [Tue, 16 Jul 2024 15:08:12 +0000 (15:08 +0000)]
Release 10.0.0.17840
TizenAPI-Bot [Tue, 16 Jul 2024 15:08:12 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
dongsug.song [Tue, 16 Jul 2024 07:29:04 +0000 (16:29 +0900)]
[NUI] Add friend assembly for NUI2.Compatibility
TizenAPI-Bot [Fri, 12 Jul 2024 15:08:46 +0000 (15:08 +0000)]
Release 10.0.0.17839
TizenAPI-Bot [Fri, 12 Jul 2024 15:08:46 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
duna.oh [Tue, 28 May 2024 07:53:06 +0000 (16:53 +0900)]
[NUI.WindowSystem] Introduce the new InputGesture feature
supporting Edge Swipe, Edge Drag, Tap, and Palm Cover gestures
TizenAPI-Bot [Wed, 3 Jul 2024 15:08:26 +0000 (15:08 +0000)]
Release 10.0.0.17838
TizenAPI-Bot [Wed, 3 Jul 2024 15:08:26 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
dongsug.song [Wed, 3 Jul 2024 06:24:00 +0000 (15:24 +0900)]
[NUI] Add friend assembly for NUI2
TizenAPI-Bot [Tue, 11 Jun 2024 15:21:29 +0000 (15:21 +0000)]
Release 10.0.0.17837
TizenAPI-Bot [Tue, 11 Jun 2024 15:21:29 +0000 (15:21 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
Eunki, Hong [Tue, 11 Jun 2024 15:11:46 +0000 (00:11 +0900)]
[NUI][API10] Fix worker thread handle removal issue
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
TizenAPI-Bot [Mon, 10 Jun 2024 15:10:35 +0000 (15:10 +0000)]
Release 10.0.0.17836
TizenAPI-Bot [Mon, 10 Jun 2024 15:10:35 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
Eunki, Hong [Mon, 10 Jun 2024 07:17:48 +0000 (16:17 +0900)]
[NUI][API10] Fix memory leak when DragAndDrop try to get Position
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
TizenAPI-Bot [Tue, 14 May 2024 15:13:14 +0000 (15:13 +0000)]
Release 10.0.0.17835
TizenAPI-Bot [Tue, 14 May 2024 15:13:14 +0000 (15:13 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
a-nijhara [Tue, 14 May 2024 09:17:06 +0000 (14:47 +0530)]
[Tizen.Network.Connection] Add new values for WPA3 AP in enum WiFiSecurityType (#6120)
TizenAPI-Bot [Mon, 29 Apr 2024 15:08:28 +0000 (15:08 +0000)]
Release 10.0.0.17834
TizenAPI-Bot [Mon, 29 Apr 2024 15:08:28 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
Maria Bialota [Fri, 19 Apr 2024 14:15:10 +0000 (16:15 +0200)]
[API10][NUI][AT-SPI] Fixed Dialog and AlertDialog behaviour
Yelin Jeong [Tue, 5 Dec 2023 08:04:19 +0000 (17:04 +0900)]
[NoACR][MachineLearning.Inference] Fix bug using wrong handle
This patch fixes the bug which use wrong handle.
GetTensorsCount should use TensorsInfo handle instead of TensorsData handle.
Signed-off-by: Yelin Jeong <yelini.jeong@samsung.com>
Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
Yelin Jeong [Fri, 28 Jul 2023 01:55:21 +0000 (10:55 +0900)]
[MachineLearning.Inference] Change internal rank limit and default value
This patch changes internal rank limit in MachineLeanring.Inference.
To use higher rank limit, ml_tensors_info_create_extended is needed.
Also, default dimension value is changed to 0 from 1.
Signed-off-by: Yelin Jeong <yelini.jeong@samsung.com>
Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
TizenAPI-Bot [Tue, 23 Apr 2024 15:09:05 +0000 (15:09 +0000)]
Release 10.0.0.17831
TizenAPI-Bot [Tue, 23 Apr 2024 15:09:05 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
hjhun [Tue, 23 Apr 2024 06:05:10 +0000 (15:05 +0900)]
[NUI.Gadget] Modify NUIGadgetManager Implementation (#6093)
* [NUI.Gadget] Modify NUIGadget implementation
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* [NUI.Gadget] Use filename instead of full path
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* [NUI.Gadget] Add a missing exception handling
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
---------
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
TizenAPI-Bot [Wed, 17 Apr 2024 15:12:43 +0000 (15:12 +0000)]
Release 10.0.0.17830
TizenAPI-Bot [Wed, 17 Apr 2024 15:12:43 +0000 (15:12 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
hjhun [Wed, 17 Apr 2024 06:19:01 +0000 (15:19 +0900)]
[NUI.Gadget] Fix NUIGadgetResourceManager (#6068)
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 [Tue, 16 Apr 2024 09:44:00 +0000 (09:44 +0000)]
Release 10.0.0.17829
TizenAPI-Bot [Tue, 16 Apr 2024 09:44:00 +0000 (09:44 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
Artur Świgoń [Thu, 28 Mar 2024 12:47:58 +0000 (13:47 +0100)]
[NUI][AT-SPI] Promote ReadingInfoTypes to Container
This way both View and Layer can use this API.
Artur Świgoń [Thu, 28 Mar 2024 12:13:28 +0000 (13:13 +0100)]
[NUI][AT-SPI] Remove legacy AccessibilityAttribute code
TizenAPI-Bot [Tue, 16 Apr 2024 03:03:12 +0000 (03:03 +0000)]
Release 10.0.0.17827
TizenAPI-Bot [Tue, 16 Apr 2024 03:03:12 +0000 (03:03 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
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.
TizenAPI-Bot [Fri, 29 Mar 2024 04:41:26 +0000 (04:41 +0000)]
Release 10.0.0.17826
TizenAPI-Bot [Fri, 29 Mar 2024 04:41:26 +0000 (04:41 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
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.
TizenAPI-Bot [Thu, 28 Mar 2024 15:08:53 +0000 (15:08 +0000)]
Release 10.0.0.17825
TizenAPI-Bot [Thu, 28 Mar 2024 15:08:53 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
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, 21 Mar 2024 15:15:06 +0000 (15:15 +0000)]
Release 10.0.0.17824
TizenAPI-Bot [Thu, 21 Mar 2024 15:15:06 +0000 (15:15 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
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>