platform/core/csapi/tizenfx.git
2 years agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 13 Jul 2021 07:01:41 +0000 (07:01 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

2 years ago[NUI] integration from DevelNUI to master (#3309)
Seoyeon2Kim [Tue, 13 Jul 2021 06:57:10 +0000 (15:57 +0900)]
[NUI] integration from DevelNUI to master (#3309)

* [NUI] Add NUITizenGallery Ubuntu VS code project

* [NUI] fix transition order

 - this patch is hotfix to fix problem derived by transition order.

Signed-off-by: seungho <sbsh.baek@samsung.com>
* [NUI] Fix RelativeLayout Measure size calculation

Previously, the actual spec size is given to MeasureChild() and MeasureChild()
subtracts Padding size from the actual spec size.

Now, the actual spec size with Padding size is given to MeasureChild() to
display child with the actual spec size.

Moreover, since child's MeasuredWidth/Height are calculated in MeasureChild(),
duplicate MeasureWidth/Height assigning codes are removed.

* [NUI] Apply ImageUrl in CaptureTest

CaptureTest need to use ImageUrl
So i apply it

* [NUI] Rename APIs related to context menu. (#3263)

* [NUI] Fix ThemeManager to return valid platform theme Id (#3300)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
* [NUI] Add a tip for NUITizenGallery project

* [NUI] Add XAML TCs

* [XamlBuild] Remove static member in EXaml Operation

* [NUI] Fix build errors of NUI.Devel.Tests.

* [NUI] Add EncodedImageBuffer class (Load image frome Stream)

This patch will make some simple way to upload image from C# Stream to View.

- EncodedImageBuffer will create by C# Stream.
  Stream stream = global::System.IO.File.OpenRead("filename.png");
  EncodedImageBuffer buffer = new EncodedImageBuffer(stream);
- Generate ImageUrl
  ImageUrl url = buffer.GenerateUrl();
- You can use this ImageUrl as image's url
  ImageView view = new ImageView(url.GetUrl());

* [NUI] Add TCs of FrameBroker(internal).

* [NUI] Add TCs of Common(Internal).

* [NUI] Add ProcessorController

Signed-off-by: seungho <sbsh.baek@samsung.com>
* [NUI] Change InterceptTouchEvent.

* [NUI] Rectoring items layout

* [NUI] Change shouldIntercept value

* Revert "[NUI] Change shouldIntercept value"

This reverts commit 6d9b8daa4f1a466afa41cb8fb8cf7ede3990b9ec.

* Revert "[NUI] Change InterceptTouchEvent."

This reverts commit dbe26102b8c8f4473cb6ea08064dbcb916fbd3a8.

* [NUI] Version update (nui22034) (#3307)

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
* [NUI] Change default Navigator Animation

Default Navigator Animation is changed not to show the background behind the
pages.

During Push(), alpha animation is not applied to the current page.
During Pop(), alpha animation is not applied to the previous page.

Co-authored-by: Dongsug Song <dongsug.song@samsung.com>
Co-authored-by: seungho <sbsh.baek@samsung.com>
Co-authored-by: Jaehyun Cho <jae_hyun.cho@samsung.com>
Co-authored-by: Sunghyun Kim <scholb.kim@samsung.com>
Co-authored-by: huayongxu <49056704+huayongxu@users.noreply.github.com>
Co-authored-by: Jiyun Yang <ji.yang@samsung.com>
Co-authored-by: zhouleonlei <zhouleon.lei@samsung.com>
Co-authored-by: Fang Xiaohui <xiaohui.fang@samsung.com>
Co-authored-by: guowei.wang <guowei.wang@samsung.com>
Co-authored-by: Eunki Hong <h.pichulia@gmail.com>
Co-authored-by: Joogab Yun <joogab.yun@samsung.com>
Co-authored-by: EverLEEst(SangHyeon Lee) <sh10233.lee@samsung.com>
2 years ago[Bluetooth][Non-ACR] Add log for converting devcie info (#3303)
Wootak Jung [Tue, 13 Jul 2021 02:20:15 +0000 (11:20 +0900)]
[Bluetooth][Non-ACR] Add log for converting devcie info (#3303)

Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
2 years agoRelease 9.0.0.16466 accepted/tizen/unified/20210712.055813 submit/tizen/20210709.104228
TizenAPI-Bot [Fri, 9 Jul 2021 10:42:28 +0000 (10:42 +0000)]
Release 9.0.0.16466

2 years agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Fri, 9 Jul 2021 10:42:28 +0000 (10:42 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

2 years ago[NUI] Add ImageUrl
Sunghyun Kim [Mon, 14 Jun 2021 02:55:04 +0000 (11:55 +0900)]
[NUI] Add ImageUrl

ImageUrl is a class for wrapping url that is get from external buffer.
it is used for lifecycle management of external buffers.

2 years ago[NUI] Make sure that Interop return type is bool (#3281)
Eunki Hong [Fri, 9 Jul 2021 08:42:33 +0000 (17:42 +0900)]
[NUI] Make sure that Interop return type is bool (#3281)

Marshal's bool is mapped to 4byte in default.
So if native-code return boolean type, the datasize is mismatched and make problems

This patch will fix this problem

Co-authored-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 years ago[NUI][Xaml] Support different params in Vector Converter
Fang Xiaohui [Fri, 9 Jul 2021 03:38:47 +0000 (11:38 +0800)]
[NUI][Xaml] Support different params in Vector Converter

2 years ago[NUI] Fix Dialog Transition issue
huiyu.eun [Fri, 9 Jul 2021 08:07:42 +0000 (17:07 +0900)]
[NUI] Fix Dialog Transition issue

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
2 years ago[NUI]Add xFactory method to Widget view
Fang Xiaohui [Fri, 9 Jul 2021 07:35:10 +0000 (15:35 +0800)]
[NUI]Add xFactory method to Widget view

2 years ago[NUI] Remove unneccesary modification
Fang Xiaohui [Fri, 9 Jul 2021 08:05:20 +0000 (16:05 +0800)]
[NUI] Remove unneccesary modification

2 years ago[NUI][EXaml] Support ResourcePath in EXaml
Fang Xiaohui [Fri, 9 Jul 2021 08:01:53 +0000 (16:01 +0800)]
[NUI][EXaml] Support ResourcePath in EXaml

2 years ago[NUI][Xaml]Add ResourcePathExtension
Fang Xiaohui [Fri, 9 Jul 2021 06:57:43 +0000 (14:57 +0800)]
[NUI][Xaml]Add ResourcePathExtension

2 years ago[NUI][EXaml] Support AppResourcePath in EXaml
Fang Xiaohui [Tue, 6 Jul 2021 05:26:47 +0000 (13:26 +0800)]
[NUI][EXaml] Support AppResourcePath in EXaml

2 years ago[NUI] Add Api for getting window from view
Sunghyun Kim [Thu, 8 Jul 2021 07:15:06 +0000 (16:15 +0900)]
[NUI] Add Api for getting window from view

In some case, The view needs to know which window it is added to.
we can using this api in this case.

2 years ago[NUI] Fix Navigator Transition issue
huiyu.eun [Thu, 8 Jul 2021 07:39:55 +0000 (16:39 +0900)]
[NUI] Fix Navigator Transition issue

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
2 years ago[NUI] Fix build error of Devel.NUI.Tests
guowei.wang [Wed, 7 Jul 2021 07:51:37 +0000 (15:51 +0800)]
[NUI] Fix build error of Devel.NUI.Tests

2 years ago[NUI] Fix to calculate RelativeLayout's children MeasuredWidth/Height correctly
Jaehyun Cho [Wed, 7 Jul 2021 12:42:03 +0000 (21:42 +0900)]
[NUI] Fix to calculate RelativeLayout's children MeasuredWidth/Height correctly

RelativeLayout sets its children's size in OnLayout().
Therefore, the children's MeasuredWidth/Height are not the same with the
children's size.
This causes that the grand children's MeasuredWidth/Height are calculated
incorrectly.
To resolve the above, RelativeLayout updates its children's MeasuredWidth/Height
based on the children's actual size on RelativeLayout after the RelativeLayout's
MeasuredWidth/Height are calculated.

e.g.
Let parent have RelativeLayout and parent's size be 1920x1080.
Let child have WrapContent with SetFillHorizontal/Vertical true.
Let grand child have MatchParent.
Then, child's size is 1920x1080 but child's MeasuredWidth/Height is 0x0.
Then, grand child's MeasuredWidth/Height is 0x0 and size is 0x0.

2 years ago[NUI] Change 'Caret' for binding name to 'Cursor' (#3226)
Seoyeon2Kim [Wed, 7 Jul 2021 05:20:26 +0000 (14:20 +0900)]
[NUI] Change 'Caret' for binding name to 'Cursor' (#3226)

- Both DALi and NUI use 'cursor' term more than 'caret'.

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
2 years ago[NUI] Fix AppBar not to use ViewStyle. (#3269)
Jiyun Yang [Wed, 7 Jul 2021 04:42:08 +0000 (13:42 +0900)]
[NUI] Fix AppBar not to use ViewStyle. (#3269)

ViewStyle is the last applied style which is not the same as the current style.
Hence it is not recommanded to use ViewStyle inside components code.
(Please note that View.ViewStyle is deprecated and better not to use.)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
2 years ago[NUI] Fix AlertDialog not to use ViewStyle. (#3268)
Jiyun Yang [Wed, 7 Jul 2021 04:41:52 +0000 (13:41 +0900)]
[NUI] Fix AlertDialog not to use ViewStyle. (#3268)

ViewStyle is the last applied style which is not the same as the current style.
Hence it is not recommanded to use ViewStyle inside components code.
(Please note that View.ViewStyle is deprecated and better not to use.)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
2 years ago[NUI] Fix Shadow issue when we set BoxShadow = null (#3265)
Eunki Hong [Wed, 7 Jul 2021 01:24:55 +0000 (10:24 +0900)]
[NUI] Fix Shadow issue when we set BoxShadow = null (#3265)

When we set view.BoxShadow.Color = new Color(~~);
BoxShadow.Color have same reference with noColor.
So noColor also become changed

We make another refernce when setup Color by noColor.
Now Color doesn't have same reference with noColor.

(Same jobs doing for noOffset and noExtents)

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Co-authored-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 years ago[NUI] Fix picker not to use ViewStyle. (#3267)
Jiyun Yang [Tue, 6 Jul 2021 09:41:58 +0000 (18:41 +0900)]
[NUI] Fix picker not to use ViewStyle. (#3267)

ViewStyle is the last applied style which is not same as the current style.
Hence it is not recommanded to use ViewStyle inside components code.
(Please note that View.ViewStyle is deprecated and better not to use.)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
2 years ago[Camera] Handle GetDeviceInformation returns null (#3277)
Haesu Gwon [Fri, 9 Jul 2021 00:52:30 +0000 (09:52 +0900)]
[Camera] Handle GetDeviceInformation returns null (#3277)

* [Camera] Handle GetDeviceInformation returns null

2 years agoRelease 9.0.0.16447 accepted/tizen/unified/20210708.131430 submit/tizen/20210707.152131
TizenAPI-Bot [Wed, 7 Jul 2021 15:21:31 +0000 (15:21 +0000)]
Release 9.0.0.16447

2 years agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Wed, 7 Jul 2021 15:21:31 +0000 (15:21 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

2 years ago[Camera] Change the dispose timing of CameraDeviceManager (#3270)
Haesu Gwon [Wed, 7 Jul 2021 06:18:49 +0000 (15:18 +0900)]
[Camera] Change the dispose timing of CameraDeviceManager (#3270)

2 years agoRelease 9.0.0.16446 accepted/tizen/unified/20210707.130514 submit/tizen/20210706.151758
TizenAPI-Bot [Tue, 6 Jul 2021 15:17:59 +0000 (15:17 +0000)]
Release 9.0.0.16446

2 years agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 6 Jul 2021 15:17:58 +0000 (15:17 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

2 years ago[Camera] Add extra stream format for production (#3257)
Haesu Gwon [Tue, 6 Jul 2021 07:55:12 +0000 (16:55 +0900)]
[Camera] Add extra stream format for production (#3257)

* [Camera] Add extra stream format for production

2 years agoRelease 9.0.0.16445 submit/tizen/20210705.101853 submit/tizen/20210705.103513
TizenAPI-Bot [Mon, 5 Jul 2021 10:18:53 +0000 (10:18 +0000)]
Release 9.0.0.16445

2 years agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Mon, 5 Jul 2021 10:18:53 +0000 (10:18 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

2 years ago[NUI] Version Update (nui22033) (#3260)
SangHyeon Jade Lee [Mon, 5 Jul 2021 07:37:44 +0000 (16:37 +0900)]
[NUI] Version Update (nui22033) (#3260)

2 years ago[NUI] Add TCs related signal in Common(internal).
guowei.wang [Fri, 2 Jul 2021 14:15:05 +0000 (22:15 +0800)]
[NUI] Add TCs related signal in Common(internal).

2 years ago[NUI] Fix issue of SetValue to the property which hasn't DefaultValueCreate delegate
Fang Xiaohui [Fri, 2 Jul 2021 07:57:19 +0000 (15:57 +0800)]
[NUI] Fix issue of SetValue to the property which hasn't DefaultValueCreate delegate

2 years ago[NUI] Add new features for window
Wonsik Jung [Thu, 1 Jul 2021 10:38:37 +0000 (19:38 +0900)]
[NUI] Add new features for window

1. Supports IME window and application.
It is only for internal IME window and application.
These new APIs should be not public.

2. Supports floating window mode.

3. Supports window resized/moved by display server.

2 years ago[NUI] Add Utility(internal) TCs.
guowei.wang [Fri, 2 Jul 2021 01:40:42 +0000 (09:40 +0800)]
[NUI] Add Utility(internal) TCs.

2 years ago[NUI] Fix TC build errors & update TCs.
guowei.wang [Thu, 1 Jul 2021 14:45:09 +0000 (22:45 +0800)]
[NUI] Fix TC build errors & update TCs.

2 years ago[NUI] Add API Button.IconSize
Jiyun Yang [Thu, 1 Jul 2021 09:30:46 +0000 (18:30 +0900)]
[NUI] Add API Button.IconSize

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
2 years ago[NUI] Switch icon includes track and thumb for aligning
Jiyun Yang [Fri, 25 Jun 2021 05:56:23 +0000 (14:56 +0900)]
[NUI] Switch icon includes track and thumb for aligning

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
2 years ago[NUI] BaseComponent: Add RiveAnimationView Component.
Taehyub Kim [Mon, 28 Jun 2021 11:32:58 +0000 (20:32 +0900)]
[NUI] BaseComponent: Add RiveAnimationView Component.

RiveAnimationView shows and control the rive animations which are vector graphics based animation.
Also RiveAnimationView allows the user interaction and user customizing development
such as runtime animation change, runtime user interaction and runtime vector property change.

Classes
 Tizen.NUI.BaseComponents.RiveAnimationView

Dependency
 dali-csharp-binder: https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-csharp-binder/+/260537/
 dali-extension: https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-extension/+/260151/
 rive-tizen: https://review.tizen.org/gerrit/#/admin/projects/platform/core/uifw/rive-tizen

NUI Example
 test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/RiveAnimationTest.cs

Native Example
 dali-demo: https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-demo/+/260175/

2 years ago[NUI] Change WebView namespace to Tizen.NUI.BaseComponents (#3252)
Jiyun Yang [Thu, 1 Jul 2021 23:53:51 +0000 (08:53 +0900)]
[NUI] Change WebView namespace to Tizen.NUI.BaseComponents (#3252)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
2 years ago[NUI][EXaml] Support Array in EXaml
Fang Xiaohui [Thu, 1 Jul 2021 05:45:04 +0000 (13:45 +0800)]
[NUI][EXaml] Support Array in EXaml

2 years ago[NUI] Add Widget(internal & public) TCs.
guowei.wang [Fri, 25 Jun 2021 03:25:09 +0000 (11:25 +0800)]
[NUI] Add Widget(internal & public) TCs.

2 years ago[NUI] Update Application(internal & public) TCs.
guowei.wang [Thu, 24 Jun 2021 11:32:23 +0000 (19:32 +0800)]
[NUI] Update Application(internal & public) TCs.

2 years ago[NUI] Add public window TCs
zhouleonlei [Thu, 24 Jun 2021 10:51:37 +0000 (18:51 +0800)]
[NUI] Add public window TCs

2 years ago[NUI] Remove callback of XamlResourceChanged in the Dispose method of BaseHandle.
Fang Xiaohui [Thu, 24 Jun 2021 01:31:53 +0000 (09:31 +0800)]
[NUI] Remove callback of XamlResourceChanged in the Dispose method of BaseHandle.

2 years ago[NUI] 1.Remove disposed instance from XamlResource; 2.Support BindingContext in EXaml
Fang Xiaohui [Wed, 23 Jun 2021 09:44:21 +0000 (17:44 +0800)]
[NUI] 1.Remove disposed instance from XamlResource; 2.Support BindingContext in EXaml

2 years agoRelease 9.0.0.16429 submit/tizen/20210702.151850
TizenAPI-Bot [Fri, 2 Jul 2021 15:18:50 +0000 (15:18 +0000)]
Release 9.0.0.16429

2 years agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Fri, 2 Jul 2021 15:18:50 +0000 (15:18 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

2 years ago[Camera] Change the way to invoke CDM event (#3248)
Haesu Gwon [Fri, 2 Jul 2021 02:27:18 +0000 (11:27 +0900)]
[Camera] Change the way to invoke CDM event (#3248)

* [Camera] Change the way to invoke CDM event

2 years agoRelease 9.0.0.16428 submit/tizen/20210629.151629
TizenAPI-Bot [Tue, 29 Jun 2021 15:16:29 +0000 (15:16 +0000)]
Release 9.0.0.16428

2 years agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 29 Jun 2021 15:16:29 +0000 (15:16 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

2 years ago[MediaTool] Fix buffer bug (#3242)
Haesu Gwon [Tue, 29 Jun 2021 07:41:19 +0000 (16:41 +0900)]
[MediaTool] Fix buffer bug (#3242)

2 years agoRelease 9.0.0.16427 accepted/tizen/unified/20210629.130453 submit/tizen/20210629.065516
TizenAPI-Bot [Tue, 29 Jun 2021 06:55:16 +0000 (06:55 +0000)]
Release 9.0.0.16427

2 years agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 29 Jun 2021 06:55:16 +0000 (06:55 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

2 years ago[NUI] Version update (nui22032)
Jaehyun Cho [Tue, 29 Jun 2021 06:00:26 +0000 (15:00 +0900)]
[NUI] Version update (nui22032)

2 years agoRevert "[NUI] Deprecate ResizePolicyType"
Jaehyun Cho [Tue, 29 Jun 2021 02:46:16 +0000 (11:46 +0900)]
Revert "[NUI] Deprecate ResizePolicyType"

This reverts commit 426fc56baad122973dad5bca42073a3394e5dd6d.

Since some ResizePolicyTypes are not fully covered, ResizePolicyType is
not deprecated for now.

2 years ago[NUI] Fix to support simple MatchParent in RelativeLayout
Jaehyun Cho [Tue, 29 Jun 2021 05:23:43 +0000 (14:23 +0900)]
[NUI] Fix to support simple MatchParent in RelativeLayout

This reverts a part of d5ac94d24b3ca635034b57324e527e253e2ed789 to
support simple MatchParent in RelativeLayout.

For easier use, child fills its parent if child has MatchParent without
using RelativeLayout APIs.

2 years ago[NUI] Fix color format to #RRGGBBAA from #AARRGGBB (#3225)
Jiyun Yang [Tue, 29 Jun 2021 05:33:25 +0000 (14:33 +0900)]
[NUI] Fix color format to #RRGGBBAA from #AARRGGBB (#3225)

In NUI Color, the color hex format is defined as #RRGGBBAA but in xaml it is #AARRGGBB.
This can cause mess confusing to user so we decided to make them same: #RRGGBBAA

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
2 years ago[NUI] Add SelectedChanged event to the SelectGroup and etc. (#3221)
Jiyun Yang [Tue, 29 Jun 2021 05:33:11 +0000 (14:33 +0900)]
[NUI] Add SelectedChanged event to the SelectGroup and etc. (#3221)

* Fix default SelectGroup.SelectedIndex value to -1.
* Add event SelectGroup.SelectedChanged.
* Add method SelectGroup.AddAllToView().
* Add method RadioButtonGroup.GetSelectedItem().
* Add attached property RadioButtonGroup.IsGroupHolder. View can make a RadioButtonGroup for its radio button children.
```xaml
<View RadioButtonGroup.IsGroupHolder="true">
  <RadioButton Text="1"/>
  <RadioButton Text="2"/>
</View>
```

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
2 years ago[NUI] API for load image from System.IO.Stream
Eunki, Hong [Tue, 29 Jun 2021 00:35:04 +0000 (09:35 +0900)]
[NUI] API for load image from System.IO.Stream

Allow to load image from c# Stream class

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 years ago[NUI] Add fade transition
Seungho Baek [Fri, 4 Jun 2021 08:53:35 +0000 (17:53 +0900)]
[NUI] Add fade transition

Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
2 years ago[NUI] Fix itemslayouter nullable value checking. (#3236)
SangHyeon Jade Lee [Mon, 28 Jun 2021 06:10:38 +0000 (15:10 +0900)]
[NUI] Fix itemslayouter nullable value checking. (#3236)

2 years agoRelease 9.0.0.16419 submit/tizen/20210624.151129
TizenAPI-Bot [Thu, 24 Jun 2021 15:11:29 +0000 (15:11 +0000)]
Release 9.0.0.16419

2 years agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Thu, 24 Jun 2021 15:11:28 +0000 (15:11 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

2 years ago[Camera] Remove DeviceListChanged event (#3228)
Haesu Gwon [Thu, 24 Jun 2021 05:21:06 +0000 (14:21 +0900)]
[Camera] Remove DeviceListChanged event (#3228)

2 years agoRelease 9.0.0.16418 accepted/tizen/unified/20210623.125326 submit/tizen/20210623.082820
TizenAPI-Bot [Wed, 23 Jun 2021 08:28:20 +0000 (08:28 +0000)]
Release 9.0.0.16418

2 years agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Wed, 23 Jun 2021 08:28:20 +0000 (08:28 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

2 years ago[NUI] version update (nui22031)
Dongsug Song [Wed, 23 Jun 2021 07:50:18 +0000 (16:50 +0900)]
[NUI] version update (nui22031)

2 years ago[NUI] Reset XamlParser's xamlns list whenever it starts to parse
Jiyun Yang [Tue, 22 Jun 2021 08:06:52 +0000 (17:06 +0900)]
[NUI] Reset XamlParser's xamlns list whenever it starts to parse

Previously, XamlParser referenced a xamlns list that is created based on the root assembly of previously parsed xaml file.
That leads wrong result of searching types for the next xaml parsing.

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
2 years ago[NUI]Fix wrong binding in window
Wonsik Jung [Tue, 22 Jun 2021 08:15:51 +0000 (17:15 +0900)]
[NUI]Fix wrong binding in window

Fix wrong binding in window.
The function is related ot SetAvaiableOrientations.

2 years ago[NUI] Add Add GetHeightForWidth(), GetWidthForHeight()
Dongsug Song [Fri, 11 Jun 2021 06:31:33 +0000 (15:31 +0900)]
[NUI] Add Add GetHeightForWidth(), GetWidthForHeight()

2 years ago[NUI] Add BaseComponents(public) TCs.
guowei.wang [Fri, 18 Jun 2021 11:34:09 +0000 (19:34 +0800)]
[NUI] Add BaseComponents(public) TCs.

2 years ago[NUI] Fix not to make LinearLayout.CellPadding nullable
Jaehyun Cho [Fri, 18 Jun 2021 11:18:29 +0000 (20:18 +0900)]
[NUI] Fix not to make LinearLayout.CellPadding nullable

LinearLayout.CellPadding is Size2D, so it is not nullable type.
Therefore, if null is assigned to LinearLayout.CellPadding, then it
returns Size2D(0, 0).

2 years ago[NUI] Add description for Text component's PropertyMap.
Bowon Ryu [Thu, 17 Jun 2021 10:22:50 +0000 (19:22 +0900)]
[NUI] Add description for Text component's PropertyMap.

Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
2 years ago[NUI] Add public window TCs
zhouleonlei [Thu, 17 Jun 2021 05:59:48 +0000 (13:59 +0800)]
[NUI] Add public window TCs

2 years ago[NUI] Add Rotate API in Rotation to rotate vector
seungho [Tue, 22 Jun 2021 00:44:50 +0000 (09:44 +0900)]
[NUI] Add Rotate API in Rotation to rotate vector

 - NUI Rotation is based on Quaternion theoretically.
 - This patch adds Rotate method to rotate vector3 or vector4 with the quaternion.

Signed-off-by: seungho <sbsh.baek@samsung.com>
2 years ago[NUI][ATSPI] Modify Accessbility for picker components
Woochanlee [Thu, 27 May 2021 04:21:29 +0000 (13:21 +0900)]
[NUI][ATSPI] Modify Accessbility for picker components

2 years ago[NUI] make Tizen.NUI.Devel.Tests be built in csharp-tct by copying the folder itself
Dongsug Song [Fri, 18 Jun 2021 03:01:09 +0000 (12:01 +0900)]
[NUI] make Tizen.NUI.Devel.Tests be built in csharp-tct by copying the folder itself

- only related to csharp-tct, no change of NUI
- just change folder's name
- fix csproj file

2 years ago[NUI] Add tests for some WebView APIs.
huayong.xu [Thu, 17 Jun 2021 08:12:26 +0000 (16:12 +0800)]
[NUI] Add tests for some WebView APIs.

2 years ago[NUI] Fix errors of NUI line coverage TCs.
guowei.wang [Thu, 17 Jun 2021 13:04:29 +0000 (21:04 +0800)]
[NUI] Fix errors of NUI line coverage TCs.

2 years ago[NUI] fix IsSelected default value true to false
EverLEEst(SangHyeon Lee) [Thu, 17 Jun 2021 06:19:26 +0000 (15:19 +0900)]
[NUI] fix IsSelected default value true to false

2 years ago[NUI][Xaml] Support create element in Xaml with default params
Fang Xiaohui [Thu, 17 Jun 2021 06:40:16 +0000 (14:40 +0800)]
[NUI][Xaml] Support create element in Xaml with default params

2 years ago[NUI] Fix Picker scroll issue with 4 or fewer items
Woochanlee [Wed, 16 Jun 2021 09:47:04 +0000 (18:47 +0900)]
[NUI] Fix Picker scroll issue with 4 or fewer items

2 years ago[NUI] Change date/time picker param to formal C# DateTime class instead of int value
Woochanlee [Wed, 16 Jun 2021 07:48:30 +0000 (16:48 +0900)]
[NUI] Change date/time picker param to formal C# DateTime class instead of int value

2 years ago[NUI][EXaml] Fix issue of xFactory method
Fang Xiaohui [Wed, 16 Jun 2021 09:34:23 +0000 (17:34 +0800)]
[NUI][EXaml] Fix issue of xFactory method

2 years ago[NUI][Xaml] Support BindableProperty Group
Fang Xiaohui [Wed, 16 Jun 2021 09:16:26 +0000 (17:16 +0800)]
[NUI][Xaml] Support BindableProperty Group

2 years ago[NUI][EXaml] Support static instance in EXaml
Fang Xiaohui [Wed, 16 Jun 2021 07:06:18 +0000 (15:06 +0800)]
[NUI][EXaml] Support static instance in EXaml

2 years ago[NUI] Add source type to TapGesture.
Joogab Yun [Tue, 1 Jun 2021 02:02:01 +0000 (11:02 +0900)]
[NUI] Add source type to TapGesture.

This is similar to MouseButton in TouchEvent.

Now, you can see from which input the tap was made.

2 years ago[NUI] Fix wrong name
huiyu.eun [Wed, 9 Jun 2021 02:51:55 +0000 (11:51 +0900)]
[NUI] Fix wrong name

frustrum -> frustum
MaterialtURL -> MaterialURL

We need to change name 'ConicalFrsutrum' and delete 'MaterialtURL'.
but this process is required ACR.
I will upload ACR and change it.

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
2 years ago[NUI] enable groups regardless of groupHeader (#3199)
SangHyeon Jade Lee [Wed, 16 Jun 2021 08:47:53 +0000 (17:47 +0900)]
[NUI] enable groups regardless of groupHeader (#3199)

2 years ago[NUI] fix property binding error message (#3195)
SangHyeon Jade Lee [Wed, 16 Jun 2021 08:37:57 +0000 (17:37 +0900)]
[NUI] fix property binding error message (#3195)

2 years ago[NUI] Fix Progress size issue (#3196)
Seoyeon2Kim [Wed, 16 Jun 2021 08:14:18 +0000 (17:14 +0900)]
[NUI] Fix Progress size issue (#3196)

- If Progress size is set as relative properties, such as MatchParent or WrapContent,
 the size of progress track is not drawn properly.
- Fixed to get the correct size of progress.
- Updated Progress theme

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
2 years ago[NUI] Fix Slider Thumb shown issue (#3187)
Seoyeon2Kim [Wed, 16 Jun 2021 06:20:34 +0000 (15:20 +0900)]
[NUI] Fix Slider Thumb shown issue (#3187)

* [NUI] Fix Slider Thumb shown issue

- After default theme update, Slider Thumb disappears when user presses it.
- The reason is that the default resource is not enough,
 and the code is just to get the empty resource. (null value)
- Fixed to show slider thumb for normal, pressed, and disabled states.

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
* Update Slider theme and BorderlineColor

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
2 years ago[NUI] Add FocusableInTouch property
Joogab Yun [Fri, 4 Jun 2021 03:05:43 +0000 (12:05 +0900)]
[NUI] Add FocusableInTouch property

This is a property that allows you to have focus even when touched.

If Focusable is false, FocusableInTouchMode is disabled.
If you want to have focus on touch in touch mode, you need to set both settings to true.

focusable = true,
focusableInTouch = true,

2 years ago[NUI] Update button components text size
Jiyun Yang [Tue, 15 Jun 2021 01:00:37 +0000 (10:00 +0900)]
[NUI] Update button components text size

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
2 years ago[NUI] Fix flickering buttons in ActionContent of AlertDialog
Jaehyun Cho [Mon, 14 Jun 2021 12:38:01 +0000 (21:38 +0900)]
[NUI] Fix flickering buttons in ActionContent of AlertDialog

The buttons in the ActionContent of AlertDialog are flickering because
the CellPadding of ActionContent's LinearLayout did not set initially.

To resolve this issue, the CellPadding of ActionContent's LinearLayout
is set initially.

However, this should be updated to apply CellPadding from
AlertDialogStyle.

2 years ago[NUI] ThemeManager.GetStyle returns integrate style and fix some bugs.
Jiyun Yang [Mon, 14 Jun 2021 06:06:27 +0000 (15:06 +0900)]
[NUI] ThemeManager.GetStyle returns integrate style and fix some bugs.

* ThemeManager.GetStyle returns integrated style instead user style.
* Fix bug that access null string.

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
2 years ago[NUI] Update MenuItem's image resource and Menu's background color (#3192)
Jaehyun Cho [Mon, 14 Jun 2021 12:14:45 +0000 (21:14 +0900)]
[NUI] Update MenuItem's image resource and Menu's background color (#3192)

To apply the MenuItem's UX, MenuItem's image resource and Menu's
background color have been updated.

Co-authored-by: Jaehyun Cho <jae_hyun.cho@samsung.com>