platform/core/csapi/tizenfx.git
3 months agoRelease 11.0.0.18268 accepted/tizen/8.0/unified/20250227.155241 submit/tizen_8.0/20250226.022852
TizenAPI-Bot [Wed, 26 Feb 2025 02:28:52 +0000 (02:28 +0000)]
Release 11.0.0.18268

3 months agoMerge remote-tracking branch 'origin/API11' into tizen_8.0
TizenAPI-Bot [Wed, 26 Feb 2025 02:28:52 +0000 (02:28 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0

3 months ago[NUI] Minimize system settings API calls in Text
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>
4 months agoRelease 11.0.0.18267 submit/tizen_8.0/20250207.150900
TizenAPI-Bot [Fri, 7 Feb 2025 15:09:00 +0000 (15:09 +0000)]
Release 11.0.0.18267

4 months agoMerge remote-tracking branch 'origin/API11' into tizen_8.0
TizenAPI-Bot [Fri, 7 Feb 2025 15:09:00 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0

4 months ago[NUI] Make InputMethodContext's signal callbacks not collected
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.

4 months agoAdd method to hold objects to the native life bound
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>
4 months agoTry to fix github Action error
dongsug.song [Fri, 7 Feb 2025 10:43:52 +0000 (19:43 +0900)]
Try to fix github Action error

6 months agoRelease 11.0.0.18264 accepted/tizen/8.0/unified/20241223.151521 submit/tizen_8.0/20241211.150927
TizenAPI-Bot [Wed, 11 Dec 2024 15:09:27 +0000 (15:09 +0000)]
Release 11.0.0.18264

6 months agoMerge remote-tracking branch 'origin/API11' into tizen_8.0
TizenAPI-Bot [Wed, 11 Dec 2024 15:09:26 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0

6 months ago[Network.WiFi] Implement API to get MAC of TDLS connected peer (#6472)
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>
6 months agoRelease 11.0.0.18263 submit/tizen_8.0/20241210.151011
TizenAPI-Bot [Tue, 10 Dec 2024 15:10:11 +0000 (15:10 +0000)]
Release 11.0.0.18263

6 months agoMerge remote-tracking branch 'origin/API11' into tizen_8.0
TizenAPI-Bot [Tue, 10 Dec 2024 15:10:10 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0

6 months ago[NUI][API11] Remove DynamicProperty callback if URL changed + Make more thread safe...
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>
6 months agoRelease 11.0.0.18262 submit/tizen_8.0/20241202.150913
TizenAPI-Bot [Mon, 2 Dec 2024 15:09:13 +0000 (15:09 +0000)]
Release 11.0.0.18262

6 months agoMerge remote-tracking branch 'origin/API11' into tizen_8.0
TizenAPI-Bot [Mon, 2 Dec 2024 15:09:13 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0

6 months ago[NUI] Block native callback if InputMethodContext is disposed
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

7 months agoRelease 11.0.0.18261 submit/tizen_8.0/20241112.150902
TizenAPI-Bot [Tue, 12 Nov 2024 15:09:02 +0000 (15:09 +0000)]
Release 11.0.0.18261

7 months agoMerge remote-tracking branch 'origin/API11' into tizen_8.0
TizenAPI-Bot [Tue, 12 Nov 2024 15:09:02 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0

7 months agoIntroduce the new InputGesture feature
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

7 months agoRelease 11.0.0.18260 submit/tizen_8.0/20241111.150836
TizenAPI-Bot [Mon, 11 Nov 2024 15:08:36 +0000 (15:08 +0000)]
Release 11.0.0.18260

7 months agoMerge remote-tracking branch 'origin/API11' into tizen_8.0
TizenAPI-Bot [Mon, 11 Nov 2024 15:08:36 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0

7 months agoUpdate deprecated actions (#6446)
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

9 months agoRelease 11.0.0.18259 accepted/tizen/8.0/unified/20240924.162417 submit/tizen_8.0/20240822.150851
TizenAPI-Bot [Thu, 22 Aug 2024 15:08:51 +0000 (15:08 +0000)]
Release 11.0.0.18259

9 months agoMerge remote-tracking branch 'origin/API11' into tizen_8.0
TizenAPI-Bot [Thu, 22 Aug 2024 15:08:51 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0

9 months ago[NUI] Fix the handler's garbage collected exception in WebView
dongsug.song [Wed, 21 Aug 2024 06:46:36 +0000 (15:46 +0900)]
[NUI] Fix the handler's garbage collected exception in WebView

10 months agoRelease 11.0.0.18258 accepted/tizen/8.0/unified/20240823.183222 submit/tizen_8.0/20240814.150828
TizenAPI-Bot [Wed, 14 Aug 2024 15:08:29 +0000 (15:08 +0000)]
Release 11.0.0.18258

10 months agoMerge remote-tracking branch 'origin/API11' into tizen_8.0
TizenAPI-Bot [Wed, 14 Aug 2024 15:08:28 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0

10 months ago[NUI] Fix SVACE
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

10 months agoRelease 11.0.0.18257 accepted/tizen/8.0/unified/20240809.180234 submit/tizen_8.0/20240808.050718
TizenAPI-Bot [Thu, 8 Aug 2024 05:07:18 +0000 (05:07 +0000)]
Release 11.0.0.18257

10 months agoMerge remote-tracking branch 'origin/API11' into tizen_8.0
TizenAPI-Bot [Thu, 8 Aug 2024 05:07:18 +0000 (05:07 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0

10 months ago[NUI] Add WebView's JavascriptMessageHandler callback
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

10 months ago[NUI] Add WebView Certificate policy decision error get and suspend
dongsug.song [Mon, 5 Aug 2024 12:58:58 +0000 (21:58 +0900)]
[NUI] Add WebView Certificate policy decision error get and suspend

10 months ago[NUI] Support CornerRadius in WebView
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/

10 months ago[NUI] Create Context/CookieManager when WebView is created.
huayong.xu [Fri, 19 Jan 2024 07:09:31 +0000 (15:09 +0800)]
[NUI] Create Context/CookieManager when WebView is created.

10 months ago[NUI] Add WebView APIs for fullscreen, text found, etc.
huayong.xu [Mon, 16 Oct 2023 02:46:38 +0000 (10:46 +0800)]
[NUI] Add WebView APIs for fullscreen, text found, etc.

10 months agoRelease 11.0.0.18252 accepted/tizen/8.0/unified/20240802.160929 submit/tizen_8.0/20240724.150931
TizenAPI-Bot [Wed, 24 Jul 2024 15:09:31 +0000 (15:09 +0000)]
Release 11.0.0.18252

10 months agoMerge remote-tracking branch 'origin/API11' into tizen_8.0
TizenAPI-Bot [Wed, 24 Jul 2024 15:09:31 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0

10 months agoRevert "[NUI] If the view had focus when it was unparented, the focus is cleared...
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/

10 months agoRelease 11.0.0.18251 submit/tizen_8.0/20240716.150822
TizenAPI-Bot [Tue, 16 Jul 2024 15:08:22 +0000 (15:08 +0000)]
Release 11.0.0.18251

10 months agoMerge remote-tracking branch 'origin/API11' into tizen_8.0
TizenAPI-Bot [Tue, 16 Jul 2024 15:08:22 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0

10 months ago[NUI] Add friend assembly for NUI2.Compatibility
dongsug.song [Tue, 16 Jul 2024 07:29:04 +0000 (16:29 +0900)]
[NUI] Add friend assembly for NUI2.Compatibility

11 months agoRelease 11.0.0.18250 accepted/tizen/8.0/unified/20240704.174836 submit/tizen_8.0/20240703.150835
TizenAPI-Bot [Wed, 3 Jul 2024 15:08:35 +0000 (15:08 +0000)]
Release 11.0.0.18250

11 months agoMerge remote-tracking branch 'origin/API11' into tizen_8.0
TizenAPI-Bot [Wed, 3 Jul 2024 15:08:35 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0

11 months ago[NUI][API11] Make ProcessController.Initialized check as static + Initialize at Insta...
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>
11 months ago[NUI] Add friend assembly for NUI2
dongsug.song [Wed, 3 Jul 2024 06:24:00 +0000 (15:24 +0900)]
[NUI] Add friend assembly for NUI2

12 months agoRelease 11.0.0.18248 submit/tizen_8.0/20240612.150841
TizenAPI-Bot [Wed, 12 Jun 2024 15:08:41 +0000 (15:08 +0000)]
Release 11.0.0.18248

12 months agoMerge remote-tracking branch 'origin/API11' into tizen_8.0
TizenAPI-Bot [Wed, 12 Jun 2024 15:08:41 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0

12 months ago[Tizen.Network.WiFi] Add set auto scan mode and hidden connect apis (#6171) accepted/tizen/8.0/unified/20240613.065534
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

12 months agoRelease 11.0.0.18247 accepted/tizen/8.0/unified/20240612.161850 submit/tizen_8.0/20240612.050723
TizenAPI-Bot [Wed, 12 Jun 2024 05:07:23 +0000 (05:07 +0000)]
Release 11.0.0.18247

12 months agoMerge remote-tracking branch 'origin/API11' into tizen_8.0
TizenAPI-Bot [Wed, 12 Jun 2024 05:07:23 +0000 (05:07 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0

12 months ago[NUI][API11] Fix worker thread handle removal issue
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>
12 months agoRelease 11.0.0.18246 submit/tizen_8.0/20240610.151101
TizenAPI-Bot [Mon, 10 Jun 2024 15:11:01 +0000 (15:11 +0000)]
Release 11.0.0.18246

12 months agoMerge remote-tracking branch 'origin/API11' into tizen_8.0
TizenAPI-Bot [Mon, 10 Jun 2024 15:11:01 +0000 (15:11 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0

12 months ago[NUI][API11] Fix memory leak when DragAndDrop try to get Position
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>
12 months agoRelease 11.0.0.18245 submit/tizen_8.0/20240530.150913
TizenAPI-Bot [Thu, 30 May 2024 15:09:13 +0000 (15:09 +0000)]
Release 11.0.0.18245

12 months agoMerge remote-tracking branch 'origin/API11' into tizen_8.0
TizenAPI-Bot [Thu, 30 May 2024 15:09:13 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0

12 months ago[NUI] Fix View preload sequences
dongsug.song [Mon, 27 May 2024 13:17:24 +0000 (22:17 +0900)]
[NUI] Fix View preload sequences

12 months agoRelease 11.0.0.18244 accepted/tizen/8.0/unified/20240530.051715 submit/tizen_8.0/20240529.060310
TizenAPI-Bot [Wed, 29 May 2024 06:03:10 +0000 (06:03 +0000)]
Release 11.0.0.18244

12 months agoMerge remote-tracking branch 'origin/API11' into tizen_8.0
TizenAPI-Bot [Wed, 29 May 2024 06:03:10 +0000 (06:03 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0

12 months ago[NUI] Add FriendAssembly for DA FLUX
dongsug.song [Wed, 29 May 2024 05:47:34 +0000 (14:47 +0900)]
[NUI] Add FriendAssembly for DA FLUX

12 months agoRelease 11.0.0.18243 submit/tizen_8.0/20240520.030637
TizenAPI-Bot [Mon, 20 May 2024 03:06:37 +0000 (03:06 +0000)]
Release 11.0.0.18243

12 months agoMerge remote-tracking branch 'origin/API11' into tizen_8.0
TizenAPI-Bot [Mon, 20 May 2024 03:06:37 +0000 (03:06 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0

12 months ago[NUI] Fix multiscreen exception when IsUsingXaml is false
dongsug.song [Mon, 20 May 2024 02:52:03 +0000 (11:52 +0900)]
[NUI] Fix multiscreen exception when IsUsingXaml is false

13 months agoRelease 11.0.0.18242 accepted/tizen/8.0/unified/20240520.155125 submit/tizen_8.0/20240514.150917
TizenAPI-Bot [Tue, 14 May 2024 15:09:17 +0000 (15:09 +0000)]
Release 11.0.0.18242

13 months agoMerge remote-tracking branch 'origin/API11' into tizen_8.0
TizenAPI-Bot [Tue, 14 May 2024 15:09:17 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0

13 months ago[Tizen.Network.Connection] Add new values for WPA3 AP in enum WiFiSecurityType (...
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)

13 months agoRelease 11.0.0.18241 submit/tizen_8.0/20240513.150859
TizenAPI-Bot [Mon, 13 May 2024 15:08:59 +0000 (15:08 +0000)]
Release 11.0.0.18241

13 months agoMerge remote-tracking branch 'origin/API11' into tizen_8.0
TizenAPI-Bot [Mon, 13 May 2024 15:08:59 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0

13 months ago[NUI] Add align API to InputMethodContext
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>
13 months agoRelease 11.0.0.18240 submit/tizen_8.0/20240510.110818
TizenAPI-Bot [Fri, 10 May 2024 11:08:18 +0000 (11:08 +0000)]
Release 11.0.0.18240

13 months agoMerge remote-tracking branch 'origin/API11' into tizen_8.0
TizenAPI-Bot [Fri, 10 May 2024 11:08:17 +0000 (11:08 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0

13 months agoFix typo
ANZ1217 [Fri, 10 May 2024 10:47:07 +0000 (19:47 +0900)]
Fix typo

13 months agoFixed the problem that Rrefactoring was not applied
ANZ1217 [Fri, 10 May 2024 10:37:33 +0000 (19:37 +0900)]
Fixed the problem that Rrefactoring was not applied

13 months agoFix build error
ANZ1217 [Fri, 10 May 2024 09:24:29 +0000 (18:24 +0900)]
Fix build error

13 months ago[NUI][API11] Fix typo
ANZ1217 [Fri, 10 May 2024 09:16:41 +0000 (18:16 +0900)]
[NUI][API11] Fix typo

13 months ago[NUI][API11] Add Cutout Property to TextLabel
ANZ1217 [Thu, 2 May 2024 09:46:37 +0000 (18:46 +0900)]
[NUI][API11] Add Cutout Property to TextLabel

13 months ago[NUI][API11] Introduce RemoveFrontInset, RemoveBackInset property
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>
13 months agoRelease 11.0.0.18234 submit/tizen_8.0/20240508.150826
TizenAPI-Bot [Wed, 8 May 2024 15:08:26 +0000 (15:08 +0000)]
Release 11.0.0.18234

13 months agoMerge remote-tracking branch 'origin/API11' into tizen_8.0
TizenAPI-Bot [Wed, 8 May 2024 15:08:25 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0

13 months ago[NUI] Fix svace issue for BorderWindow
Xianbing Teng [Wed, 8 May 2024 03:06:42 +0000 (11:06 +0800)]
[NUI] Fix svace issue for BorderWindow

13 months agoRelease 11.0.0.18233 accepted/tizen/8.0/unified/20240509.175905 submit/tizen_8.0/20240507.150827
TizenAPI-Bot [Tue, 7 May 2024 15:08:27 +0000 (15:08 +0000)]
Release 11.0.0.18233

13 months agoMerge remote-tracking branch 'origin/API11' into tizen_8.0
TizenAPI-Bot [Tue, 7 May 2024 15:08:27 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0

13 months ago[NUI] Add VelocityTracker
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.

13 months agoRelease 11.0.0.18232 submit/tizen_8.0/20240429.150848
TizenAPI-Bot [Mon, 29 Apr 2024 15:08:48 +0000 (15:08 +0000)]
Release 11.0.0.18232

13 months agoMerge remote-tracking branch 'origin/API11' into tizen_8.0
TizenAPI-Bot [Mon, 29 Apr 2024 15:08:47 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0

13 months ago[NUI] Fix the crash in ubuntu-backend
dongsug.song [Mon, 29 Apr 2024 07:59:48 +0000 (16:59 +0900)]
[NUI] Fix the crash in ubuntu-backend

13 months ago[NUI][AT-SPI] Fixed Dialog and AlertDialog behaviour
Maria Bialota [Fri, 19 Apr 2024 14:15:10 +0000 (16:15 +0200)]
[NUI][AT-SPI] Fixed Dialog and AlertDialog behaviour

13 months agoRelease 11.0.0.18230 submit/tizen_8.0/20240429.005916
TizenAPI-Bot [Mon, 29 Apr 2024 00:59:16 +0000 (00:59 +0000)]
Release 11.0.0.18230

13 months agoMerge remote-tracking branch 'origin/API11' into tizen_8.0
TizenAPI-Bot [Mon, 29 Apr 2024 00:59:16 +0000 (00:59 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0

13 months agoRevert "[NUI] Add VirtualRemocon and VirtualMouse sub device types"
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.

13 months ago[NUI] Fix TV AdPlayer crash issue
dongsug.song [Sat, 27 Apr 2024 04:59:18 +0000 (13:59 +0900)]
[NUI] Fix TV AdPlayer crash issue

13 months agoRelease 11.0.0.18228 submit/tizen_8.0/20240426.150850
TizenAPI-Bot [Fri, 26 Apr 2024 15:08:50 +0000 (15:08 +0000)]
Release 11.0.0.18228

13 months agoMerge remote-tracking branch 'origin/API11' into tizen_8.0
TizenAPI-Bot [Fri, 26 Apr 2024 15:08:50 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0

13 months ago[NUI] Add IsXamlUsing flag to Camera, ItemView and etc
dongsug.song [Wed, 24 Apr 2024 08:51:14 +0000 (17:51 +0900)]
[NUI] Add IsXamlUsing flag to Camera, ItemView and etc

13 months agoRelease 11.0.0.18227 submit/tizen_8.0/20240425.150842
TizenAPI-Bot [Thu, 25 Apr 2024 15:08:42 +0000 (15:08 +0000)]
Release 11.0.0.18227

13 months agoMerge remote-tracking branch 'origin/API11' into tizen_8.0
TizenAPI-Bot [Thu, 25 Apr 2024 15:08:42 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0

13 months ago[NUI] Add VirtualRemocon and VirtualMouse sub device types
joogab.yun [Wed, 24 Apr 2024 06:55:02 +0000 (15:55 +0900)]
[NUI] Add VirtualRemocon and VirtualMouse sub device types

13 months agoRelease 11.0.0.18226 submit/tizen_8.0/20240424.045909
TizenAPI-Bot [Wed, 24 Apr 2024 04:59:09 +0000 (04:59 +0000)]
Release 11.0.0.18226

13 months agoMerge remote-tracking branch 'origin/API11' into tizen_8.0
TizenAPI-Bot [Wed, 24 Apr 2024 04:59:09 +0000 (04:59 +0000)]
Merge remote-tracking branch 'origin/API11' into tizen_8.0