platform/core/csapi/tizenfx.git
4 weeks agoRelease 12.0.0.18407 submit/tizen/20240825.150851
TizenAPI-Bot [Sun, 25 Aug 2024 15:08:51 +0000 (15:08 +0000)]
Release 12.0.0.18407

4 weeks agoRelease 12.0.0.18407 submit/tizen/20240824.150919
TizenAPI-Bot [Sat, 24 Aug 2024 15:09:19 +0000 (15:09 +0000)]
Release 12.0.0.18407

4 weeks agoRelease 12.0.0.18407 submit/tizen/20240823.150907
TizenAPI-Bot [Fri, 23 Aug 2024 15:09:07 +0000 (15:09 +0000)]
Release 12.0.0.18407

5 weeks agoRelease 12.0.0.18407 submit/tizen/20240821.150848
TizenAPI-Bot [Wed, 21 Aug 2024 15:08:48 +0000 (15:08 +0000)]
Release 12.0.0.18407

5 weeks agoRelease 12.0.0.18407 accepted/tizen/unified/20240821.165333 accepted/tizen/unified/dev/20240822.230330 accepted/tizen/unified/x/20240822.014242 submit/tizen/20240821.061804
TizenAPI-Bot [Wed, 21 Aug 2024 06:18:04 +0000 (06:18 +0000)]
Release 12.0.0.18407

