Eunki, Hong [Mon, 23 Sep 2024 10:51:12 +0000 (19:51 +0900)]
[NUI] Support ImageView and ImageVisual the SamplingMode
Let we add property for change sampling mode when we change
desired size of given image.
Relative dali patch
https://review.tizen.org/gerrit/c/platform/core/uifw/dali-core/+/317969
https://review.tizen.org/gerrit/c/platform/core/uifw/dali-adaptor/+/317993
https://review.tizen.org/gerrit/c/platform/core/uifw/dali-toolkit/+/317992
https://review.tizen.org/gerrit/c/platform/core/uifw/dali-demo/+/318001
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Wonsik Jung [Wed, 25 Sep 2024 03:51:21 +0000 (12:51 +0900)]
[NUI] Supports to set window layer to bottom
Supports to set window layer to bottom.
The related patches are the belows.
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-adaptor/+/318118/
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-csharp-binder/+/318127/
Seungho Baek [Wed, 25 Sep 2024 01:20:26 +0000 (10:20 +0900)]
[NUI.Scene3D] Fix miss used method in SceneView
- DeleteCameraProperty has been used for the case that should use DeleteCamera.
Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
dongsug.song [Fri, 20 Sep 2024 12:30:36 +0000 (21:30 +0900)]
[NUI] Add comments (2nd patch)
ANZ1217 [Mon, 23 Sep 2024 07:47:45 +0000 (16:47 +0900)]
[NUI] Add Outline Offset and BlurRadius at struct Outline
Wonsik Jung [Fri, 13 Sep 2024 08:07:19 +0000 (17:07 +0900)]
[NUI] Add window behind blur type.
Add window behind blur type and the window blur sample.
sunghyun kim [Wed, 21 Aug 2024 09:50:57 +0000 (18:50 +0900)]
[NUI] Add AddPrecompileShader() for adding precompile shader
hjhun [Wed, 25 Sep 2024 07:23:53 +0000 (16:23 +0900)]
[Core] Modify exceptions (#6355)
* [Core] Modify exceptions
Some methods should throw InvalidOperationException.
This patch modifies that.
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* [Core] Add a missing exception to ChannelReceiver.Receive()
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* [Core] Fix ambiguous error messages
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* [Core] Fix wrong description & implementation
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* [Core] Modify ambiguous log message
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* [Core] Convert error to C# exception
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* [Core] Fix wrong log message
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* [Core] Fix wrong error handling
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
---------
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Haesu Gwon [Wed, 25 Sep 2024 04:52:57 +0000 (13:52 +0900)]
[WebRTC] Improve documentation (#6347)
hjhun [Wed, 25 Sep 2024 01:19:29 +0000 (10:19 +0900)]
[Core] Remove wrong descriptions (#6348)
The Run() & Quit() methods of Task do not throw InvalidOperationException.
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
hjhun [Fri, 20 Sep 2024 12:13:03 +0000 (21:13 +0900)]
[Tizen.Core] Add missing descriptions related to Exception (#6338)
* [Tizen.Core] Add missing descriptions related to Exception
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Separate try catch blocks
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
---------
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
hjhun [Fri, 20 Sep 2024 04:43:02 +0000 (13:43 +0900)]
[Tizen.Core] Fix managing native handle of Event (#6337)
The native handle should not be null before calling Dispose() method.
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
hjhun [Fri, 20 Sep 2024 04:04:19 +0000 (13:04 +0900)]
[Tizen.Core] Fix memory leak (#6336)
The problem is that if the setter of ChannelObject's Data Property is called
twice in a row, the previous data will not be removed. To prevent this,
this patch is made it so that when the setter is called, the previous data
is erased.
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
hjhun [Fri, 20 Sep 2024 02:03:54 +0000 (11:03 +0900)]
[Tizen.Core] Fix double free issues (#6335)
* [Tizen.Core] Fix double free issues
The received object in the callback function should not be released.
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Prevent double free using an internal property
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
---------
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Filip Skrzeczkowski [Thu, 19 Sep 2024 12:04:46 +0000 (14:04 +0200)]
[WebAuthn] Add WebAuthn API (#6311)
[WebAuthn] Add WebAuthn module and public API
Provide the implementation and documentation for the public API of the
WebAuthn module implementing the passkey functionality.
Co-authored-by: Piotr Szydełko <wiertel@users.sourceforge.net>
hjhun [Thu, 19 Sep 2024 09:49:05 +0000 (18:49 +0900)]
[Core] Fix a bug about releasing the task (#6333)
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
hjhun [Thu, 19 Sep 2024 04:03:04 +0000 (13:03 +0900)]
[Tizen.Core] Add new API for providing a new main loop model (#6296)
* [Tizen.Core] Add new Tizen.Core library
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Remove example code from TCoreTask.Running property
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Update descriptions
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Save unsaved code
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Update markdown file
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Update descriptions
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
---------
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Haesu Gwon [Thu, 19 Sep 2024 03:17:14 +0000 (12:17 +0900)]
[MediaVision] Check instance is disposed (#6331)
Haesu Gwon [Thu, 19 Sep 2024 02:26:21 +0000 (11:26 +0900)]
[MediaVision] Add new inference APIs (#6316)
* [MediaVision] Add new inference APIs
Yunhee Seo [Thu, 12 Sep 2024 02:30:44 +0000 (11:30 +0900)]
[System] Add handling code for internal APIs
Power related EventArgs classes were used at internal APIs
in Power.cs module.
These classes and all properties(attributes) should be
treated as internal API code.
Thus, this patch is necessary.
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
Haesu Gwon [Fri, 13 Sep 2024 03:45:26 +0000 (12:45 +0900)]
[WebRTC] Add descrition and payload APIs (#6284)
* [WebRTC] Add descrition and payload APIs
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)