platform/core/csapi/tizenfx.git
15 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Fri, 27 Jan 2023 15:09:35 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

15 months ago[NUI.Gadget] Add NUIGadget class for inhouse developers (#4935)
hjhun [Fri, 27 Jan 2023 07:07:44 +0000 (16:07 +0900)]
[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>
15 months agoRelease 11.0.0.17669 submit/tizen/20230126.151011
TizenAPI-Bot [Thu, 26 Jan 2023 15:10:11 +0000 (15:10 +0000)]
Release 11.0.0.17669

15 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Thu, 26 Jan 2023 15:10:11 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

16 months agoAdd a new internal API (#4923)
hjhun [Thu, 26 Jan 2023 00:16:59 +0000 (09:16 +0900)]
Add a new internal API (#4923)

- AppControl.GetDefaultApplicationIds()

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
16 months agoRelease 11.0.0.17668 accepted/tizen/unified/20230126.170125 submit/tizen/20230125.150834
TizenAPI-Bot [Wed, 25 Jan 2023 15:08:35 +0000 (15:08 +0000)]
Release 11.0.0.17668

16 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Wed, 25 Jan 2023 15:08:34 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

16 months ago[NUI] Version Update 22210
Taehyub Kim [Wed, 25 Jan 2023 07:05:08 +0000 (16:05 +0900)]
[NUI] Version Update 22210

16 months ago[NUI] Add Tizen.NUI.Scene3D simple demo (#4917)
Eunki Hong [Wed, 25 Jan 2023 05:14:16 +0000 (14:14 +0900)]
[NUI] Add Tizen.NUI.Scene3D simple demo (#4917)

* [NUI] Add Tizen.NUI.Scene3D simple demo

Hello 3d world!

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
* Update Scene3DSample.cs

2022 -> 2023

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Co-authored-by: Eunki, Hong <eunkiki.hong@samsung.com>
16 months ago[NUI] Fix perf-view-creation demo think with dali
Eunki Hong [Mon, 23 Jan 2023 14:49:00 +0000 (23:49 +0900)]
[NUI] Fix perf-view-creation demo think with dali

Make recent action match with dali

Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
16 months ago[NUI] Remove useless DisposeQueue adding at TextField
Eunki Hong [Thu, 19 Jan 2023 17:19:27 +0000 (02:19 +0900)]
[NUI] Remove useless DisposeQueue adding at TextField

Signed-off-by: Eunki Hong <h.pichulia@gmail.com>
16 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.

16 months ago[NUI] Add NUIApplicaion.GetScreenSize
Jaehyun Cho [Tue, 17 Jan 2023 06:05:24 +0000 (15:05 +0900)]
[NUI] Add NUIApplicaion.GetScreenSize

To provide the screen size, NUIApplication.GetScreenSize is added.

16 months ago[NUI] add code owner
dongsug.song [Thu, 19 Jan 2023 02:03:22 +0000 (11:03 +0900)]
[NUI] add code owner

16 months agoRemove log prints in the thread (#4920)
hjhun [Wed, 25 Jan 2023 08:02:18 +0000 (17:02 +0900)]
Remove log prints in the thread (#4920)

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
16 months agoRelease 11.0.0.17660 submit/tizen/20230119.150845
TizenAPI-Bot [Thu, 19 Jan 2023 15:08:45 +0000 (15:08 +0000)]
Release 11.0.0.17660

16 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Thu, 19 Jan 2023 15:08:44 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

16 months agoModify ImportFromArgv method of Bundle (#4911)
hjhun [Thu, 19 Jan 2023 05:12:13 +0000 (14:12 +0900)]
Modify ImportFromArgv method of Bundle (#4911)

- Adds descriptions
- Adds throwing an exception

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
16 months agoRelease 11.0.0.17659 accepted/tizen/unified/20230120.182056 submit/tizen/20230119.021644
TizenAPI-Bot [Thu, 19 Jan 2023 02:16:44 +0000 (02:16 +0000)]
Release 11.0.0.17659

16 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Thu, 19 Jan 2023 02:16:44 +0000 (02:16 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

16 months ago[NUI] fix testhub crash issue
dongsug.song [Thu, 19 Jan 2023 00:37:04 +0000 (09:37 +0900)]
[NUI] fix testhub crash issue

16 months ago[NUI] Revert "Make PixelBuffer & PixelData as Disposable"
Eunki, Hong [Wed, 18 Jan 2023 14:28:40 +0000 (23:28 +0900)]
[NUI] Revert "Make PixelBuffer & PixelData as Disposable"

Revert patch of PR #4897

This reverts commit 0e6528a5f7c4ae6523b8dd0c19b2c211c31178f3.

16 months agoRelease 11.0.0.17657 submit/tizen/20230118.075003
TizenAPI-Bot [Wed, 18 Jan 2023 07:50:03 +0000 (07:50 +0000)]
Release 11.0.0.17657

16 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Wed, 18 Jan 2023 07:50:02 +0000 (07:50 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

16 months ago[NUI] Reorder Disposable's ReleaseSwigCPtr + Allow to dispose seperate thread
Eunki, Hong [Wed, 18 Jan 2023 05:38:29 +0000 (14:38 +0900)]
[NUI] Reorder Disposable's ReleaseSwigCPtr + Allow to dispose seperate thread

Reorder the `ReleaseSwigCPtr` call time and `SwigCPtr` value setup.
It will be matched as `BaseHandle.cs` doing now.

Plus

Make we don't print any fatal log when we try to dispose `Disposable` class.
For example, `Vector2` or `Uint16Pair` don't need to be used only for main thread.
Only some UI releative things has some dependency issue of Main / UI thread.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
16 months ago[NUI] fix tct block issue in text field and editor
Bowon Ryu [Wed, 18 Jan 2023 06:37:40 +0000 (15:37 +0900)]
[NUI] fix tct block issue in text field and editor

GetInputMethodContext() in ReleaseSwigCPtr crashes due to current changes in BaseHandle.
Move DestroyContext() to Dispose to avoid this.

Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
16 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.

16 months ago[NUI] Make ReleaseSwigCPtr didn't check HasBody()
Eunki Hong [Tue, 17 Jan 2023 16:08:54 +0000 (01:08 +0900)]
[NUI] Make ReleaseSwigCPtr didn't check HasBody()

After PR #4892 `HasBody()` can be false in `ReleaseSwigCPtr`.
So, some class who check double-released might not release
native memory. It might occure some leak.

This patch make them to check `Disposed` instead of `HasBody()`.

+

Clean up some codes of `ReleaseSwigCPtr`.

TODO : Also need to check `Disposable.Dispose` function

TODO : Need to check third-party library implementation who use
their custom `ReleaseSwigCPtr`

Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
16 months ago[NUI] Make PixelBuffer & PixelData as Disposable
Eunki, Hong [Tue, 17 Jan 2023 10:55:07 +0000 (19:55 +0900)]
[NUI] Make PixelBuffer & PixelData as Disposable

Since they were BaseHandle, there was some Fatal log printed
when we try to use them at worker thread.

For example, PixelBuffer buffer = ImageLoader.LoadImageFromFile() was invalid.

This patch make them as Disposable.
So they will not be registed into Registry.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
16 months agoRelease 11.0.0.17652 submit/tizen/20230117.084530
TizenAPI-Bot [Tue, 17 Jan 2023 08:45:30 +0000 (08:45 +0000)]
Release 11.0.0.17652

16 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 17 Jan 2023 08:45:30 +0000 (08:45 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

16 months ago[NUI] remove swigCPtrCopy which is useless
dongsug.song [Tue, 17 Jan 2023 04:59:26 +0000 (13:59 +0900)]
[NUI] remove swigCPtrCopy which is useless

16 months ago[NUI] version update
dongsug.song [Tue, 17 Jan 2023 07:35:21 +0000 (16:35 +0900)]
[NUI] version update

16 months ago[NUI][XamlBuild] Fix namespace confused issue.
guowei.wang [Tue, 13 Dec 2022 09:36:04 +0000 (17:36 +0800)]
[NUI][XamlBuild] Fix namespace confused issue.

16 months ago[NUI][NUI.Devel] Update TCs of NUI.Devel.
guowei.wang [Thu, 1 Dec 2022 13:53:23 +0000 (21:53 +0800)]
[NUI][NUI.Devel] Update TCs of NUI.Devel.

16 months ago[NUI][NUI.Components.Devel] Fix failed isseus of NUI.Components.Devel.
guowei.wang [Thu, 1 Dec 2022 14:07:19 +0000 (22:07 +0800)]
[NUI][NUI.Components.Devel] Fix failed isseus of NUI.Components.Devel.

16 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.

16 months ago[NUI] Remove png/jpg warning log
Eunki Hong [Mon, 16 Jan 2023 17:47:03 +0000 (02:47 +0900)]
[NUI] Remove png/jpg warning log

Resolve below 2 kind of warning messages by mogrify

Corrupt JPEG data: 24 extraneous bytes before marker 0x?? libpng warning: iCCP: known incorrect sRGB profile

TODO : Need to be tested in office.

Signed-off-by: Eunki Hong <h.pichulia@gmail.com>
16 months ago[NUI] Add method to DisposeRecursively. + Fix DisposeTest demo works
Eunki Hong [Fri, 6 Jan 2023 14:59:33 +0000 (23:59 +0900)]
[NUI] Add method to DisposeRecursively. + Fix DisposeTest demo works

Previous Container.cs can dispose recursively only if
it is created by xaml. (DisposeIncludeChildren)
And also, that API only for internal.

Now we add some useful API that user can dispose all
connected children recursively by one button.

```
View a = new View();
View b = new View();

a.Add(b);
a.DisposeRecursively();

// Now b is disposed.
```

Signed-off-by: Eunki Hong <h.pichulia@gmail.com>
16 months agoRelease 11.0.0.17644 submit/tizen/20230113.150854
TizenAPI-Bot [Fri, 13 Jan 2023 15:08:54 +0000 (15:08 +0000)]
Release 11.0.0.17644

16 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Fri, 13 Jan 2023 15:08:54 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

16 months ago[ImageUtil] Code clean (#4887)
Haesu Gwon [Fri, 13 Jan 2023 03:28:31 +0000 (12:28 +0900)]
[ImageUtil] Code clean (#4887)

16 months agoRelease 11.0.0.17643 accepted/tizen/unified/20230111.174551 submit/tizen/20230110.074332
TizenAPI-Bot [Tue, 10 Jan 2023 07:43:32 +0000 (07:43 +0000)]
Release 11.0.0.17643

16 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 10 Jan 2023 07:43:32 +0000 (07:43 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

16 months ago[NUI] Version Update 22208 (#4883)
Seoyeon2Kim [Tue, 10 Jan 2023 06:39:48 +0000 (15:39 +0900)]
[NUI] Version Update 22208 (#4883)

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
16 months agoRelease 11.0.0.17642 submit/tizen/20230109.150934
TizenAPI-Bot [Mon, 9 Jan 2023 15:09:34 +0000 (15:09 +0000)]
Release 11.0.0.17642

16 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Mon, 9 Jan 2023 15:09:34 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

16 months ago[Applications.PackageManager] Add ClearUserData(package, path) (#4747)
ChangGyu Choi [Mon, 9 Jan 2023 08:33:24 +0000 (17:33 +0900)]
[Applications.PackageManager] Add ClearUserData(package, path) (#4747)

* [Tizen.Applications] Add a new PackageManager API

Adds:
 - ClearUserData(packageId, filePath)

Signed-off-by: ChangGyu Choi <uppletaste@gmail.com>
* Fix the api description

Signed-off-by: ChangGyu Choi <uppletaste@gmail.com>
* Remove a remark sentence

Signed-off-by: ChangGyu Choi <uppletaste@gmail.com>
* Update API description

Signed-off-by: ChangGyu Choi <uppletaste@gmail.com>
Signed-off-by: ChangGyu Choi <uppletaste@gmail.com>
16 months agoRelease 11.0.0.17641 submit/tizen/20230106.150937
TizenAPI-Bot [Fri, 6 Jan 2023 15:09:37 +0000 (15:09 +0000)]
Release 11.0.0.17641

16 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Fri, 6 Jan 2023 15:09:37 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

16 months ago[Camera] Fix ExtraPreview bugs (#4861)
Haesu Gwon [Fri, 6 Jan 2023 07:49:34 +0000 (16:49 +0900)]
[Camera] Fix ExtraPreview bugs (#4861)

16 months agoRelease 11.0.0.17640 submit/tizen/20230104.150937
TizenAPI-Bot [Wed, 4 Jan 2023 15:09:37 +0000 (15:09 +0000)]
Release 11.0.0.17640

16 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Wed, 4 Jan 2023 15:09:37 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

16 months ago[Applications.AppControl] Add new internal APIs (#4877)
ChangGyu Choi [Wed, 4 Jan 2023 05:27:36 +0000 (14:27 +0900)]
[Applications.AppControl] Add new internal APIs (#4877)

* [Applications.AppControl] Add a new internal API

This patch adds the API below to set the timeout interval when sending an app launch request.

Adds:
 - AppControl.SendLaunchRequestWithTimeout()

Signed-off-by: ChangGyu Choi <uppletaste@gmail.com>
* Change API name

This patch changed to the same name as the existing API for intuition.

Signed-off-by: ChangGyu Choi <uppletaste@gmail.com>
* Fix API description

Signed-off-by: ChangGyu Choi <uppletaste@gmail.com>
* Add a new internal API

Adds.
 - AppControl.SendLaunchRequest(launchRequest, timeout)

Signed-off-by: ChangGyu Choi <uppletaste@gmail.com>
Signed-off-by: ChangGyu Choi <uppletaste@gmail.com>
Co-authored-by: hjhun <36876573+hjhun@users.noreply.github.com>
16 months agoRelease 11.0.0.17639 accepted/tizen/unified/20230106.165044 submit/tizen/20230103.101712
TizenAPI-Bot [Tue, 3 Jan 2023 10:17:12 +0000 (10:17 +0000)]
Release 11.0.0.17639

16 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 3 Jan 2023 10:17:12 +0000 (10:17 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

16 months ago[NUI] Reorder DeleteBaseHandle and SwigCPtrCopy = null;
Eunki, Hong [Thu, 29 Dec 2022 09:28:32 +0000 (18:28 +0900)]
[NUI] 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 11.0.0.17638 submit/tizen/20221228.150951
TizenAPI-Bot [Wed, 28 Dec 2022 15:09:51 +0000 (15:09 +0000)]
Release 11.0.0.17638

16 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Wed, 28 Dec 2022 15:09:51 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

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

16 months agoRelease 11.0.0.17637 accepted/tizen/unified/20221228.165956 submit/tizen/20221227.095038
TizenAPI-Bot [Tue, 27 Dec 2022 09:50:38 +0000 (09:50 +0000)]
Release 11.0.0.17637

16 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 27 Dec 2022 09:50:38 +0000 (09:50 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

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 11.0.0.17636 submit/tizen/20221227.055353
TizenAPI-Bot [Tue, 27 Dec 2022 05:53:53 +0000 (05:53 +0000)]
Release 11.0.0.17636

16 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 27 Dec 2022 05:53:53 +0000 (05:53 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

16 months ago[NUI] Fix FlexLayout OnMeasure to calculate size correctly
Jaehyun Cho [Fri, 16 Dec 2022 10:11:13 +0000 (19:11 +0900)]
[NUI] Fix FlexLayout OnMeasure to calculate size correctly

Previously, the measured size of FlexLayout with WrapContent could be
calculated like MatchParent.
The above issue happened in the following case.
Tizen.NUI.Components.DialogPage.ShowAlertDialog("Title", "Message", null);

To resolve the above issue without breaking backward compatibility,
FlexLayout OnMeasure has been fixed to use ResolveSizeAndState()
instead of GetDefaultSize() when calculating the measured size.

To test the issue, showing a dialog without action button case has
been added to Tizen.NUI.StyleGuide.

16 months ago[NUI] Add EmitScrollStartedEvent and EmitScrollFinishedEvent
Hosang Kim [Mon, 14 Nov 2022 11:53:33 +0000 (20:53 +0900)]
[NUI] Add EmitScrollStartedEvent and EmitScrollFinishedEvent

This allows the user to know scrollable object scroll is started or
finished.

Requires:
https://review.tizen.org/gerrit/284124/
https://review.tizen.org/gerrit/284126/

16 months ago[NUI] Pass SelectionChangedEventArgs by default as SelectionChangedCommandParameter.
EverLEEst(SangHyeon Lee) [Mon, 19 Dec 2022 12:54:05 +0000 (21:54 +0900)]
[NUI] Pass SelectionChangedEventArgs by default as SelectionChangedCommandParameter.

16 months ago[NUI] version update
dongsug.song [Tue, 27 Dec 2022 05:01:52 +0000 (14:01 +0900)]
[NUI] version update

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 ago[NUI] Support SetProperty by using string name for Animatable
seungho baek [Tue, 20 Dec 2022 13:23:58 +0000 (22:23 +0900)]
[NUI] Support SetProperty by using string name for Animatable

Signed-off-by: seungho baek <sbsh.baek@samsung.com>
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 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>
17 months agoUpdate README.md
Kangho Hur [Mon, 26 Dec 2022 23:29:54 +0000 (08:29 +0900)]
Update README.md

17 months agoRelease 11.0.0.17626 submit/tizen/20221226.150819
TizenAPI-Bot [Mon, 26 Dec 2022 15:08:19 +0000 (15:08 +0000)]
Release 11.0.0.17626

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

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

17 months agoRelease 11.0.0.17625 accepted/tizen/unified/20221221.165252 submit/tizen/20221220.075435
TizenAPI-Bot [Tue, 20 Dec 2022 07:54:35 +0000 (07:54 +0000)]
Release 11.0.0.17625

17 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 20 Dec 2022 07:54:35 +0000 (07:54 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

17 months ago[NUI] Version Update 22206
Daekwang Ryu [Tue, 20 Dec 2022 02:19:56 +0000 (11:19 +0900)]
[NUI] Version Update 22206

17 months ago[NUI] Add ActionsProperty to AlertDialog to support xaml
Jaehyun Cho [Mon, 19 Dec 2022 07:59:52 +0000 (16:59 +0900)]
[NUI] Add ActionsProperty to AlertDialog to support xaml

To support Actions property of AlertDialog in xaml, the bindable
property ActionsProperty has been added to AlertDialog.

The AlertDialog example with xaml has been added to NUITizenGallery.

17 months ago[NUI] Remove unused reference
Xianbing Teng [Tue, 6 Dec 2022 09:36:33 +0000 (17:36 +0800)]
[NUI] Remove unused reference

17 months ago[NUI][NUITizenGallery] add Animal ListView and GridView examples
EverLEEst(SangHyeon Lee) [Thu, 15 Dec 2022 11:45:54 +0000 (20:45 +0900)]
[NUI][NUITizenGallery] add Animal ListView and GridView examples

17 months ago[NUI] fix DefaultGridItem image to fill available area.
EverLEEst(SangHyeon Lee) [Thu, 15 Dec 2022 11:42:29 +0000 (20:42 +0900)]
[NUI] fix DefaultGridItem image to fill available area.

17 months ago[NUI] update imageUrl to resourceUrl
everLEEst(SangHyeon Lee) [Fri, 16 Dec 2022 05:27:35 +0000 (21:27 -0800)]
[NUI] update imageUrl to resourceUrl

17 months ago[NUI] add ImageUrl property on DefaultGridItem.
EverLEEst(SangHyeon Lee) [Thu, 15 Dec 2022 11:38:44 +0000 (20:38 +0900)]
[NUI] add ImageUrl property on DefaultGridItem.

17 months ago[NUI] fix relative layout to fill regardless of children size.
EverLEEst(SangHyeon Lee) [Thu, 15 Dec 2022 11:35:37 +0000 (20:35 +0900)]
[NUI] fix relative layout to fill regardless of children size.

17 months agoRevert "Rebase develnui (#4853)"
Seoyeon2Kim [Tue, 20 Dec 2022 05:32:04 +0000 (14:32 +0900)]
Revert "Rebase develnui (#4853)"

This reverts commit 2ae464cf2e05bd2821e43c09c941df484dbae620.

17 months agoRebase develnui (#4853)
dkdk-ryu [Tue, 20 Dec 2022 05:18:51 +0000 (14:18 +0900)]
Rebase develnui (#4853)

* [NUI] fix relative layout to fill regardless of children size.

* [NUI] add ImageUrl property on DefaultGridItem.

* [NUI] update imageUrl to resourceUrl

* [NUI] fix DefaultGridItem image to fill available area.

* [NUI][NUITizenGallery] add Animal ListView and GridView examples

* [NUI] Remove unused reference

* [NUI] Add ActionsProperty to AlertDialog to support xaml

To support Actions property of AlertDialog in xaml, the bindable
property ActionsProperty has been added to AlertDialog.

The AlertDialog example with xaml has been added to NUITizenGallery.

* [NUI] Version Update 22206

Co-authored-by: EverLEEst(SangHyeon Lee) <sh10233.lee@samsung.com>
Co-authored-by: Xianbing Teng <xb.teng@samsung.com>
Co-authored-by: Jaehyun Cho <jae_hyun.cho@samsung.com>
17 months agoRelease 11.0.0.17615 submit/tizen/20221219.150928
TizenAPI-Bot [Mon, 19 Dec 2022 15:09:28 +0000 (15:09 +0000)]
Release 11.0.0.17615

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

17 months agoUpdate README.md
WonYoung Choi [Mon, 19 Dec 2022 06:13:20 +0000 (15:13 +0900)]
Update README.md

17 months agoRelease 11.0.0.17614 accepted/tizen/unified/20221216.024029 submit/tizen/20221214.022156
TizenAPI-Bot [Wed, 14 Dec 2022 02:21:56 +0000 (02:21 +0000)]
Release 11.0.0.17614

17 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Wed, 14 Dec 2022 02:21:56 +0000 (02:21 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

17 months ago[NUI] Version Update 22205
joogab.yun [Wed, 14 Dec 2022 01:51:48 +0000 (10:51 +0900)]
[NUI] Version Update 22205

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 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 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