platform/core/csapi/tizenfx.git
3 years agoRelease 9.0.0.15934 accepted/tizen/unified/20210207.235255 submit/tizen/20210205.005507
admin [Thu, 4 Feb 2021 15:55:07 +0000 (15:55 +0000)]
Release 9.0.0.15934

3 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Thu, 4 Feb 2021 15:55:07 +0000 (15:55 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

3 years ago[ThemeManager] Add new internal API for ThemeManager (#2610)
jeremy-jang [Wed, 3 Feb 2021 23:17:51 +0000 (08:17 +0900)]
[ThemeManager] Add new internal API for ThemeManager (#2610)

* [ThemeManager] Add new internal API for ThemeManager

A new API added:
 - Tizen.Applications.Theme.HasKey(string key)

Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
* [ThemeManager] Fix ThemeManager native library name

Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
3 years agoRelease 9.0.0.15933 submit/tizen/20210204.005509
admin [Wed, 3 Feb 2021 15:55:09 +0000 (15:55 +0000)]
Release 9.0.0.15933

3 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Wed, 3 Feb 2021 15:55:09 +0000 (15:55 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

3 years ago[Tizen.Multimedia.Vision][TCSACR-399] Add pose detect API (#2551)
kwangson [Wed, 3 Feb 2021 01:50:41 +0000 (10:50 +0900)]
[Tizen.Multimedia.Vision][TCSACR-399] Add pose detect API (#2551)

* [Vision][ACR] Add pose detect API

3 years agoRelease 9.0.0.15932 accepted/tizen/unified/20210204.134653 submit/tizen/20210202.005502
admin [Mon, 1 Feb 2021 15:55:02 +0000 (15:55 +0000)]
Release 9.0.0.15932

3 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Mon, 1 Feb 2021 15:55:02 +0000 (15:55 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

3 years ago[NUI] Fix a bug related to CA1721
Daekwang Ryu [Mon, 1 Feb 2021 06:51:59 +0000 (15:51 +0900)]
[NUI] Fix a bug related to CA1721

SetMinimumSwipeDistance and SetMinimumSwipeSpeed were removed.

3 years ago[NUI] Version update (nui22011)
Daekwang Ryu [Mon, 1 Feb 2021 05:49:06 +0000 (14:49 +0900)]
[NUI] Version update (nui22011)

3 years ago[NUI] Fix Dispose memory leak issue
huiyu.eun [Mon, 1 Feb 2021 04:08:29 +0000 (13:08 +0900)]
[NUI] Fix Dispose memory leak issue

- 'disposedThis' blocks the release of memory.
https://github.com/Samsung/TizenFX/pull/2381

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
3 years ago[NUI] Change button default style in common profile
Jiyun Yang [Thu, 28 Jan 2021 12:36:26 +0000 (21:36 +0900)]
[NUI] Change button default style in common profile

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
3 years ago[NUI] Change Feedback default as false in Control
Dongsug Song [Tue, 26 Jan 2021 09:10:22 +0000 (18:10 +0900)]
[NUI] Change Feedback default as false in Control

- Change Feedback default as false in Control
- Change Feedback as true in each Components (ex: Switch, Button)
- Add #if PROFILE_MOBILE to make NUI.Components run on Ubuntu

3 years ago[NUI] Change Feedback as working on TouchEvent
dongsug.song [Mon, 18 Jan 2021 11:46:49 +0000 (20:46 +0900)]
[NUI] Change Feedback as working on TouchEvent

3 years ago[NUI] Add FontSizeScale property in TextLabel, TextField and TextEditor (#2559)
Youngbok Shin [Thu, 28 Jan 2021 12:07:44 +0000 (21:07 +0900)]
[NUI] Add FontSizeScale property in TextLabel, TextField and TextEditor (#2559)

The value of FontSizeScale will be used for multiplying the given PointSize.
If null, will use the SystemSettings.FontSize. And it will updated when
SystemSettings update the FontSize setting.

Co-authored-by: Youngbok Shin <youngb.shin@samsung.com>
3 years ago[Applications.ComponentBased.ComponentPort] Add a missing exception (#2591)
hjhun [Mon, 1 Feb 2021 06:00:22 +0000 (15:00 +0900)]
[Applications.ComponentBased.ComponentPort] Add a missing exception (#2591)

* Add a missing exception handling

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Use IsNullOrEmpty()

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
3 years agoMake exception safe codes (#2588)
hjhun [Mon, 1 Feb 2021 02:52:00 +0000 (11:52 +0900)]
Make exception safe codes (#2588)

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
3 years agoRelease 9.0.0.15923 submit/tizen/20210130.005504
admin [Fri, 29 Jan 2021 15:55:04 +0000 (15:55 +0000)]
Release 9.0.0.15923

3 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Fri, 29 Jan 2021 15:55:04 +0000 (15:55 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

3 years ago[NUI] Move SuggestedMinimumWidth/Height to native
huiyu [Tue, 26 Jan 2021 04:51:41 +0000 (13:51 +0900)]
[NUI] Move SuggestedMinimumWidth/Height to native

Patch to improve layout performance
(LayoutController.Process())

Signed-off-by: huiyu <huiyu.eun@samsung.com>
3 years agoFix WatchTime.UtcTimestamp.Millisecond bug (#2580)
Hyunho Kang [Fri, 29 Jan 2021 03:13:14 +0000 (12:13 +0900)]
Fix WatchTime.UtcTimestamp.Millisecond bug (#2580)

* Fix timestamp millisecond 0 bug

Signed-off-by: hyunho <hhstark.kang@samsung.com>
* Remove ToLocalTime

Signed-off-by: hyunho <hhstark.kang@samsung.com>
Co-authored-by: pjh9216 <jh9216.park@samsung.com>
3 years agoRelease 9.0.0.15921 accepted/tizen/unified/20210202.143754 submit/tizen/20210129.005229
admin [Thu, 28 Jan 2021 15:52:29 +0000 (15:52 +0000)]
Release 9.0.0.15921

3 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Thu, 28 Jan 2021 15:52:29 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

3 years ago[NUI] Re-structuring NUI by classifying modules
Dongsug Song [Thu, 28 Jan 2021 10:12:05 +0000 (19:12 +0900)]
[NUI] Re-structuring NUI by classifying modules

3 years ago[NUI] Fix nui version
Dongsug Song [Thu, 28 Jan 2021 01:47:03 +0000 (10:47 +0900)]
[NUI] Fix nui version

3 years agoRelease 9.0.0.15919 submit/tizen/20210128.005509
admin [Wed, 27 Jan 2021 15:55:09 +0000 (15:55 +0000)]
Release 9.0.0.15919

3 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Wed, 27 Jan 2021 15:55:09 +0000 (15:55 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

3 years agoRevert "Revert "[NUI] Rebase DevelNUI (#2507)" (#2508)"
Dongsug Song [Wed, 27 Jan 2021 12:00:55 +0000 (21:00 +0900)]
Revert "Revert "[NUI] Rebase DevelNUI (#2507)" (#2508)"

This reverts commit cb3bab0b559a6abee2f305c86464d627e7ba9fe0.

3 years agoRevert "[NUI] Rebase DevelNUI (#2507)" (#2508)
huiyueun [Mon, 11 Jan 2021 05:37:18 +0000 (14:37 +0900)]
Revert "[NUI] Rebase DevelNUI (#2507)" (#2508)

This reverts commit 48aea0ba4111a0f164f0b0eb2f686ce4f53f6401.

3 years ago[NUI] Rebase DevelNUI (#2507)
huiyueun [Mon, 11 Jan 2021 05:29:41 +0000 (14:29 +0900)]
[NUI] Rebase DevelNUI (#2507)

* [NUI] Fix a build warning CA1717 (#2422)

- Only FlagsAttribute enums should have plural names
 https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca1717

- Some enums cannot be fixed because they're already public APIs,
 so added suppress messages for CA1717 build warning.
- Some enums are already used as hidden APIs,
 so added Obsolete tags and made a fixed version as singular name.
- Tizen.NUI.Components.ControlStates enum should be marked with the FlagsAttribute.

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Co-authored-by: Jiyun Yang <ji.yang@samsung.com>
* [NUI] Fix CA2000 warning for Window

* Modify dispose issue for window

* [NUI] Fix CA2002

Do not lock on objects with weak identity
https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca2002

* [NUI] Fix CA2000 issue in DefaultTheme(Dispose object before losing scope)

* [NUI] Add internal and hidden APIs which are currently used

- Add internal and hidden APIs which are currently used. otherwise removing them causes build errors.
- Let users to use proper APIs by deleting these deprecated APIs
- User can be informed that these are deprecated and should not be used by warning messeges during build time.

* [NUI] Fix the behavior as for View.BackgroundImage to be cleared when null set

- Change the behavior of View.BackgroundImage property from API9
- https://code.sec.samsung.net/jira/browse/GRE-2078

* [NUI] Adds StopBehavior and CurrentFrame properties to the AnimatedImageView

Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
* [NUI] Modify CA2000 warnings for Visual

* [NUI] Add Obsolete Attribute for ControlStates enum

`ControlStates` enum will be removed in API10.

We can use `ControlState` class instead.

* Revert "[NUI] Modify CA2000 warnings for Visual"

This reverts commit afa5fef90e7c8b370fc0e505d2420a7a87083344.

* [NUI] Override Dispose() in Navigator

Pages pushed into Navigator are disposed if Navigator is disposed.

To override Dispose() in Navigator, two dictionaries are required to
remove disposed navigator from dictionary.

TODO: Needs to consider how to remove disposed window from dictionary.

* [NUI] Modify CA2000 Warnings for VisualMap (#2460)

* Revert "[NUI] Fix CA2000 issue in DefaultTheme(Dispose object before losing scope)" (#2463)

This reverts commit cff3fd4d9fd6fd461263e742e296a5397e9563a0.

This causes segfault to dispose styles after passing them through `AddStyleWithoutClone` method.
Because the theme object holds the passed style objects.
Which means the responsibility to dispose the object is transferred to the theme object.

In this case, we can suppress this warning.
https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca2000

Instead revert the patch, it suppressed CA2000 warning.

* [NUI] Fix crash issue in PaginationStyle. (#2448)

* [NUI] Add ImageList property (#2449)

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
Co-authored-by: YeongJong Lee <cleanlyj@naver.com>
* [NUI] Modify CA2000 Warnings for TextVisual and VisualAnimator

* Use correct calling convention

Some callback and functions from DALi expected the calling convention to
be cdecl, this commit makes it right. The amd64 platforms this is rarely
a problem since arguments are passed through CPU registers, but in x86
this leads to stack corruption.

* [NUI] Fix CA2000 issues in Model3dView and RenderTask.

* [NUI] remove needless null validation in LayoutItem.SetFrame (#2469)

* [NUI] Fix CA1716 build warning

* [NUI] Fix CA2000 issues for Visuals (#2473)

Co-authored-by: Jiyun Yang <ji.yang@samsung.com>
* [NUI] Fix build error and large text size issue

* [NUI] Fix null exception in Loading and improve code (#2478)

This fixes null pointer exception in Loading when running following sample,

```C#
var loading1 = new Loading(new LoadingStyle
{
    Size = new Size(100, 100),
    Position = new Position(0, 100),
    Images  = imageArray
});
```

Plus, this patch removes redundant behaviors when applying a style to a Loading component.
All components copies a default style to the component properties when it is created.
When copying a style, all bindable properties defined in the style class that is not null value are copied to the component properties,
so it is important to keep null value for the property that is not set by user.
Hence this patch removes code that allocates empty list object in the getter of ImageList bindable property.

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Co-authored-by: Seoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
* [NUI] remove unnecessary using in Size2D.cs (#2487)

Co-authored-by: Yeongjong Lee <yj34.lee@samsung.com>
Co-authored-by: Jiyun Yang <ji.yang@samsung.com>
* [NUI] Add AppBar class (#2435)

AppBar shows title text and provides navigation and action functions on
Page.

Co-authored-by: Jaehyun Cho <jae_hyun.cho@samsung.com>
* [NUI] Fix CA2000 issues for Visual (#2491)

Co-authored-by: Jiyun Yang <ji.yang@samsung.com>
* [NUI] fixed memory leak

* [NUI] Update AccessibilitySample for readability (#2500)

- Updated the sample to fit the size and make it easier to read.

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
* [NUI] Fix CA2000 warning issues of View and ViewImpl.

* [NUI] Fix the incorrect parameter for XamlBinding

 - Change to `SizeTypeConverter` for the correct compiledVersion

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
* [NUI] Fix CA2000 issues for Render Shadow (#2493)

* [NUI] Fix CA2000 issues for Render Shadow

* [NUI] Fix CA2000 for Render

* [NUI] Fix CA2000 Warnings

* [NUI] Update description of Transition classes

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
* [NUI] Remove since_tizen tag for internal APIs

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
* [NUI] Fix build warning CA1712

CA1712: Do not prefix enum values with type name

The name can not be changed becuase this enum is publicly open.
Suppress warning messages.

* Revert "[NUI] Fix CA2000 Warnings"

This reverts commit 92f2d926ec881a0ccacd447401526dcd19cf01b0.

* Revert "[NUI] Fix CA2000 warning issues of View and ViewImpl."

This reverts commit 424bdae58a6f7d71ad3e531fd157a92d513255c4.

Co-authored-by: Seoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
Co-authored-by: Jiyun Yang <ji.yang@samsung.com>
Co-authored-by: zhouleonlei <zhouleon.lei@samsung.com>
Co-authored-by: Daekwang Ryu <dkdk.ryu@samsung.com>
Co-authored-by: guowei.wang <guowei.wang@samsung.com>
Co-authored-by: Dongsug Song <dongsug.song@samsung.com>
Co-authored-by: Seungho Baek <sbsh.baek@samsung.com>
Co-authored-by: Yeongjong Lee <cleanlyj@naver.com>
Co-authored-by: Jaehyun Cho <jae_hyun.cho@samsung.com>
Co-authored-by: zhouleonlei <56956725+zhouleonlei@users.noreply.github.com>
Co-authored-by: Wander Lairson Costa <wander.lairson@gmail.com>
Co-authored-by: Moonhee, Choi <mh0310.choi@samsung.com>
Co-authored-by: Yeongjong Lee <yj34.lee@samsung.com>
Co-authored-by: Jaehyun Cho <29364140+jaehyun0cho@users.noreply.github.com>
Co-authored-by: Joogab Yun <joogab.yun@samsung.com>
Co-authored-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Co-authored-by: Bowon Ryu <bowon.ryu@samsung.com>
3 years ago[NUI] Version update (nui2205) (#2406)
dongsug-song [Tue, 15 Dec 2020 06:49:08 +0000 (15:49 +0900)]
[NUI] Version update (nui2205) (#2406)

- matched with dali2-2.0.5

3 years ago[NUI] Add Value Indicator of Slider (#2533)
Seoyeon2Kim [Wed, 27 Jan 2021 01:55:33 +0000 (10:55 +0900)]
[NUI] Add Value Indicator of Slider (#2533)

- Value Indicator is a tooltip of slider.
- Add some properties for value indicator :
  IsValueShown, ValueIndicatorText, ValueIndicatorSize, and ValueIndicatorUrl

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
3 years ago[NUI] Support scroll in WebView. (#2528)
huayongxu [Tue, 26 Jan 2021 11:15:57 +0000 (19:15 +0800)]
[NUI] Support scroll in WebView. (#2528)

1) ScrollPosition, ScrollSize, ContentSize properties are added.
2) ScrollBy is added.
3) ScrollEdgeReached events are notified when scrolled to edge.

Co-authored-by: Jiyun Yang <ji.yang@samsung.com>
3 years agoAdd some new APIs like Context, Settings, etc. (#2419)
huayongxu [Tue, 26 Jan 2021 09:39:54 +0000 (17:39 +0800)]
Add some new APIs like Context, Settings, etc. (#2419)

Originally only WebView is used to add new APIs, it will become
bigger, and be hard to maintain.
This patch is to move some related APIs into a class like WebContext,
WebSettings, etc.
And it also adds some new APIs like WebBackForwardList, etc.

3 years ago[NUI] Version update (nui2206)
Dongsug Song [Mon, 21 Dec 2020 11:06:33 +0000 (20:06 +0900)]
[NUI] Version update (nui2206)

3 years ago[Tizen.Applications.ComponentBased][TCSACR-398] Add ComponentPort class (#2548)
hjhun [Tue, 26 Jan 2021 23:37:43 +0000 (08:37 +0900)]
[Tizen.Applications.ComponentBased][TCSACR-398] Add ComponentPort class (#2548)

* Devel Component Port

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Change parameter name to endpoint

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Use Serializable instead of Parcelable

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

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Check result object

The result has to be a serializble object.

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

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

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

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

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Co-authored-by: pjh9216 <jh9216.park@samsung.com>
3 years agoRelease 9.0.0.15910 accepted/tizen/unified/20210127.024800 submit/tizen/20210127.005503
admin [Tue, 26 Jan 2021 15:55:03 +0000 (15:55 +0000)]
Release 9.0.0.15910

3 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Tue, 26 Jan 2021 15:55:02 +0000 (15:55 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

3 years ago[NUI] Fix CA1721 warnings (#2541)
dkdk-ryu [Tue, 26 Jan 2021 08:11:35 +0000 (17:11 +0900)]
[NUI] Fix CA1721 warnings (#2541)

Property names should not match get methods
https://docs.microsoft.com/ko-kr/dotnet/fundamentals/code-analysis/quality-rules/ca1721

Co-authored-by: Jiyun Yang <ji.yang@samsung.com>
3 years ago[NUI] Version update (nui22010) (#2561)
bshsqa [Tue, 26 Jan 2021 07:14:40 +0000 (16:14 +0900)]
[NUI] Version update (nui22010) (#2561)

Signed-off-by: seungho <sbsh.baek@samsung.com>
3 years ago[NUI] Fix CA2000 Warnings for View (#2556)
zhouleonlei [Tue, 26 Jan 2021 05:18:16 +0000 (13:18 +0800)]
[NUI] Fix CA2000 Warnings for View (#2556)

Co-authored-by: Jiyun Yang <ji.yang@samsung.com>
3 years agoAdd API for delete widgetView (#2521)
tscholb [Tue, 26 Jan 2021 03:41:33 +0000 (12:41 +0900)]
Add API for delete widgetView (#2521)

WidgetViewManager provide API for delete widgetView instead TerminateWidget().
TerminateWidget() will be deprecated.

Co-authored-by: Jiyun Yang <ji.yang@samsung.com>
3 years ago[NUI] Fix CA1819 : Properties should not return arrays (#2409)
AdunFang [Tue, 26 Jan 2021 03:33:52 +0000 (11:33 +0800)]
[NUI] Fix CA1819 : Properties should not return arrays (#2409)

* [NUI] Fix CA1819

* [NUI] Fix CA1819

* [NUI] Rename private member

* [NUI] Modify code by HQ's comments

* [NUI] Change the category of SuppressMessage

Co-authored-by: Fang Xiaohui <xiaohui fang>
Co-authored-by: Jiyun Yang <ji.yang@samsung.com>
3 years ago[NUI] Fix CA2000 Warnings for View (#2546)
zhouleonlei [Fri, 22 Jan 2021 04:35:36 +0000 (12:35 +0800)]
[NUI] Fix CA2000 Warnings for View (#2546)

Co-authored-by: Jiyun Yang <ji.yang@samsung.com>
3 years ago[NUI] Support selector for PixelSize in TextLabelStyle and TextEditorStyle (#2539)
Jiyun Yang [Thu, 21 Jan 2021 11:45:05 +0000 (20:45 +0900)]
[NUI] Support selector for PixelSize in TextLabelStyle and TextEditorStyle (#2539)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
3 years ago[NUI] Fix TV AmbientMode empty screen (#2538)
dongsug-song [Thu, 21 Jan 2021 10:07:38 +0000 (19:07 +0900)]
[NUI] Fix TV AmbientMode empty screen (#2538)

Co-authored-by: Jiyun Yang <ji.yang@samsung.com>
3 years ago[NUI] respect margin and padding for relative layout (#2524)
YeongJong Lee [Thu, 21 Jan 2021 07:15:26 +0000 (16:15 +0900)]
[NUI] respect margin and padding for relative layout (#2524)

For now child's `Margin` and RelativeLayout's `Padding` work correctly.

Co-authored-by: Jiyun Yang <ji.yang@samsung.com>
3 years ago[NUI] remove internal child properly when child view of FlexLayout is removed (#2522)
YeongJong Lee [Thu, 21 Jan 2021 06:30:07 +0000 (15:30 +0900)]
[NUI] remove internal child properly when child view of FlexLayout is removed (#2522)

In `FlexLayout`, when we add new view, the existing view shrink.
but when removed they are in shrinked state. they should change back.

To fix this issue, this patch remove internal child(child of yoga
layout) when child view of `FlexLayout` is removed.

For now, `OnChildRemove` API will work correctly.

Thank you Aman Jeph for the report.

Co-authored-by: Jiyun Yang <ji.yang@samsung.com>
3 years ago[NUI] change size specification in changed callback of bindable property (#2516)
YeongJong Lee [Thu, 21 Jan 2021 06:22:09 +0000 (15:22 +0900)]
[NUI] change size specification in changed callback of bindable property (#2516)

If we change size2D by using Size2DProperty, size specification is not
changed. this patch will fix that issue.

Here is sample code:
```cs
View view = new View();
view.Size2D = new Size2D(100, 50);
Tizen.Log.Error("NUI", $"WidthSpecification : {view.WidthSpecification}, HeightSpecification : {view.HeightSpecification}");

View view2 = new View();
view2.SetValue(View.Size2DProperty, new Size2D(100, 50));
Tizen.Log.Error("NUI", $"WidthSpecification : {view2.WidthSpecification}, HeightSpecification : {view2.HeightSpecification}");
```

Before:
```
WidthSpecification : 100, HeightSpecification : 50
WidthSpecification : -2, HeightSpecification : -2
```

After:
```
WidthSpecification : 100, HeightSpecification : 50
WidthSpecification : 100, HeightSpecification : 50
```

Co-authored-by: Jiyun Yang <ji.yang@samsung.com>
3 years ago[NUI] add type check validation in ApplyPropertiesVisitor (#2489)
YeongJong Lee [Thu, 21 Jan 2021 06:04:44 +0000 (15:04 +0900)]
[NUI] add type check validation in ApplyPropertiesVisitor (#2489)

Co-authored-by: Jiyun Yang <ji.yang@samsung.com>
3 years agoRevert "[NUI] Add DeleteAccessibilityAttribute"
huiyu.eun [Thu, 21 Jan 2021 05:24:32 +0000 (14:24 +0900)]
Revert "[NUI] Add DeleteAccessibilityAttribute"

This reverts commit d6a57e870b299c228b5ac11d4d2970758906e49c.

3 years ago[NUI] Sync unmanaged or managed data type to csharp-binder (#2536)
Jiyun Yang [Thu, 21 Jan 2021 04:39:48 +0000 (13:39 +0900)]
[NUI] Sync unmanaged or managed data type to csharp-binder (#2536)

+ Remove unused code

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
3 years ago[NUI] Add DeleteAccessibilityAttribute
huiyu.eun [Wed, 20 Jan 2021 09:17:12 +0000 (18:17 +0900)]
[NUI] Add DeleteAccessibilityAttribute

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
3 years ago[NUI] fix CA2000 Warning for proterty
zhouleonlei [Fri, 8 Jan 2021 06:58:16 +0000 (14:58 +0800)]
[NUI] fix CA2000 Warning for proterty

3 years ago[NUI] Overide Dispose to release native memory
huiyu.eun [Tue, 19 Jan 2021 08:45:20 +0000 (17:45 +0900)]
[NUI] Overide Dispose to release native memory

Override Dispose function
- ViewWrapperImpl
- ViewImpl
- ViewWrapper

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
3 years ago[MessagePort] Fix bug for getting remote value (#2554)
kilig [Tue, 26 Jan 2021 01:06:34 +0000 (10:06 +0900)]
[MessagePort] Fix bug for getting remote value (#2554)

Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
3 years agoRelease 9.0.0.15892 accepted/tizen/unified/20210120.120833 submit/tizen/20210120.005512
admin [Tue, 19 Jan 2021 15:55:12 +0000 (15:55 +0000)]
Release 9.0.0.15892

3 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Tue, 19 Jan 2021 15:55:12 +0000 (15:55 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

3 years ago[NUI] Fix AccessibilityManager Event handler
Seoyeon Kim [Mon, 18 Jan 2021 09:35:49 +0000 (18:35 +0900)]
[NUI] Fix AccessibilityManager Event handler

- Changed the old-fashioned code of event handler

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
3 years ago[NUI] Add View.FindChildByID() as hidden API
dongsug.song [Fri, 15 Jan 2021 07:29:05 +0000 (16:29 +0900)]
[NUI] Add View.FindChildByID() as hidden API

3 years ago[NUI] use Size2DProperty for GetNaturalSize() instead of local field (#2515)
YeongJong Lee [Thu, 14 Jan 2021 01:43:01 +0000 (10:43 +0900)]
[NUI] use Size2DProperty for GetNaturalSize() instead of local field (#2515)

Since we can take the size value using `Size2DProperty`, we don't need to
save Size2D value in local value.
It will save a bit of memory.

3 years ago[NUI] remove redundant private field in View class (#2513)
YeongJong Lee [Tue, 12 Jan 2021 03:03:19 +0000 (12:03 +0900)]
[NUI] remove redundant private field in View class (#2513)

* [NUI] remove redundant private field in View class

No logical changes.

3 years ago[NUI] remove unused measure specification size properties of View class (#2511)
YeongJong Lee [Tue, 12 Jan 2021 02:37:09 +0000 (11:37 +0900)]
[NUI] remove unused measure specification size properties of View class (#2511)

No logical changes.

3 years ago[NUI] fix a c&p error in RelativeLayout (#2510)
YeongJong Lee [Tue, 12 Jan 2021 02:31:24 +0000 (11:31 +0900)]
[NUI] fix a c&p error in RelativeLayout (#2510)

Co-authored-by: Yeongjong Lee <yj34.lee@samsung.com>
3 years ago[NUI] Fix runtime exception
Dongsug Song [Mon, 11 Jan 2021 09:09:59 +0000 (18:09 +0900)]
[NUI] Fix runtime exception

3 years agoRelease 9.0.0.15885 submit/tizen/20210116.005234
admin [Fri, 15 Jan 2021 15:52:34 +0000 (15:52 +0000)]
Release 9.0.0.15885

3 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Fri, 15 Jan 2021 15:52:34 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

3 years ago[NUI] Modify acr apis
huiyu [Mon, 28 Dec 2020 02:23:29 +0000 (11:23 +0900)]
[NUI] Modify acr apis

Signed-off-by: huiyu <huiyu.eun@samsung.com>
3 years agoRelease 9.0.0.15884 submit/tizen/20210114.005226
admin [Wed, 13 Jan 2021 15:52:26 +0000 (15:52 +0000)]
Release 9.0.0.15884

3 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Wed, 13 Jan 2021 15:52:26 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

3 years ago[Bluetooth][Non-ACR] Fix unhandled exception in GetBondedDevice() (#2514)
dh79pyun [Tue, 12 Jan 2021 22:49:13 +0000 (07:49 +0900)]
[Bluetooth][Non-ACR] Fix unhandled exception in GetBondedDevice() (#2514)

Device is not bonded : System.NullReferenceException: Object reference not set to an instance of an object.
    at System.SpanHelpers.IndexOf(Byte& searchSpace, Byte value, Int32 length)
    at System.String.Ctor(SByte* value)
    at System.Runtime.InteropServices.Marshal.PtrToStringAnsi(IntPtr ptr)
    at Tizen.Network.Bluetooth.BluetoothUtils.ConvertStructToDeviceClass(BluetoothDeviceStruct device)
    at Tizen.Network.Bluetooth.BluetoothAdapterImpl.GetBondedDevice(String address)
    at Tizen.Network.Bluetooth.BluetoothAdapter.GetBondedDevice(String address)

Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
3 years agoRelease 9.0.0.15883 submit/tizen/20210113.005230
admin [Tue, 12 Jan 2021 15:52:30 +0000 (15:52 +0000)]
Release 9.0.0.15883

3 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Tue, 12 Jan 2021 15:52:30 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

3 years ago[Build] Add coverage.sh script (#2519)
WonYoung Choi [Tue, 12 Jan 2021 07:30:24 +0000 (16:30 +0900)]
[Build] Add coverage.sh script (#2519)

Co-authored-by: TizenAPI-Bot <37820187+TizenAPI-Bot@users.noreply.github.com>
3 years agoRelease 9.0.0.15882 accepted/tizen/unified/20210111.125457 submit/tizen/20210111.145658
admin [Mon, 11 Jan 2021 05:56:58 +0000 (05:56 +0000)]
Release 9.0.0.15882

3 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Mon, 11 Jan 2021 05:56:58 +0000 (05:56 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

3 years agoRevert "[NUI] Fix CA2000 warning issues of View and ViewImpl."
Jiyun Yang [Thu, 7 Jan 2021 12:07:13 +0000 (21:07 +0900)]
Revert "[NUI] Fix CA2000 warning issues of View and ViewImpl."

This reverts commit 424bdae58a6f7d71ad3e531fd157a92d513255c4.

3 years agoRevert "[NUI] Fix CA2000 Warnings"
Jiyun Yang [Thu, 7 Jan 2021 12:40:19 +0000 (21:40 +0900)]
Revert "[NUI] Fix CA2000 Warnings"

This reverts commit 92f2d926ec881a0ccacd447401526dcd19cf01b0.

3 years ago[NUI] Fix build warning CA1712
Bowon Ryu [Mon, 4 Jan 2021 09:52:34 +0000 (18:52 +0900)]
[NUI] Fix build warning CA1712

CA1712: Do not prefix enum values with type name

The name can not be changed becuase this enum is publicly open.
Suppress warning messages.

3 years ago[NUI] Remove since_tizen tag for internal APIs
Jiyun Yang [Tue, 5 Jan 2021 02:19:06 +0000 (11:19 +0900)]
[NUI] Remove since_tizen tag for internal APIs

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
3 years ago[NUI] Update description of Transition classes
Jiyun Yang [Tue, 5 Jan 2021 09:03:06 +0000 (18:03 +0900)]
[NUI] Update description of Transition classes

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
3 years ago[NUI] Fix CA2000 Warnings
zhouleonlei [Wed, 6 Jan 2021 06:51:21 +0000 (14:51 +0800)]
[NUI] Fix CA2000 Warnings

3 years ago[NUI] Fix CA2000 issues for Render Shadow (#2493)
zhouleonlei [Thu, 7 Jan 2021 09:39:49 +0000 (17:39 +0800)]
[NUI] Fix CA2000 issues for Render Shadow (#2493)

* [NUI] Fix CA2000 issues for Render Shadow

* [NUI] Fix CA2000 for Render

3 years ago[NUI] Fix the incorrect parameter for XamlBinding
Seoyeon Kim [Thu, 7 Jan 2021 07:40:05 +0000 (16:40 +0900)]
[NUI] Fix the incorrect parameter for XamlBinding

 - Change to `SizeTypeConverter` for the correct compiledVersion

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
3 years ago[NUI] Fix CA2000 warning issues of View and ViewImpl.
guowei.wang [Wed, 6 Jan 2021 10:10:32 +0000 (18:10 +0800)]
[NUI] Fix CA2000 warning issues of View and ViewImpl.

3 years ago[NUI] Update AccessibilitySample for readability (#2500)
Seoyeon2Kim [Thu, 7 Jan 2021 04:33:49 +0000 (13:33 +0900)]
[NUI] Update AccessibilitySample for readability (#2500)

- Updated the sample to fit the size and make it easier to read.

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
3 years ago[NUI] fixed memory leak
Joogab Yun [Wed, 6 Jan 2021 16:10:25 +0000 (01:10 +0900)]
[NUI] fixed memory leak

3 years ago[NUI] Fix CA2000 issues for Visual (#2491)
zhouleonlei [Tue, 5 Jan 2021 09:03:46 +0000 (17:03 +0800)]
[NUI] Fix CA2000 issues for Visual (#2491)

Co-authored-by: Jiyun Yang <ji.yang@samsung.com>
3 years ago[NUI] Add AppBar class (#2435)
Jaehyun Cho [Tue, 5 Jan 2021 08:44:50 +0000 (17:44 +0900)]
[NUI] Add AppBar class (#2435)

AppBar shows title text and provides navigation and action functions on
Page.

Co-authored-by: Jaehyun Cho <jae_hyun.cho@samsung.com>
3 years ago[NUI] remove unnecessary using in Size2D.cs (#2487)
YeongJong Lee [Tue, 5 Jan 2021 07:09:17 +0000 (16:09 +0900)]
[NUI] remove unnecessary using in Size2D.cs (#2487)

Co-authored-by: Yeongjong Lee <yj34.lee@samsung.com>
Co-authored-by: Jiyun Yang <ji.yang@samsung.com>
3 years ago[NUI] Fix null exception in Loading and improve code (#2478)
Jiyun Yang [Mon, 4 Jan 2021 07:15:09 +0000 (16:15 +0900)]
[NUI] Fix null exception in Loading and improve code (#2478)

This fixes null pointer exception in Loading when running following sample,

```C#
var loading1 = new Loading(new LoadingStyle
{
    Size = new Size(100, 100),
    Position = new Position(0, 100),
    Images  = imageArray
});
```

Plus, this patch removes redundant behaviors when applying a style to a Loading component.
All components copies a default style to the component properties when it is created.
When copying a style, all bindable properties defined in the style class that is not null value are copied to the component properties,
so it is important to keep null value for the property that is not set by user.
Hence this patch removes code that allocates empty list object in the getter of ImageList bindable property.

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Co-authored-by: Seoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
3 years ago[NUI] Fix build error and large text size issue
송동석/Tizen Platform Lab(SR)/Principal Engineer/삼성전자 [Wed, 30 Dec 2020 06:32:46 +0000 (15:32 +0900)]
[NUI] Fix build error and large text size issue

3 years ago[NUI] Fix CA2000 issues for Visuals (#2473)
zhouleonlei [Tue, 29 Dec 2020 09:45:56 +0000 (17:45 +0800)]
[NUI] Fix CA2000 issues for Visuals (#2473)

Co-authored-by: Jiyun Yang <ji.yang@samsung.com>
3 years ago[NUI] Fix CA1716 build warning
Moonhee, Choi [Tue, 29 Dec 2020 06:51:55 +0000 (15:51 +0900)]
[NUI] Fix CA1716 build warning

3 years ago[NUI] remove needless null validation in LayoutItem.SetFrame (#2469)
YeongJong Lee [Tue, 29 Dec 2020 02:54:02 +0000 (11:54 +0900)]
[NUI] remove needless null validation in LayoutItem.SetFrame (#2469)

3 years ago[NUI] Fix CA2000 issues in Model3dView and RenderTask.
guowei.wang [Fri, 25 Dec 2020 06:03:03 +0000 (14:03 +0800)]
[NUI] Fix CA2000 issues in Model3dView and RenderTask.

3 years agoUse correct calling convention
Wander Lairson Costa [Tue, 1 Dec 2020 18:05:25 +0000 (15:05 -0300)]
Use correct calling convention

Some callback and functions from DALi expected the calling convention to
be cdecl, this commit makes it right. The amd64 platforms this is rarely
a problem since arguments are passed through CPU registers, but in x86
this leads to stack corruption.

3 years ago[NUI] Modify CA2000 Warnings for TextVisual and VisualAnimator
zhouleonlei [Thu, 24 Dec 2020 09:23:44 +0000 (17:23 +0800)]
[NUI] Modify CA2000 Warnings for TextVisual and VisualAnimator

3 years ago[NUI] Add ImageList property (#2449)
huiyueun [Fri, 25 Dec 2020 03:03:34 +0000 (12:03 +0900)]
[NUI] Add ImageList property (#2449)

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
Co-authored-by: YeongJong Lee <cleanlyj@naver.com>
3 years ago[NUI] Fix crash issue in PaginationStyle. (#2448)
guowei.wang [Thu, 24 Dec 2020 09:26:08 +0000 (17:26 +0800)]
[NUI] Fix crash issue in PaginationStyle. (#2448)