platform/core/csapi/tizenfx.git
14 months agoRelease 10.0.0.17606 submit/tizen_7.0/20230215.150857
TizenAPI-Bot [Wed, 15 Feb 2023 15:08:57 +0000 (15:08 +0000)]
Release 10.0.0.17606

14 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Wed, 15 Feb 2023 15:08:57 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

14 months ago[NUI] Fix Switch thumb positioning
Jiyun Yang [Wed, 15 Feb 2023 02:36:52 +0000 (11:36 +0900)]
[NUI] Fix Switch thumb positioning

When the size of thumb or track changes, the it should update the position of the thumb properly.

And to prevent unnecessary switch state updating while applying style, upgrade styleApplying flag to int type.

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
14 months agoRelease 10.0.0.17605 accepted/tizen/7.0/unified/20230216.140324 submit/tizen_7.0/20230214.081054
TizenAPI-Bot [Tue, 14 Feb 2023 08:10:54 +0000 (08:10 +0000)]
Release 10.0.0.17605

14 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Tue, 14 Feb 2023 08:10:53 +0000 (08:10 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

14 months ago[NUI] update NUI.XamlBuild.dll
송동석/Tizen Platform Lab(SR)/삼성전자 [Tue, 14 Feb 2023 07:52:06 +0000 (16:52 +0900)]
[NUI] update NUI.XamlBuild.dll

14 months agoRelease 10.0.0.17604 submit/tizen_7.0/20230213.150847
TizenAPI-Bot [Mon, 13 Feb 2023 15:08:47 +0000 (15:08 +0000)]
Release 10.0.0.17604

14 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Mon, 13 Feb 2023 15:08:46 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

14 months ago[NUI] Prevent NullReferenceException when creating TextLabel
Jiyun Yang [Fri, 27 Jan 2023 05:26:59 +0000 (14:26 +0900)]
[NUI] Prevent NullReferenceException when creating TextLabel

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
15 months agoRelease 10.0.0.17603 accepted/tizen/7.0/unified/20230213.171742 submit/tizen_7.0/20230209.150829
TizenAPI-Bot [Thu, 9 Feb 2023 15:08:29 +0000 (15:08 +0000)]
Release 10.0.0.17603

15 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Thu, 9 Feb 2023 15:08:29 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

15 months ago[NUI] Fix Picker's HeightSpecification
Jaehyun Cho [Thu, 9 Feb 2023 07:12:49 +0000 (16:12 +0900)]
[NUI] Fix Picker's HeightSpecification

Previously, HeightSpecifications of Picker, DatePicker, TimePicker are
MatchParent.
So the Pickers' SizeHeights are calculated based on their parent's
SizeHeight.
This causes the recursive size calculation problem if Picker's parent
has WrapContent HeightSpecification. (e.g. Dialog)

Now, the Pickers' SizeHeights are set in DefaultThemeCommon as follows.
Picker's SizeHeight is set in DefaultThemeCommon.
DatePicker's Pickers SizeHeights are set in DefaultThemeCommon.
TimePicker's Pickers SizeHeights are set in DefaultThemeCommon.

Therefore, Picker does not need to have MatchParent HeightSpecification.

15 months ago[NUI] Fix to use SizeHeight instead of Size with width 0
Jaehyun Cho [Wed, 1 Feb 2023 07:28:52 +0000 (16:28 +0900)]
[NUI] Fix to use SizeHeight instead of Size with width 0

Previously, although users sets size with width 0, the width is updated
by dali's size calculation (e.g. text calculation) instead of width 0
set by user.

The following patch fixed the above bug.
8033b0ed4a31ebcd9449c2e0c98074247502c9be

By applying the above patch, some size assignment in theme should be
fixed to set size height instead of size with width 0.

15 months agoRelease 10.0.0.17601 accepted/tizen/7.0/unified/20230214.105905 submit/tizen_7.0/20230207.151002
TizenAPI-Bot [Tue, 7 Feb 2023 15:10:02 +0000 (15:10 +0000)]
Release 10.0.0.17601

15 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Tue, 7 Feb 2023 15:10:02 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

15 months ago[NUI.Gadget] Fix static analysis issue (#4969)
hjhun [Tue, 7 Feb 2023 02:52:11 +0000 (11:52 +0900)]
[NUI.Gadget] Fix static analysis issue (#4969)

Checker:
 - DEREF_OF_NULL

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
15 months agoRelease 10.0.0.17600 submit/tizen_7.0/20230203.150848
TizenAPI-Bot [Fri, 3 Feb 2023 15:08:48 +0000 (15:08 +0000)]
Release 10.0.0.17600

15 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Fri, 3 Feb 2023 15:08:48 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

15 months ago[Applications.Common] Fix getting default locale (#4966)
hjhun [Fri, 3 Feb 2023 08:25:01 +0000 (17:25 +0900)]
[Applications.Common] Fix getting default locale (#4966)

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
15 months ago[NUI] Disable compiler warnings complaining about theme off in TV profile
Jiyun Yang [Fri, 3 Feb 2023 01:21:17 +0000 (10:21 +0900)]
[NUI] Disable compiler warnings complaining about theme off in TV profile

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
15 months agoRelease 10.0.0.17598 accepted/tizen/7.0/unified/20230203.164153 accepted/tizen/7.0/unified/20230207.015126 submit/tizen_7.0/20230202.091718
TizenAPI-Bot [Thu, 2 Feb 2023 09:17:18 +0000 (09:17 +0000)]
Release 10.0.0.17598

15 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Thu, 2 Feb 2023 09:17:18 +0000 (09:17 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

15 months ago[NUI][API10] Fix some SVACE issue
huayong.xu [Thu, 2 Feb 2023 07:31:47 +0000 (15:31 +0800)]
[NUI][API10] Fix some SVACE issue

15 months ago[NUI] Fix PropertyNotification & PanGestureDetector svace issues
Xianbing Teng [Wed, 18 Jan 2023 07:53:31 +0000 (15:53 +0800)]
[NUI] Fix PropertyNotification & PanGestureDetector svace issues

15 months ago[NUI] Revive View constructor with style working again in TV
Jiyun Yang [Wed, 1 Feb 2023 23:33:03 +0000 (08:33 +0900)]
[NUI] Revive View constructor with style working again in TV

And hide PROFILE_TV flags to make clear code

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
15 months ago[NUI.Gadget] Add NUIGadget class for inhouse developers (#4957)
hjhun [Thu, 2 Feb 2023 04:33:36 +0000 (13:33 +0900)]
[NUI.Gadget] Add NUIGadget class for inhouse developers (#4957)

* [NUI.Gadget] Add NUIGadget class for inhouse developers (#4935)

* Implement NUIGadget

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Adjust project file

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Update csproj

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Update implementation

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Remove dll unload

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Remove unnecessary file

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Update sln file

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Add missing dependencies

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Add a missing property

The type is added.

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Update implementation

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Fix typo

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Check return type of Assembly.CreateInstance()

This patch uses 'as' keyword to check the instance type.
If it's not NUIGadget, the return value will be null.
In that case, the Add() method throws an exception.

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Add abstract keyword to NUIGadget class

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Modify Create() method of NUIGadget

If the Create() method returns 'false', the Add() method of NUIGadgetManager
throws an exception.

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Use CoreApplication.Post() instead of TizenUISynchronzationContext.Post()

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Change API version to 10

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
---------

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
15 months agoRelease 10.0.0.17594 submit/tizen_7.0/20230202.015247
TizenAPI-Bot [Thu, 2 Feb 2023 01:52:47 +0000 (01:52 +0000)]
Release 10.0.0.17594

15 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Thu, 2 Feb 2023 01:52:47 +0000 (01:52 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

15 months ago[NUI][XamlBuild][API10] Fix namespace confused issue.
huayong.xu [Tue, 31 Jan 2023 09:09:08 +0000 (17:09 +0800)]
[NUI][XamlBuild][API10] Fix namespace confused issue.

15 months agoRelease 10.0.0.17593 submit/tizen_7.0/20230201.150843
TizenAPI-Bot [Wed, 1 Feb 2023 15:08:43 +0000 (15:08 +0000)]
Release 10.0.0.17593

15 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Wed, 1 Feb 2023 15:08:43 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

15 months ago[NUI] Fix NUI button not working when style disabled
Jiyun Yang [Mon, 30 Jan 2023 09:58:35 +0000 (18:58 +0900)]
[NUI] Fix NUI button not working when style disabled

There was a flag that prevent state updating while applying style.
But the flag seemed to have a bug : when style is disabled, the state updating is never going to be done.

This patch fixes the bug and changes the flag's name to be more contextual: styleApplied -> styleApplying.

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
15 months agoMake it ineligible for garbage collection for delegate (#4949)
hjhun [Wed, 1 Feb 2023 02:58:43 +0000 (11:58 +0900)]
Make it ineligible for garbage collection for delegate (#4949)

This patch is to prevent the delegate garbage collected.

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
15 months agoRelease 10.0.0.17591 submit/tizen_7.0/20230130.055157
TizenAPI-Bot [Mon, 30 Jan 2023 05:51:57 +0000 (05:51 +0000)]
Release 10.0.0.17591

15 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Mon, 30 Jan 2023 05:51:57 +0000 (05:51 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

15 months ago[NUI][Scene3D][API10] FBO MultiSamplingLevel Property for SceneView
Eunki, Hong [Fri, 27 Jan 2023 07:41:42 +0000 (16:41 +0900)]
[NUI][Scene3D][API10] FBO MultiSamplingLevel Property for SceneView

Backporting PR of #4937

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
15 months ago[NUI][API10] Fix dispose timing error for ImageUrl
Eunki Hong [Sun, 29 Jan 2023 08:14:03 +0000 (17:14 +0900)]
[NUI][API10] Fix dispose timing error for ImageUrl

Since we update ImageView lazy, ImageUrl's lifecycle might not matched
what user think.

```
ImageUrl imageUrl = ~~~.GenerateUrl();
ImageView imageView = new ImageView(imageUrl.ToString());
imageUrl.Dispose(); ///< We should allow this situation.
```

To make scene, We allow to call UpdateImage(); synchoronously
if we use GeneratedUrl().

Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
15 months ago[NUI][Scene3D][API10] Fix memory leak issue for Model's Animation
Eunki Hong [Sat, 28 Jan 2023 14:19:21 +0000 (23:19 +0900)]
[NUI][Scene3D][API10] Fix memory leak issue for Model's Animation

Since we create new handle at csharp binder, we should call DeleteHandle function.

Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
15 months agoRelease 10.0.0.17588 submit/tizen_7.0/20230125.150845
TizenAPI-Bot [Wed, 25 Jan 2023 15:08:45 +0000 (15:08 +0000)]
Release 10.0.0.17588

15 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Wed, 25 Jan 2023 15:08:45 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

15 months ago[NUI] Window resizing is performed in one step if possible.
joogab.yun [Wed, 18 Jan 2023 05:43:41 +0000 (14:43 +0900)]
[NUI] Window resizing is performed in one step if possible.

15 months ago[NUI] Fix bug where window size didn't change when borderline was dynamically changed.
joogab.yun [Wed, 18 Jan 2023 02:09:58 +0000 (11:09 +0900)]
[NUI] Fix bug where window size didn't change when borderline was dynamically changed.

15 months ago[NUI][API10] Load bvh file
Eunki, Hong [Tue, 13 Dec 2022 12:33:30 +0000 (21:33 +0900)]
[NUI][API10] Load bvh file

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
15 months agoRemove log prints in the thread (#4921)
hjhun [Wed, 25 Jan 2023 08:02:31 +0000 (17:02 +0900)]
Remove log prints in the thread (#4921)

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
15 months ago[NUI] Add GetOverlayLayer in NUI window.
seungho baek [Wed, 25 Jan 2023 05:07:05 +0000 (14:07 +0900)]
[NUI] Add GetOverlayLayer in NUI window.

 - The overlay layer is rendered at the end of rendering order

Signed-off-by: seungho baek <sbsh.baek@samsung.com>
15 months agoRelease 10.0.0.17583 accepted/tizen/7.0/unified/20230118.093808 submit/tizen_7.0/20230117.075026
TizenAPI-Bot [Tue, 17 Jan 2023 07:50:26 +0000 (07:50 +0000)]
Release 10.0.0.17583

15 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Tue, 17 Jan 2023 07:50:26 +0000 (07:50 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

15 months ago[NUI] Add an API for create,window event.
huayong.xu [Thu, 5 Jan 2023 06:18:33 +0000 (14:18 +0800)]
[NUI] Add an API for create,window event.

15 months ago[XamlBuild] Fix extents convert issue
Xianbing Teng [Tue, 22 Nov 2022 09:38:55 +0000 (17:38 +0800)]
[XamlBuild] Fix extents convert issue

16 months agoRelease 10.0.0.17581 accepted/tizen/7.0/unified/20230113.015018 submit/tizen_7.0/20230111.084624
TizenAPI-Bot [Wed, 11 Jan 2023 08:46:24 +0000 (08:46 +0000)]
Release 10.0.0.17581

16 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Wed, 11 Jan 2023 08:46:23 +0000 (08:46 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

16 months ago[NUI] Modify TabContent to help customizing class
Jaehyun Cho [Thu, 3 Nov 2022 08:09:00 +0000 (17:09 +0900)]
[NUI] Modify TabContent to help customizing class

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

16 months agoRelease 10.0.0.17580 accepted/tizen/7.0/unified/20230106.165636 submit/tizen_7.0/20230105.120213
TizenAPI-Bot [Thu, 5 Jan 2023 12:02:13 +0000 (12:02 +0000)]
Release 10.0.0.17580

16 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Thu, 5 Jan 2023 12:02:13 +0000 (12:02 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

16 months ago[NUI] Support Device orientation and window orientation event.
Wonsik Jung [Thu, 5 Jan 2023 08:04:01 +0000 (17:04 +0900)]
[NUI] Support Device orientation and window orientation event.

Supporting  Device orientation and Window Orienation event
when device orientation is changed or window orientation is changed.
Window orientation event is emitted by display server.
To emit the Window Orientation event, AddAvailableOrientation()
or SetPreferredOrientation() should be called before the device is rotated.
Otherwise, Device Orientation event is emitted by Application framework
and any condition is not needed.

16 months agoRelease 10.0.0.17579 accepted/tizen/7.0/unified/20230103.164456 submit/tizen_7.0/20221229.150830
TizenAPI-Bot [Thu, 29 Dec 2022 15:08:30 +0000 (15:08 +0000)]
Release 10.0.0.17579

16 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Thu, 29 Dec 2022 15:08:30 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

16 months ago[NUI][API10] Reorder DeleteBaseHandle and SwigCPtrCopy = null;
Eunki, Hong [Thu, 29 Dec 2022 09:34:07 +0000 (18:34 +0900)]
[NUI][API10] Reorder DeleteBaseHandle and SwigCPtrCopy = null;

Now HasBody() become false during DeleteBaseHandle() emitted signals

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
16 months agoRelease 10.0.0.17578 submit/tizen_7.0/20221228.150958
TizenAPI-Bot [Wed, 28 Dec 2022 15:09:58 +0000 (15:09 +0000)]
Release 10.0.0.17578

16 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Wed, 28 Dec 2022 15:09:58 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

16 months ago[Bluetooth] Fix overflow issue (#4872)
Wootak Jung [Wed, 28 Dec 2022 04:45:11 +0000 (13:45 +0900)]
[Bluetooth] Fix overflow issue (#4872)

16 months agoRelease 10.0.0.17577 accepted/tizen/7.0/unified/20221228.170456 submit/tizen_7.0/20221227.095035
TizenAPI-Bot [Tue, 27 Dec 2022 09:50:35 +0000 (09:50 +0000)]
Release 10.0.0.17577

16 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Tue, 27 Dec 2022 09:50:35 +0000 (09:50 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

16 months ago[NUI] fix testhub fail, Add Dispose() in BaseHandle.Reset() where the body was delete...
dongsug.song [Tue, 27 Dec 2022 09:37:24 +0000 (18:37 +0900)]
[NUI] fix testhub fail, Add Dispose() in BaseHandle.Reset() where the body was deleted in previous patch

16 months agoRelease 10.0.0.17576 submit/tizen_7.0/20221227.051430
TizenAPI-Bot [Tue, 27 Dec 2022 05:14:30 +0000 (05:14 +0000)]
Release 10.0.0.17576

16 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Tue, 27 Dec 2022 05:14:30 +0000 (05:14 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

16 months ago[NUI][SVACE] Fix svace(DF221214-00106) issue.
guowei.wang [Mon, 26 Dec 2022 06:22:29 +0000 (14:22 +0800)]
[NUI][SVACE] Fix svace(DF221214-00106) issue.

16 months agoRelease 10.0.0.17575 submit/tizen_7.0/20221227.024653
TizenAPI-Bot [Tue, 27 Dec 2022 02:46:53 +0000 (02:46 +0000)]
Release 10.0.0.17575

16 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Tue, 27 Dec 2022 02:46:52 +0000 (02:46 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

16 months ago[NUI] Add GetRenderThreadId() as hidden API
dongsug.song [Mon, 26 Dec 2022 12:26:23 +0000 (21:26 +0900)]
[NUI] Add GetRenderThreadId() as hidden API

16 months agoRelease 10.0.0.17574 submit/tizen_7.0/20221226.150827
TizenAPI-Bot [Mon, 26 Dec 2022 15:08:27 +0000 (15:08 +0000)]
Release 10.0.0.17574

16 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Mon, 26 Dec 2022 15:08:27 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

16 months agoUpdate README.md
Kangho Hur [Mon, 26 Dec 2022 10:11:59 +0000 (19:11 +0900)]
Update README.md

16 months agoRelease 10.0.0.17573 submit/tizen_7.0/20221223.150916
TizenAPI-Bot [Fri, 23 Dec 2022 15:09:16 +0000 (15:09 +0000)]
Release 10.0.0.17573

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

16 months ago[NUI] fix testhub crash issue
dongsug.song [Fri, 23 Dec 2022 01:59:26 +0000 (10:59 +0900)]
[NUI] fix testhub crash issue

16 months ago[NUI] make BaseHandle.Reset() not work
dongsug.song [Fri, 16 Dec 2022 07:01:02 +0000 (16:01 +0900)]
[NUI] make BaseHandle.Reset() not work

- this came from native dali and it is not propriate for nui.
- it makes BaseHandle's reference count as 0, but this action could cause memory leak in nui side.
- in nui side, calling Dispose() explicitly or doing nothing to delegate disposing action to the DisposeQueue is recommended.

16 months agoRelease 10.0.0.17571 submit/tizen_7.0/20221223.010853
TizenAPI-Bot [Fri, 23 Dec 2022 01:08:53 +0000 (01:08 +0000)]
Release 10.0.0.17571

16 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Fri, 23 Dec 2022 01:08:53 +0000 (01:08 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

16 months ago[Camera] Fix bugs for ExtraPreview (#4858)
Haesu Gwon [Fri, 23 Dec 2022 01:04:24 +0000 (10:04 +0900)]
[Camera] Fix bugs for ExtraPreview (#4858)

* [Camera] Fix bugs for ExtraPreview

* [Camera] Fix bugs

16 months agoRelease 10.0.0.17570 submit/tizen_7.0/20221219.150845
TizenAPI-Bot [Mon, 19 Dec 2022 15:08:45 +0000 (15:08 +0000)]
Release 10.0.0.17570

16 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Mon, 19 Dec 2022 15:08:45 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

16 months ago[NUI] Support sub node's Animation
seungho [Thu, 17 Nov 2022 06:29:04 +0000 (15:29 +0900)]
[NUI] Support sub node's Animation

Signed-off-by: seungho <sbsh.baek@samsung.com>
16 months agoRelease 10.0.0.17569 submit/tizen_7.0/20221215.150824
TizenAPI-Bot [Thu, 15 Dec 2022 15:08:24 +0000 (15:08 +0000)]
Release 10.0.0.17569

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

16 months agoRevert "[NUI] fix the defect that the focus of VitualRemote App is stuck very rarely"
dongsug.song [Thu, 15 Dec 2022 02:03:12 +0000 (11:03 +0900)]
Revert "[NUI] fix the defect that the focus of VitualRemote App is stuck very rarely"

This reverts commit 0017dd0e49ffbc78d8c51c6f068afd6e8fdbc8d0.

16 months agoRelease 10.0.0.17568 submit/tizen_7.0/20221214.182238
TizenAPI-Bot [Wed, 14 Dec 2022 18:22:38 +0000 (18:22 +0000)]
Release 10.0.0.17568

16 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Wed, 14 Dec 2022 18:22:38 +0000 (18:22 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

16 months ago[NUI] fix the defect that the focus of VitualRemote App is stuck very rarely
dongsug.song [Wed, 14 Dec 2022 18:09:54 +0000 (03:09 +0900)]
[NUI] fix the defect that the focus of VitualRemote App is stuck very rarely

17 months agoRelease 10.0.0.17567 submit/tizen_7.0/20221213.071242
TizenAPI-Bot [Tue, 13 Dec 2022 07:12:42 +0000 (07:12 +0000)]
Release 10.0.0.17567

17 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Tue, 13 Dec 2022 07:12:42 +0000 (07:12 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

17 months ago[NUI] make Theme not be loaded in tv profile
dongsug.song [Tue, 13 Dec 2022 03:38:10 +0000 (12:38 +0900)]
[NUI] make Theme not be loaded in tv profile

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