platform/core/csapi/tizenfx.git
19 months agoRelease 10.0.0.17495 submit/tizen/20221011.070126
TizenAPI-Bot [Tue, 11 Oct 2022 07:01:26 +0000 (07:01 +0000)]
Release 10.0.0.17495

19 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 11 Oct 2022 07:01:26 +0000 (07:01 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

19 months ago[WebRTC] Disable MediaPacket native handle destroy (#4642)
Haesu Gwon [Tue, 11 Oct 2022 06:54:42 +0000 (15:54 +0900)]
[WebRTC] Disable MediaPacket native handle destroy (#4642)

* [WebRTC] Disable MediaPacket native handle destroy

19 months agoRelease 10.0.0.17494 submit/tizen/20221009.113122
TizenAPI-Bot [Sun, 9 Oct 2022 11:31:22 +0000 (11:31 +0000)]
Release 10.0.0.17494

19 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Sun, 9 Oct 2022 11:31:22 +0000 (11:31 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

19 months ago[NUI] Change property get/set not to use PropertyValue (patch set3)
dongsug.song [Sun, 9 Oct 2022 11:12:10 +0000 (20:12 +0900)]
[NUI] Change property get/set not to use PropertyValue (patch set3)

19 months agoRelease 10.0.0.17493 submit/tizen/20221007.151132
TizenAPI-Bot [Fri, 7 Oct 2022 15:11:32 +0000 (15:11 +0000)]
Release 10.0.0.17493

19 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Fri, 7 Oct 2022 15:11:32 +0000 (15:11 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

19 months agochange return type of get widget list callback (#4633)
sukhyungkang [Fri, 7 Oct 2022 05:49:05 +0000 (14:49 +0900)]
change return type of get widget list callback (#4633)

Signed-off-by: SukhyungKang <shine.kang@samsung.com>
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
Co-authored-by: hjhun <36876573+hjhun@users.noreply.github.com>
19 months agoRelease 10.0.0.17492 accepted/tizen/unified/20221006.151852 submit/tizen/20221006.044722
TizenAPI-Bot [Thu, 6 Oct 2022 04:47:22 +0000 (04:47 +0000)]
Release 10.0.0.17492

19 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Thu, 6 Oct 2022 04:47:22 +0000 (04:47 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

19 months ago[NUI][TCSACR-503] Camera class and CameraType enum, which are not used, are deprecated
dongsug.song [Wed, 31 Aug 2022 08:47:55 +0000 (17:47 +0900)]
[NUI][TCSACR-503] Camera class and CameraType enum, which are not used, are deprecated

19 months ago[NUI][NUI.Devel] Update line coverage TCs of NUI.Devel.
guowei.wang [Fri, 23 Sep 2022 04:02:51 +0000 (12:02 +0800)]
[NUI][NUI.Devel] Update line coverage TCs of NUI.Devel.

19 months ago[NUI] Change Window's events to follow View's event pattern
dongsug.song [Thu, 6 Oct 2022 00:39:25 +0000 (09:39 +0900)]
[NUI] Change Window's events to follow View's event pattern

19 months ago[NUI] Apply Tizen 7.0 UX on Slider ValueIndicator (#4624)
Seoyeon2Kim [Thu, 6 Oct 2022 02:20:54 +0000 (11:20 +0900)]
[NUI] Apply Tizen 7.0 UX on Slider ValueIndicator (#4624)

- The latest Slider UX for ValueIndicator has been applied. (Based on API10)
 1) `ValueIndicatorImage` has become a child of Thumb.
 2) The style of `ValueIndicatorText` is added to the default theme.
 3) Updated the position and size for value indicator.

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
19 months ago[NUI] Fix Apps crash issue when terminated
dongsug.song [Wed, 5 Oct 2022 13:21:31 +0000 (22:21 +0900)]
[NUI] Fix Apps crash issue when terminated

19 months agoDeprecating Attach Panel APIs (#4591)
tarunkumarmahay1999 [Wed, 5 Oct 2022 23:37:55 +0000 (05:07 +0530)]
Deprecating Attach Panel APIs (#4591)

* Deprecating Attach Panel APIs

Signed-off-by: tarun.mahay <tarun.mahay@samsung.com>
* Deprecating Attach Panel APIs.

Signed-off-by: tarun.mahay <tarun.mahay@samsung.com>
* Deprecating Attach Panel APIs.

Signed-off-by: tarun.mahay <tarun.mahay@samsung.com>
Signed-off-by: tarun.mahay <tarun.mahay@samsung.com>
Co-authored-by: WonYoung Choi <wy80.choi@samsung.com>
19 months ago[Applications.Common] Add a new internal API (#4625)
hjhun [Wed, 5 Oct 2022 23:17:56 +0000 (08:17 +0900)]
[Applications.Common] Add a new internal API (#4625)

To send the termination request without restarting, the method is added.

Adds:
 - ApplicationRunningContext.TerminateWithoutRestarting()

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
19 months ago[Applications.Service] Add a new internal API (#4626)
hjhun [Wed, 5 Oct 2022 23:10:45 +0000 (08:10 +0900)]
[Applications.Service] Add a new internal API (#4626)

To exit the main loop without restarting, the method is added.

Adds:
 - ServiceApplication.ExitWithoutRestarting()

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
19 months ago[MediaContent] Check null or empty string for file path (#4623)
Haesu Gwon [Wed, 5 Oct 2022 07:04:38 +0000 (16:04 +0900)]
[MediaContent] Check null or empty string for file path (#4623)

19 months ago[Build] Remove simple warnings (#4622)
WonYoung Choi [Wed, 5 Oct 2022 01:52:09 +0000 (10:52 +0900)]
[Build] Remove simple warnings (#4622)

19 months agoRelease 10.0.0.17482 accepted/tizen/unified/20221005.144455 submit/tizen/20221004.113029
TizenAPI-Bot [Tue, 4 Oct 2022 11:30:29 +0000 (11:30 +0000)]
Release 10.0.0.17482

19 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 4 Oct 2022 11:30:29 +0000 (11:30 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

19 months ago[NUI] Fix Rotation Property set/get usage
Eunki, Hong [Tue, 4 Oct 2022 11:06:21 +0000 (20:06 +0900)]
[NUI] Fix Rotation Property set/get usage

Rotation don't use Vector3. It use Quaternion internally.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
19 months ago[NUI] Version Update 22142
Eunki, Hong [Tue, 4 Oct 2022 09:46:34 +0000 (18:46 +0900)]
[NUI] Version Update 22142

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
19 months ago[NUI.Scene3D] Add ProjectionDirection in Camera
Eunki, Hong [Fri, 30 Sep 2022 10:46:51 +0000 (19:46 +0900)]
[NUI.Scene3D] Add ProjectionDirection in Camera

Add new property to control major direction of camera FieldOfView.
It will effort to FieldOfView and OrthographicSize.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
19 months ago[NUI] Change property get/set not to use PropertyValue (patch set2)
dongsug.song [Tue, 4 Oct 2022 06:40:07 +0000 (15:40 +0900)]
[NUI] Change property get/set not to use PropertyValue (patch set2)

19 months ago[NUI.Scene3D] Add private property ChildrenSensitive
Eunki, Hong [Thu, 8 Sep 2022 13:14:00 +0000 (22:14 +0900)]
[NUI.Scene3D] Add private property ChildrenSensitive

NUI.Scene3D.Model don't have any method to access
it's children nodes. So, it will be always false now.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
19 months ago[NUI] Supports new native window position data type.
Wonsik Jung [Tue, 4 Oct 2022 01:18:14 +0000 (10:18 +0900)]
[NUI] Supports new native window position data type.

Previous native window data type can not support negative window coordinates.
New native window position data type support that.

19 months ago[NUI] ACR Tizen.NUI.Scene3D.Camera/SceneView
seungho [Wed, 21 Sep 2022 07:40:10 +0000 (16:40 +0900)]
[NUI] ACR Tizen.NUI.Scene3D.Camera/SceneView

Signed-off-by: seungho <sbsh.baek@samsung.com>
19 months ago[NUI] Add DispatchGestureEvents and DispatchParentGestureEvents (#4609)
JoogabYun [Fri, 30 Sep 2022 05:41:49 +0000 (14:41 +0900)]
[NUI] Add DispatchGestureEvents and DispatchParentGestureEvents (#4609)

This determines whether gesture events are emitted or not.

If DispatchGestureEvents is set to false, then itself and parents will not receive all gesture event signals.
If DispatchParentGestureEvents is set to false, then parents will not receive all gesture event signals.

19 months ago[NUI] Remove unused code
Fang Xiaohui [Tue, 27 Sep 2022 01:48:14 +0000 (09:48 +0800)]
[NUI] Remove unused code

19 months ago[NUI] Remove useless PostProcess callback (#4607)
Eunki Hong [Wed, 28 Sep 2022 05:16:15 +0000 (14:16 +0900)]
[NUI] Remove useless PostProcess callback (#4607)

Instead of register PostProcess,
We'd better invoke ProcessorOnceEvent one more time
after LayoutProcessorEvent finished.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Co-authored-by: Eunki, Hong <eunkiki.hong@samsung.com>
19 months ago[MachineLearning.Train] Remove dot at the end of enum value description (#4514)
Hyunil Park [Tue, 4 Oct 2022 10:05:22 +0000 (19:05 +0900)]
[MachineLearning.Train] Remove dot at the end of enum value description (#4514)

- Remove dot at the end of enum value description

Signed-off-by: hyunil park <hyunil46.park@samsung.com>
Signed-off-by: hyunil park <hyunil46.park@samsung.com>
19 months ago[Tizen.Applications] Deprecate some application API (#4547)
kilig [Tue, 4 Oct 2022 10:04:19 +0000 (19:04 +0900)]
[Tizen.Applications] Deprecate some application API (#4547)

- Deprecate Tizen.Applications.ComponentBased.Default
- Deprecate Tizen.Applications.RemoteView
- Deprecate Tizen.Applications.WatchApplication
- Deprecate Tizen.Applications.WidgetApplication

Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
Co-authored-by: WonYoung Choi <wy80.choi@samsung.com>
19 months ago[Build] Add RID for 7.0.0 (#4611)
Jay Cho [Tue, 4 Oct 2022 09:47:03 +0000 (18:47 +0900)]
[Build] Add RID for 7.0.0 (#4611)

Co-authored-by: WonYoung Choi <wy80.choi@samsung.com>
19 months ago[Stc] Fix datatype conversion issue (#4612)
a-nijhara [Tue, 4 Oct 2022 05:28:31 +0000 (10:58 +0530)]
[Stc] Fix datatype conversion issue (#4612)

Co-authored-by: Seonah Moon <seonah1.moon@samsung.com>
Co-authored-by: Dohyun Pyun <dh79.pyun@samsung.com>
19 months ago[WiFi] Add missing lock (#4616)
chleun-moon [Tue, 4 Oct 2022 05:01:43 +0000 (14:01 +0900)]
[WiFi] Add missing lock (#4616)

19 months agoRelease 10.0.0.17467 submit/tizen/20220930.151001
TizenAPI-Bot [Fri, 30 Sep 2022 15:10:01 +0000 (15:10 +0000)]
Release 10.0.0.17467

19 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Fri, 30 Sep 2022 15:10:00 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

19 months ago[Camera] Remove wrong feature tag (#4613)
Haesu Gwon [Fri, 30 Sep 2022 04:40:21 +0000 (13:40 +0900)]
[Camera] Remove wrong feature tag (#4613)

19 months agoRelease 10.0.0.17466 submit/tizen/20220929.150911
TizenAPI-Bot [Thu, 29 Sep 2022 15:09:11 +0000 (15:09 +0000)]
Release 10.0.0.17466

19 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Thu, 29 Sep 2022 15:09:11 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

19 months ago[MediaVision] Change string marshal logic (#4610)
Haesu Gwon [Thu, 29 Sep 2022 07:21:46 +0000 (16:21 +0900)]
[MediaVision] Change string marshal logic (#4610)

19 months agoRelease 10.0.0.17465 submit/tizen/20220928.151138
TizenAPI-Bot [Wed, 28 Sep 2022 15:11:38 +0000 (15:11 +0000)]
Release 10.0.0.17465

19 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Wed, 28 Sep 2022 15:11:38 +0000 (15:11 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

19 months ago[MediaVision] Fix recognize bug (#4608)
Haesu Gwon [Wed, 28 Sep 2022 11:32:08 +0000 (20:32 +0900)]
[MediaVision] Fix recognize bug (#4608)

19 months ago[WebRTC] Fix documentation bugs (#4606)
Haesu Gwon [Wed, 28 Sep 2022 00:06:08 +0000 (09:06 +0900)]
[WebRTC] Fix documentation bugs (#4606)

* [WebRTC] Fix documentation bugs

19 months agoRelease 10.0.0.17463 submit/tizen/20220927.151005
TizenAPI-Bot [Tue, 27 Sep 2022 15:10:05 +0000 (15:10 +0000)]
Release 10.0.0.17463

19 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 27 Sep 2022 15:10:04 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

19 months ago[WebRTC] Fix SupportedTransceiverCodecs bug (#4605)
Haesu Gwon [Tue, 27 Sep 2022 06:42:45 +0000 (15:42 +0900)]
[WebRTC] Fix SupportedTransceiverCodecs bug (#4605)

19 months agoRelease 10.0.0.17462 submit/tizen/20220927.063635
TizenAPI-Bot [Tue, 27 Sep 2022 06:36:35 +0000 (06:36 +0000)]
Release 10.0.0.17462

19 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 27 Sep 2022 06:36:34 +0000 (06:36 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

19 months ago[Camera] Change bool to byte for 64bit union struct marshaling (#4603)
Haesu Gwon [Tue, 27 Sep 2022 05:37:50 +0000 (14:37 +0900)]
[Camera] Change bool to byte for 64bit union struct marshaling (#4603)

19 months agoRelease 10.0.0.17461 accepted/tizen/unified/20220928.020817 submit/tizen/20220926.150922
TizenAPI-Bot [Mon, 26 Sep 2022 15:09:22 +0000 (15:09 +0000)]
Release 10.0.0.17461

19 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Mon, 26 Sep 2022 15:09:22 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

19 months ago[NUI] Fix SVACE issue
dongsug.song [Mon, 26 Sep 2022 10:50:38 +0000 (19:50 +0900)]
[NUI] Fix SVACE issue

19 months ago[WebRTC] Fix bug (#4598)
Haesu Gwon [Mon, 26 Sep 2022 08:38:44 +0000 (17:38 +0900)]
[WebRTC] Fix bug (#4598)

19 months agoRelease 10.0.0.17459 submit/tizen/20220926.064824
TizenAPI-Bot [Mon, 26 Sep 2022 06:48:24 +0000 (06:48 +0000)]
Release 10.0.0.17459

19 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Mon, 26 Sep 2022 06:48:24 +0000 (06:48 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

19 months ago[NUI] Version Update 22141
Heeyong Song [Mon, 26 Sep 2022 06:07:30 +0000 (15:07 +0900)]
[NUI] Version Update 22141

19 months ago[NUI] BorderLineThickness should be taken into account when setting MimimumSize and...
joogab.yun [Mon, 26 Sep 2022 05:56:06 +0000 (14:56 +0900)]
[NUI] BorderLineThickness should be taken into account when setting MimimumSize and MaximumSize.

If BorderLineThickness is not calculated, there will be a problem with window resize when it is reduced by MimimumSize.

19 months ago[NUI] Change property get/set not to use PropertyValue
dongsug.song [Sat, 24 Sep 2022 11:33:50 +0000 (20:33 +0900)]
[NUI] Change property get/set not to use PropertyValue

19 months agoRelease 10.0.0.17456 submit/tizen/20220923.150921
TizenAPI-Bot [Fri, 23 Sep 2022 15:09:21 +0000 (15:09 +0000)]
Release 10.0.0.17456

19 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Fri, 23 Sep 2022 15:09:21 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

19 months ago[Camera] Remove useless condition (#4588)
Haesu Gwon [Fri, 23 Sep 2022 07:30:51 +0000 (16:30 +0900)]
[Camera] Remove useless condition (#4588)

19 months ago[WebRTC] Request privilege for MediaScreenSource (#4587)
Haesu Gwon [Fri, 23 Sep 2022 07:24:21 +0000 (16:24 +0900)]
[WebRTC] Request privilege for MediaScreenSource (#4587)

* [WebRTC] Request privilege for MediaScreenSource

19 months ago[Tizen.WebView] Deprecate Tizen.WebView (#4576)
Young [Fri, 23 Sep 2022 00:44:56 +0000 (09:44 +0900)]
[Tizen.WebView] Deprecate Tizen.WebView (#4576)

* [Tizen.WebView] Deprecate Tizen.WebView

This patch deprecates Tizen.WebView due to ElmSharp deprecation.

Signed-off-by: yh106.jung <yh106.jung@samsung.com>
19 months agoRelease 10.0.0.17453 submit/tizen/20220922.150824
TizenAPI-Bot [Thu, 22 Sep 2022 15:08:24 +0000 (15:08 +0000)]
Release 10.0.0.17453

19 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Thu, 22 Sep 2022 15:08:24 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

19 months ago[Inputmethod] Deprecated some Inputmethod APIs related to ElmSharp
Jihoon Kim [Thu, 15 Sep 2022 01:49:52 +0000 (10:49 +0900)]
[Inputmethod] Deprecated some Inputmethod APIs related to ElmSharp

Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
19 months ago[WebRTC] Add new APIs for MediaNullSource and change MediaFileSource ctor (#4558)
Haesu Gwon [Wed, 21 Sep 2022 23:57:53 +0000 (08:57 +0900)]
[WebRTC] Add new APIs for MediaNullSource and change MediaFileSource ctor (#4558)

* [WebRTC] Add new APIs for MediaNullSource and change MediaFileSource ctor

19 months agoRelease 10.0.0.17451 submit/tizen/20220921.150848
TizenAPI-Bot [Wed, 21 Sep 2022 15:08:48 +0000 (15:08 +0000)]
Release 10.0.0.17451

19 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Wed, 21 Sep 2022 15:08:48 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

19 months ago[Camera] Add UsedSize for EncodedPlane (#4578)
Haesu Gwon [Wed, 21 Sep 2022 09:12:06 +0000 (18:12 +0900)]
[Camera] Add UsedSize for EncodedPlane (#4578)

* [Camera] Add UsedSize for EncodedPlane

19 months agoRelease 10.0.0.17450 accepted/tizen/unified/20220922.062045 accepted/tizen/unified/20220922.062724 submit/tizen/20220921.061911
TizenAPI-Bot [Wed, 21 Sep 2022 06:19:11 +0000 (06:19 +0000)]
Release 10.0.0.17450

19 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Wed, 21 Sep 2022 06:19:11 +0000 (06:19 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

19 months ago[NUI] Version Update 22140
seungho [Wed, 21 Sep 2022 05:12:35 +0000 (14:12 +0900)]
[NUI] Version Update 22140

Signed-off-by: seungho <sbsh.baek@samsung.com>
19 months ago[NUI] Add Camera Transition in SceneView
seungho [Mon, 19 Sep 2022 08:34:18 +0000 (17:34 +0900)]
[NUI] Add Camera Transition in SceneView

Signed-off-by: seungho <sbsh.baek@samsung.com>
19 months ago[NUI] Remove unused interop method in Model
seungho [Wed, 14 Sep 2022 07:59:27 +0000 (16:59 +0900)]
[NUI] Remove unused interop method in Model

Signed-off-by: seungho <sbsh.baek@samsung.com>
19 months ago[NUI] Add documentation for Scene3D
seungho [Tue, 20 Sep 2022 05:59:56 +0000 (14:59 +0900)]
[NUI] Add documentation for Scene3D

Signed-off-by: seungho <sbsh.baek@samsung.com>
19 months ago[NUI] Add View.ColorRed / ColorBlue / ColorGreen Property
Eunki, Hong [Fri, 16 Sep 2022 05:41:26 +0000 (14:41 +0900)]
[NUI] Add View.ColorRed / ColorBlue / ColorGreen Property

Previously, we can only change whole color components (RGBA)
or change Opacity (A).

If we change only RGB values without change Opacity value,
we need to get opacity property first, and make new Color().

To change each components without create new Color class,
We make new property to change each components.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
19 months ago[NUI] Add Set/Get IBL Scale Factor for SceneView and Model
seungho [Wed, 14 Sep 2022 06:56:41 +0000 (15:56 +0900)]
[NUI] Add Set/Get IBL Scale Factor for SceneView and Model

Signed-off-by: seungho <sbsh.baek@samsung.com>
19 months ago[NUI] Fix svace NULL dereference issues
Jaehyun Cho [Fri, 16 Sep 2022 06:34:51 +0000 (15:34 +0900)]
[NUI] Fix svace NULL dereference issues

NULL dereference codes have been fixed.

19 months ago[NUI] Fix ViewStyle.BorderlineColorSelector to work
Jaehyun Cho [Thu, 15 Sep 2022 06:48:57 +0000 (15:48 +0900)]
[NUI] Fix ViewStyle.BorderlineColorSelector to work

ViewStyle.BorderlineColorSelector did not work properly because
View.BorderlineColorSelector property was not added.

Like BackgroundColor, color selector typed BorderlineColor should be
used in ViewStyle only.
So View.BorderlineColorSelector is internally used only.

19 months ago[NUI][TCSACR-487] DragAndDrop: Add drag and drop APIs
Taehyub Kim [Wed, 11 May 2022 01:36:06 +0000 (10:36 +0900)]
[NUI][TCSACR-487] DragAndDrop: Add drag and drop APIs

19 months ago[NUI] Change Constructor index in SceneView
seungho [Wed, 14 Sep 2022 05:56:35 +0000 (14:56 +0900)]
[NUI] Change Constructor index in SceneView

Signed-off-by: seungho <sbsh.baek@samsung.com>
19 months agoRelease 10.0.0.17440 submit/tizen/20220920.150855
TizenAPI-Bot [Tue, 20 Sep 2022 15:08:55 +0000 (15:08 +0000)]
Release 10.0.0.17440

19 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 20 Sep 2022 15:08:55 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

19 months ago[AudioManager] Remove deprecated symbols (#4562)
Sangchul Lee [Tue, 20 Sep 2022 01:57:42 +0000 (10:57 +0900)]
[AudioManager] Remove deprecated symbols (#4562)

Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
19 months agoRelease 10.0.0.17439 submit/tizen/20220916.150758
TizenAPI-Bot [Fri, 16 Sep 2022 15:07:58 +0000 (15:07 +0000)]
Release 10.0.0.17439

19 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Fri, 16 Sep 2022 15:07:57 +0000 (15:07 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

19 months ago[System][Resource] Create Tizen.System.Resource (#4569)
ul24 [Fri, 16 Sep 2022 01:56:47 +0000 (10:56 +0900)]
[System][Resource] Create Tizen.System.Resource (#4569)

Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Co-authored-by: Unsung Lee <unsung.lee@samsung.com>
Co-authored-by: WonYoung Choi <wy80.choi@samsung.com>
19 months agoRelease 10.0.0.17438 submit/tizen/20220915.150836
TizenAPI-Bot [Thu, 15 Sep 2022 15:08:36 +0000 (15:08 +0000)]
Release 10.0.0.17438

19 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Thu, 15 Sep 2022 15:08:36 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

19 months ago[ThumbnailExtractor] Deprecate ExtractAsync method (#4559)
Haesu Gwon [Thu, 15 Sep 2022 08:08:06 +0000 (17:08 +0900)]
[ThumbnailExtractor] Deprecate ExtractAsync method (#4559)

* [ThumbnailExtractor] Deprecate ExtractAsync mothod

19 months agoRelease 10.0.0.17437 accepted/tizen/unified/20220915.173232 accepted/tizen/unified/20220916.022118 accepted/tizen/unified/20220916.022156 accepted/tizen/unified/20220919.012619 accepted/tizen/unified/20220919.012857 submit/tizen/20220914.150841
TizenAPI-Bot [Wed, 14 Sep 2022 15:08:41 +0000 (15:08 +0000)]
Release 10.0.0.17437

19 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Wed, 14 Sep 2022 15:08:41 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

19 months ago[ThumbnailExtractor] Change PInvoke function for ExtractAsync (#4560)
Haesu Gwon [Wed, 14 Sep 2022 07:55:15 +0000 (16:55 +0900)]
[ThumbnailExtractor] Change PInvoke function for ExtractAsync (#4560)

* [ThumbnailExtractor] Change PInvoke function for ExtractAsync

19 months agoRelease 10.0.0.17436 accepted/tizen/unified/20220914.164101 submit/tizen/20220914.065030
TizenAPI-Bot [Wed, 14 Sep 2022 06:50:30 +0000 (06:50 +0000)]
Release 10.0.0.17436