platform/core/csapi/tizenfx.git
17 months agoRelease 10.0.0.17566 accepted/tizen/7.0/unified/20221212.015724 submit/tizen_7.0/20221209.070228
TizenAPI-Bot [Fri, 9 Dec 2022 07:02:28 +0000 (07:02 +0000)]
Release 10.0.0.17566

17 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Fri, 9 Dec 2022 07:02:28 +0000 (07:02 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

17 months ago[NUI] Fix svace issue (DFDF221207-00724).
guowei.wang [Thu, 8 Dec 2022 13:56:37 +0000 (21:56 +0800)]
[NUI] Fix svace issue (DFDF221207-00724).

17 months ago[NUI] Fix WidthSpecification and HeightSpecification not to set Size2D
Eunki, Hong [Fri, 9 Dec 2022 04:29:48 +0000 (13:29 +0900)]
[NUI] Fix WidthSpecification and HeightSpecification not to set Size2D

We don't need to change the width value when we try to set the height.
Also, widthPolicy might not matched with SizeWidth when we use NUI.Animation

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
17 months agoRelease 10.0.0.17564 submit/tizen_7.0/20221208.143614
TizenAPI-Bot [Thu, 8 Dec 2022 14:36:14 +0000 (14:36 +0000)]
Release 10.0.0.17564

17 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Thu, 8 Dec 2022 14:36:13 +0000 (14:36 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

17 months ago[NUI][API10] Animated view's size cache into NUI
Eunki, Hong [Thu, 8 Dec 2022 14:10:49 +0000 (23:10 +0900)]
[NUI][API10] Animated view's size cache into NUI

When view's size animated, the DALi known size and NUI stored size
(mean, userSizeWidth and widthPolicy like) will not be matched.

If NUI use fixed size policy (mean, It "May" not use NUI.Layout system
so can use animation feature.) Let we make NUI keep dali-side size's information
and keep it.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
17 months ago[NUI] Not set style in PROFILE_TV
dongsug.song [Thu, 8 Dec 2022 14:11:18 +0000 (23:11 +0900)]
[NUI] Not set style in PROFILE_TV

17 months agoRelease 10.0.0.17562 submit/tizen_7.0/20221208.133505
TizenAPI-Bot [Thu, 8 Dec 2022 13:35:05 +0000 (13:35 +0000)]
Release 10.0.0.17562

17 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Thu, 8 Dec 2022 13:35:05 +0000 (13:35 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

17 months ago[NUI] fix for PROFILE_TV to be defined and be applied
dongsug.song [Thu, 8 Dec 2022 13:19:48 +0000 (22:19 +0900)]
[NUI] fix for PROFILE_TV to be defined and be applied

17 months agoRelease 10.0.0.17561 submit/tizen_7.0/20221208.000420
TizenAPI-Bot [Thu, 8 Dec 2022 00:04:20 +0000 (00:04 +0000)]
Release 10.0.0.17561

17 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Thu, 8 Dec 2022 00:04:20 +0000 (00:04 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

17 months ago[NUI] set default theme for TV profile
dongsug.song [Wed, 7 Dec 2022 23:51:00 +0000 (08:51 +0900)]
[NUI] set default theme for TV profile

17 months agoRelease 10.0.0.17560 submit/tizen_7.0/20221207.043654
TizenAPI-Bot [Wed, 7 Dec 2022 04:36:54 +0000 (04:36 +0000)]
Release 10.0.0.17560

17 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Wed, 7 Dec 2022 04:36:54 +0000 (04:36 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

17 months ago[NUI] FocusIndicator is not used in TV profile so it can be removed to reduce launchi...
dongsug.song [Wed, 7 Dec 2022 03:04:00 +0000 (12:04 +0900)]
[NUI] FocusIndicator is not used in TV profile so it can be removed to reduce launching delay

17 months agoRelease 10.0.0.17559 submit/tizen_7.0/20221205.151003
TizenAPI-Bot [Mon, 5 Dec 2022 15:10:03 +0000 (15:10 +0000)]
Release 10.0.0.17559

17 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Mon, 5 Dec 2022 15:10:03 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

17 months ago[Applications.Common] Fix race condition issue (#4803)
ChangGyu Choi [Mon, 5 Dec 2022 05:55:23 +0000 (14:55 +0900)]
[Applications.Common] Fix race condition issue (#4803)

* [Applications.Common] Fix race condition issue

Signed-off-by: ChangGyu Choi <uppletaste@gmail.com>
* Add lock for each callback API

Signed-off-by: ChangGyu Choi <uppletaste@gmail.com>
Signed-off-by: ChangGyu Choi <uppletaste@gmail.com>
17 months agoCall ToLower() and ToUpper() (#4800)
hjhun [Mon, 5 Dec 2022 03:09:30 +0000 (12:09 +0900)]
Call ToLower() and ToUpper() (#4800)

To improve the performance of calling ToLower() and ToUpper(), the thread
prints logs.

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
17 months agoRelease 10.0.0.17557 submit/tizen_7.0/20221202.150858
TizenAPI-Bot [Fri, 2 Dec 2022 15:08:58 +0000 (15:08 +0000)]
Release 10.0.0.17557

17 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Fri, 2 Dec 2022 15:08:58 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

17 months ago[Packagemanager] Use ToLowerInvariant instead of ToLower (#4795)
jeremy-jang [Fri, 2 Dec 2022 09:30:46 +0000 (18:30 +0900)]
[Packagemanager] Use ToLowerInvariant instead of ToLower (#4795)

ToLower can cause unexpected error when system is busy.

Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
17 months agoRelease 10.0.0.17556 submit/tizen_7.0/20221129.041334
TizenAPI-Bot [Tue, 29 Nov 2022 04:13:34 +0000 (04:13 +0000)]
Release 10.0.0.17556

17 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Tue, 29 Nov 2022 04:13:34 +0000 (04:13 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

17 months ago[NUI] fix to be able to set null to AnimatedVectorImageView.ResoureUrl property
dongsug.song [Tue, 29 Nov 2022 03:45:12 +0000 (12:45 +0900)]
[NUI] fix to be able to set null to AnimatedVectorImageView.ResoureUrl property

17 months agoMerge remote-tracking branch 'upstream/API10' into tizen_7.0 accepted/tizen/7.0/unified/20221128.015447
dongsug.song [Thu, 24 Nov 2022 04:38:07 +0000 (13:38 +0900)]
Merge remote-tracking branch 'upstream/API10' into tizen_7.0

Change-Id: I94f84d20ecadd4157803feaf22b9697d73874fa0

17 months ago[NUI] Use smaller NearPlaneDistance and bigger FarPlaneDistance during CameraTransiti...
seungho baek [Tue, 22 Nov 2022 07:37:46 +0000 (16:37 +0900)]
[NUI] Use smaller NearPlaneDistance and bigger FarPlaneDistance during CameraTransition of SceneView

 - To do not cull fragments during camera transition

Signed-off-by: seungho baek <sbsh.baek@samsung.com>
17 months ago[NUI] Remove useless macros
dongsug.song [Tue, 22 Nov 2022 07:28:02 +0000 (16:28 +0900)]
[NUI] Remove useless macros

17 months agoRelease 10.0.0.17553 submit/tizen_7.0/20221118.150823
TizenAPI-Bot [Fri, 18 Nov 2022 15:08:23 +0000 (15:08 +0000)]
Release 10.0.0.17553

17 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Fri, 18 Nov 2022 15:08:23 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

17 months ago[NUI] Add ScreenPositionSize (#4759)
JoogabYun [Fri, 18 Nov 2022 06:58:07 +0000 (15:58 +0900)]
[NUI] Add ScreenPositionSize (#4759)

The ScreenPositionSize api gets the screen position and size.

17 months agoRelease 10.0.0.17552 accepted/tizen/7.0/unified/20221117.014357 submit/tizen_7.0/20221114.150933
TizenAPI-Bot [Mon, 14 Nov 2022 15:09:33 +0000 (15:09 +0000)]
Release 10.0.0.17552

17 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Mon, 14 Nov 2022 15:09:33 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

17 months ago[NUI] Add Desktop WindowType (#4746)
JoogabYun [Mon, 14 Nov 2022 06:47:37 +0000 (15:47 +0900)]
[NUI] Add Desktop WindowType (#4746)

dependency
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-adaptor/+/283898/

17 months ago[NUI] Add CameraTransitionFinished in SceneView
seunghobaek [Fri, 4 Nov 2022 13:58:18 +0000 (22:58 +0900)]
[NUI] Add CameraTransitionFinished in SceneView

Signed-off-by: seunghobaek <sbsh.baek@samsung.com>
18 months agoRelease 10.0.0.17550 submit/tizen_7.0/20221111.150900
TizenAPI-Bot [Fri, 11 Nov 2022 15:09:00 +0000 (15:09 +0000)]
Release 10.0.0.17550

18 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Fri, 11 Nov 2022 15:09:00 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

18 months ago[API10][NUI.Scene3D] Remove useless default property setter on Model (#4743)
Eunki Hong [Fri, 11 Nov 2022 06:15:30 +0000 (15:15 +0900)]
[API10][NUI.Scene3D] Remove useless default property setter on Model (#4743)

This PR don't make FocusableChildren as false in default.
Now we can add focusable children under the Model as default.

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>
18 months agoRelease 10.0.0.17549 submit/tizen_7.0/20221108.110359
TizenAPI-Bot [Tue, 8 Nov 2022 11:03:59 +0000 (11:03 +0000)]
Release 10.0.0.17549

18 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Tue, 8 Nov 2022 11:03:59 +0000 (11:03 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

18 months ago[NUI][NUI.Components] Fix SVACE issue in CollectionView.
guowei.wang [Tue, 8 Nov 2022 07:33:49 +0000 (15:33 +0800)]
[NUI][NUI.Components] Fix SVACE issue in CollectionView.

18 months ago[NUI] remove unnecessary dispose code.
joogab.yun [Tue, 8 Nov 2022 08:43:18 +0000 (17:43 +0900)]
[NUI] remove unnecessary dispose code.

18 months ago[NUI] Changed from BaseHande to BindableObject, IDispose
joogab.yun [Tue, 8 Nov 2022 07:03:38 +0000 (16:03 +0900)]
[NUI] Changed from BaseHande to BindableObject, IDispose

18 months agoRelease 10.0.0.17546 submit/tizen_7.0/20221107.121858
TizenAPI-Bot [Mon, 7 Nov 2022 12:18:58 +0000 (12:18 +0000)]
Release 10.0.0.17546

18 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Mon, 7 Nov 2022 12:18:58 +0000 (12:18 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

18 months ago[NUI] Add back trace and debugging msg when SwigCPtr is null
dongsug.song [Mon, 7 Nov 2022 11:53:33 +0000 (20:53 +0900)]
[NUI] Add back trace and debugging msg when SwigCPtr is null

18 months ago[Applications.Common] Keep delegate objects (#4720)
hjhun [Mon, 7 Nov 2022 01:09:35 +0000 (10:09 +0900)]
[Applications.Common] Keep delegate objects (#4720)

To prevent removing delegate objects by GC, this patch adds private
member variables.

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
18 months agoRelease 10.0.0.17544 submit/tizen_7.0/20221103.053610
TizenAPI-Bot [Thu, 3 Nov 2022 05:36:10 +0000 (05:36 +0000)]
Release 10.0.0.17544

18 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Thu, 3 Nov 2022 05:36:10 +0000 (05:36 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

18 months ago[Network] Add lock to _callback_map (#4711)
chaeheehong [Thu, 3 Nov 2022 05:13:43 +0000 (14:13 +0900)]
[Network] Add lock to _callback_map (#4711)

18 months ago[NUI] Fix SVACE issue (#4712)
Seoyeon2Kim [Thu, 3 Nov 2022 03:09:40 +0000 (12:09 +0900)]
[NUI] Fix SVACE issue (#4712)

- The issue is 'Casting a signed value which has type int to a bigger
unsigned integer type std::size_t while initializing a variable.'

- Changed the parameter type from `int` to `uint32_t` for `size_t` casting

- Dependency : https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-csharp-binder/+/283787/

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
18 months ago[NUI] Lets you know if the window is maximized.
joogab.yun [Thu, 3 Nov 2022 00:29:52 +0000 (09:29 +0900)]
[NUI] Lets you know if the window is maximized.

18 months agoRelease 10.0.0.17541 accepted/tizen/7.0/unified/20221103.165518 accepted/tizen/7.0/unified/20221110.063411 submit/tizen_7.0/20221102.091112
TizenAPI-Bot [Wed, 2 Nov 2022 09:11:12 +0000 (09:11 +0000)]
Release 10.0.0.17541

18 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Wed, 2 Nov 2022 09:11:11 +0000 (09:11 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

18 months ago[NUI] Version update 22146
dongsug.song [Wed, 2 Nov 2022 08:29:02 +0000 (17:29 +0900)]
[NUI] Version update 22146

18 months ago[NUI] Change WindowPosition from IntPair to Int32Pair (#4702)
Eunki Hong [Wed, 2 Nov 2022 08:16:42 +0000 (17:16 +0900)]
[NUI] Change WindowPosition from IntPair to Int32Pair (#4702)

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>
18 months ago[EXaml] Support Dictionary
Fang Xiaohui [Wed, 2 Nov 2022 03:31:30 +0000 (11:31 +0800)]
[EXaml] Support Dictionary

18 months ago[NUI] Fixed crash when destroy border window.
joogab.yun [Wed, 2 Nov 2022 06:39:07 +0000 (15:39 +0900)]
[NUI] Fixed crash when destroy border window.

18 months ago[NUI] add null type checking after as operation.
EverLEEst(SangHyeon Lee) [Mon, 31 Oct 2022 07:36:17 +0000 (16:36 +0900)]
[NUI] add null type checking after as operation.

18 months ago[NUI.Scene3D] Transition animation with FieldOfView
Eunki, Hong [Tue, 1 Nov 2022 17:21:57 +0000 (02:21 +0900)]
[NUI.Scene3D] Transition animation with FieldOfView

Add camera's FieldOfView animated by
Scene3D.SceneView's CameraTransition API.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
18 months ago[NUI] Remove AnyContainerBase type
Eunki, Hong [Thu, 13 Oct 2022 03:11:29 +0000 (12:11 +0900)]
[NUI] Remove AnyContainerBase type

AnyContainerBase is private data. We don't need to access there
and also, we don't need to change it now.
Actually, nobody use it. So remove this API

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
18 months ago[NUI] Fix some errors when we remove NUI_PROPERTY_CHANGE tag
Eunki, Hong [Wed, 26 Oct 2022 05:44:15 +0000 (14:44 +0900)]
[NUI] Fix some errors when we remove NUI_PROPERTY_CHANGE tag

1. Add nullcheck when NUI_VISUAL_PROPERTY_CHANGE_1 not defined.
2. Fix compile error when NUI_ANIMATION_PROPERTY_CHANGE_1 not defined.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
18 months ago[NUI] Add CornerRadiusPolicy property for VisualMap
Eunki, Hong [Tue, 1 Nov 2022 06:49:49 +0000 (15:49 +0900)]
[NUI] Add CornerRadiusPolicy property for VisualMap

There was some missing implement for property for CornerRadiusPolicy.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
18 months ago[NUI] Add native handle null check in Uint16Pair
dongsug.song [Tue, 1 Nov 2022 04:55:46 +0000 (13:55 +0900)]
[NUI] Add native handle null check in Uint16Pair

18 months ago[NUI] Add input source type to Gesture.
joogab.yun [Wed, 26 Oct 2022 01:57:10 +0000 (10:57 +0900)]
[NUI] Add input source type to Gesture.

This is similar to MouseButton in TouchEvent.
Now, you can see from which input the gesture was made.

https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-core/+/283368/
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-csharp-binder/+/283369/

18 months ago[NUI] Add constructor with style instance
Jaehyun Cho [Fri, 28 Oct 2022 02:59:06 +0000 (11:59 +0900)]
[NUI] Add constructor with style instance

To customize and apply app's own style instance, constructor with style
instance should be added.

For now, ApplyStyle() modifies the given properties only based on the
default style unlike applying style in constructor.
e.g. Let default style contain properties A, B, C.
     Let custom style contain properties B, C.
     Then ApplyStyle(custom style) contain default style's A and custom
     style's B and C.

Consequently, to apply custom style without applying default style,
constructor with style instance is required.

18 months ago[NUI] Modify Menu to help customizing class
Jaehyun Cho [Thu, 27 Oct 2022 10:41:34 +0000 (19:41 +0900)]
[NUI] Modify Menu to help customizing class

To help application to customize Menu, Menu's size calculation should be
modified not to set its size to its Content's size.

18 months ago[NUI] Correct code format
Fang Xiaohui [Mon, 31 Oct 2022 01:40:39 +0000 (09:40 +0800)]
[NUI] Correct code format

18 months ago[NUI] Correct code format
Fang Xiaohui [Wed, 26 Oct 2022 06:18:23 +0000 (14:18 +0800)]
[NUI] Correct code format

18 months ago[NUI] 1. Move the Transparency setting to OnMaximize().
joogab.yun [Wed, 26 Oct 2022 05:23:08 +0000 (14:23 +0900)]
[NUI] 1. Move the Transparency setting to OnMaximize().

2. Fixed the wrong condition when resizing.

3. backgroundImage and backgroundColor are exclusive.
So if the user has set the backgroundImage then the backgroundColor should not be reset.

4. BorderLineThickness can be changed dynamically.

18 months ago[NUI] Fix crash on ScrollableBase.Dispose()
Jaehyun Cho [Thu, 27 Oct 2022 02:28:39 +0000 (11:28 +0900)]
[NUI] Fix crash on ScrollableBase.Dispose()

In ScrollableBase.Dispose(), propertyNotification is disposed as well.
To dispose propertyNotification, RemovePropertyNotifications was called
inappropriately and it caused crash.

To resolve the above, RemovePropertyNotification is called by
ContentContainer with propertyNotification like AddPropertyNotification
is called by ContentContainer with propertyNotification.

18 months ago[NUI] Modify TabView and TabBar to help customizing classes
Jaehyun Cho [Tue, 25 Oct 2022 09:58:22 +0000 (18:58 +0900)]
[NUI] Modify TabView and TabBar to help customizing classes

To help application to customize TabView and TabBar, some methods and
properties have been modified.

18 months ago[NUI] Fix issue item is not unrealized after insertion.
EverLEEst(SangHyeon Lee) [Tue, 25 Oct 2022 07:09:35 +0000 (16:09 +0900)]
[NUI] Fix issue item is not unrealized after insertion.

18 months ago[NUI] Apply dotnet-nui type
Daekwang Ryu [Fri, 30 Sep 2022 01:22:52 +0000 (10:22 +0900)]
[NUI] Apply dotnet-nui type

NUI apps have to set dotnet-nui app type in tizen-manifest.xml.
Then the apps are preloaded from dotnet-loader.
It improves the launching performance.

18 months ago[NUI] Fix the propertyNotification to be disposed in ScrollableBase
dongsug.song [Mon, 17 Oct 2022 07:51:48 +0000 (16:51 +0900)]
[NUI] Fix the propertyNotification to be disposed in ScrollableBase

18 months ago[NUI] Fix Linear Layouter crash and update issue
EverLEEst(SangHyeon Lee) [Fri, 14 Oct 2022 09:30:44 +0000 (18:30 +0900)]
[NUI] Fix Linear Layouter crash and update issue

1. Linear Layouter get crashed when group has no children.
2. Linear, Grid Layouter update is not working well because delayed
update timer is not started.
3. remmove spaces.

18 months agoRelease 10.0.0.17519 submit/tizen_7.0/20221031.150847
TizenAPI-Bot [Mon, 31 Oct 2022 15:08:47 +0000 (15:08 +0000)]
Release 10.0.0.17519

18 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Mon, 31 Oct 2022 15:08:47 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

18 months ago[Applications.Common] Increment the reference counter on SafeHandle instances (#4693)
hjhun [Mon, 31 Oct 2022 02:13:48 +0000 (11:13 +0900)]
[Applications.Common] Increment the reference counter on SafeHandle instances (#4693)

* Increment the reference counter on SafeHandle instances.

To prevent the common language runtime from reclaiming memory used by
a handle, this patch adds calling DangerousAddRef() before calling
DangerousGetHandle().

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Modify implementation of using SafeHandle

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Remove unnecesary blank line

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
18 months agoRelease 10.0.0.17518 submit/tizen_7.0/20221027.150823
TizenAPI-Bot [Thu, 27 Oct 2022 15:08:23 +0000 (15:08 +0000)]
Release 10.0.0.17518

18 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Thu, 27 Oct 2022 15:08:23 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

18 months ago[NUI] Fix relative layout issue on DefaultLinearItem
EverLEEst(SangHyeon Lee) [Wed, 26 Oct 2022 11:53:17 +0000 (20:53 +0900)]
[NUI] Fix relative layout issue on DefaultLinearItem

18 months ago[Applications.ThemeManager] Fix return type of theme loader add event callback for...
ilho159kim [Tue, 25 Oct 2022 06:42:24 +0000 (15:42 +0900)]
[Applications.ThemeManager] Fix return type of theme loader add event callback for internal. (#4636)

* Fix return type of ThemeLoaderChangedCallback

Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
* Fix internal callback function's return type

Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
Co-authored-by: Ilho Kim <ilho159.kim@samsung.com>
Co-authored-by: hjhun <36876573+hjhun@users.noreply.github.com>
18 months ago[Applications.WidgetControl] change return type of get instance list callback for...
sukhyungkang [Mon, 24 Oct 2022 23:11:54 +0000 (08:11 +0900)]
[Applications.WidgetControl] change return type of get instance list callback for internal. (#4648)

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>
18 months ago[NUI][API10] Reduce PropertyValue creation during Animation
Eunki, Hong [Thu, 20 Oct 2022 12:30:37 +0000 (21:30 +0900)]
[NUI][API10] Reduce PropertyValue creation during Animation

There was some PropertyValue creation during data conversion.
Let we reduce new PropertyValue class creation so GC feel happy

This patch is copy of https://github.com/Samsung/TizenFX/pull/4674

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
18 months ago[NUI][API10] Change property get/set not to use PropertyValue (patch set5)
Eunki, Hong [Thu, 20 Oct 2022 10:21:46 +0000 (19:21 +0900)]
[NUI][API10] Change property get/set not to use PropertyValue (patch set5)

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
18 months agoModify Post() method of CoreApplication and CoreTask (#4671)
hjhun [Tue, 18 Oct 2022 04:14:52 +0000 (13:14 +0900)]
Modify Post() method of CoreApplication and CoreTask (#4671)

The static keyword is added to the methods.
The runner of the CoreApplication.Post() method will be delivered to
the UI thread if the application uses the UI thread App Model.
The runner of the CoreTask.Post() method will be delivered to the main thread.

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
18 months ago[NUI] Remove debugging code
dongsug.song [Tue, 18 Oct 2022 01:12:03 +0000 (10:12 +0900)]
[NUI] Remove debugging code

18 months ago[NUI] Add null checking in internalSet/GetPropertyXXX()
dongsug.song [Mon, 17 Oct 2022 04:20:31 +0000 (13:20 +0900)]
[NUI] Add null checking in internalSet/GetPropertyXXX()

18 months ago[NUI] Add null checking in InternalSet/GetPropertyXXX(), Change to use internalName
dongsug.song [Fri, 14 Oct 2022 05:33:53 +0000 (14:33 +0900)]
[NUI] Add null checking in InternalSet/GetPropertyXXX(), Change to use internalName

18 months ago[NUI] Change property get/set not to use PropertyValue (patch set4)
dongsug.song [Thu, 13 Oct 2022 07:39:27 +0000 (16:39 +0900)]
[NUI] Change property get/set not to use PropertyValue (patch set4)

18 months agoRelease 10.0.0.17508 accepted/tizen_7.0_unified_hotfix tizen_7.0_hotfix accepted/tizen/7.0/unified/hotfix/20221116.105256 accepted/tizen/unified/20221014.014811 submit/tizen/20221013.111351 tizen_7.0_m2_release
TizenAPI-Bot [Thu, 13 Oct 2022 11:13:51 +0000 (11:13 +0000)]
Release 10.0.0.17508

18 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Thu, 13 Oct 2022 11:13:51 +0000 (11:13 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

18 months ago[NUI] Picker: Protect delegate from GC
WoochanLee [Thu, 13 Oct 2022 10:47:24 +0000 (19:47 +0900)]
[NUI] Picker: Protect delegate from GC

18 months agoRelease 10.0.0.17507 submit/tizen/20221013.083244
TizenAPI-Bot [Thu, 13 Oct 2022 08:32:44 +0000 (08:32 +0000)]
Release 10.0.0.17507

18 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Thu, 13 Oct 2022 08:32:44 +0000 (08:32 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

18 months ago[NUI] Picker: Fix scroll area height calc logic and Expand default scroll area
WoochanLee [Thu, 13 Oct 2022 07:48:51 +0000 (16:48 +0900)]
[NUI] Picker: Fix scroll area height calc logic and Expand default scroll area

18 months ago[NUI] Include json files
Taehyub Kim [Wed, 12 Oct 2022 08:48:33 +0000 (17:48 +0900)]
[NUI] Include json files