platform/core/csapi/tizenfx.git
4 years ago[NUI] Add CircularProgress to Wearable components (#1609)
Seoyeon2Kim [Wed, 27 May 2020 08:28:25 +0000 (17:28 +0900)]
[NUI] Add CircularProgress to Wearable components (#1609)

* [NUI] Add CircularProgress to Wearable components

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
* [NUI] Add Animation to CircularProgress angle

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
* Fix typo

4 years ago[NUI] Make a color visual of View's shadow to center aligned (#1616)
Jiyun Yang [Wed, 27 May 2020 07:48:32 +0000 (16:48 +0900)]
[NUI] Make a color visual of View's shadow to center aligned (#1616)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years ago[NUI] Add Scrollbar and CircularScrollbar (#1628)
Jiyun Yang [Wed, 27 May 2020 07:32:31 +0000 (16:32 +0900)]
[NUI] Add Scrollbar and CircularScrollbar (#1628)

* Implement Arc Visual to support arc shapes used in CircularScrollbar
* Move previous ScrollBar class code from Scrollbar.cs to ImageScrollBar.cs.
* Implement new Scrollbar class based on a ScrollbarBase class.
* Implement new CircularScrollbar class based on a ScrollbarBase class.

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years ago[NUI] Update the default size of Loading (#1623)
Seoyeon2Kim [Wed, 27 May 2020 01:21:29 +0000 (10:21 +0900)]
[NUI] Update the default size of Loading (#1623)

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
- Removed the initialized size of Loading visual.
- Added the default size value on Loading PreloadStyle
- Modified InputMethodContext description slightly.

4 years ago[Sensor] Update sensor description for better understanding. (#1622)
MuHong Byun [Mon, 25 May 2020 02:59:59 +0000 (11:59 +0900)]
[Sensor] Update sensor description for better understanding. (#1622)

Signed-off-by: MuHong Byun <mh.byun@samsung.com>
4 years ago[Vision] Change DLLImport file (#1618)
kwangson [Mon, 25 May 2020 01:01:26 +0000 (10:01 +0900)]
[Vision] Change DLLImport file (#1618)

libcapi-media-vision.so.0 is replaced by sub-libraries.

Signed-off-by: Kwang Son <k.son@samsung.com>
4 years ago[NUI] Modify to use NDalicPINVOKE.Lib (#1620)
huiyueun [Thu, 21 May 2020 01:46:06 +0000 (10:46 +0900)]
[NUI] Modify to use NDalicPINVOKE.Lib (#1620)

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years ago[NUI] Change suggested minimun size in Layout. (#1610)
neostom432 [Wed, 20 May 2020 01:59:57 +0000 (10:59 +0900)]
[NUI] Change suggested minimun size in Layout. (#1610)

When user set maximum size or minimum size instaed of size and specification,
it means that user want to use natural size of component and makes it bigger than minimum and smaller than maximum.

Currently, when using text, it lays whole text on one line and returns its size as natural size even if multiline is enabled.
So, we need to calculate HeightForWidth with MaximunWidth to know candidate height of multiline text.

Use GetHeightForWidth / GetWidthForHeight size as suggested minimun size.

4 years ago[Tizen.Network.Connection] Make callbacks to member variable (#1608)
chleun-moon [Tue, 19 May 2020 11:30:10 +0000 (20:30 +0900)]
[Tizen.Network.Connection] Make callbacks to member variable (#1608)

4 years ago[NUI] Add GetWindowId() (#1547)
dongsug-song [Tue, 19 May 2020 10:54:16 +0000 (19:54 +0900)]
[NUI] Add GetWindowId() (#1547)

4 years agoRemove unused internal modules (#1601)
WonYoung Choi [Tue, 19 May 2020 03:31:37 +0000 (12:31 +0900)]
Remove unused internal modules (#1601)

4 years ago[NUI.Wearable] Modify LanguageChanged bug (#1607)
huiyueun [Mon, 18 May 2020 12:19:30 +0000 (21:19 +0900)]
[NUI.Wearable] Modify LanguageChanged bug (#1607)

Get language from device.

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years ago[MediaVision] Fix wrong key string value (#1602)
Tae-Young Chung [Wed, 13 May 2020 07:45:12 +0000 (16:45 +0900)]
[MediaVision] Fix wrong key string value (#1602)

* [MediaVision] Fix wrong key string value

Wrong key string value of MV_INFERENCE_TARGET_DEVICE.
In NativeACR, MV_INFERENCE_TARGET_DEVICE_TYPE is added.
This patch fix it.

Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
* [MediaVision] Fix _keyTargetDevice to _keyTargetDeviceType

Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
4 years ago[NUI] Add Title in Wearable component (#1600)
JoogabYun [Wed, 13 May 2020 06:15:05 +0000 (15:15 +0900)]
[NUI] Add Title in Wearable component (#1600)

- The Title inherits TextLabel.
       The Title can has a fadeOut effects on the left and right side.

4 years ago[NUI] Add layout xaml sample and update samples (#1593)
Xianbing Teng [Tue, 12 May 2020 05:41:29 +0000 (13:41 +0800)]
[NUI] Add layout xaml sample and update samples (#1593)

4 years ago[NUI] Fix the issue that size receives 2 parameters from xaml (#1594)
Xianbing Teng [Tue, 12 May 2020 04:30:04 +0000 (12:30 +0800)]
[NUI] Fix the issue that size receives 2 parameters from xaml (#1594)

4 years ago[NUI] remove input method dependency from View.ControlState (#1585)
YeongJong Lee [Tue, 12 May 2020 04:28:12 +0000 (13:28 +0900)]
[NUI] remove input method dependency from View.ControlState (#1585)

`ConstrolState` can be changed by API or Input(`Tizen.NUI.Key` and
`Tizen.NUI.Touch`). it means `ConstrolState` is not always related to
Input method. some Controls need it to use state changed effect. however,
not all controls require that. if we need some property to change state,
we can add it to Style Extension classes.

4 years ago[NUI] remove redundant private properties for Tizen.NUI.Key (#1586)
YeongJong Lee [Mon, 11 May 2020 09:48:01 +0000 (18:48 +0900)]
[NUI] remove redundant private properties for Tizen.NUI.Key (#1586)

This patch will reduce method call.
e.g.
```
Tizen.NUI.Key.set_keyString()
Tizen.NUI.Key.set_KeyString()
```
==>
```
Tizen.NUI.Key.set_keyString()
```

4 years ago[NUI] remove unnecessary code to assign children layout (#1554)
YeongJong Lee [Mon, 11 May 2020 09:33:20 +0000 (18:33 +0900)]
[NUI] remove unnecessary code to assign children layout (#1554)

layout is set by `LayoutGroup.AddChildToLayoutGroup()`

1.When layout is set before child added
```
Tizen.NUI.LayoutGroup.AddChildToLayoutGroup() Line 164
Tizen.NUI.LayoutGroup.OnChildAddedToOnwer() Line 265
Tizen.NUI.BaseComponent.View.Add() Line 152
```

2.When layout is set after child added
```
Tizen.NUI.LayoutGroup.AddChildToLayoutGroup() Line 164
Tizen.NUI.LayoutGroup.OnAttachedToOwner() Line 466
Tizen.NUI.LayoutItem.AttachToOnwner() Line 168
Tizen.NUI.BaseComponentsView.SetLayout() Line 110
Tizen.NUI.BaseComponentsView.set_Layout() Line 2214

```

This means children's Layout is alreay assinged on `LayoutController.Process()`.
So, we don't need to assign layout again.

4 years agoReturned the code on exception (#1599)
prasadam-p [Mon, 11 May 2020 07:01:08 +0000 (12:31 +0530)]
Returned the code on exception (#1599)

4 years ago[MediaVision] Add and deprecate enumerations (#1580)
Tae-Young Chung [Mon, 11 May 2020 05:37:55 +0000 (14:37 +0900)]
[MediaVision] Add and deprecate enumerations (#1580)

* [MediaVision] Add new enumerations

Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
* [MediaVision] Use Obsolete tag

Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
* [MediaVision] add _keyTargetDevice

To support compatibility with Tizen 5.5,
Native API suppose New definition "MV_INFERENCE_TARGET_DEVICE".
This commit apply the changes.

Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
* [MediaVision] Modify clearly the description of the obsolete enum and attribute

Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
4 years ago[Sensor] Initialize data for batch type sensor (#1596)
MuHong Byun [Mon, 11 May 2020 02:15:04 +0000 (11:15 +0900)]
[Sensor] Initialize data for batch type sensor (#1596)

Signed-off-by: MuHong Byun <mh.byun@samsung.com>
4 years ago[NUI] Fix some API to use GetManagedBaseHandleFromNativePtr (#1592)
tscholb [Fri, 8 May 2020 08:24:31 +0000 (17:24 +0900)]
[NUI] Fix some API to use GetManagedBaseHandleFromNativePtr (#1592)

- Fix GetWindow() using GetManagedBaseHandleFromNativePtr

4 years ago[ElmSharp] Adds PeekInstance to PreloadedWindow (#1588)
Kangho Hur [Thu, 7 May 2020 01:30:57 +0000 (10:30 +0900)]
[ElmSharp] Adds PeekInstance to PreloadedWindow (#1588)

4 years ago[NUI] Make instanceSet to hold notification windows and fix Window.TouchEvent bug...
Jiyun Yang [Wed, 6 May 2020 11:52:37 +0000 (20:52 +0900)]
[NUI] Make instanceSet to hold notification windows and fix Window.TouchEvent bug (#1581)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years agochanged dataType of time for compatibility with native layer (#1583)
pvschakradhar [Thu, 30 Apr 2020 04:02:58 +0000 (09:32 +0530)]
changed dataType of time for compatibility with native layer (#1583)

changed dataType of time for compatibility with native layer

4 years ago[NUI] Introduce Notification (#1570)
Jiyun Yang [Wed, 29 Apr 2020 07:28:46 +0000 (16:28 +0900)]
[NUI] Introduce Notification (#1570)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years ago[NUI] Update CircularPagination opacity (#1573)
Seoyeon2Kim [Wed, 29 Apr 2020 04:07:46 +0000 (13:07 +0900)]
[NUI] Update CircularPagination opacity (#1573)

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
4 years ago[Build] Fix `PlatformFileList.txt` to reflect filename chagne (#1579)
Hyungju Lee [Wed, 29 Apr 2020 02:59:14 +0000 (11:59 +0900)]
[Build] Fix `PlatformFileList.txt` to reflect filename chagne (#1579)

Change-Id: I399054d5f80d1d8c00afc79fffa08d833fba3b93

4 years ago[NUI] Apply CornerRadius to ImageView (#1571)
Jiyun Yang [Wed, 29 Apr 2020 02:47:42 +0000 (11:47 +0900)]
[NUI] Apply CornerRadius to ImageView (#1571)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years ago[Build] Rename preload files to support ordering (#1574)
Hyungju Lee [Wed, 29 Apr 2020 01:43:35 +0000 (10:43 +0900)]
[Build] Rename preload files to support ordering (#1574)

Change-Id: I962148df0e31ec4a9d9061964d27bc74dd03d8c3

4 years ago[Build] Add the {Name}.preload file required for preloading in the launcher (#1489)
JongHeonChoi [Mon, 27 Apr 2020 07:24:10 +0000 (16:24 +0900)]
[Build] Add the {Name}.preload file required for preloading in the launcher (#1489)

* [Build] Add the ModuleName.preload file required for preloading in the launcher

* Update .preload file format

4 years ago[WebView] Add new WebView API, Tizen.WebView.EvalAsync (#1560)
younghajung [Mon, 27 Apr 2020 04:24:38 +0000 (13:24 +0900)]
[WebView] Add new WebView API, Tizen.WebView.EvalAsync (#1560)

Signed-off-by: yh106.jung <yh106.jung@samsung.com>
4 years agoAddition of Tizen.System.Powerusage.dll (#1566)
pvschakradhar [Fri, 24 Apr 2020 07:35:11 +0000 (13:05 +0530)]
Addition of Tizen.System.Powerusage.dll (#1566)

Addition of Tizen.System.Powerusage.dll

4 years ago[NUI] Make some API to public and fill missing comments. (#1565)
Jiyun Yang [Fri, 24 Apr 2020 07:34:04 +0000 (16:34 +0900)]
[NUI] Make some API to public and fill missing comments. (#1565)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years ago[NUI] Add InputMethodContext public APIs (#1555)
Seoyeon2Kim [Fri, 24 Apr 2020 06:55:23 +0000 (15:55 +0900)]
[NUI] Add InputMethodContext public APIs (#1555)

- Added SetInputPanelLanguage and GetInputPanelLanguage.
- Opened some InputMethodContext APIs as public

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
4 years ago[System.PowerUsage] Introduce Tizen.System.PowerUsage (#1537)
pvschakradhar [Fri, 24 Apr 2020 06:01:40 +0000 (11:31 +0530)]
[System.PowerUsage] Introduce Tizen.System.PowerUsage (#1537)

[System.PowerUsage] Introduce Tizen.System.PowerUsage

4 years ago[NUI] Fix ControlState issues. (#1563)
Jiyun Yang [Fri, 24 Apr 2020 03:16:39 +0000 (12:16 +0900)]
[NUI] Fix ControlState issues. (#1563)

* Fix ControlState propagation to false.
* Fix typo in class name : ControlStateChagedInfo -> ControlStateChangedInfo
* Enhance ControlStateChangeInfo to have InputMethod property.
* Remove combined ControlState handling in Selector: It needs to be well-designed first.
* Fix test/Tizen.NUI.Samples compile errors.

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years ago[NUI] Add Shadow BlurRadius and lighten View size (#1552)
Jiyun Yang [Thu, 23 Apr 2020 09:12:28 +0000 (18:12 +0900)]
[NUI] Add Shadow BlurRadius and lighten View size (#1552)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years ago[NUI] Update Pagination indicator opacity (#1562)
Seoyeon2Kim [Thu, 23 Apr 2020 02:27:18 +0000 (11:27 +0900)]
[NUI] Update Pagination indicator opacity (#1562)

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
- According to GUI guide, Pagination normal indicator opacity should be 50%.
- Updated the opacity.

4 years agoAdd a prototype of CircularPagination (#1527)
Seoyeon2Kim [Thu, 23 Apr 2020 02:25:53 +0000 (11:25 +0900)]
Add a prototype of CircularPagination (#1527)

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
4 years ago[NUI.Components] Fix focus always true issue (#1516)
Xianbing Teng [Thu, 23 Apr 2020 02:14:19 +0000 (10:14 +0800)]
[NUI.Components] Fix focus always true issue (#1516)

4 years ago[Tizen.WebView] Deprecate an enumeration value for text file based cookie storage...
younghajung [Thu, 23 Apr 2020 00:43:17 +0000 (09:43 +0900)]
[Tizen.WebView] Deprecate an enumeration value for text file based cookie storage (#1551)

Chromium supports only SQLite based persistent cookie storage.
This patch deprecates an enumeration for text file based cookie storage,
CookiePersistentStorage.Text.

Signed-off-by: yh106.jung <yh106.jung@samsung.com>
4 years ago[NUI] Change default layout to AbsoluteLayout (#1543)
neostom432 [Wed, 22 Apr 2020 07:26:59 +0000 (16:26 +0900)]
[NUI] Change default layout to AbsoluteLayout (#1543)

We used LayoutItem and LayoutGroup as default layout but many developer wants to use AbsoluteLayout as default.
So changed default layout to AbsoluteLayout.

4 years ago[Camera] Add new preview format (#1520)
hsgwon [Wed, 22 Apr 2020 07:15:35 +0000 (16:15 +0900)]
[Camera] Add new preview format (#1520)

* [Camera] Add new preview format

4 years ago[NUI] Fix PropertyNotification.GetTarget() error (#1559)
dongsug-song [Wed, 22 Apr 2020 04:14:04 +0000 (13:14 +0900)]
[NUI] Fix PropertyNotification.GetTarget() error (#1559)

4 years ago[NUI] Consume Touch/Hover when popup is posted (#1549)
neostom432 [Wed, 22 Apr 2020 04:02:14 +0000 (13:02 +0900)]
[NUI] Consume Touch/Hover when popup is posted (#1549)

Popup should be always on top of layer when popup is posted.
And should consume all touch,hover because it is on top.

Set Touch/Hover consume to true.

4 years ago[Sensor] Add new batched type sensor (#1522)
MuHong Byun [Wed, 22 Apr 2020 02:39:19 +0000 (11:39 +0900)]
[Sensor] Add new batched type sensor (#1522)

* HeartRateMonitorBatch, HeartRateMonitorLEDGreenBatch

Signed-off-by: MuHong Byun <mh.byun@samsung.com>
4 years ago[NUI] Fix TCT fail issues by adding null check (#1558)
dongsug-song [Wed, 22 Apr 2020 01:28:06 +0000 (10:28 +0900)]
[NUI] Fix TCT fail issues by adding null check (#1558)

4 years ago[NUI] Measure opposite dimension correctly in GridLayout (#1548)
neostom432 [Fri, 17 Apr 2020 05:10:08 +0000 (14:10 +0900)]
[NUI] Measure opposite dimension correctly in GridLayout (#1548)

Prevously, opposite dimension of choosen grid orientation was not measured correctly.
It just followed parent's size even if measure mode is not "Exactly".

Now, following measure mode.

4 years ago[NUI] Add dotnet pre-initiailze (#1521)
huiyueun [Fri, 17 Apr 2020 00:51:15 +0000 (09:51 +0900)]
[NUI] Add dotnet pre-initiailze (#1521)

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years ago[NUI] Modify Friend Assembly / Add Tizen.NUI.Components to assembly (#1529)
huiyueun [Fri, 17 Apr 2020 00:47:43 +0000 (09:47 +0900)]
[NUI] Modify Friend Assembly / Add Tizen.NUI.Components to assembly (#1529)

* [NUI] Modify Friend Assembly / Add Tizen.NUI.Components to assembly

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* Change name

4 years ago[NUI] Add Color in ViewStyle (#1545)
dongsug-song [Thu, 16 Apr 2020 11:57:31 +0000 (20:57 +0900)]
[NUI] Add Color in ViewStyle (#1545)

4 years ago[NUI] Add hidden class for internal purpose (#1546)
neostom432 [Thu, 16 Apr 2020 11:53:55 +0000 (20:53 +0900)]
[NUI] Add hidden class for internal purpose (#1546)

Some class need to be changed for internal purpose.
Add Never tag to hide API.

4 years ago[Applications.Common] Remove unnecessary lock (#1544)
hjhun [Thu, 16 Apr 2020 07:19:50 +0000 (16:19 +0900)]
[Applications.Common] Remove unnecessary lock (#1544)

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
4 years ago[NUI] Remove Child in Layout View using RemoveChild func (#1542)
neostom432 [Tue, 14 Apr 2020 06:42:06 +0000 (15:42 +0900)]
[NUI] Remove Child in Layout View using RemoveChild func (#1542)

Previously, Remove child manually so missing few steps.
Now, use RemoveChild func for removing.

4 years ago[Packagemanager] Do not catch the exception thrown by event handler of app (#1540)
jeremy-jang [Tue, 14 Apr 2020 05:34:45 +0000 (14:34 +0900)]
[Packagemanager] Do not catch the exception thrown by event handler of app (#1540)

* [Packagemanager] Fix exception handling when invoking app's event handlers

Invoke the registered event handlers one by one in try-catch block to
invoking all event handlers whether exception occurred at one of event
handlers.

Change-Id: Id2f6d9815ddbb43867a11cab9423384c6614b848
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
* [Packagemanager] Fix invoking event handlers as thread-safely

Change-Id: I21e2ff25726d6a4a24453e351dd64ecd47bdece4
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
* [Packagemanager] Do not catch the exception thrown by event handler of app

The applications should be responsible its exception, they should
determine handle or not the exception.

Change-Id: Ifffb4a14aa920eae905f6ff76f3a887d06e579b8
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
4 years ago[NUI] Fix NUI.Components TCT fail (#1541)
dongsug-song [Tue, 14 Apr 2020 04:46:12 +0000 (13:46 +0900)]
[NUI] Fix NUI.Components TCT fail (#1541)

4 years ago[NUI] Fix VideoView sample (#1518)
dongsug-song [Tue, 14 Apr 2020 01:40:41 +0000 (10:40 +0900)]
[NUI] Fix VideoView sample (#1518)

4 years ago[NUI] Interrupt pan when popup is popped (#1539)
neostom432 [Mon, 13 Apr 2020 10:00:13 +0000 (19:00 +0900)]
[NUI] Interrupt pan when popup is popped (#1539)

Currently, panning is working even if there is popup over component.
As workaround, add PanGestureDetector to Popup to prevent panning.

Additionally, add View to ScrollableBase which is to interrupt touching during scrolling.

4 years ago[ElmSharp] Add internal Window auxiliary hint APIs (#1535)
arosis78 [Mon, 13 Apr 2020 01:03:39 +0000 (10:03 +0900)]
[ElmSharp] Add internal Window auxiliary hint APIs (#1535)

4 years agoFix unit test for Tizen.System.SystemSettings (#1536)
JinWang An [Fri, 10 Apr 2020 08:22:15 +0000 (17:22 +0900)]
Fix unit test for Tizen.System.SystemSettings (#1536)

Signed-off-by: jinwang.an <jinwang.an@samsung.com>
4 years ago[NUI] Update wearable button style by UX guide (#1533)
Jiyun Yang [Fri, 10 Apr 2020 07:07:22 +0000 (16:07 +0900)]
[NUI] Update wearable button style by UX guide (#1533)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years ago[NUI] Add NativeImageSource (#1532)
JoogabYun [Fri, 10 Apr 2020 05:03:44 +0000 (14:03 +0900)]
[NUI] Add NativeImageSource (#1532)

4 years ago[Tizen.Network.Bluetooth][Non-ACR] Fix app crash issue during free (#1530)
Wootak [Fri, 10 Apr 2020 04:50:05 +0000 (13:50 +0900)]
[Tizen.Network.Bluetooth][Non-ACR] Fix app crash issue during free (#1530)

Fix app crash issue during free
Remove unused function

Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
4 years ago[NUI] Fix GridLayoutSample (#1528)
Seoyeon2Kim [Thu, 9 Apr 2020 06:49:46 +0000 (15:49 +0900)]
[NUI] Fix GridLayoutSample (#1528)

- 'LinearOrientation' of GridLayout changed to 'GridOrientation'.
- Changed API name in the sample.

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
4 years ago[NUI] Merge Button action state and support experimental theme by profile. (#1525)
Jiyun Yang [Thu, 9 Apr 2020 04:51:56 +0000 (13:51 +0900)]
[NUI] Merge Button action state and support experimental theme by profile. (#1525)

* Fix a bug in LottieFrameInfo.Show()
* Introduce ThemeStyle
* Merge Button action state to View.ControlStates

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years ago[NUI] Change Window.Instance to NUIApplication.GetDefaultWindow() (#1523)
huiyueun [Wed, 8 Apr 2020 06:38:41 +0000 (15:38 +0900)]
[NUI] Change Window.Instance to NUIApplication.GetDefaultWindow() (#1523)

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years ago[NUI] Introduce Button extentions and styles (#1515)
Jiyun Yang [Tue, 7 Apr 2020 11:49:57 +0000 (20:49 +0900)]
[NUI] Introduce Button extentions and styles (#1515)

* New feature : ILottieButtonStyle
    * LottieButtonStyle
    * LottieSwitchStyle
* New feature : ButtonExtension
    * ButtonExtension
    * SwitchExtension
    * LottieButtonExtension
    * LottieSwitchExstension
* New feature : Provide predefined component styles for Wearable
    * WearbleButtonStyle
    * WearableSwitchStyle
    * WearableRadioButtonStyle
    * WearableCheckBoxStyle
    * OverlayAnimationButtonStyle
* Improvement : Button does not use a TapGestureDetector to detect clicking.
* Fix bug : Measure text again when Button's icon is relayouted.

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years ago[Information] Added preload method for optimization (#1492)
JongHeonChoi [Tue, 7 Apr 2020 08:52:24 +0000 (17:52 +0900)]
[Information] Added preload method for optimization (#1492)

4 years agoFix Tizen.System.SystemSettings unittest (#1519)
JinWang An [Tue, 7 Apr 2020 06:12:49 +0000 (15:12 +0900)]
Fix Tizen.System.SystemSettings unittest (#1519)

Signed-off-by: jinwang.an <jinwang.an@samsung.com>
4 years agoAdd API for adding WidgetInfo in runtime (#1517)
tscholb [Mon, 6 Apr 2020 07:29:18 +0000 (16:29 +0900)]
Add API for adding WidgetInfo in runtime (#1517)

4 years ago[NUI] Support text shadow (#1509)
huayongxu [Fri, 3 Apr 2020 03:03:37 +0000 (11:03 +0800)]
[NUI] Support text shadow (#1509)

* support text shadow

* set shadow property of textlabel

* make properties of textshadow readonly.

* make textshadow readonly

* make textshadow copy constructor work correctly.

* add samples for text shadow of button

4 years ago[NUI] Fix grid layout measurement (#1513)
neostom432 [Thu, 2 Apr 2020 05:38:21 +0000 (14:38 +0900)]
[NUI] Fix grid layout measurement (#1513)

When using wrap_content to match it's height or width to child count,
the result of measure was not applied again so it wasn't changed.

Update measure result after children are added.

4 years ago[Bluetooth][TCSACR-311] Add new StartLeScan API (#1506)
Wootak [Thu, 2 Apr 2020 01:13:35 +0000 (10:13 +0900)]
[Bluetooth][TCSACR-311] Add new StartLeScan API (#1506)

4 years ago[NUI] Create Color from Hex Color Code (#1511)
neostom432 [Wed, 1 Apr 2020 08:06:12 +0000 (17:06 +0900)]
[NUI] Create Color from Hex Color Code (#1511)

* [NUI] Create Color from Hex Color Code

Create color object from Hex Color Code (string).

1. Code with "#", it will be remove.
2. Without alpha channel, alpah channel will be set 1.0f.
3. Working both. Lowercase and uppercase,

"#FF0000FF" - Good
"#ff0000ff" - Good
"FF0000FF"  - Good
"FF0000"    - Good
"FF"        - Bad  ( too short )

* [NUI] Add ArgumentException to Color constructor

4 years ago[MachineLearning.Inference] change repo url (#1508)
jaeyun-jung [Wed, 1 Apr 2020 03:34:03 +0000 (12:34 +0900)]
[MachineLearning.Inference] change repo url (#1508)

Change repo url, link to nnstreamer project.

Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
4 years agoUpdate CurrentUICulture when Locale was changed (#1503)
Seungkeun Lee [Tue, 31 Mar 2020 05:59:47 +0000 (14:59 +0900)]
Update CurrentUICulture when Locale was changed (#1503)

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