Haesu Gwon [Fri, 13 Sep 2024 03:38:15 +0000 (12:38 +0900)]
[AudioManager] Add new SoundEffect APIs (#6329)
Haesu Gwon [Fri, 13 Sep 2024 00:44:25 +0000 (09:44 +0900)]
[MetadataExtractor] Add a StitchedContent360 metadata API (#6292)
* [MetadataExtractor] Add a StitchedContent360 metadata API
Inhong [Thu, 12 Sep 2024 09:29:03 +0000 (18:29 +0900)]
[TCSACR-599][InputMethod] Deprecate RotationChanged event (#6315)
Inhong [Thu, 12 Sep 2024 09:04:54 +0000 (18:04 +0900)]
[TCSACR-598][InputMethod] Remove deprecated APIs (#6313)
Taehyub Kim [Wed, 11 Sep 2024 11:00:41 +0000 (20:00 +0900)]
[NUI] version up (nui22340) (#6321)
Bowon Ryu [Wed, 11 Sep 2024 06:55:35 +0000 (15:55 +0900)]
[NUI] Add missing IsUsingXaml check to Text
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Taehyub Kim [Wed, 11 Sep 2024 04:22:01 +0000 (13:22 +0900)]
[NUI] Add multi-mimetype feature for Drag and Drop (#6294)
* [NUI] Add multi-mimetype feature for Drag and Drop
Contents
- Allow to set multi-mimetypes for source client (use DragInfo)
- Target client receive source's mimetypes from source client when Enter, Move, Leave
- Target client can set mimetype to receive - Refactoring code for readability
- Refactoring codes for readability
* Refactoring data structure and duplicated codes
* Apply clean code for Drag and Drop
Eunki, Hong [Wed, 4 Sep 2024 01:07:37 +0000 (10:07 +0900)]
[NUI] Deprecate Dali::Property constructor with componentwise
Since those usecase break some logic, let we decide to deprecate
the componentewise logic.
Instead just create new property index - like COLOR_RED, SIZE_HEIGHT.
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dongsug.song [Mon, 2 Sep 2024 12:29:20 +0000 (21:29 +0900)]
[NUI] Add more comments
Jay Cho [Wed, 11 Sep 2024 10:36:14 +0000 (19:36 +0900)]
Update deprecated actions (#6322)
pjh9216 [Thu, 5 Sep 2024 23:47:32 +0000 (19:47 -0400)]
Enhancement of API description (#6312)
Signed-off-by: pjh9216 <jh9216.park@samsung.com>
everLEEst(SangHyeon Lee) [Wed, 4 Sep 2024 08:22:53 +0000 (17:22 +0900)]
Version Update (22339)
Eunki, Hong [Wed, 4 Sep 2024 05:25:29 +0000 (14:25 +0900)]
[NUI] Bind FrameUpdateCallback / EventThreadCallback / ProcessorController native release API
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Thu, 29 Aug 2024 09:52:39 +0000 (18:52 +0900)]
[NUI] Support FrameSpeedFactor for AnimatedImage relative classes
Let we make some property to control the speed of animated image.
If we want to play animation 2x speed, Set this value as 2.0f.
If we want to play animation 0.5x speed, Set this value as 0.5f.
Note : For the platform safety reason, let we constraint the input value as
0.01f to 100.0f
Relative dali patch :
https://review.tizen.org/gerrit/c/platform/core/uifw/dali-toolkit/+/316847
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dongsug.song [Mon, 26 Aug 2024 04:19:29 +0000 (13:19 +0900)]
[NUI] Add missing privilege comments
dongsug.song [Sun, 25 Aug 2024 07:14:22 +0000 (16:14 +0900)]
[NUI] Fix TableView TC fail issue again in proper way
- Fix the https://github.com/Samsung/TizenFX/pull/6258 correctly
- This is for https://github.sec.samsung.net/NUI/home/issues/25
- locally applied image has been passed the TCT
Wonsik Jung [Wed, 28 Aug 2024 08:40:08 +0000 (17:40 +0900)]
[NUI] Supports window background blur.
Supports window background blur.
This new APIs is to request window blur to window manager.
Next time, behind blur will be added.
Eunki, Hong [Wed, 21 Aug 2024 04:12:16 +0000 (13:12 +0900)]
[NUI] Make NativeImageSourceQueue.ColorFormat RGBA works as RGBA order
Until now, RGBA works as BGRA order internally.
It will make confuse to user. So we make BGR format at this PR #4383
Now it spend 2 years, and version changed as tizen_9.0
It is good time to change behavior of ColorFormat.RGBA8888
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Thu, 22 Aug 2024 08:05:18 +0000 (17:05 +0900)]
[NUI] Binding FrameUpdateCallbackInterface change Orientation
Let we allow to FrameUpdateCallback get and set Orientation.
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
shmin [Wed, 4 Sep 2024 04:31:56 +0000 (13:31 +0900)]
Update deploy-documents-for-tizen-docs.yml (#6304)
shmin [Wed, 4 Sep 2024 01:35:23 +0000 (10:35 +0900)]
Update deploy documents workflow (#6301)
Haesu Gwon [Tue, 3 Sep 2024 02:45:05 +0000 (11:45 +0900)]
[MediaVision] Deprecate all legacy APIs (#6279)
* [MediaVision] Deprecate all legacy APIs
Doyoun Kang [Wed, 14 Aug 2024 00:40:33 +0000 (09:40 +0900)]
introduce the Screensaver service feature
Haesu Gwon [Wed, 28 Aug 2024 00:03:36 +0000 (09:03 +0900)]
[Multimedia] Add MediaPacket TBM surface APIs (#6278)
* [Multimedia] Add MediaPacket TBM surface API
Jaehyun Cho [Tue, 27 Aug 2024 07:18:41 +0000 (16:18 +0900)]
[NUI] Version Update (22338)
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>
dongsug.song [Wed, 21 Aug 2024 06:46:36 +0000 (15:46 +0900)]
[NUI] Fix the handler's garbage collected exception in WebView
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
dongsug.song [Tue, 13 Aug 2024 11:43:01 +0000 (20:43 +0900)]
[NUI] Deprecate Scrollable and ScrollViewEffect classes
joogab.yun [Mon, 19 Aug 2024 00:04:57 +0000 (09:04 +0900)]
[NUI] Added trim paths props
joogab.yun [Thu, 22 Aug 2024 02:16:22 +0000 (11:16 +0900)]
[NUI] Add RelativeMotionGrab and RelativeMotionUnGrab
Jiyun Yang [Wed, 21 Aug 2024 04:40:42 +0000 (13:40 +0900)]
[NUI] Version Update (22337)
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Jiyun Yang [Mon, 19 Aug 2024 10:01:29 +0000 (19:01 +0900)]
[NUI] Fix lottie dynamic property crash
NUI should not dispose the return value of dynamic property callback.
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Seungho Baek [Fri, 16 Aug 2024 12:55:59 +0000 (21:55 +0900)]
[NUI.Scene3D] Add Panel in Scene3D
Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
dongsug.song [Tue, 13 Aug 2024 09:11:11 +0000 (18:11 +0900)]
[NUI] Remove internal ObjectRegistry that is not used
Eunki, Hong [Fri, 16 Aug 2024 06:34:47 +0000 (15:34 +0900)]
[NUI.Devel.Tests] Do not use ColorFormat.RGBA, which might the behavior will be changed
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dongsug.song [Wed, 24 Jul 2024 03:50:59 +0000 (12:50 +0900)]
[NUI] Fix SVACE defects
Seungho Baek [Tue, 30 Jul 2024 06:32:58 +0000 (15:32 +0900)]
[NUI.Scene3D] Fix Camera control in SceneView
- Make the camera not be removed from SceneView when SelectCamera
- Move CameraTransition to Native
Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
Bowon Ryu [Tue, 13 Aug 2024 11:52:43 +0000 (20:52 +0900)]
Remove unnecessary codes to text label
* Remove the Bindable property of RenderMode.
* Optimize the signal code
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Bowon Ryu [Mon, 12 Aug 2024 11:19:50 +0000 (20:19 +0900)]
[NUI] Add missing code to text label
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Bowon Ryu [Tue, 16 Jul 2024 10:52:26 +0000 (19:52 +0900)]
[NUI] Add description to text label
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Bowon Ryu [Mon, 15 Jul 2024 11:35:10 +0000 (20:35 +0900)]
[NUI] Add AsyncLineCount to TextLabel
Number of lines after latest asynchronous computing or rendering of text.
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Bowon Ryu [Mon, 15 Jul 2024 01:40:53 +0000 (10:40 +0900)]
[NUI] Clean up text label event
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Bowon Ryu [Mon, 15 Jul 2024 01:31:45 +0000 (10:31 +0900)]
[NUI] Add RequestAsyncHeightForWidth to TextLabel
RequestAsyncHeightForWidth computes the hegiht for width of text asynchronously.
The result is received through the AsyncHeightForWidthComputed.
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Bowon Ryu [Fri, 12 Jul 2024 10:56:11 +0000 (19:56 +0900)]
[NUI] Add RequestAsyncNaturalSize to TextLabel
RequestAsyncNaturalSize computes the natural size of text asynchronously.
The result is received through the AsyncNaturalSizeComputed.
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Bowon Ryu [Fri, 12 Jul 2024 05:03:31 +0000 (14:03 +0900)]
[NUI] Add ManualRendered to TextLabel
Whether the last async rendering result is a manual render.
If it's false, the render result was automatically requested by OnRelayout.
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Bowon Ryu [Wed, 10 Jul 2024 11:05:33 +0000 (20:05 +0900)]
[NUI] Add RenderMode to TextLabel
Sync : default, synchronous text loading.
AsyncAuto : automatically requests an asynchronous text load in OnRelayout.
AsyncManual : users should manually request rendering using the async text method.
All text rendering processes (update/layout/render) are performed asynchronously in AsyncAuto and AsyncManual.
Removed unnecessary properties.
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Bowon Ryu [Wed, 10 Jul 2024 07:33:49 +0000 (16:33 +0900)]
[NUI] Add heightConstraint to async text method
heightConstraint is the maximum available height of text to render.
By setting the maximum available value, we can determine size within one task.
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Bowon Ryu [Wed, 10 Jul 2024 05:40:25 +0000 (14:40 +0900)]
[NUI] Add RequestAsyncRenderWithConstraint to TextLabel
Requests asynchronous rendering with the maximum available width using the given widthConstraint.
If the width of the text content is smaller than the widthConstraint, the width will be determined by the width of the text.
If the width of the text content is larger than the widthConstraint, the width will be determined by the widthConstraint.
The height is determined by the content of the text when rendered with the given width.
In this case, the result will be the same as the height returned by GetHeightForWidth.
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Bowon Ryu [Wed, 10 Jul 2024 01:26:33 +0000 (10:26 +0900)]
[NUI] Add RequestAsyncRenderWithFixedWidth to TextLabel
Requests asynchronous text rendering with a fixed width.
The height is determined by the content of the text when rendered with the given width.
The result will be the same as the height returned by GetHeightForWidth.
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Bowon Ryu [Tue, 9 Jul 2024 07:53:18 +0000 (16:53 +0900)]
[NUI] Add AsyncTextRendered to TextLabel
Signal is emitted along with the size information
once the async text rendering is complete.
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Bowon Ryu [Tue, 9 Jul 2024 06:54:16 +0000 (15:54 +0900)]
[NUI] Add RequestAsyncRenderWithFixedSize to text label
Requests asynchronous rendering of text with a fixed size.
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
dongsug.song [Wed, 26 Jun 2024 04:05:01 +0000 (13:05 +0900)]
[TCSACR-586][NUI] Add IWindowProvider to be used as a common window interface across different modules
Seoyeon Kim [Tue, 13 Aug 2024 05:16:59 +0000 (14:16 +0900)]
[NUI] Version Update (22336)
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Eunki Hong [Mon, 29 Jul 2024 15:06:37 +0000 (00:06 +0900)]
[NUI] Bind SynchronousSizing for ImageView / ImageVisual
Add SynchrousSizing property - reload as size of visual.
It will be useful when we want to load image as specific size of view,
so the memory is reduced.
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Mon, 5 Aug 2024 03:56:51 +0000 (12:56 +0900)]
[NUI] Apply comments at VisualBase (phase 1)
Apply some comments that report at PR #6079
- `Color.A` getter apply `Opacity` changeness
- Make `VisualFittingMode` have no effect for `ColorVisual` and `BorderVisual`
- `GetVisualProperty` return valid value after call `GetCurrentVisualProperty`
- Make `VisualBase` class as abstract. Let we don't allow to call this class constructor.
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Fri, 2 Aug 2024 06:26:48 +0000 (15:26 +0900)]
[NUI] Remove various build warnings (phase 1)
Found some build warning list by below command
dotnet build /p:BuildWithAnalyzer=True -consoleloggerparameters:NoSummary
Their are too many warnings occurs, let we remove them by multiple phases.
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Thu, 1 Aug 2024 12:05:49 +0000 (21:05 +0900)]
[NUI] Make VisibilityChangedEventArgs.View return visibility changed view
Until now, VisibilityChangedEventArgs.View return sender itself.
It is useless information for user.
Follow up some other platform's behavior,
( reference : https://developer.android.com/reference/android/view/View#onVisibilityChanged(android.view.View,%20int) )
Let we make VisibilityChangedEventArgs.View return visibility changed view.
Relative dali patch :
- https://review.tizen.org/gerrit/c/platform/core/uifw/dali-core/+/315475
- https://review.tizen.org/gerrit/c/platform/core/uifw/dali-csharp-binder/+/315484
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dongsug.song [Thu, 8 Aug 2024 11:53:51 +0000 (20:53 +0900)]
[NUI] Fix TableView TC fail issue
- TCT crash issue, log =>
E/STDERR (21795): Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object.
E/STDERR (21795): at Tizen.NUI.BaseComponents.View.Dispose(DisposeTypes type) in Tizen.NUI.dll:token 0x6002b7c+0x591
E/STDERR (21795): at Tizen.NUI.BaseHandle.Dispose() in Tizen.NUI.dll:token 0x6000e5c+0xc
E/STDERR (21795): at Tizen.NUI.DisposeQueue.ProcessDisposablesIncrementally() in Tizen.NUI.dll:token 0x6000238+0x79
E/STDERR (21795): at Tizen.NUI.DisposeQueue.ProcessDisposables() in Tizen.NUI.dll:token 0x6000237+0xd5
E/STDERR (21795): onSigabrt called
Haesu Gwon [Thu, 8 Aug 2024 09:22:29 +0000 (18:22 +0900)]
[WebRTC] Add debug log (#6256)
Haesu Gwon [Thu, 8 Aug 2024 08:48:37 +0000 (17:48 +0900)]
[MediaContent] Deprecate all Bookmark and Playlist APIs (#6240)
Woochan [Wed, 7 Aug 2024 06:35:38 +0000 (15:35 +0900)]
[NUI] Version upate(22335) (#6253)
Co-authored-by: Woochan Lee <wc0917.lee@samsung.com>
Seungho Baek [Tue, 16 Jul 2024 07:18:41 +0000 (16:18 +0900)]
[NUI] Add InheritedVisibilityChanged Event
Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
Eunki, Hong [Wed, 24 Jul 2024 11:09:53 +0000 (20:09 +0900)]
[NUI] Unified EventHandler connect-disconnect code style (Phase 1)
Make we use unified code style when we connect/disconnect native signal
to C# EventHandler.
It will be reduce some copy-paste the non-common style implementation.
This PR will change below classes
* (internal)Application and it's family
* (internal)ObjectRegistry
* (internal)Builder
* (internal)GaussianBlurView
* ImageView and it's family
* View, ViewAccessibility
* Clipboard
* Capture
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Fri, 2 Aug 2024 07:06:12 +0000 (16:06 +0900)]
[NUI.Scene3D.Sample] Remove useless looping animation
Since some useless animation was running internally until GC comes,
CPU usage might be increased for this sample.
To avoid useless rendering, let we ensurely dispose not-using animation.
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
joogab.yun [Thu, 1 Aug 2024 05:53:37 +0000 (14:53 +0900)]
[NUI] Add GetLastPanGestureState
Use this when you want to know the status value of a pan gesture.
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-core/+/315444/
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-adaptor/+/315445/
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-csharp-binder/+/315446/
Seungho Baek [Mon, 29 Jul 2024 06:34:48 +0000 (15:34 +0900)]
[NUI] Add Exclusive Option for Capture
Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
dongsug.song [Wed, 31 Jul 2024 01:36:48 +0000 (10:36 +0900)]
[NUI] Version update(22334)
huayong.xu [Fri, 2 Feb 2024 11:44:55 +0000 (19:44 +0800)]
[NUI] Add a WebView API for notifying orientation change.
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.
Seoyeon2Kim [Fri, 26 Jul 2024 07:13:05 +0000 (16:13 +0900)]
[NUI] Clean code for NUI Layouting (#6238)
- Make intention revealing names for Some variables.
Choosing names that reveal intent can make it much easier to understand.
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
jmm [Tue, 25 Jun 2024 04:03:50 +0000 (13:03 +0900)]
[NUI] Support View BackgroundBlurEffect
Eunki, Hong [Thu, 11 Jul 2024 04:39:10 +0000 (13:39 +0900)]
[NUI] Support Shadow and ColorVisual cutout policy
Let we support to BoxShadow and ColorVisual, to ignore rendering inside of
View area.
None is default, same as previous logics.
CutoutView is cutout render area as bounding box of view. It is faster than CutoutViewWithCornerRadius.
CutoutWithCornerRadius is cutout render area consider the corner radius of view.
Required dali patch :
https://review.tizen.org/gerrit/c/platform/core/uifw/dali-toolkit/+/314255
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Yelin Jeong [Mon, 22 Jul 2024 07:59:51 +0000 (16:59 +0900)]
[NoACR][MachineLearning.Inference] Change internal tensor size limit
This patch changes internal tensor size limit in MachineLearning.Inference.
Tizen Native ML api's max tensor size has been changed to 256.
Signed-off-by: Yelin Jeong <yelini.jeong@samsung.com>
jeremy-jang [Wed, 24 Jul 2024 08:15:56 +0000 (17:15 +0900)]
[Tdbc] Fix static analysis issue (#6228)
System.Reflection.Assembly.CreateInstance() can return null value.
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
joogab.yun [Tue, 23 Jul 2024 05:26:20 +0000 (14:26 +0900)]
[NUI] NUI Version up(nui22333)
Seoyeon2Kim [Tue, 23 Jul 2024 04:48:07 +0000 (13:48 +0900)]
[NUI] Remove the legacy AccessibilityActivate code (#6223)
- `CSharp_Dali_ViewImpl_AccessibilityActivate` was removed in 2018 lol
However, at that time, NUI codes couldn't be removed together (Not sure)
- The reason `ViewImpl_AccessibilityActivate` was removed is
`Remove functions which using internal apis
Some binding functions use internal apis.
It caused error when dlopen csharp binder.`
- User can use Activated event with `View.AccessibilityActivated`
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
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/
Seoyeon Kim [Wed, 17 Jul 2024 11:31:01 +0000 (20:31 +0900)]
[NUI] Revert the legacy Autofill code
- NUI Autofill code was not removed together with dali ones.
- Now, all related codes should be deleted because there's no use case
anywhere and they don't have their internal implementation.
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Haesu Gwon [Thu, 18 Jul 2024 02:12:19 +0000 (11:12 +0900)]
[WebRTC] Change state restriction (#6181)
* [WebRTC] Change state restriction
dongsug.song [Tue, 16 Jul 2024 07:29:04 +0000 (16:29 +0900)]
[NUI] Add friend assembly for NUI2.Compatibility
Bowon Ryu [Tue, 16 Jul 2024 05:44:20 +0000 (14:44 +0900)]
[NUI] NUI version up(nui22332)
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
dongsug.song [Thu, 11 Jul 2024 04:46:10 +0000 (13:46 +0900)]
[NUI] Fix SVACE issues
shmin [Tue, 16 Jul 2024 05:55:09 +0000 (14:55 +0900)]
Update deploy-documents.yml (#6214)
sunghyun kim [Wed, 10 Jul 2024 07:53:11 +0000 (16:53 +0900)]
[NUI] NUI version up(nui22331)
Eunki, Hong [Mon, 8 Jul 2024 03:31:27 +0000 (12:31 +0900)]
[NUI] Make ControlHandle dispose always
Let we make ControlHandle call Dispose(true) always what we are using now.
And also, print some error log when this object GC by worker thread.
+ Write some comments for ControlHandle user.
It should be make more safety development
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dongsug.song [Mon, 1 Jul 2024 13:16:19 +0000 (22:16 +0900)]
[NUI] Avoid boxing,unboxing overhead
Eunki, Hong [Tue, 2 Jul 2024 08:14:27 +0000 (17:14 +0900)]
[NUI] Refine KeyFrames PropertyValues with propertyValueConverter
Let we allow to convert PropertyValue by propertyValueConverter when we
use AnimateBetween keyword by KeyFrames.
It will be useful when we animate some BackgroundColor or somethings
with Integer value.
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Wed, 3 Jul 2024 07:47:33 +0000 (16:47 +0900)]
[NUI] 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
Seungho Baek [Tue, 2 Jul 2024 06:34:00 +0000 (15:34 +0900)]
[NUI] Make Capture return ImageUrl
Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
Eunki, Hong [Tue, 2 Jul 2024 07:55:45 +0000 (16:55 +0900)]
[NUI] Remove unused macro
NUI_ANIMATION_PROPERTY_CHANGE_1 macro already works well for every cases.
Now we can always enable them
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
jmm [Tue, 2 Jul 2024 06:51:39 +0000 (15:51 +0900)]
[NUI] NUI version up(nui22330)
Wonsik Jung [Mon, 1 Jul 2024 01:57:38 +0000 (10:57 +0900)]
[NUI] Add sample and description for window modal and always on top.
Add sample for window modal and always on top property to Tizen.NUI.Samples.
In addition, the description is added to window modal.
Wonsik Jung [Tue, 25 Jun 2024 07:47:44 +0000 (16:47 +0900)]
[NUI] Supports new window functions.
Supports new window functions.
1. Supports the modal window.
2. Supports the pin to top function.
Eunki, Hong [Thu, 27 Jun 2024 03:23:57 +0000 (12:23 +0900)]
[NUI] Remove build warning
1. Remove XML parsing error
2. Let we use SafeHandle.Dispose(bool), instead of Dispose() API directly.
3. Add 'new' keyword what we re-define properties intention.
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
ilho159kim [Fri, 28 Jun 2024 04:29:09 +0000 (13:29 +0900)]
Add ClearCacheProgressChanged EventHandler (#6183)
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>