TizenAPI-Bot [Wed, 4 Sep 2024 15:08:42 +0000 (15:08 +0000)]
Release 12.0.0.18428
TizenAPI-Bot [Wed, 4 Sep 2024 09:41:49 +0000 (09:41 +0000)]
Release 12.0.0.18428
TizenAPI-Bot [Wed, 4 Sep 2024 09:41:49 +0000 (09:41 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
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)
TizenAPI-Bot [Tue, 3 Sep 2024 15:08:43 +0000 (15:08 +0000)]
Release 12.0.0.18418
TizenAPI-Bot [Tue, 3 Sep 2024 15:08:43 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Haesu Gwon [Tue, 3 Sep 2024 02:45:05 +0000 (11:45 +0900)]
[MediaVision] Deprecate all legacy APIs (#6279)
* [MediaVision] Deprecate all legacy APIs
TizenAPI-Bot [Mon, 2 Sep 2024 15:10:39 +0000 (15:10 +0000)]
Release 12.0.0.18417
TizenAPI-Bot [Mon, 2 Sep 2024 15:10:39 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
Doyoun Kang [Wed, 14 Aug 2024 00:40:33 +0000 (09:40 +0900)]
introduce the Screensaver service feature
TizenAPI-Bot [Sun, 1 Sep 2024 15:08:17 +0000 (15:08 +0000)]
Release 12.0.0.18416
TizenAPI-Bot [Sat, 31 Aug 2024 15:08:55 +0000 (15:08 +0000)]
Release 12.0.0.18416
TizenAPI-Bot [Fri, 30 Aug 2024 15:08:21 +0000 (15:08 +0000)]
Release 12.0.0.18416
TizenAPI-Bot [Wed, 28 Aug 2024 15:08:29 +0000 (15:08 +0000)]
Release 12.0.0.18416
TizenAPI-Bot [Wed, 28 Aug 2024 15:08:29 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
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
TizenAPI-Bot [Tue, 27 Aug 2024 15:09:04 +0000 (15:09 +0000)]
Release 12.0.0.18415
TizenAPI-Bot [Tue, 27 Aug 2024 07:41:51 +0000 (07:41 +0000)]
Release 12.0.0.18415
TizenAPI-Bot [Tue, 27 Aug 2024 07:41:51 +0000 (07:41 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
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
TizenAPI-Bot [Mon, 26 Aug 2024 15:09:07 +0000 (15:09 +0000)]
Release 12.0.0.18407
TizenAPI-Bot [Sun, 25 Aug 2024 15:08:51 +0000 (15:08 +0000)]
Release 12.0.0.18407
TizenAPI-Bot [Sat, 24 Aug 2024 15:09:19 +0000 (15:09 +0000)]
Release 12.0.0.18407
TizenAPI-Bot [Fri, 23 Aug 2024 15:09:07 +0000 (15:09 +0000)]
Release 12.0.0.18407
TizenAPI-Bot [Wed, 21 Aug 2024 15:08:48 +0000 (15:08 +0000)]
Release 12.0.0.18407
TizenAPI-Bot [Wed, 21 Aug 2024 06:18:04 +0000 (06:18 +0000)]
Release 12.0.0.18407
TizenAPI-Bot [Wed, 21 Aug 2024 06:18:04 +0000 (06:18 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
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>
TizenAPI-Bot [Tue, 20 Aug 2024 15:08:57 +0000 (15:08 +0000)]
Release 12.0.0.18386
TizenAPI-Bot [Tue, 20 Aug 2024 15:08:57 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
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
TizenAPI-Bot [Sun, 18 Aug 2024 15:08:45 +0000 (15:08 +0000)]
Release 12.0.0.18385
TizenAPI-Bot [Sat, 17 Aug 2024 15:08:20 +0000 (15:08 +0000)]
Release 12.0.0.18385
TizenAPI-Bot [Fri, 16 Aug 2024 15:08:50 +0000 (15:08 +0000)]
Release 12.0.0.18385
TizenAPI-Bot [Tue, 13 Aug 2024 06:49:48 +0000 (06:49 +0000)]
Release 12.0.0.18385
TizenAPI-Bot [Tue, 13 Aug 2024 06:49:48 +0000 (06:49 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
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>
TizenAPI-Bot [Thu, 8 Aug 2024 15:08:40 +0000 (15:08 +0000)]
Release 12.0.0.18380
TizenAPI-Bot [Thu, 8 Aug 2024 12:07:27 +0000 (12:07 +0000)]
Release 12.0.0.18380
TizenAPI-Bot [Thu, 8 Aug 2024 12:07:27 +0000 (12:07 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
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)
TizenAPI-Bot [Wed, 7 Aug 2024 07:06:32 +0000 (07:06 +0000)]
Release 12.0.0.18377
TizenAPI-Bot [Wed, 7 Aug 2024 07:06:31 +0000 (07:06 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
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>
TizenAPI-Bot [Tue, 6 Aug 2024 15:09:01 +0000 (15:09 +0000)]
Release 12.0.0.18371
TizenAPI-Bot [Mon, 5 Aug 2024 15:08:35 +0000 (15:08 +0000)]
Release 12.0.0.18371
TizenAPI-Bot [Sun, 4 Aug 2024 15:09:41 +0000 (15:09 +0000)]
Release 12.0.0.18371
TizenAPI-Bot [Thu, 1 Aug 2024 15:08:35 +0000 (15:08 +0000)]
Release 12.0.0.18371
TizenAPI-Bot [Wed, 31 Jul 2024 02:01:24 +0000 (02:01 +0000)]
Release 12.0.0.18371
TizenAPI-Bot [Wed, 31 Jul 2024 02:01:24 +0000 (02:01 +0000)]
Merge remote-tracking branch 'origin/master' into tizen
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/