5 weeks agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Wed, 21 Aug 2024 06:18:04 +0000 (06:18 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

5 weeks ago[NUI] Version Update (22337)
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>
5 weeks ago[NUI] Fix lottie dynamic property crash
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>
5 weeks ago[NUI.Scene3D] Add Panel in Scene3D
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>
5 weeks ago[NUI] Remove internal ObjectRegistry that is not used
dongsug.song [Tue, 13 Aug 2024 09:11:11 +0000 (18:11 +0900)]
[NUI] Remove internal ObjectRegistry that is not used

5 weeks ago[NUI.Devel.Tests] Do not use ColorFormat.RGBA, which might the behavior will be changed
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>
5 weeks ago[NUI] Fix SVACE defects
dongsug.song [Wed, 24 Jul 2024 03:50:59 +0000 (12:50 +0900)]
[NUI] Fix SVACE defects

5 weeks ago[NUI.Scene3D] Fix Camera control in SceneView
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>
5 weeks agoRemove unnecessary codes to text label
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>
5 weeks ago[NUI] Add missing code to text label
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>
5 weeks ago[NUI] Add description to text label
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>
5 weeks ago[NUI] Add AsyncLineCount to TextLabel
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>
5 weeks ago[NUI] Clean up text label event
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>
5 weeks ago[NUI] Add RequestAsyncHeightForWidth to TextLabel
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>
5 weeks ago[NUI] Add RequestAsyncNaturalSize to TextLabel
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>
5 weeks ago[NUI] Add ManualRendered to TextLabel
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>
5 weeks ago[NUI] Add RenderMode to TextLabel
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>
5 weeks ago[NUI] Add heightConstraint to async text method
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>
5 weeks ago[NUI] Add RequestAsyncRenderWithConstraint to TextLabel
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>
5 weeks ago[NUI] Add RequestAsyncRenderWithFixedWidth to TextLabel
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>
5 weeks ago[NUI] Add AsyncTextRendered to TextLabel
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>
5 weeks ago[NUI] Add RequestAsyncRenderWithFixedSize to text label
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>
5 weeks agoRelease 12.0.0.18386 submit/tizen/20240820.150857
TizenAPI-Bot [Tue, 20 Aug 2024 15:08:57 +0000 (15:08 +0000)]
Release 12.0.0.18386

5 weeks agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 20 Aug 2024 15:08:57 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

5 weeks ago[TCSACR-586][NUI] Add IWindowProvider to be used as a common window interface across...
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

5 weeks agoRelease 12.0.0.18385 submit/tizen/20240818.150845
TizenAPI-Bot [Sun, 18 Aug 2024 15:08:45 +0000 (15:08 +0000)]
Release 12.0.0.18385

5 weeks agoRelease 12.0.0.18385 submit/tizen/20240817.150820
TizenAPI-Bot [Sat, 17 Aug 2024 15:08:20 +0000 (15:08 +0000)]
Release 12.0.0.18385

5 weeks agoRelease 12.0.0.18385 submit/tizen/20240816.150850
TizenAPI-Bot [Fri, 16 Aug 2024 15:08:50 +0000 (15:08 +0000)]
Release 12.0.0.18385

6 weeks agoRelease 12.0.0.18385 accepted/tizen/unified/20240813.181714 accepted/tizen/unified/dev/20240819.095554 accepted/tizen/unified/x/20240814.051229 submit/tizen/20240813.064948
TizenAPI-Bot [Tue, 13 Aug 2024 06:49:48 +0000 (06:49 +0000)]
Release 12.0.0.18385

6 weeks agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 13 Aug 2024 06:49:48 +0000 (06:49 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

6 weeks ago[NUI] Version Update (22336)
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>
6 weeks ago[NUI] Bind SynchronousSizing for ImageView / ImageVisual
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>
6 weeks ago[NUI] Apply comments at VisualBase (phase 1)
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>
6 weeks ago[NUI] Remove various build warnings (phase 1)
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>
6 weeks ago[NUI] Make VisibilityChangedEventArgs.View return visibility changed view
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>
7 weeks agoRelease 12.0.0.18380 submit/tizen/20240808.150840
TizenAPI-Bot [Thu, 8 Aug 2024 15:08:40 +0000 (15:08 +0000)]
Release 12.0.0.18380

7 weeks agoRelease 12.0.0.18380 accepted/tizen_unified_toolchain accepted/tizen_unified_x_asan accepted/tizen/unified/20240809.055218 accepted/tizen/unified/dev/20240812.222931 accepted/tizen/unified/toolchain/20240813.045143 accepted/tizen/unified/x/20240812.041915 accepted/tizen/unified/x/asan/20240813.230450 submit/tizen/20240808.120727
TizenAPI-Bot [Thu, 8 Aug 2024 12:07:27 +0000 (12:07 +0000)]
Release 12.0.0.18380

7 weeks agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Thu, 8 Aug 2024 12:07:27 +0000 (12:07 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

7 weeks ago[NUI] Fix TableView TC fail issue
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

7 weeks ago[WebRTC] Add debug log (#6256)
Haesu Gwon [Thu, 8 Aug 2024 09:22:29 +0000 (18:22 +0900)]
[WebRTC] Add debug log (#6256)

7 weeks ago[MediaContent] Deprecate all Bookmark and Playlist APIs (#6240)
Haesu Gwon [Thu, 8 Aug 2024 08:48:37 +0000 (17:48 +0900)]
[MediaContent] Deprecate all Bookmark and Playlist APIs (#6240)

7 weeks agoRelease 12.0.0.18377 submit/tizen/20240807.070632
TizenAPI-Bot [Wed, 7 Aug 2024 07:06:32 +0000 (07:06 +0000)]
Release 12.0.0.18377

7 weeks agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Wed, 7 Aug 2024 07:06:31 +0000 (07:06 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

7 weeks ago[NUI] Version upate(22335) (#6253)
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>
7 weeks ago[NUI] Add InheritedVisibilityChanged Event
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>
7 weeks ago[NUI] Unified EventHandler connect-disconnect code style (Phase 1)
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>
7 weeks ago[NUI.Scene3D.Sample] Remove useless looping animation
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>
7 weeks ago[NUI] Add GetLastPanGestureState
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/

7 weeks ago[NUI] Add Exclusive Option for Capture
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>
7 weeks agoRelease 12.0.0.18371 submit/tizen/20240806.150901
TizenAPI-Bot [Tue, 6 Aug 2024 15:09:01 +0000 (15:09 +0000)]
Release 12.0.0.18371

7 weeks agoRelease 12.0.0.18371 submit/tizen/20240805.150835
TizenAPI-Bot [Mon, 5 Aug 2024 15:08:35 +0000 (15:08 +0000)]
Release 12.0.0.18371

7 weeks agoRelease 12.0.0.18371 submit/tizen/20240804.150941
TizenAPI-Bot [Sun, 4 Aug 2024 15:09:41 +0000 (15:09 +0000)]
Release 12.0.0.18371

8 weeks agoRelease 12.0.0.18371 submit/tizen/20240801.150835
TizenAPI-Bot [Thu, 1 Aug 2024 15:08:35 +0000 (15:08 +0000)]
Release 12.0.0.18371

8 weeks agoRelease 12.0.0.18371 accepted/tizen/unified/20240731.160144 accepted/tizen/unified/dev/20240805.054413 accepted/tizen/unified/toolchain/20240812.132205 accepted/tizen/unified/x/20240801.044155 submit/tizen/20240731.020124
TizenAPI-Bot [Wed, 31 Jul 2024 02:01:24 +0000 (02:01 +0000)]
Release 12.0.0.18371

8 weeks agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Wed, 31 Jul 2024 02:01:24 +0000 (02:01 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

8 weeks ago[NUI] Version update(22334)
dongsug.song [Wed, 31 Jul 2024 01:36:48 +0000 (10:36 +0900)]
[NUI] Version update(22334)

8 weeks ago[NUI] Add a WebView API for notifying orientation change.
huayong.xu [Fri, 2 Feb 2024 11:44:55 +0000 (19:44 +0800)]
[NUI] Add a WebView API for notifying orientation change.

8 weeks ago[NUI] Support CornerRadius in WebView
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/

8 weeks ago[NUI] Create Context/CookieManager when WebView is created.
huayong.xu [Fri, 19 Jan 2024 07:09:31 +0000 (15:09 +0800)]
[NUI] Create Context/CookieManager when WebView is created.

8 weeks ago[NUI] Add WebView APIs for fullscreen, text found, etc.
huayong.xu [Mon, 16 Oct 2023 02:46:38 +0000 (10:46 +0800)]
[NUI] Add WebView APIs for fullscreen, text found, etc.

8 weeks ago[NUI] Clean code for NUI Layouting (#6238)
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>
8 weeks ago[NUI] Support View BackgroundBlurEffect
jmm [Tue, 25 Jun 2024 04:03:50 +0000 (13:03 +0900)]
[NUI] Support View BackgroundBlurEffect

8 weeks ago[NUI] Support Shadow and ColorVisual cutout policy
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>
8 weeks agoRelease 12.0.0.18363 submit/tizen/20240730.150856
TizenAPI-Bot [Tue, 30 Jul 2024 15:08:56 +0000 (15:08 +0000)]
Release 12.0.0.18363

8 weeks agoRelease 12.0.0.18363 submit/tizen/20240728.150824
TizenAPI-Bot [Sun, 28 Jul 2024 15:08:24 +0000 (15:08 +0000)]
Release 12.0.0.18363

2 months agoRelease 12.0.0.18363 submit/tizen/20240726.150846
TizenAPI-Bot [Fri, 26 Jul 2024 15:08:46 +0000 (15:08 +0000)]
Release 12.0.0.18363

2 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Fri, 26 Jul 2024 15:08:45 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

2 months ago[NoACR][MachineLearning.Inference] Change internal tensor size limit
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>
2 months agoRelease 12.0.0.18362 submit/tizen/20240724.150945
TizenAPI-Bot [Wed, 24 Jul 2024 15:09:45 +0000 (15:09 +0000)]
Release 12.0.0.18362

2 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Wed, 24 Jul 2024 15:09:45 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

2 months ago[Tdbc] Fix static analysis issue (#6228)
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>
2 months agoRelease 12.0.0.18361 accepted/tizen/unified/20240724.005724 accepted/tizen/unified/dev/20240724.110025 accepted/tizen/unified/x/20240724.011802 submit/tizen/20240723.060632
TizenAPI-Bot [Tue, 23 Jul 2024 06:06:32 +0000 (06:06 +0000)]
Release 12.0.0.18361

2 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 23 Jul 2024 06:06:32 +0000 (06:06 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

2 months ago[NUI] NUI Version up(nui22333)
joogab.yun [Tue, 23 Jul 2024 05:26:20 +0000 (14:26 +0900)]
[NUI] NUI Version up(nui22333)

2 months ago[NUI] Remove the legacy AccessibilityActivate code (#6223)
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>
2 months agoRevert "[NUI] If the view had focus when it was unparented, the focus is cleared...
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/

2 months ago[NUI] Revert the legacy Autofill code
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>
2 months agoRelease 12.0.0.18357 submit/tizen/20240721.150856
TizenAPI-Bot [Sun, 21 Jul 2024 15:08:56 +0000 (15:08 +0000)]
Release 12.0.0.18357

2 months agoRelease 12.0.0.18357 submit/tizen/20240718.150959
TizenAPI-Bot [Thu, 18 Jul 2024 15:09:59 +0000 (15:09 +0000)]
Release 12.0.0.18357

2 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Thu, 18 Jul 2024 15:09:59 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

2 months ago[WebRTC] Change state restriction (#6181)
Haesu Gwon [Thu, 18 Jul 2024 02:12:19 +0000 (11:12 +0900)]
[WebRTC] Change state restriction (#6181)

* [WebRTC] Change state restriction

2 months agoRelease 12.0.0.18356 submit/tizen/20240717.150903
TizenAPI-Bot [Wed, 17 Jul 2024 15:09:03 +0000 (15:09 +0000)]
Release 12.0.0.18356

2 months agoRelease 12.0.0.18356 submit/tizen/20240716.150817
TizenAPI-Bot [Tue, 16 Jul 2024 15:08:17 +0000 (15:08 +0000)]
Release 12.0.0.18356

2 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 16 Jul 2024 15:08:17 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

2 months ago[NUI] Add friend assembly for NUI2.Compatibility
dongsug.song [Tue, 16 Jul 2024 07:29:04 +0000 (16:29 +0900)]
[NUI] Add friend assembly for NUI2.Compatibility

2 months agoRelease 12.0.0.18355 accepted/tizen/unified/20240717.060609 accepted/tizen/unified/dev/20240718.035936 accepted/tizen/unified/x/20240718.022848 submit/tizen/20240716.063101
TizenAPI-Bot [Tue, 16 Jul 2024 06:31:01 +0000 (06:31 +0000)]
Release 12.0.0.18355

2 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 16 Jul 2024 06:31:01 +0000 (06:31 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

2 months ago[NUI] NUI version up(nui22332)
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>
2 months ago[NUI] Fix SVACE issues
dongsug.song [Thu, 11 Jul 2024 04:46:10 +0000 (13:46 +0900)]
[NUI] Fix SVACE issues

2 months agoUpdate deploy-documents.yml (#6214)
shmin [Tue, 16 Jul 2024 05:55:09 +0000 (14:55 +0900)]
Update deploy-documents.yml (#6214)

2 months agoRelease 12.0.0.18352 submit/tizen/20240715.151007
TizenAPI-Bot [Mon, 15 Jul 2024 15:10:07 +0000 (15:10 +0000)]
Release 12.0.0.18352

2 months agoRelease 12.0.0.18352 submit/tizen/20240713.150822
TizenAPI-Bot [Sat, 13 Jul 2024 15:08:22 +0000 (15:08 +0000)]
Release 12.0.0.18352

2 months agoRelease 12.0.0.18352 submit/tizen/20240710.150906
TizenAPI-Bot [Wed, 10 Jul 2024 15:09:06 +0000 (15:09 +0000)]
Release 12.0.0.18352

2 months agoRelease 12.0.0.18352 accepted/tizen/unified/20240711.051103 accepted/tizen/unified/dev/20240712.055806 accepted/tizen/unified/x/20240716.041608 submit/tizen/20240710.091550
TizenAPI-Bot [Wed, 10 Jul 2024 09:15:50 +0000 (09:15 +0000)]
Release 12.0.0.18352

2 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Wed, 10 Jul 2024 09:15:50 +0000 (09:15 +0000)]
Merge remote-tracking branch 'origin/master' into tizen