TizenAPI-Bot [Tue, 10 Dec 2024 06:04:05 +0000 (06:04 +0000)]
Merge remote-tracking branch 'origin/API12' into tizen_9.0
Jiyun Yang [Fri, 6 Dec 2024 05:48:36 +0000 (14:48 +0900)]
[NUI] Access managed fields only when explicit view disposal
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Eunki, Hong [Mon, 9 Dec 2024 12:34:46 +0000 (21:34 +0900)]
[NUI][API12] 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>
Jiyun Yang [Fri, 6 Dec 2024 04:10:11 +0000 (13:10 +0900)]
Add guard for window callbacks to check disposal
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Jiyun Yang [Fri, 6 Dec 2024 03:40:00 +0000 (12:40 +0900)]
Make Windows's signal callbacks not collected before native window gone
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
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>
TizenAPI-Bot [Mon, 2 Dec 2024 15:10:54 +0000 (15:10 +0000)]
Release 12.0.0.18547
TizenAPI-Bot [Mon, 2 Dec 2024 15:10:54 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/API12' into tizen_9.0
Changgyu Choi [Fri, 29 Nov 2024 04:18:49 +0000 (13:18 +0900)]
[NUI.Gadget] Modify NUIGadgetAssembly unload logic
_assembly must be reset to null after calling Unload().
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
TizenAPI-Bot [Wed, 27 Nov 2024 08:05:40 +0000 (08:05 +0000)]
Release 12.0.0.18546
TizenAPI-Bot [Wed, 27 Nov 2024 08:05:39 +0000 (08:05 +0000)]
Merge remote-tracking branch 'origin/API12' into tizen_9.0
kilig [Wed, 20 Nov 2024 07:53:48 +0000 (16:53 +0900)]
[Applications.Alarm] Add an internal API (#6447)
Adds:
- AlarmManager.CreateAlarmForServiceApp()
Signed-off-by: inkyun.kil <inkyun.kil@samsung.com>
Co-authored-by: hjhun <36876573+hjhun@users.noreply.github.com>
jeremy-jang [Wed, 20 Nov 2024 07:47:31 +0000 (16:47 +0900)]
[Packagemanager] Enhance API descriptions (#6358)
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Co-authored-by: hjhun <36876573+hjhun@users.noreply.github.com>
kilig [Wed, 20 Nov 2024 07:08:47 +0000 (16:08 +0900)]
[Tizen.Applications.Alarm] Enhance API descriptions (#6443)
Signed-off-by: inkyun.kil <inkyun.kil@samsung.com>
hjhun [Mon, 18 Nov 2024 02:15:47 +0000 (11:15 +0900)]
[NUI.Gadget] Use bin directory (#6454)
The gadget mount path will be changed to the 'bin/.res_mount'.
If it's applied, the NUIGadgetManager can remount the resources.
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Changgyu Choi [Wed, 30 Oct 2024 00:25:55 +0000 (09:25 +0900)]
[Tizen.NUI.Gadget] Change visibility of the NUIGadgetInfo.Assembly to public
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
Changgyu Choi [Mon, 28 Oct 2024 00:35:37 +0000 (09:35 +0900)]
[NUI.Gadget] Fix a description typo
Fix a typo error from resourced to resource.
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
hjhun [Mon, 28 Oct 2024 00:27:21 +0000 (09:27 +0900)]
[NUI.Gadget] Modify loading assembly of NUIGadget (#6417)
* [NUI.Gadget] Modify loading assembly of NUIGadget
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* [NUI.Gadget] Fix wrong implementation
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* [NUI.Gadget] Fix resource path
The AllowedResourcePath is added for backward compatibility.
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
---------
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Eunki, Hong [Wed, 27 Nov 2024 04:40:27 +0000 (13:40 +0900)]
[NUI] Match ViewImpl Connector parameter with csharp binder
After PR #6419 merged, some director callback parameter
not matched with dali-csharp-binder.
We also need to remove delegater 26, 28, and 29 at binder level.
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Bowon Ryu [Tue, 26 Nov 2024 06:44:55 +0000 (15:44 +0900)]
[NUI] Version Update(22351)
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Seoyeon Kim [Tue, 22 Oct 2024 06:04:32 +0000 (15:04 +0900)]
[NUI] Remove the legacy code of AccessibilityManager
- `AccessibilityManager` hasn't been used anymore after Tizen 7.0 version.
- Now, all the legacy codes of AccessibilityManager should be removed
in order to prevent the confusion.
- All Accessibility APIs are not public ones because they have never done ACR before,
and that's why we can remove the codes like this.
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
huayong.xu [Tue, 26 Nov 2024 05:15:35 +0000 (13:15 +0800)]
[NUI] Add a return value in WebView.SetImePositionAndAlignment.
huayong.xu [Thu, 21 Nov 2024 09:15:59 +0000 (17:15 +0800)]
[NUI] Add APIs for setting IME position, cursor theme name.
kilig [Wed, 20 Nov 2024 07:53:48 +0000 (16:53 +0900)]
[Applications.Alarm] Add an internal API (#6447)
Adds:
- AlarmManager.CreateAlarmForServiceApp()
Signed-off-by: inkyun.kil <inkyun.kil@samsung.com>
Co-authored-by: hjhun <36876573+hjhun@users.noreply.github.com>
jeremy-jang [Wed, 20 Nov 2024 07:47:31 +0000 (16:47 +0900)]
[Packagemanager] Enhance API descriptions (#6358)
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Co-authored-by: hjhun <36876573+hjhun@users.noreply.github.com>
kilig [Wed, 20 Nov 2024 07:08:47 +0000 (16:08 +0900)]
[Tizen.Applications.Alarm] Enhance API descriptions (#6443)
Signed-off-by: inkyun.kil <inkyun.kil@samsung.com>
Yunhee Seo [Tue, 19 Nov 2024 05:47:18 +0000 (14:47 +0900)]
[Tizen.System.Device] Add battery power source property
To support using device_battery_get_power_source(),
this battery powersource property addition is necessary.
Below enum and property is added.
- public enum BatteryPowerSource
-> It represents battery power source charger type.
- public static BatteryPowerSource PowerSource
-> It is possible to get battery power source type as BatteryPowerSource enum value.
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
jmmhappy [Tue, 19 Nov 2024 06:16:00 +0000 (15:16 +0900)]
[NUI] Version Update(22350) (#6457)
Eunki, Hong [Tue, 19 Nov 2024 02:28:46 +0000 (11:28 +0900)]
[NUI] Block native callback if view is disposed or disposing
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
joogab.yun [Tue, 12 Nov 2024 02:29:06 +0000 (11:29 +0900)]
Geometry Touch / Gesture Event
Eunki, Hong [Tue, 12 Nov 2024 04:00:40 +0000 (13:00 +0900)]
[NUI] Ensure UnmanagedType.U1 mark add for bool return type
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Wootak Jung [Mon, 18 Nov 2024 23:21:20 +0000 (08:21 +0900)]
Reinforce API documents (#6330)
Signed-off-by: Dohyun Pyun <dh79.pyun@samsung.com>
Co-authored-by: Dohyun Pyun <dh79.pyun@samsung.com>
hjhun [Mon, 18 Nov 2024 02:15:47 +0000 (11:15 +0900)]
[NUI.Gadget] Use bin directory (#6454)
The gadget mount path will be changed to the 'bin/.res_mount'.
If it's applied, the NUIGadgetManager can remount the resources.
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Jay Cho [Fri, 15 Nov 2024 06:18:58 +0000 (15:18 +0900)]
Update README.md
Jay Cho [Fri, 15 Nov 2024 06:15:01 +0000 (15:15 +0900)]
Update README
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
Wonsik Jung [Mon, 11 Nov 2024 09:52:29 +0000 (18:52 +0900)]
[NUI] Version Update (22349)
Filip Skrzeczkowski [Tue, 5 Nov 2024 14:17:50 +0000 (15:17 +0100)]
[WebAuthn] Enhance code documentation
Hosang Kim [Wed, 6 Nov 2024 10:50:47 +0000 (19:50 +0900)]
[NUI] Version up to 2.3.48
Eunki Hong [Fri, 1 Nov 2024 15:02:15 +0000 (00:02 +0900)]
[NUI] Remove build warnings at DragAndDrop + TextConstants
1. Fix typo error (navtive -> native>
2. Vector2 is already nullabe class. We don't need to make it as Vector2?
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
Eunki Hong [Tue, 22 Oct 2024 04:26:03 +0000 (13:26 +0900)]
[NUI] Support Squircle feature : CornerSquareness Property for View and Visual
Let we support squircle feature, for View and Visual
Relative dali patch :
https://review.tizen.org/gerrit/c/platform/core/uifw/dali-core/+/319662
https://review.tizen.org/gerrit/c/platform/core/uifw/dali-toolkit/+/319192
https://review.tizen.org/gerrit/c/platform/core/uifw/dali-csharp-binder/+/319747
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
chaeheehong [Mon, 4 Nov 2024 08:13:13 +0000 (17:13 +0900)]
[WiFi] Fix heap-buffer-use-after-free issue on ASAN (#6437)
Jakub Wlostowski [Wed, 30 Oct 2024 12:46:39 +0000 (13:46 +0100)]
[Tizen.Security.SecureRepository] Add missing documentation descriptions
jykeon [Thu, 31 Oct 2024 07:40:49 +0000 (16:40 +0900)]
[NUI] Version up to 2.3.47
Signed-off-by: jykeon <jykeon@samsung.com>
dongsug.song [Mon, 28 Oct 2024 12:31:55 +0000 (21:31 +0900)]
[NUI] Modified the WebView to hold the instances of WebContext and WebCookieManager
jmm [Fri, 25 Oct 2024 08:01:30 +0000 (17:01 +0900)]
Remove mutual reference at RenderEffect
Signed-off-by: jmm <j0064423.lee@samsung.com>
Changgyu Choi [Wed, 30 Oct 2024 00:25:55 +0000 (09:25 +0900)]
[Tizen.NUI.Gadget] Change visibility of the NUIGadgetInfo.Assembly to public
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
akash1-kumar [Mon, 28 Oct 2024 06:13:50 +0000 (11:43 +0530)]
[Network.WiFiDirect] Implement API for creating group with SSID (#6408)
* Implement CreateGroup with ssid
Signed-off-by: Akash Kumar <akash1.kumar@samsung.com>
* Update src/Tizen.Network.WiFiDirect/Tizen.Network.WiFiDirect/WiFiDirectManager.cs
Update duscription
Co-authored-by: Piotr Szydełko <wiertel@users.sourceforge.net>
---------
Signed-off-by: Akash Kumar <akash1.kumar@samsung.com>
Co-authored-by: Piotr Szydełko <wiertel@users.sourceforge.net>
Changgyu Choi [Mon, 28 Oct 2024 00:35:37 +0000 (09:35 +0900)]
[NUI.Gadget] Fix a description typo
Fix a typo error from resourced to resource.
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
hjhun [Mon, 28 Oct 2024 00:27:21 +0000 (09:27 +0900)]
[NUI.Gadget] Modify loading assembly of NUIGadget (#6417)
* [NUI.Gadget] Modify loading assembly of NUIGadget
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* [NUI.Gadget] Fix wrong implementation
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* [NUI.Gadget] Fix resource path
The AllowedResourcePath is added for backward compatibility.
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
---------
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Filip Skrzeczkowski [Thu, 24 Oct 2024 07:52:45 +0000 (09:52 +0200)]
[WebAuthn] Enable concurrent Authenticator requests where supported by the native API (#6389)
Make concurrent calls forwarded unconditionally. It is now up to the native API whether it will honor the request or return an error.
Additionally, fix an error in AuthenticatorAssertionResponse data marshalling.
j-wlostowski [Tue, 22 Oct 2024 12:21:04 +0000 (14:21 +0200)]
[Tizen.Security] Enhancements of API description (#6344)
Signed-off-by: Jakub Wlostowski <j.wlostowski@samsung.com>
k-jaju [Tue, 22 Oct 2024 08:52:33 +0000 (14:22 +0530)]
Revert "Deprecating Tizen.Account.SyncManager CancelSyncCallback() API (#6402)" (#6420)
This reverts commit
da187aec6d088f72edeff248630bb3828258d47e.
Jakub Wlostowski [Fri, 20 Sep 2024 14:44:43 +0000 (16:44 +0200)]
[Tizen.Security.SecureRepository] Enhancements of API description
TizenAPI-Bot [Wed, 16 Oct 2024 07:16:55 +0000 (07:16 +0000)]
Release 12.0.0.18510
TizenAPI-Bot [Wed, 16 Oct 2024 07:16:55 +0000 (07:16 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Eunki, Hong [Wed, 16 Oct 2024 06:25:34 +0000 (15:25 +0900)]
[NUI] Version up to 2.3.45
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Wed, 16 Oct 2024 06:21:09 +0000 (15:21 +0900)]
[NUI] Fix Animation issue for Background and BoxShadow color
Since dali_2.3.41, MixColor property animate by Vector4 type.
But NUI animation property helper doesn't apply those changeness.
To match the previous behavior, let we make BackgroundColor and BoxShadow.Color
animate by Color class well.
Signed-off-by: jmm <j0064423.lee@samsung.com>
dongsug.song [Wed, 16 Oct 2024 04:21:39 +0000 (13:21 +0900)]
[NUI] Fix SVACE issues
1)
DF240922-00003
https://sa.sec.samsung.net/dm/tizen90/sb2/main/review#PRJID=1&WGID=43585
false alarm
At line 755, a null check has been already performed ; the item "e.Proposed" which was pointed out as an problem cannot become null.
As such, this issue does not require correction as it is a false alarm.
2)
DF240907-00723
https://sa.sec.samsung.net/dm/tizen90/sb2/main/review#PRJID=1&WGID=176282
fixed
3)
DF240907-00695
https://sa.sec.samsung.net/dm/tizen90/sb2/main/review#PRJID=1&WGID=176248
fixed
4)
DF240906-00277
https://sa.sec.samsung.net/dm/tizen90/sb2/main/review#PRJID=1&WGID=174470
fixed
5)
DF240905-01180
https://sa.sec.samsung.net/dm/tizen90/sb2/main/review#PRJID=1&WGID=43601
At line 1014, a null check has been already performed; if it is null, an exception will be thrown.
Therefore, at line 1018, the item which was pointed out as an problem cannot become null.
As such, this issue does not require correction as it is a false alarm.
6)
DF240821-00053
https://sa.sec.samsung.net/dm/tizen90/sb2/main/review#PRJID=1&WGID=163282
fixed
7)
DF240716-01912
https://sa.sec.samsung.net/dm/tizen90/sb2/main/review#PRJID=1&WGID=163084
already fixed in the previous patch
dongsug.song [Tue, 15 Oct 2024 12:41:13 +0000 (21:41 +0900)]
[NUI] Add remove WebContext callbacks when disposed
- fix the crash issue : A callback was made on a garbage collected delegate of type 'Tizen.NUI!Tizen.NUI.WebContext+WebContextHttpRequestInterceptedProxyCallback::Invoke'
TizenAPI-Bot [Tue, 15 Oct 2024 15:08:52 +0000 (15:08 +0000)]
Release 12.0.0.18506
TizenAPI-Bot [Tue, 15 Oct 2024 15:08:51 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
SeoHyungjun [Fri, 4 Oct 2024 08:17:00 +0000 (17:17 +0900)]
[MachineLearning.Train] Change internal logic to resolve a memory leak
There were issues with heap use after free and heap overflow occurring
(TNINE-4152, 4153, 4154).
In order to solve this problem, modified the internal logic of the API.
Signed-off-by: SeoHyungjun <hyungjun.seo@samsung.com>
k-jaju [Tue, 15 Oct 2024 05:55:17 +0000 (11:25 +0530)]
Deprecating Tizen.Account.SyncManager CancelSyncCallback() API (#6402)
ACR:
https://jira.sec.samsung.net/browse/TCSACR-603
Co-authored-by: randeepsingh01 <49635973+randeepsingh01@users.noreply.github.com>
Jaechul-Lee [Tue, 15 Oct 2024 02:06:48 +0000 (11:06 +0900)]
[AudioManager] Improve documentation (#6352)
Signed-off-by: Jaechul Lee <jcsing.lee@samsung.com>
TizenAPI-Bot [Fri, 11 Oct 2024 15:08:34 +0000 (15:08 +0000)]
Release 12.0.0.18503
TizenAPI-Bot [Thu, 10 Oct 2024 12:23:58 +0000 (12:23 +0000)]
Release 12.0.0.18503
TizenAPI-Bot [Thu, 10 Oct 2024 12:23:57 +0000 (12:23 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Eunki, Hong [Thu, 10 Oct 2024 11:44:49 +0000 (20:44 +0900)]
[NUI] Revert ApplyCornerRadius access level as internal
Since protected level make runtime error for TV FLUX project,
let we revert it as internal again.
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
TizenAPI-Bot [Thu, 10 Oct 2024 11:01:18 +0000 (11:01 +0000)]
Release 12.0.0.18502
TizenAPI-Bot [Thu, 10 Oct 2024 11:01:18 +0000 (11:01 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Eunki, Hong [Fri, 27 Sep 2024 08:41:39 +0000 (17:41 +0900)]
[NUI.Scene3D] Support SceneView CornerRadius/Borderline Property applied
Relative dali patch :
https://review.tizen.org/gerrit/c/platform/core/uifw/dali-toolkit/+/318377
https://review.tizen.org/gerrit/c/platform/core/uifw/dali-csharp-binder/+/318385
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Thu, 10 Oct 2024 06:51:46 +0000 (15:51 +0900)]
[NUI] Version 2.3.44
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
sunghyun kim [Thu, 12 Sep 2024 02:07:33 +0000 (11:07 +0900)]
[NUI] Add WidgetComponent for ComponentBasedApplication
Adds implementations and samples for WidgetComponent use
For more information, please refer to the links below
- Tizen.Applications.ComponentBased: https://github.com/Samsung/TizenFX/tree/master/src/Tizen.Applications.ComponentBased
- Tizen.Applications.ComponentBased.Default: https://github.com/Samsung/TizenFX/tree/master/src/Tizen.Applications.ComponentBased.Default/Tizen.Applications.ComponentBased.Default
- EFL Sample app: https://github.sec.samsung.net/appfw/csharp-component-based-app
dongsug.song [Thu, 5 Sep 2024 13:12:37 +0000 (22:12 +0900)]
[NUI] Add WebAuthDisplayQR, Response and MediaPermission
Eunki, Hong [Fri, 27 Sep 2024 07:22:56 +0000 (16:22 +0900)]
[NUI] Support Tbm dependency image source
Let we make some class that could create NativeImageSource / NativeImageQueue
with raw-buffer-handle of tbm_surface_h / tbm_queue_h.
It will be used for some advanced tizen platform developer.
Relative dali patch :
https://review.tizen.org/gerrit/c/platform/core/uifw/dali-csharp-binder/+/318356
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dongsug-song [Tue, 24 Sep 2024 07:21:08 +0000 (16:21 +0900)]
Update src/Tizen.NUI/src/public/WebView/WebView.cs
Co-authored-by: Eunki Hong <h.pichulia@gmail.com>
dongsug-song [Tue, 24 Sep 2024 04:56:29 +0000 (13:56 +0900)]
Update src/Tizen.NUI/src/public/WebView/WebView.cs
Co-authored-by: Eunki Hong <h.pichulia@gmail.com>
dongsug.song [Thu, 19 Sep 2024 07:16:36 +0000 (16:16 +0900)]
[NUI] Added an option to select the web engine type in the WebView constructor
chaeheehong [Thu, 10 Oct 2024 09:24:46 +0000 (18:24 +0900)]
[Tizen.Network.WiFi]Fix heap-use-after-free issue on ASAN image (#6397)
Yunhee Seo [Thu, 10 Oct 2024 07:37:16 +0000 (16:37 +0900)]
[Tizen.System.Feedback] Enhance API description
Add more detailed APIs description.
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
Yunhee Seo [Thu, 10 Oct 2024 06:30:04 +0000 (15:30 +0900)]
[Tizen.System.Device] Enhance API description
Add more detailed APIs description.
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
TizenAPI-Bot [Wed, 9 Oct 2024 15:08:30 +0000 (15:08 +0000)]
Release 12.0.0.18491
TizenAPI-Bot [Tue, 8 Oct 2024 15:08:41 +0000 (15:08 +0000)]
Release 12.0.0.18491
TizenAPI-Bot [Tue, 8 Oct 2024 15:08:41 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Haesu Gwon [Tue, 8 Oct 2024 07:44:23 +0000 (16:44 +0900)]
[AudioIO] Add new internal API for play audio with repetitions (#6395)
* [AudioIO] Add new internal API for play audio with repetitions
TizenAPI-Bot [Mon, 7 Oct 2024 15:09:11 +0000 (15:09 +0000)]
Release 12.0.0.18490
TizenAPI-Bot [Mon, 7 Oct 2024 15:09:11 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
sukhyungkang [Mon, 7 Oct 2024 05:42:05 +0000 (14:42 +0900)]
[Notification] fix notification when pairing type is set (#6394)
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
sukhyungkang [Mon, 7 Oct 2024 00:48:31 +0000 (09:48 +0900)]
[Notification] Add PairingType for do not disturb app (#6391)
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
Co-authored-by: pjh9216 <jh9216.park@samsung.com>
TizenAPI-Bot [Sun, 6 Oct 2024 15:09:14 +0000 (15:09 +0000)]
Release 12.0.0.18488
TizenAPI-Bot [Wed, 2 Oct 2024 15:08:16 +0000 (15:08 +0000)]
Release 12.0.0.18488
TizenAPI-Bot [Wed, 2 Oct 2024 15:08:16 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Haesu Gwon [Wed, 2 Oct 2024 09:38:05 +0000 (18:38 +0900)]
[MediaPlayer] Improve documentation (#6357)
* [MediaPlayer] Improve documentation
Haesu Gwon [Wed, 2 Oct 2024 09:33:09 +0000 (18:33 +0900)]
[WebRTC] Fix DataChannel event bug (#6392)
* [WebRTC] Fix DataChannel event(BufferedAmountLow) bug
TizenAPI-Bot [Mon, 30 Sep 2024 15:09:35 +0000 (15:09 +0000)]
Release 12.0.0.18486
TizenAPI-Bot [Mon, 30 Sep 2024 15:09:35 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
JinWang An [Mon, 30 Sep 2024 08:43:06 +0000 (17:43 +0900)]
Add doxygen for Tizen.System.SystemSettings (#6388)
Signed-off-by: JinWang An <jinwang.an@samsung.com>
dongsug.song [Wed, 25 Sep 2024 13:17:54 +0000 (22:17 +0900)]
[NUI] Add comments (3rd patch)
hjhun [Mon, 30 Sep 2024 06:02:45 +0000 (15:02 +0900)]
[NUI.Gadget] Enhance API descriptions (#6375)
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>