TizenAPI-Bot [Tue, 9 Jan 2024 09:53:02 +0000 (09:53 +0000)]
Release 12.0.0.18194
TizenAPI-Bot [Tue, 9 Jan 2024 09:53:02 +0000 (09:53 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
jykeon [Tue, 9 Jan 2024 06:07:34 +0000 (15:07 +0900)]
[NUI] Version up 22305.
Signed-off-by: jykeon <jykeon@samsung.com>
zhouhao [Fri, 5 Jan 2024 07:46:33 +0000 (15:46 +0800)]
[NUI] Fix some SVACE issues.
Eunki Hong [Wed, 3 Jan 2024 16:44:02 +0000 (01:44 +0900)]
[NUI] Do not recreate visual when we change ImageColor only
Since we don't need to re-create the visual if we only chage the ImageColor property,
let we use UpdateProperty Action.
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Thu, 14 Dec 2023 02:44:43 +0000 (11:44 +0900)]
[NUI] Initialize C# items if required
We have create ProcessorController constructor without initalize as default.
If NUI core want to change this policy, we can initialize at constructor time.
But this case code has some error. It didn't create C# side objects and only create
native side.
Let we make constructor with initialize works well now.
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki Hong [Sun, 31 Dec 2023 01:35:16 +0000 (10:35 +0900)]
[NUI] Support NativeImageQueue creation with queue count
Let we allow to create NativeImageQueue with queue count.
Previously, we only allow to create the NativeImageQueue based on the environment value "DALI_TBM_SURFACE_QUEUE_SIZE".
(This value is 3 as default)
It will be useful if some user want to reduce the queue count for some cases, not for whole queue.
relative DALi patches :
https://review.tizen.org/gerrit/c/platform/core/uifw/dali-adaptor/+/303523
https://review.tizen.org/gerrit/c/platform/core/uifw/dali-csharp-binder/+/303524
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
Xianbing Teng [Mon, 18 Dec 2023 12:03:31 +0000 (20:03 +0800)]
[NUI] Fix svace issue of Marshal.Copy
Bowon Ryu [Fri, 29 Dec 2023 06:06:24 +0000 (15:06 +0900)]
[NUI] Fix text padding issue
This patch solves the problem that text with padding does not work in nui layout.
For text components, the control's padding is used to calculatie size in native,
so it should not be set to zero value.
This avoids setting padding to zero when it comes to text layout.
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
akash1-kumar [Tue, 9 Jan 2024 07:20:21 +0000 (12:50 +0530)]
[Tizen.Network.WiFi] Add APIs for multi-scanning (#5872)
Signed-off-by: Akash Kumar <akash1.kumar@samsung.com>
TizenAPI-Bot [Mon, 8 Jan 2024 15:09:46 +0000 (15:09 +0000)]
Release 12.0.0.18186
TizenAPI-Bot [Mon, 8 Jan 2024 15:09:46 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Haesu Gwon [Mon, 8 Jan 2024 06:20:21 +0000 (15:20 +0900)]
[MediaContent] Deprecate underutilized fields (#5850)
TizenAPI-Bot [Thu, 4 Jan 2024 15:09:44 +0000 (15:09 +0000)]
Release 12.0.0.18185
TizenAPI-Bot [Thu, 4 Jan 2024 15:09:44 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Haesu Gwon [Thu, 4 Jan 2024 01:42:40 +0000 (10:42 +0900)]
[Metadata] Deprecate MetadataEditor module (#5837)
* [Metadata] Deprecate MetadataEditor module
TizenAPI-Bot [Tue, 2 Jan 2024 10:53:58 +0000 (10:53 +0000)]
Release 12.0.0.18184
TizenAPI-Bot [Tue, 2 Jan 2024 10:53:58 +0000 (10:53 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
sunghyun kim [Thu, 30 Nov 2023 03:48:29 +0000 (12:48 +0900)]
[NUI] Add EnableFrameCache in LottieAnimationView
Haesu Gwon [Tue, 2 Jan 2024 05:55:38 +0000 (14:55 +0900)]
[MediaVision] Change feature key of inference face recognition (#5802)
* [MediaVision] Change feature key of inference face recognition
Haesu Gwon [Tue, 2 Jan 2024 01:17:58 +0000 (10:17 +0900)]
[MediaController] Add new API to check Response request (#5672)
* [MediaController] Add new API to check Response request
TizenAPI-Bot [Wed, 27 Dec 2023 08:17:10 +0000 (08:17 +0000)]
Release 12.0.0.18181
TizenAPI-Bot [Wed, 27 Dec 2023 08:17:10 +0000 (08:17 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
sunghyun kim [Wed, 27 Dec 2023 07:32:37 +0000 (16:32 +0900)]
[NUI] Version Update (22304)
Jaehyun Cho [Wed, 27 Dec 2023 04:15:30 +0000 (13:15 +0900)]
[NUI] Fix Navigator to support Page with Transitions
Previously, PushWithTransition and PopWithTransition did not support
Page. It supported either ContentPage or DialogPage.
Now, PushWithTransition and PopWithTransition supports Page as well.
seungho baek [Wed, 6 Dec 2023 06:33:49 +0000 (15:33 +0900)]
[NUI] Add DepthIndex in Material
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
Bowon Ryu [Mon, 18 Dec 2023 10:27:33 +0000 (19:27 +0900)]
[NUI] Add AnchorColor Property
AnchorColor(or AnchorClickedColor) property is
used as the default color of the markup anchor tag.
If there is a color attribute in the markup anchor tag,
the markup attribute takes precedence.
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-toolkit/+/302984/
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-csharp-binder/+/302985/
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
TizenAPI-Bot [Mon, 18 Dec 2023 08:18:53 +0000 (08:18 +0000)]
Release 12.0.0.18177
TizenAPI-Bot [Mon, 18 Dec 2023 08:18:53 +0000 (08:18 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Eunki Hong [Mon, 18 Dec 2023 07:23:21 +0000 (16:23 +0900)]
[NUI] Revert dispose synchronously logic when APP is not started
We add some logic to dispose items when application created & disposed
before application initialized.
But some app just have some issue when some thread dependency items disposed
before application started.
To avoid this cases, let we block dispose sync logic and revert we always
dispose queue ensure in main thread.
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
jmm [Mon, 18 Dec 2023 07:13:45 +0000 (16:13 +0900)]
[NUI] Version Update (22303)
Taehyub Kim [Tue, 12 Dec 2023 09:48:48 +0000 (18:48 +0900)]
[NUI] DragAndDrop : Allow to get mimetype for Enter and Move events
TizenAPI-Bot [Mon, 11 Dec 2023 15:09:03 +0000 (15:09 +0000)]
Release 12.0.0.18174
TizenAPI-Bot [Mon, 11 Dec 2023 15:09:03 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
seungho baek [Mon, 11 Dec 2023 06:12:41 +0000 (15:12 +0900)]
[NUI] Version Update (22302)
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
Eunki, Hong [Mon, 11 Dec 2023 04:21:42 +0000 (13:21 +0900)]
[NUI] Add API for ProcessController without Initialize
To keep the backword stability, let we use previous API (CSharp_Dali_new_ProcessorController) call Initialize internally
and new API (CSharp_Dali_new_ProcessorController_Without_Initialize) will not call this.
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Mon, 11 Dec 2023 03:09:39 +0000 (12:09 +0900)]
[NUI] Make we flush DisposeQueue before app start
If we don't call DisposeQueue.Instance.Initialize(), it might not flush
the dispose queue.
Before #5806 and until currently, we didn't allow to call ProcessDisposables()
before Initialize(). It might occure memory leak if app try to create & dispose
unlimitly before Application start.
To make ensure it, let we make ProcessDisposables() API can be called even if
DisposeQueue is not initialized.
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki Hong [Thu, 7 Dec 2023 16:59:37 +0000 (01:59 +0900)]
[NUI] Skip text getter when Text never setted before
If we never set text into TextLabel before, the result of Text propert getter is always empty.
To avoid useless C# - native network, let we just ignore text getter function if we can assume that previous text was empty.
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
Eunki Hong [Thu, 7 Dec 2023 16:59:37 +0000 (01:59 +0900)]
[NUI] Make ensure ImageView._resourceUrl is latest
Previous code didn't assume that _resourceUrl value of ImageView was not a latest.
- If we set ImageView by ```Image``` property, the _resourceUrl was updated when cached map updating.
- When we try to get ResourceUrl gettor, we ask to cached map always.
But PropertyValue.Get(out string) might spend long time if the URL length is long.
It will make useless string copy, what we can reduce.
Now We make every logic make ensure that _resourceUrl stored valid resource url.
If this is validated, we can reduce some C# - Native networking.
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
Eunki Hong [Wed, 6 Dec 2023 16:12:33 +0000 (01:12 +0900)]
[NUI] Dispose queue incrementally
Let we dispose IDisposable incrementally, not immediately.
It will reduce the main thread blocking during Dispose by GC.
To make the behavior didn't changed as before, let we make
FullGC as defalt. And turn on incremental GC feature if someone need.
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
Eunki Hong [Wed, 6 Dec 2023 17:36:44 +0000 (02:36 +0900)]
[NUI.Scene3D] Remove build warning
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
TizenAPI-Bot [Thu, 7 Dec 2023 15:09:08 +0000 (15:09 +0000)]
Release 12.0.0.18167
TizenAPI-Bot [Thu, 7 Dec 2023 15:09:08 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
shmin [Thu, 7 Dec 2023 03:22:14 +0000 (12:22 +0900)]
[Build] Update docker image version (#5808)
TizenAPI-Bot [Tue, 5 Dec 2023 15:09:45 +0000 (15:09 +0000)]
Release 12.0.0.18166
TizenAPI-Bot [Tue, 5 Dec 2023 15:09:45 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
shmin [Tue, 5 Dec 2023 10:23:50 +0000 (19:23 +0900)]
Update docker image version (#5801)
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>
TizenAPI-Bot [Tue, 5 Dec 2023 07:57:03 +0000 (07:57 +0000)]
Release 12.0.0.18164
TizenAPI-Bot [Tue, 5 Dec 2023 07:57:03 +0000 (07:57 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Bowon Ryu [Tue, 5 Dec 2023 07:24:13 +0000 (16:24 +0900)]
[NUI] version update (22301)
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
joogab.yun [Tue, 5 Dec 2023 06:14:52 +0000 (15:14 +0900)]
[NUI] Add log for ClearFocus
seungho baek [Tue, 21 Nov 2023 07:27:01 +0000 (16:27 +0900)]
[NUI] Support RootTranslationOnly option for motion capture data
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
zhouhao02 [Fri, 1 Dec 2023 06:07:21 +0000 (14:07 +0800)]
[NUI] Fix some SVACE issues.
seungho baek [Thu, 30 Nov 2023 02:18:55 +0000 (11:18 +0900)]
[NUI] Add SetResolution method to SceneView
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
huiyu [Fri, 1 Dec 2023 07:16:30 +0000 (16:16 +0900)]
[NUI] Added collider mesh support (#5782)
* [NUI] Added collider mesh support
Model.SetColliderMesh() function allows creating and setting a collider mesh on the node of model.
Node of model is selected by name (string).
Collider mesh data consists:
List<Vector3> - list of vertices
List<int> - list of indices (3 indices are a triangle face)
* Modify issue
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
---------
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
Co-authored-by: Adam Bialogonski <adam.b@samsung.com>
jeremy-jang [Tue, 5 Dec 2023 02:22:50 +0000 (11:22 +0900)]
[Packagemanager] Fix Tizen.Applications.Package for performance (#5778)
Adjust lazy initialization on DependencyFrom, Certificate property.
These properties need additional IPC platform internally, so make these
property initialized lazily for performance.
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Co-authored-by: pjh9216 <jh9216.park@samsung.com>
Wootak Jung [Mon, 4 Dec 2023 23:51:57 +0000 (08:51 +0900)]
[Bluetooth] Fix BluetoothProfileType enum mismatch issue (#5785)
BluetoothProfileType enum does not match native bt_profile_e enum.
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
TizenAPI-Bot [Mon, 4 Dec 2023 15:09:56 +0000 (15:09 +0000)]
Release 12.0.0.18156
TizenAPI-Bot [Mon, 4 Dec 2023 15:09:56 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
wn.jang [Mon, 4 Dec 2023 09:40:12 +0000 (18:40 +0900)]
Fix defect that is detected by static analisys tool
There is a portential problem with the code involving the variable 'e.OldItems'.
This variable is the result of a method invocation, and the tool is warning that the method
might return a null value, which can cause deferencing a null reference.
It might cause to crash or behave unpredictably.
Therefore, to prevent this, the variable 'e.OldItems' should be checked if it is null or not before use.
TizenAPI-Bot [Thu, 30 Nov 2023 15:09:14 +0000 (15:09 +0000)]
Release 12.0.0.18155
TizenAPI-Bot [Thu, 30 Nov 2023 15:09:14 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
tarunkumarmahay1999 [Thu, 30 Nov 2023 02:41:23 +0000 (08:11 +0530)]
Deprecating Attach Panel APIs (#5768)
Co-authored-by: Jay Cho <chojoong@gmail.com>
TizenAPI-Bot [Wed, 29 Nov 2023 06:01:10 +0000 (06:01 +0000)]
Release 12.0.0.18154
TizenAPI-Bot [Wed, 29 Nov 2023 06:01:10 +0000 (06:01 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
huiyu [Wed, 29 Nov 2023 05:38:24 +0000 (14:38 +0900)]
NUI version 22300 (#5779)
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
joogab.yun [Mon, 27 Nov 2023 04:24:01 +0000 (13:24 +0900)]
[NUI] Add DispatchWheelEvents and DispatchPrentWheelEvents
If DispatchWheelEvents sets false, view will not receive any WheelEvent including own.
If DispatchPrentWheelEvents sets false, the parent view does not receive WheelEvent.
Eunki, Hong [Fri, 24 Nov 2023 07:06:53 +0000 (16:06 +0900)]
[NUI.Scene3D] Attach matched interop linker for RemoveModelPrimitive
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
TizenAPI-Bot [Wed, 22 Nov 2023 08:46:48 +0000 (08:46 +0000)]
Release 12.0.0.18151
TizenAPI-Bot [Wed, 22 Nov 2023 08:46:48 +0000 (08:46 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
EverLEEst(SangHyeon Lee) [Wed, 22 Nov 2023 07:06:08 +0000 (16:06 +0900)]
[NUI] version update (22253)
joogab.yun [Mon, 20 Nov 2023 06:29:19 +0000 (15:29 +0900)]
[NUI] Change the default color of the border.
zhouhao02 [Fri, 17 Nov 2023 08:26:02 +0000 (16:26 +0800)]
[NUI] Fix some SVACE issues.
seungho baek [Wed, 15 Nov 2023 14:31:49 +0000 (23:31 +0900)]
[NUI] Add ModelPivotPoint property
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
TizenAPI-Bot [Tue, 21 Nov 2023 15:09:02 +0000 (15:09 +0000)]
Release 12.0.0.18147
TizenAPI-Bot [Tue, 21 Nov 2023 15:09:02 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Haesu Gwon [Tue, 21 Nov 2023 08:38:44 +0000 (17:38 +0900)]
[Multimedia] Fix rotation issue for portrait mode (#5767)
Haesu Gwon [Tue, 21 Nov 2023 08:06:14 +0000 (17:06 +0900)]
[Multimedia] Fix to set window size properly (#5764)
Jay Cho [Tue, 21 Nov 2023 01:58:17 +0000 (10:58 +0900)]
Revert token
TizenAPI-Bot [Tue, 21 Nov 2023 01:55:27 +0000 (01:55 +0000)]
Release 12.0.0.18144
TizenAPI-Bot [Tue, 21 Nov 2023 01:55:27 +0000 (01:55 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Jay Cho [Tue, 21 Nov 2023 01:46:45 +0000 (10:46 +0900)]
Revert "Update nightly-release.yml (#5758)" (#5761)
This reverts commit
f75ea3e4ee4930dc6c5a6248f82feb09b73791f0.
Jay Cho [Fri, 17 Nov 2023 08:20:14 +0000 (17:20 +0900)]
Update nightly-release.yml (#5758)
Jay Cho [Fri, 17 Nov 2023 08:08:13 +0000 (17:08 +0900)]
Update token
tarunkumarmahay1999 [Fri, 17 Nov 2023 07:38:55 +0000 (13:08 +0530)]
Revert "Deprecating Attach Panel APIs (#4591)" (#5757)
This reverts commit
b515cba3897ff07d0b25849a36558d2549d64905.
Co-authored-by: Jay Cho <chojoong@gmail.com>
Jay Cho [Fri, 17 Nov 2023 06:39:34 +0000 (15:39 +0900)]
Update token
Jay Cho [Thu, 16 Nov 2023 08:40:47 +0000 (17:40 +0900)]
Revert "[Actions] Update token to fine-grained (#5716)" (#5755)
This reverts commit
2ab8c8e0cd30bd40cd6dbddb35411a4fe572a067.
TizenAPI-Bot [Wed, 15 Nov 2023 09:06:09 +0000 (09:06 +0000)]
Release 12.0.0.18138
TizenAPI-Bot [Wed, 15 Nov 2023 09:06:08 +0000 (09:06 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Jaehyun Cho [Wed, 15 Nov 2023 07:21:29 +0000 (16:21 +0900)]
[NUI] version up (22252)
Eunki Hong [Tue, 14 Nov 2023 15:39:16 +0000 (00:39 +0900)]
[NUI] Remove old frame range if we set marker + Minor fix up when marker invalid
LottieAnimationView cache both frame range as int, and marker.
But two API set same property - PlayRange.
So if some code like below thing was not working well
```
// Let "marker" frame range is 10~20
lottieView.SetMinMaxFrame(30, 40); // play range become 30~40
lottieView.SetMinMaxFrameByMarker(marker); // play range become 10~20
lottieView.SetMinMaxFrame(30, 40); // play range need to be 30~40 again, but it didn't due to the cache.
```
To avoid like above case, let we clean cache explicit parameter.
Also, Let we add some more error check if app use invalid marker
(Lottie file not loaded, or marker is invalid.)
In this case, let we just follow minMaxSetTypes.NotSetByUser logic then.
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Tue, 14 Nov 2023 08:17:11 +0000 (17:17 +0900)]
[NUI.Scene3D] Fix exception when ModelNode don't have ModelNode as child
If ModelNode don't have ModelNod as child, it might have
some null handle exception when we DownCast to ModelNode.
(For example, user try to get child ModelNode, but failed.)
Currently, a lots of app don't consider ModelNode now. But in future
we might need to add something under each ModelNode.
To make Scene3D more safety, let we check null or invalidate,
and then get/set the value internally.
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dongsug.song [Tue, 14 Nov 2023 13:14:33 +0000 (22:14 +0900)]
[NUI] Add AliveCount property to get currently alived View number
Eunki, Hong [Tue, 14 Nov 2023 03:53:06 +0000 (12:53 +0900)]
[NUI] Support EncodedImageBuffer ImageType property + Upgrade EncodedImageBuffer demo
Let we allow to give the type of buffer s.t. what buffer is mean.
We can load svg and lottie image as encoded image buffer now.
+
Let we make EncodedImageBuffer can be created at worker thread.
And make the demo to load buffer asynchronously.
This patch have dependency with below dali patch :
https://review.tizen.org/gerrit/c/platform/core/uifw/dali-csharp-binder/+/301314
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Tue, 14 Nov 2023 09:25:53 +0000 (18:25 +0900)]
[NUI] Change SetMinAndMaxFrameByMarker behavior + Fix some async cases
Let we allow to call SetMinAndMaxFrameByMarker API even if load is not finished.
Instead, let we just call some log if the file is not loaded yet.
Plus, Some API (GetContentInfo, GetMarkerInfo) might cache wrong values
when we use async load
Before try to get correct value, let we check whether the resource is
loaded or not.
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Fri, 10 Nov 2023 07:53:52 +0000 (16:53 +0900)]
[NUI] DetachAccessibleObject at Dispose time well
There was several problem when we call DaliAccessibilityDetachAccessibleObject
at Dispose(bool) function
- It will detach accessibility even if view doesn't owned the handle memory
- Dispose(bool) can be called at worker thread (during GC) so we need to check thread here
I make to DaliAccessibilityDetachAccessibleObject function at Dispose(DisposeTypes)
that we can ensure it called at main thread clearly.
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Fri, 10 Nov 2023 10:37:15 +0000 (19:37 +0900)]
[NUI] Fix TotalFrame getter bug when async load
There was some bug when we try to get TotalFrame when async load json file.
DALi engine side default total frame number is 0, and NUI is -1.
So, if we try to get TotalFrame from dali which is still loading, it will
cache the internal total frame as 0. After than, we can never get valid value.
To avoid this problem, we have 2 choice
1. Wait until async load finished, and then get total frame at dali side.
2. Just get 0 for now, and try again when total frame cached as 0.
Solution 1 need some time to resolve it. So now just make 2.
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Chihun Jeong [Fri, 10 Nov 2023 08:35:09 +0000 (17:35 +0900)]
Add Front Buffer Rendering Sample (#5735)
Co-authored-by: ANZ1217 <chihun.jeong@samsung.com>
Eunki, Hong [Thu, 9 Nov 2023 07:46:28 +0000 (16:46 +0900)]
[NUI] Remove build warning due to unusing API
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>