platform/core/csapi/tizenfx.git
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>
2 years ago[NUI] fix bug in item's content set (#3191)
SangHyeon Jade Lee [Mon, 14 Jun 2021 11:18:43 +0000 (20:18 +0900)]
[NUI] fix bug in item's content set (#3191)

2 years agoRelease 9.0.0.16386 accepted/tizen/unified/20210623.043735 submit/tizen/20210622.151805
TizenAPI-Bot [Tue, 22 Jun 2021 15:18:05 +0000 (15:18 +0000)]
Release 9.0.0.16386

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

2 years ago[Camera] Add DeviceConnectionChanged event (#3211)
Haesu Gwon [Tue, 22 Jun 2021 02:48:49 +0000 (11:48 +0900)]
[Camera] Add DeviceConnectionChanged event (#3211)

* [Camera] Add DeviceConnectionChanged event

2 years agoRelease 9.0.0.16385 accepted/tizen/unified/20210618.120755 submit/tizen/20210617.034519
TizenAPI-Bot [Thu, 17 Jun 2021 03:45:19 +0000 (03:45 +0000)]
Release 9.0.0.16385

2 years agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Thu, 17 Jun 2021 03:45:19 +0000 (03:45 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

2 years ago[Bluetooth][Non-ACR] Fix GattConnectonStateChanged not occured issue (#3202)
Wootak Jung [Thu, 17 Jun 2021 03:06:04 +0000 (12:06 +0900)]
[Bluetooth][Non-ACR] Fix GattConnectonStateChanged not occured issue (#3202)

Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
2 years agoRelease 9.0.0.16384 submit/tizen/20210615.151755
TizenAPI-Bot [Tue, 15 Jun 2021 15:17:55 +0000 (15:17 +0000)]
Release 9.0.0.16384

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

2 years ago[Camera] Change CDM param check (#3182)
Haesu Gwon [Tue, 15 Jun 2021 03:23:40 +0000 (12:23 +0900)]
[Camera] Change CDM param check (#3182)

2 years ago[Camera] Add new CameraPixelFormat - VP8,VP9 (#3164)
Haesu Gwon [Tue, 15 Jun 2021 02:52:45 +0000 (11:52 +0900)]
[Camera] Add new CameraPixelFormat - VP8,VP9 (#3164)

* [Camera] Add new CameraPixelFormat - VP8,VP9

2 years agoRelease 9.0.0.16382 accepted/tizen/unified/20210615.120304 submit/tizen/20210614.101611
TizenAPI-Bot [Mon, 14 Jun 2021 10:16:11 +0000 (10:16 +0000)]
Release 9.0.0.16382

2 years agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Mon, 14 Jun 2021 10:16:11 +0000 (10:16 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

2 years ago[NUI] Update theme system
Jiyun Yang [Tue, 25 May 2021 13:39:08 +0000 (22:39 +0900)]
[NUI] Update theme system

* Add platform theme: the theme from tizen-theme-manager using xaml.
* Separate base theme from the user theme: the base theme is not used when update view according to theme change.
* Add new NUIApplication constructor with theme option.
* Compact theme data in View.
* Remove unused dark themes.
* Remove unused xaml theme files.

2 years ago[NUI] Remove unused property of Transition
Seungho Baek [Fri, 4 Jun 2021 08:00:49 +0000 (17:00 +0900)]
[NUI] Remove unused property of Transition

Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
2 years ago[NUI] Add public theme TCs
zhouleonlei [Thu, 10 Jun 2021 06:24:50 +0000 (14:24 +0800)]
[NUI] Add public theme TCs

2 years ago[NUI] Add Transition(internal & public) TCs.
guowei.wang [Thu, 10 Jun 2021 03:14:02 +0000 (11:14 +0800)]
[NUI] Add Transition(internal & public) TCs.

2 years agoAdd ViewProperty and EXaml(public) TCs.
guowei.wang [Wed, 9 Jun 2021 06:04:57 +0000 (14:04 +0800)]
Add ViewProperty and EXaml(public) TCs.

2 years ago[NUI] Fix typo error (filename & arguments)
Eunki, Hong [Thu, 10 Jun 2021 23:58:22 +0000 (08:58 +0900)]
[NUI] Fix typo error (filename & arguments)

Rename un-natural file's filename
(interop.~~, Inerop.~~, Interop~~)
+
Sync missing API (ViewVisibilityChangedSignal_Emit) whitch never been used.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 years ago[NUI][AT-SPI] Add AccessibilityInterface.Selection (#3110)
Artur Świgoń [Wed, 9 Jun 2021 10:59:56 +0000 (12:59 +0200)]
[NUI][AT-SPI] Add AccessibilityInterface.Selection (#3110)

Co-authored-by: Artur Świgoń <a.swigon@samsung.com>
Co-authored-by: Seoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
2 years ago[NUI] fix initialize layouter on empty count source insertion (#3172)
SangHyeon Jade Lee [Wed, 9 Jun 2021 10:51:34 +0000 (19:51 +0900)]
[NUI] fix initialize layouter on empty count source insertion (#3172)

2 years ago[NUI][AT-SPI] Bindings for ScrollToChild
Artur Świgoń [Tue, 18 May 2021 15:48:34 +0000 (17:48 +0200)]
[NUI][AT-SPI] Bindings for ScrollToChild

2 years ago[NUI] Fix RelativeLayout's descendant size and position calculations
Jaehyun Cho [Mon, 7 Jun 2021 13:02:25 +0000 (22:02 +0900)]
[NUI] Fix RelativeLayout's descendant size and position calculations

Previously, 2 descendant sizes and positions calculation problems
exitsted on RelativeLayout as follows.

1. MatchParent grand children's sizes and positions were not calculated.
 - RelativeLayout set its children's sizes and positions but it did not
   set its children's MeasuredWidth/Height.
 - If children's MeasuredWidth/Height are not set, then the MatchParent
   grand children's sizes and positions are not calculated.

2. MatchParent children's sizes fill to the RelativeLayout by default.
 - MatchParent children's sizes should not fill to the RelativeLayout by
   default because children's sizes and positions should be calculated
   by RelativeLayout's APIs.

Now, the above problems have been fixed as follows.

1. RelativeLayout sets its children's MeasuredWidth/Height, so its
   MatchParent grand children's sizes and positions are calculated
   correctly.

2. MatchParent children's sizes are calculated by RelativeLayout's APIs.

2 years agoRelease 9.0.0.16372 submit/tizen/20210611.022836
TizenAPI-Bot [Fri, 11 Jun 2021 02:28:36 +0000 (02:28 +0000)]
Release 9.0.0.16372

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

2 years agoUpdate deploy-packages.yml
WonYoung Choi [Fri, 11 Jun 2021 02:26:00 +0000 (11:26 +0900)]
Update deploy-packages.yml

2 years agoRelease 9.0.0.16371 submit/tizen/20210610.151855
TizenAPI-Bot [Thu, 10 Jun 2021 15:18:55 +0000 (15:18 +0000)]
Release 9.0.0.16371

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

2 years agoAdd Internal Notification Response Event handler (#3179)
Hyunho Kang [Thu, 10 Jun 2021 05:53:08 +0000 (14:53 +0900)]
Add Internal Notification Response Event handler (#3179)

* Add ViewerEventReceived event handler

Signed-off-by: Hyunho <hhstark.kang@samsung.com>
* Fix wrongly handled unmanaged codes

Signed-off-by: Hyunho <hhstark.kang@samsung.com>
* Fix api name and wrongly managed handle

Signed-off-by: Hyunho <hhstark.kang@samsung.com>
* Add missing files

Signed-off-by: Hyunho <hhstark.kang@samsung.com>
* Add newline for the end of file

Signed-off-by: Hyunho <hhstark.kang@samsung.com>
* Change throw -> Log for unmanaged callback

Signed-off-by: Hyunho <hhstark.kang@samsung.com>
* Update since tag 9 to 8

Signed-off-by: Hyunho <hhstark.kang@samsung.com>
2 years agoRelease 9.0.0.16370 accepted/tizen/unified/20210609.140352 submit/tizen/20210609.063802
TizenAPI-Bot [Wed, 9 Jun 2021 06:38:02 +0000 (06:38 +0000)]
Release 9.0.0.16370

2 years agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Wed, 9 Jun 2021 06:38:02 +0000 (06:38 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

2 years ago[NUI] Fix implicit dispose exception defect
Dongsug Song [Wed, 9 Jun 2021 02:07:45 +0000 (11:07 +0900)]
[NUI] Fix implicit dispose exception defect

2 years ago[NUI] Support factory method in EXaml
Fang Xiaohui [Fri, 4 Jun 2021 08:16:21 +0000 (16:16 +0800)]
[NUI] Support factory method in EXaml

2 years agoRelease 9.0.0.16368 submit/tizen/20210608.053839
TizenAPI-Bot [Tue, 8 Jun 2021 05:38:39 +0000 (05:38 +0000)]
Release 9.0.0.16368

2 years agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 8 Jun 2021 05:38:39 +0000 (05:38 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

2 years ago[NUI] Version update (nui22029) (#3165)
Taehyub Kim [Tue, 8 Jun 2021 02:31:50 +0000 (11:31 +0900)]
[NUI] Version update (nui22029) (#3165)

2 years agoRevert "make IsGrouped setter internal as only the GroupHeaderTemplate can enable it"
SangHyeon Jade Lee [Mon, 7 Jun 2021 07:38:10 +0000 (16:38 +0900)]
Revert "make IsGrouped setter internal as only the GroupHeaderTemplate can enable it"

This reverts commit 9ab325a08818ec3d492f91fe5bd70f4aaee3f614.

2 years ago[NUI] Add Template(public) TCs.
guowei.wang [Fri, 4 Jun 2021 10:13:14 +0000 (18:13 +0800)]
[NUI] Add Template(public) TCs.

2 years ago[NUI] Add TCs of public input
zhouleonlei [Thu, 3 Jun 2021 11:19:08 +0000 (19:19 +0800)]
[NUI] Add TCs of public input

2 years ago[NUI] Add Utility(public) TCs.
guowei.wang [Thu, 3 Jun 2021 11:08:02 +0000 (19:08 +0800)]
[NUI] Add Utility(public) TCs.

2 years agomake IsGrouped setter internal as only the GroupHeaderTemplate can enable it
EverLEEst(SangHyeon Lee) [Thu, 3 Jun 2021 07:44:18 +0000 (16:44 +0900)]
make IsGrouped setter internal as only the GroupHeaderTemplate can enable it

2 years ago[NUI] Fix button CellPadding policy and default CornerRadius
Jiyun Yang [Wed, 2 Jun 2021 07:44:49 +0000 (16:44 +0900)]
[NUI] Fix button CellPadding policy and default CornerRadius

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
2 years ago[NUI] Add NeedGesturePropagation (#3130)
JoogabYun [Mon, 7 Jun 2021 03:03:43 +0000 (12:03 +0900)]
[NUI] Add NeedGesturePropagation (#3130)

This is used when the parent view wants to listen to gesture events.

2 years ago[NUI] Make BindableProperty of ItemsSource (#3160)
SangHyeon Jade Lee [Fri, 4 Jun 2021 10:31:22 +0000 (19:31 +0900)]
[NUI] Make BindableProperty of ItemsSource (#3160)

2 years ago[NUI] Add Page's Appeared and Disappeared events
Jaehyun Cho [Tue, 1 Jun 2021 12:27:09 +0000 (21:27 +0900)]
[NUI] Add Page's Appeared and Disappeared events

Page's Appeared event is invoked when the Navigator's animation is
finished and the page becomes visible.

Page's Disappeared event is invoked when the Navigator's animation is
finished and the page becomes invisible.

2 years ago[NUI] fix layouter null exception while clearing it (#3156)
SangHyeon Jade Lee [Fri, 4 Jun 2021 06:04:54 +0000 (15:04 +0900)]
[NUI] fix layouter null exception while clearing it (#3156)

2 years ago[NUI] Provide method so that user can register properties to group, then they can...
Fang Xiaohui [Thu, 3 Jun 2021 10:45:10 +0000 (18:45 +0800)]
[NUI] Provide method so that user can register properties to group, then they can effect each other in Binding

2 years ago[NUI] Set AlertDialog's LinearLayout center aligned
Jaehyun Cho [Thu, 3 Jun 2021 07:54:06 +0000 (16:54 +0900)]
[NUI] Set AlertDialog's LinearLayout center aligned

To show AlertDialog's Content at the center of AlertDialog,
AlertDialog's LinearLayout is center aligned.

2 years ago[NUI] Fix to require Layout to fit to children or fill to parent
Jaehyun Cho [Wed, 2 Jun 2021 12:29:39 +0000 (21:29 +0900)]
[NUI] Fix to require Layout to fit to children or fill to parent

This patch is necessary to the following patch.
"[NUI] Deprecate ResizePolicyType"

It is impossible that LayoutParamPolicies.WrapContent supports both
ResizePolicyType.UseNaturalSize and FitToChildren.

Therefore, LayoutParamPolicies.WrapContent does not support
ResizePolicyType.UseNaturalSize nor FitToChildren.
Instead, LayoutParamPolicies.WrapContent makes View fit to its children
only if the View sets its Layout.

In the same way, LayoutParamPolicies.MatchParent does not support
ResizePolicyType.FillToParent.
Instead, LayoutParamPolicies.MatchParent makes View fill to its parent
only if the View sets its Layout.

If View uses LayoutParamPolicies.WrapContent or MatchParent while it
does not set its Layout, then the View does not fit to its children nor
fill to its parent.
Instead, ResizePolicyType.UseNaturalSize is supported by default.

2 years ago[NUI] Theme constructor throws XamlParseException
Jiyun Yang [Tue, 1 Jun 2021 07:44:06 +0000 (16:44 +0900)]
[NUI] Theme constructor throws XamlParseException

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
2 years ago[NUI] Fix Picker value changed not invoked when align animation ended
Woochanlee [Wed, 2 Jun 2021 11:16:52 +0000 (20:16 +0900)]
[NUI] Fix Picker value changed not invoked when align animation ended