platform/core/csapi/tizenfx.git
4 years ago[MachineLearning.Inference] Pipeline class to execute neural network stream (#1404)
jaeyun-jung [Mon, 30 Mar 2020 08:35:01 +0000 (17:35 +0900)]
[MachineLearning.Inference] Pipeline class to execute neural network stream (#1404)

* [MachineLearning.Inference] sync to C-API change

1. Add enum for NNFWType and HWType with C-API update.
2. Add enum for newly added in C-API (out-of-mem and permission-denied)
3. Code clean, remove duplicated code and typo correction.

Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
* [MachineLearning.Inference] Pipeline class to execute neural network stream

This patch newly provides interfaces to create and execute stream pipeline with neural network.
Pipeline and its related classes support the following functionalities:
- Create a stream pipeline with NNStreamer plugins and GStreamer plugins.
- Interfaces to start/stop/destroy the pipeline.
- Interfaces to get the state of the pipeline and register callback method.
- Interfaces to push data to the pipeline from the application.
- Interfaces to pull data from the pipeline to the application.
- Interfaces to control the stream of the pipeline using switches and valves.

Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
4 years ago[NUI] Remove ClearBackgound operate when setting BackgroundImage (#1499)
Xianbing Teng [Mon, 30 Mar 2020 06:17:55 +0000 (14:17 +0800)]
[NUI] Remove ClearBackgound operate when setting BackgroundImage (#1499)

4 years ago[NUI] Add SetPositionByLayout Property (#1497)
neostom432 [Mon, 30 Mar 2020 05:26:05 +0000 (14:26 +0900)]
[NUI] Add SetPositionByLayout Property (#1497)

* [NUI] Add SetPositionByLayout Property

If true, set position by layouting result.
If false, will not set position in SetFrame because it means it's parent like
RecyclerList will set position.

* [NUI] remove tizen tag from SetPositionByLayout

4 years ago[NUI] Fix scrolling (#1495)
neostom432 [Mon, 30 Mar 2020 04:25:14 +0000 (13:25 +0900)]
[NUI] Fix scrolling (#1495)

Previously, Scrolling was working wierdly when scrolling to first item.
Scrolling to first item was so so slow but scrolling to last item was fine.

This is because when calculation for scroll distance is wrong.

So, fix the equation.

4 years agoRelease 8.0.0.15154 submit/tizen/20200326.165950
admin [Thu, 26 Mar 2020 07:59:50 +0000 (07:59 +0000)]
Release 8.0.0.15154

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Thu, 26 Mar 2020 07:59:50 +0000 (07:59 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[Build] Set smack labels of symbol files in .spec.in (#1486)
JongHeonChoi [Thu, 26 Mar 2020 07:55:26 +0000 (16:55 +0900)]
[Build] Set smack labels of symbol files in .spec.in (#1486)

4 years ago[Build] [MachineLearning.Inference] update PlatformFileList (#1484)
jaeyun-jung [Thu, 26 Mar 2020 07:54:17 +0000 (16:54 +0900)]
[Build] [MachineLearning.Inference] update PlatformFileList (#1484)

Add common for Tizen.MachineLearning.Inference dll
ML APIs may be included in RPI4.

Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
4 years agoRelease 8.0.0.15152 submit/tizen/20200326.005158 submit/tizen/20200326.065012
admin [Wed, 25 Mar 2020 15:51:58 +0000 (15:51 +0000)]
Release 8.0.0.15152

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Wed, 25 Mar 2020 15:51:58 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[MachineLearning.Inference] new API to set/get the property (#1414)
jaeyun-jung [Wed, 25 Mar 2020 06:26:09 +0000 (15:26 +0900)]
[MachineLearning.Inference] new API to set/get the property (#1414)

In SingleShot class, add new API to set/get the property.
The property is related with the tensor information, a model may not support the change after open the model.

Added:
- void SetValue(string name, string value);
- string GetValue(string name);

Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
4 years ago[StreamRecorder] Handle NotSupportedException as new feature added (#1483)
hancepark [Wed, 25 Mar 2020 06:08:50 +0000 (15:08 +0900)]
[StreamRecorder] Handle NotSupportedException as new feature added (#1483)

* Adds new feature exception

As new feature added, related API is modified.

Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
* Adds description

-Tizen.Multimedia.StreamRecorder.StreamRecorder()

Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
* Change feature information

Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
* Change feature applied API information

Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
* Remove exception which doesn't return NOT_SUPPORTED

Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
* Remove NOT_SUPPORTED exception on start api

Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
* !fixup 'Remove NOT_SUPPORTED exception on start api'

Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
Co-authored-by: Hyunsoo Park <hance.park@samsung.com>
4 years ago[NUI] Add GridLaoyt Sample (#1485)
huiyueun [Wed, 25 Mar 2020 03:20:25 +0000 (12:20 +0900)]
[NUI] Add GridLaoyt Sample (#1485)

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years agoRelease 8.0.0.15149 submit/tizen/20200325.005349
admin [Tue, 24 Mar 2020 15:53:49 +0000 (15:53 +0000)]
Release 8.0.0.15149

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Tue, 24 Mar 2020 15:53:49 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[Applications.Alarm] Add a new Enum for standard period (#1458)
kilig [Tue, 24 Mar 2020 05:19:49 +0000 (14:19 +0900)]
[Applications.Alarm] Add a new Enum for standard period (#1458)

Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
4 years agoRelease 8.0.0.15148 submit/tizen/20200324.005416 submit/tizen/20200324.044421
admin [Mon, 23 Mar 2020 15:54:16 +0000 (15:54 +0000)]
Release 8.0.0.15148

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Mon, 23 Mar 2020 15:54:16 +0000 (15:54 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[NUI] Make AccessibilityManager APIs as public ones (#1482)
Seoyeon2Kim [Mon, 23 Mar 2020 12:36:08 +0000 (21:36 +0900)]
[NUI] Make AccessibilityManager APIs as public ones (#1482)

- Move AccessibilityManager class from internal to public
- Make Tizen.NUI.Accessibility namespace

4 years ago[ElmSharp] Add ElmSharp.Wearable preloading (#1465)
Jay Cho [Mon, 23 Mar 2020 08:01:33 +0000 (17:01 +0900)]
[ElmSharp] Add ElmSharp.Wearable preloading (#1465)

* Add ElmSharp.Wearable preloading

* Update method name that calls Wearable preload

* Add more features on PreloadedWindow for CricleSurface

4 years agoRelease 8.0.0.15146 accepted/tizen/unified/20200320.074755 submit/tizen/20200320.005352
admin [Thu, 19 Mar 2020 15:53:52 +0000 (15:53 +0000)]
Release 8.0.0.15146

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Thu, 19 Mar 2020 15:53:52 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[NUI] Add Horizontal Grid (#1461)
huiyueun [Thu, 19 Mar 2020 05:24:55 +0000 (14:24 +0900)]
[NUI] Add Horizontal Grid (#1461)

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years ago[NUI] Add API for changing layout sibling order (#1477)
neostom432 [Thu, 19 Mar 2020 05:19:33 +0000 (14:19 +0900)]
[NUI] Add API for changing layout sibling order (#1477)

When changing sibling order of view, layout sibling order should be changed
to apply new position of order changed view.

Add API for changing layout sibling order and call it when changing view sibling order.

4 years ago[NUI] Public Style apis (#1434)
Xianbing Teng [Thu, 19 Mar 2020 03:59:24 +0000 (11:59 +0800)]
[NUI] Public Style apis (#1434)

* [Tizen.NUI.Components] Public Style apis

* [NUI.Components] Add description of public apis

* [NUI.Components] Change public api version to 8

* Open the public things of Style in Components

* Open public property of Style in Loading and Popup

* [NUI.Components] Public StyleBase and StyleManager

* [NUI.Components] Replace attributes with style

* [NUI.Components] Update description of apis

* [NUI.Components] Fix comments error

Co-authored-by: Fang Xiaohui <xiaohui fang>
4 years agoRelease 8.0.0.15143 submit/tizen/20200319.005549
admin [Wed, 18 Mar 2020 15:55:49 +0000 (15:55 +0000)]
Release 8.0.0.15143

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Wed, 18 Mar 2020 15:55:49 +0000 (15:55 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[NUI] Add SiblingOrder Sample (#1474)
dongsug-song [Wed, 18 Mar 2020 10:08:26 +0000 (19:08 +0900)]
[NUI] Add SiblingOrder Sample (#1474)

4 years agoRelease 8.0.0.15142 submit/tizen/20200318.154114
admin [Wed, 18 Mar 2020 06:41:14 +0000 (06:41 +0000)]
Release 8.0.0.15142

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Wed, 18 Mar 2020 06:41:14 +0000 (06:41 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[NUI] check layout owner is null when removing childLayout (#1472)
neostom432 [Wed, 18 Mar 2020 04:03:29 +0000 (13:03 +0900)]
[NUI] check layout owner is null when removing childLayout (#1472)

If layout owner is null, cannot remove owner from it's parent.
Check owner is null.

4 years agoRevert "[NUI] Make AccessibilityManager APIs as public ones (#1460)" (#1471)
Seoyeon2Kim [Wed, 18 Mar 2020 01:29:49 +0000 (10:29 +0900)]
Revert "[NUI] Make AccessibilityManager APIs as public ones (#1460)" (#1471)

This reverts commit 5056acf4fae2e2bbba0e1251c9fcb626a01ed039.

4 years agoRelease 8.0.0.15140 submit/tizen/20200318.005341
admin [Tue, 17 Mar 2020 15:53:41 +0000 (15:53 +0000)]
Release 8.0.0.15140

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Tue, 17 Mar 2020 15:53:41 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[NUI] Add Window VisibilityChanged Event (#1469)
dongsug-song [Tue, 17 Mar 2020 07:53:11 +0000 (16:53 +0900)]
[NUI] Add Window VisibilityChanged Event (#1469)

4 years ago[NUI] Add object dump function (#1239)
Xianbing Teng [Tue, 17 Mar 2020 07:14:26 +0000 (15:14 +0800)]
[NUI] Add object dump function (#1239)

4 years agoRelease 8.0.0.15138 accepted/tizen/unified/20200318.130531 submit/tizen/20200317.005352
admin [Mon, 16 Mar 2020 15:53:52 +0000 (15:53 +0000)]
Release 8.0.0.15138

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Mon, 16 Mar 2020 15:53:52 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[NUI] Remove Window.Instance from the sample code (#1468)
Jiyun Yang [Mon, 16 Mar 2020 10:19:55 +0000 (19:19 +0900)]
[NUI] Remove Window.Instance from the sample code (#1468)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years ago[NUI] Make AccessibilityManager APIs as public ones (#1460)
Seoyeon2Kim [Mon, 16 Mar 2020 10:19:05 +0000 (19:19 +0900)]
[NUI] Make AccessibilityManager APIs as public ones (#1460)

* [NUI] Make AccessibilityManager APIs as public ones

- Move AccessibilityManager class from internal to public
- Added doxygen and make AccessibilityManager work in NUI

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
* [NUI] Follow the latest coding rule and add a sample

- Removed the old coding style of NUI
- Added AccessibilityManager sample

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
4 years ago[NUI] Apply CornerRadius to View (#1463)
Jiyun Yang [Mon, 16 Mar 2020 08:38:06 +0000 (17:38 +0900)]
[NUI] Apply CornerRadius to View (#1463)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years agoRelease 8.0.0.15135 submit/tizen/20200314.005152
admin [Fri, 13 Mar 2020 15:51:52 +0000 (15:51 +0000)]
Release 8.0.0.15135

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Fri, 13 Mar 2020 15:51:52 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[Packagemanager] Fix creating internal callback delgate (#1462)
jeremy-jang [Fri, 13 Mar 2020 09:08:32 +0000 (18:08 +0900)]
[Packagemanager] Fix creating internal callback delgate (#1462)

Create internal callback delegate once for prevent invoking callback
after garbage-collected in unmanaged code.

Change-Id: I18884c09891cca4495576336496206d28067836a
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
4 years agoRelease 8.0.0.15134 accepted/tizen/unified/20200312.131119 submit/tizen/20200312.005534
admin [Wed, 11 Mar 2020 15:55:34 +0000 (15:55 +0000)]
Release 8.0.0.15134

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Wed, 11 Mar 2020 15:55:34 +0000 (15:55 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[Build] Add RIDs of Tizen.6.0.0 and Set RIDs to vconf automatically (#1420)
JongHeonChoi [Tue, 10 Mar 2020 23:17:08 +0000 (08:17 +0900)]
[Build] Add RIDs of Tizen.6.0.0 and Set RIDs to vconf automatically (#1420)

* [Build] Add RIDs of Tizen.6.0.0 and Set RIDs to vconf automatically

* Added to update RIDs with makerid.py

4 years agoRelease 8.0.0.15133 accepted/tizen/unified/20200311.130803 submit/tizen/20200311.005356
admin [Tue, 10 Mar 2020 15:53:56 +0000 (15:53 +0000)]
Release 8.0.0.15133

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Tue, 10 Mar 2020 15:53:56 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[NUI] Check the previous width and height specifications (#1456)
Seoyeon2Kim [Tue, 10 Mar 2020 09:52:19 +0000 (18:52 +0900)]
[NUI] Check the previous width and height specifications (#1456)

- If new WidthSpecification and HeightSpecification values are same
 as the previous ones, then no need to request layout again.

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
4 years agoRelease 8.0.0.15132 submit/tizen/20200310.005344
admin [Mon, 9 Mar 2020 15:53:44 +0000 (15:53 +0000)]
Release 8.0.0.15132

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Mon, 9 Mar 2020 15:53:44 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[NUI] Change PageToSnap Behavior (#1453)
neostom432 [Mon, 9 Mar 2020 03:01:56 +0000 (12:01 +0900)]
[NUI] Change PageToSnap Behavior (#1453)

Previously, page moves the width of ScrollableBase in SnapToPage mode.
Now, Center of Page will be aligned with Center of ScrollableBase.

And User can set min/max scroll distance by setting ScrollAvailableArea.

4 years agoRelease 8.0.0.15131 submit/tizen/20200307.005541
admin [Fri, 6 Mar 2020 15:55:41 +0000 (15:55 +0000)]
Release 8.0.0.15131

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Fri, 6 Mar 2020 15:55:40 +0000 (15:55 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[NUI] Fix to get bezel wheel event on wearable device by WheelEvent (#1444)
dongsug-song [Fri, 6 Mar 2020 07:00:37 +0000 (16:00 +0900)]
[NUI] Fix to get bezel wheel event on wearable device by WheelEvent (#1444)

4 years ago[Build] Set smack labels of symbol files (#1449)
WonYoung Choi [Fri, 6 Mar 2020 00:13:26 +0000 (09:13 +0900)]
[Build] Set smack labels of symbol files (#1449)

4 years agoRelease 8.0.0.15129 accepted/tizen/unified/20200305.051121 submit/tizen/20200305.005156
admin [Wed, 4 Mar 2020 15:51:56 +0000 (15:51 +0000)]
Release 8.0.0.15129

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Wed, 4 Mar 2020 15:51:56 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[AudioManager] Apply EditorBrowsableState.Never for deprecated API (#1442)
Sangchul Lee [Wed, 4 Mar 2020 03:14:07 +0000 (12:14 +0900)]
[AudioManager] Apply EditorBrowsableState.Never for deprecated API (#1442)

Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
4 years ago[Applications.Alarms] Update doxygen (#1359)
kilig [Tue, 3 Mar 2020 22:37:19 +0000 (07:37 +0900)]
[Applications.Alarms] Update doxygen (#1359)

Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
4 years agoRelease 8.0.0.15127 accepted/tizen/unified/20200304.010531 submit/tizen/20200303.133442
admin [Tue, 3 Mar 2020 04:34:42 +0000 (04:34 +0000)]
Release 8.0.0.15127

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Tue, 3 Mar 2020 04:34:42 +0000 (04:34 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years agoRevert "[AudioManager] Remove deprecated symbols (#1395)" (#1438)
Sangchul Lee [Tue, 3 Mar 2020 02:37:35 +0000 (11:37 +0900)]
Revert "[AudioManager] Remove deprecated symbols (#1395)" (#1438)

This reverts commit 10637a6853b4d0334acad1a61fc634677f60ce6c.

4 years agoRelease 8.0.0.15126 accepted/tizen/unified/20200303.032628 submit/tizen/20200303.005154
admin [Mon, 2 Mar 2020 15:51:54 +0000 (15:51 +0000)]
Release 8.0.0.15126

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Mon, 2 Mar 2020 15:51:54 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[NUI] Deprecate InputMethodContext public constructor (#1433)
Jiyun Yang [Mon, 2 Mar 2020 05:03:02 +0000 (14:03 +0900)]
[NUI] Deprecate InputMethodContext public constructor (#1433)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years agoRelease 8.0.0.15125 submit/tizen/20200229.005154
admin [Fri, 28 Feb 2020 15:51:54 +0000 (15:51 +0000)]
Release 8.0.0.15125

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Fri, 28 Feb 2020 15:51:54 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[NUI] Use padding & margin to meausre size in Layout (#1437)
neostom432 [Fri, 28 Feb 2020 12:00:09 +0000 (21:00 +0900)]
[NUI] Use padding & margin to meausre size in Layout (#1437)

* [NUI] Use padding & margin to meausre size in Layout

Previously, padding of parent and margin of child are not concerned when measure child size.

For now, When child use MatchParent,
the size of child will be ParentSize - ParentPadding - childMargin.

And when child use WrapContent,
the size of child will be GrandchildSize + childPadding.

Also Weight will be use only ParentSize - ParentPadding - childMargin size for measuring.

* [NUI] Measure Padding and Margin before call API

To make sure there is no API change, measure Padding and Margin before call API.

4 years agoRelease 8.0.0.15124 submit/tizen/20200227.005540
admin [Wed, 26 Feb 2020 15:55:40 +0000 (15:55 +0000)]
Release 8.0.0.15124

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Wed, 26 Feb 2020 15:55:39 +0000 (15:55 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[NUI] Add to set Available Orientations (#1256)
Wonsik Jung [Wed, 26 Feb 2020 04:08:06 +0000 (13:08 +0900)]
[NUI] Add to set Available Orientations (#1256)

Add to set Available Orientations.
This API is for adding serveral orientations one time.

4 years ago[NUI] Support Nullable type in Xaml (#1432)
AdunFang [Wed, 26 Feb 2020 04:00:07 +0000 (12:00 +0800)]
[NUI] Support Nullable type in Xaml (#1432)

* [NUI] Fix the crash issue of create Popup

* [NUI] Support nullable type in Xaml

4 years agoRelease 8.0.0.15122 submit/tizen/20200225.005337
admin [Mon, 24 Feb 2020 15:53:37 +0000 (15:53 +0000)]
Release 8.0.0.15122

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Mon, 24 Feb 2020 15:53:37 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[NUI] Add ScrollEvent to ScrollableBase (#1430)
neostom432 [Mon, 24 Feb 2020 06:28:07 +0000 (15:28 +0900)]
[NUI] Add ScrollEvent to ScrollableBase (#1430)

To listen scroll changing, add ScrollEvent to ScrollableBase and
 add Position param to ScrollEventArgs.

Now user can get current position of scrolling child via ScrollEventArgs.

4 years agoFix margin bug in FlexLayout (#1418)
neostom432 [Mon, 24 Feb 2020 06:25:17 +0000 (15:25 +0900)]
Fix margin bug in FlexLayout (#1418)

Previously, margin of chilren in FlexLayout was ignored because it was not set to FlexNode of children.
Now, when adding child to View which using FlexLayout, we pass margin of child and set it to FlexNode of child.

4 years agoRelease 8.0.0.15120 submit/tizen/20200221.005335
admin [Thu, 20 Feb 2020 15:53:35 +0000 (15:53 +0000)]
Release 8.0.0.15120

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Thu, 20 Feb 2020 15:53:35 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[NUI] Remove draft property in ScrollableBase (#1428)
neostom432 [Thu, 20 Feb 2020 05:44:47 +0000 (14:44 +0900)]
[NUI] Remove draft property in ScrollableBase (#1428)

NumberOfPage was draft property to know how many pages user wants.
For now, NumberOfPage is replaced to the count of container children.

PageWidth was draft property to know how big one page is.
For now, PageWidth will be automatically set to width of ScrollableBase.

4 years ago[ElmSharp] Fix GestureLayer native callback return type (#1422)
Seungkeun Lee [Thu, 20 Feb 2020 01:29:45 +0000 (10:29 +0900)]
[ElmSharp] Fix GestureLayer native callback return type (#1422)

4 years ago[NUI] Add property LayoutWithTransition to LayoutItem (#1426)
neostom432 [Thu, 20 Feb 2020 01:13:22 +0000 (10:13 +0900)]
[NUI] Add property LayoutWithTransition to LayoutItem (#1426)

Not every developer wants default transition effect in Layout.

For them, make property which can enable or disable transition effect.
Currently, default is false but can be changed.

This property only effects to chilren of Layout Owner.

4 years agoRelease 8.0.0.15117 accepted/tizen/unified/20200220.122418 submit/tizen/20200220.005152
admin [Wed, 19 Feb 2020 15:51:52 +0000 (15:51 +0000)]
Release 8.0.0.15117

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Wed, 19 Feb 2020 15:51:52 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[MediaCodec] Register EosReached event (#1421)
hsgwon [Wed, 19 Feb 2020 07:04:48 +0000 (16:04 +0900)]
[MediaCodec] Register EosReached event (#1421)

4 years agoRelease 8.0.0.15116 submit/tizen/20200219.005339
admin [Tue, 18 Feb 2020 15:53:39 +0000 (15:53 +0000)]
Release 8.0.0.15116

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Tue, 18 Feb 2020 15:53:39 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[Applications.Common] Add a new element of ApplicationComponentType (#1417)
hjhun [Tue, 18 Feb 2020 08:20:38 +0000 (17:20 +0900)]
[Applications.Common] Add a new element of ApplicationComponentType (#1417)

Adds:
 - ComponentBasedApplication

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
4 years ago[AudioManager] Remove deprecated symbols (#1395)
Sangchul Lee [Tue, 18 Feb 2020 02:05:47 +0000 (11:05 +0900)]
[AudioManager] Remove deprecated symbols (#1395)

Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
4 years agoRelease 8.0.0.15114 accepted/tizen/unified/20200217.213849 submit/tizen/20200215.005530
admin [Fri, 14 Feb 2020 15:55:30 +0000 (15:55 +0000)]
Release 8.0.0.15114

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Fri, 14 Feb 2020 15:55:30 +0000 (15:55 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[Bundle] Separate exceptions for invalid handle (#1413)
kilig [Fri, 14 Feb 2020 04:04:21 +0000 (13:04 +0900)]
[Bundle] Separate exceptions for invalid handle (#1413)

Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
4 years ago[MessagePort] Fix Listen Method (#1409)
hjhun [Fri, 14 Feb 2020 02:32:15 +0000 (11:32 +0900)]
[MessagePort] Fix Listen Method (#1409)

To avoid throwing an exception in the callback function, this patch adds
an exception handling about Creating Bundle().

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
4 years agoRelease 8.0.0.15112 submit/tizen/20200214.005346
admin [Thu, 13 Feb 2020 15:53:46 +0000 (15:53 +0000)]
Release 8.0.0.15112

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Thu, 13 Feb 2020 15:53:46 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[NUI] Fix TCT crash issue (#1403)
dongsug-song [Thu, 13 Feb 2020 13:55:00 +0000 (22:55 +0900)]
[NUI] Fix TCT crash issue (#1403)

4 years ago[NUI] Apply default style to Tab and Button component (#1401)
Jiyun Yang [Thu, 13 Feb 2020 04:19:03 +0000 (13:19 +0900)]
[NUI] Apply default style to Tab and Button component (#1401)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years ago[NUI] Add default components styles and etc (#1396)
Jiyun Yang [Thu, 13 Feb 2020 01:17:35 +0000 (10:17 +0900)]
[NUI] Add default components styles and etc (#1396)

* Add default styles for : Progress, Slider, Toast, Popup, DropDown
* Fix : PopupStyle.Buttons.Size.Height works now
* Add : Popup Dismiss() method
* Fix : Popup should be posted on the top layer
* Fix : DropDown button did not form well before first click
* Fix : DropDown selectedItemIndex did not update when select an item by touching it
* Fix : DropDownItemStyle did not applied to DropDownItemView so it was not able to detect control state change
* Fix : Progress need to show buffering bar and progress bar together in Determinate stage
* Fix : View.BackgroundImage property would reset its content when it gets null or empty string

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years agoRelease 8.0.0.15109 submit/tizen/20200213.005342
admin [Wed, 12 Feb 2020 15:53:42 +0000 (15:53 +0000)]
Release 8.0.0.15109