platform/core/csapi/tizenfx.git
4 years ago[NUI] Add dispose checking in just a few methods of Timer class (#1338)
dongsug-song [Wed, 22 Jan 2020 23:45:22 +0000 (08:45 +0900)]
[NUI] Add dispose checking in just a few methods of Timer class (#1338)

4 years ago[NUI] Add dispose checking in key state (#1337)
huiyueun [Tue, 21 Jan 2020 07:33:16 +0000 (16:33 +0900)]
[NUI] Add dispose checking in key state (#1337)

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years ago[NUI] Support Shadow Size Extents (#1334)
Jiyun Yang [Tue, 21 Jan 2020 03:49:47 +0000 (12:49 +0900)]
[NUI] Support Shadow Size Extents (#1334)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years ago[NUI] Fix reparenting of Child bug (#1314) (#1332)
neostom432 [Tue, 21 Jan 2020 03:09:36 +0000 (12:09 +0900)]
[NUI] Fix reparenting of Child bug (#1314) (#1332)

If a child is added to a different layout the transition finished
animation can cause it to be removed from the new parent.

Cause : The removal animation is added to the stack, the add animation is added to
the stack.  Animations are run.  When animations finish the itemRemovalQueue is run, this
removes the child as the removal code added it to the itemRemovalQueue.

Fix : In the case of replacement, set a flag on the child so the removal code can excluded it
from the itemRemovalQueue.

Change-Id: Ib7da9e446c990258c8415e584bbb624dae4d6fa5

Co-authored-by: agnelovaz <agnelo.vaz@samsung.com>
4 years ago[NUI] Add/change scroll event (#1329)
neostom432 [Tue, 21 Jan 2020 02:19:32 +0000 (11:19 +0900)]
[NUI] Add/change scroll event (#1329)

* [NUI] Add/change scroll event

ScrollStartDragEvent      - Emitted when panning is start
ScrollEndDragEvent        - Emitted when panning is end
ScrollAnimationStartEvent - Emitted when scroll animation is start
ScrollAnimationEndEvent   - Emitted when scroll animation is end

* [NUI] change name of scroll event and its comment

Co-authored-by: krown <neostom432@nate.com>
4 years ago[NUI.Components] Fix svace issues (#1310)
Xianbing Teng [Mon, 20 Jan 2020 11:11:04 +0000 (19:11 +0800)]
[NUI.Components] Fix svace issues (#1310)

4 years ago[NUI] Fixed GridLayout scrolling issue (#1322)
neostom432 [Mon, 20 Jan 2020 07:14:57 +0000 (16:14 +0900)]
[NUI] Fixed GridLayout scrolling issue (#1322)

When using GridLayout view with ScrollableBase, it cannot be scrolled.

It cauesd by wrong height measurement and it only happend when setting
WrapContent to layout view.

Save measurement result when using WrapContent.

Co-authored-by: krown <neostom432@nate.com>
4 years ago[NUI] Fix FittingMode bug (#1320)
huiyueun [Mon, 20 Jan 2020 02:25:11 +0000 (11:25 +0900)]
[NUI] Fix FittingMode bug (#1320)

* [NUI] Remove ValueCheck function

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] Fix FittingMode bug

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years ago[NUI] Control handle state `Pressed` (#1316)
Jiyun Yang [Fri, 17 Jan 2020 06:03:58 +0000 (15:03 +0900)]
[NUI] Control handle state `Pressed` (#1316)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years ago[NUI] Remove default LayoutTransition (#1304)
neostom432 [Wed, 15 Jan 2020 06:17:54 +0000 (15:17 +0900)]
[NUI] Remove default LayoutTransition (#1304)

Remove default LayoutTransition.

Co-authored-by: krown <neostom432@nate.com>
4 years ago[NUI] Clean shadow related properties from Control and sample (#1307)
Jiyun Yang [Wed, 15 Jan 2020 06:08:50 +0000 (15:08 +0900)]
[NUI] Clean shadow related properties from Control and sample (#1307)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years ago[NUI.Components] Remove InputField (#1284)
Xianbing Teng [Wed, 15 Jan 2020 05:58:41 +0000 (13:58 +0800)]
[NUI.Components] Remove InputField (#1284)

4 years ago[NUI] Add ScrollEnabled property to ScrollableBase (#1298)
neostom432 [Mon, 13 Jan 2020 08:19:19 +0000 (17:19 +0900)]
[NUI] Add ScrollEnabled property to ScrollableBase (#1298)

* [NUI] Add ScrollEnabled property to ScrollableBase

User can disable / enable scrolling using this property.

* [NUI] Add CurrentPage property to ScrollableBase

Can get current page of ScrollableBase when using SnapToPage mode.

Co-authored-by: krown <neostom432@nate.com>
4 years ago[NUI] Initialize pan direction of ScrollableBase to Vertical (#1291)
neostom432 [Fri, 10 Jan 2020 05:03:48 +0000 (14:03 +0900)]
[NUI] Initialize pan direction of ScrollableBase to Vertical (#1291)

Initialize pan direction to Vertical in constructor of ScrollableBase.

Co-authored-by: krown <neostom432@nate.com>
4 years ago[NUI] Fix SetMinMaxFrameByMarker()'s not working issue in AnimatedVectorImageView...
dongsug-song [Fri, 10 Jan 2020 04:25:16 +0000 (13:25 +0900)]
[NUI] Fix SetMinMaxFrameByMarker()'s not working issue in AnimatedVectorImageView (#1296)

4 years ago[NUI] Fix extents issue and unified style format (#1286)
Xianbing Teng [Thu, 9 Jan 2020 09:43:54 +0000 (17:43 +0800)]
[NUI] Fix extents issue and unified style format (#1286)

* [NUI] Fix extents issue and unified style format

* [NUI] Add null value check

* [NUI] Fix null value check issue

4 years ago[NUI] Implement switch's Old background API (#1288)
zhouleonlei [Thu, 9 Jan 2020 06:47:55 +0000 (14:47 +0800)]
[NUI] Implement switch's Old background API (#1288)

4 years ago[NUI] Fix background blank issue of Switch (#1280)
zhouleonlei [Wed, 8 Jan 2020 12:09:40 +0000 (20:09 +0800)]
[NUI] Fix background blank issue of Switch (#1280)

4 years ago[ElmSharp] Add more preloading components (#1255)
Jay Cho [Tue, 7 Jan 2020 07:36:49 +0000 (16:36 +0900)]
[ElmSharp] Add more preloading components (#1255)

* Add preloading components on PreloadedWindow

* Add unrealize process after wiget creations

* Put Adding event in local function

* Update method name for preload widgets

4 years ago[NUI] Add Shadow properties to ViewStyle (#1278)
Jiyun Yang [Mon, 6 Jan 2020 09:23:36 +0000 (18:23 +0900)]
[NUI] Add Shadow properties to ViewStyle (#1278)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years ago[NUI] Fixed the type conversion issue which cause TCT failed (#1274)
zhouleonlei [Mon, 6 Jan 2020 04:23:06 +0000 (12:23 +0800)]
[NUI] Fixed the type conversion issue which cause TCT failed (#1274)

4 years ago[NUI] Update Shadow property : add Clone method (#1272)
Jiyun Yang [Fri, 3 Jan 2020 08:53:48 +0000 (17:53 +0900)]
[NUI] Update Shadow property : add Clone method (#1272)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years ago[NUI] Enable BackgroundImageBorder in View (#1269)
Jiyun Yang [Fri, 3 Jan 2020 08:05:32 +0000 (17:05 +0900)]
[NUI] Enable BackgroundImageBorder in View (#1269)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years ago[NUI] Fix the issue that the property binding in View are not working properly. ...
Jiyun Yang [Fri, 3 Jan 2020 04:58:26 +0000 (13:58 +0900)]
[NUI] Fix the issue that the property binding in View are not working properly. (#1259) (#1265)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years ago[NUI] Implement the old API of Popup.SetButtonText for Manual.Tests failed (#1264)
zhouleonlei [Fri, 3 Jan 2020 04:50:32 +0000 (12:50 +0800)]
[NUI] Implement the old API of Popup.SetButtonText for Manual.Tests failed (#1264)

4 years ago[NUI] Add to get current window orientation. (#1250)
Wonsik Jung [Fri, 27 Dec 2019 10:00:36 +0000 (19:00 +0900)]
[NUI] Add to get current window orientation. (#1250)

Add the API to get current window orientation.
It is to return the logical orientation

4 years ago[NUI.Components] Fix Background Image not works issue (#1246) (#1247)
Xianbing Teng [Fri, 27 Dec 2019 08:09:59 +0000 (16:09 +0800)]
[NUI.Components] Fix Background Image not works issue (#1246) (#1247)

4 years ago[NUI] Add SetMinMaxFrameByMarker() in LottieAnimationView (#1245)
dongsug-song [Thu, 26 Dec 2019 07:36:13 +0000 (16:36 +0900)]
[NUI] Add SetMinMaxFrameByMarker() in LottieAnimationView (#1245)

4 years ago[NUI.Components] Fix BackgroundImage doesn't works issue (#1240) (#1242)
Xianbing Teng [Thu, 26 Dec 2019 07:09:05 +0000 (15:09 +0800)]
[NUI.Components] Fix BackgroundImage doesn't works issue (#1240) (#1242)

4 years ago[NUI.Components] Fix build warnings (#1233) (#1237)
Xianbing Teng [Tue, 24 Dec 2019 08:32:05 +0000 (16:32 +0800)]
[NUI.Components] Fix build warnings (#1233) (#1237)

4 years ago[NUI] Implement shadow in View (#1235)
Jiyun Yang [Tue, 24 Dec 2019 08:12:15 +0000 (17:12 +0900)]
[NUI] Implement shadow in View (#1235)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years ago[Camera] Fix null reference bug (#1234)
hsgwon [Tue, 24 Dec 2019 06:40:18 +0000 (15:40 +0900)]
[Camera] Fix null reference bug (#1234)

4 years ago[NUI] Fix Dropdown runtime error (#1230)
neostom432 [Mon, 23 Dec 2019 10:16:10 +0000 (19:16 +0900)]
[NUI] Fix Dropdown runtime error (#1230)

Reviewed and Verified with Sample

4 years ago[NUI] Add AnimatedImageView for AGIF and Image-Array as HiddenAPI (#1227) (#1229)
dongsug-song [Mon, 23 Dec 2019 07:06:42 +0000 (16:06 +0900)]
[NUI] Add AnimatedImageView for AGIF and Image-Array as HiddenAPI (#1227) (#1229)

4 years ago[NUI] NUI samples (#1225) (#1226)
dongsug-song [Fri, 20 Dec 2019 11:37:53 +0000 (20:37 +0900)]
[NUI] NUI samples (#1225) (#1226)

* [NUI] Initial upload the samples of NUI and NUI.Components (#1207)

* [NUI] Merge NUI.Samples to TizenFX (#1222)

* [NUI] Revise NUI samples (#1224)

Co-authored-by: zhouleonlei <56956725+zhouleonlei@users.noreply.github.com>
Co-authored-by: zhouleonlei <56956725+zhouleonlei@users.noreply.github.com>
4 years ago[NUI] Layout scroller pages api6 (#1185)
agnelovaz [Thu, 19 Dec 2019 12:40:33 +0000 (12:40 +0000)]
[NUI] Layout scroller pages api6 (#1185)

* [NUI.Components] LayoutScroller flick added

Flick support
Configurable Flick animation
Ensuring uniform duration of flick animation by removing flick multipler

Change-Id: Ib654a38cb2070c29520069a75b5782d458ab4da6

* [NUI.Components] Horizontal Scroll supported

* [NUI.Components] LayoutScroller with horizontal Pages support

Other features added:

FlickDurationModifier renamed to FlickAnimationSpeed
Defaults changed so faster.

Uses View API for Add/Remove child instead of the new dedicated API.
ScrollStart and ScrollEnd signals added
Vertical and Horizontal axis enums to set Horizontal or Vertical scrolling

Fixes:
Tap gesture doesn't stop pages scrolling mid way.
Flick in Pages should not stack pages changes. Must wait until scroll ended to flick again.

Change-Id: I8dcabff1e956b747987865ceb4272ccb2ce55061

* [NUI.Components] LayoutScroller renamed to Scrollable

Change-Id: I42805c3b240997d1921db4b3c1008b120d264cbb

* [NUI.Components] Scrollable derives from NUI.Components.Control

Change-Id: Iec6f083fe4601ceff40f74bbe1ae8de4d8da6917

* [NUI.Components] Scrollable Pages MatchParent fix

Fixed bug in which the Scrollable would be the size of it's content
even when set to MatchParent

Change-Id: I2be91b1a6f975b4e8aa2a132dc63009a21ef4b62

* [NUI] Rename component

Rename component Scrollable -> Scroll

* [NUI.Components] rename Scroll to ScrollableBase

* [NUI.Components] change PanGesture direction when scrolling direction is changed

When scrolling direction is changed, pan gesture direction should be changed.
This change makes ScrollableBase support nested list cases.

4 years ago[NUI] Add NoOrientationPreference (#1221)
Wonsik Jung [Thu, 19 Dec 2019 09:18:50 +0000 (18:18 +0900)]
[NUI] Add NoOrientationPreference (#1221)

Add NoOrientationPreference to WindowOrientation enum.
It is used to unset the preferred orientation with SetPreferredOrientation.

4 years ago[NUI] Fix textfield color issue (#1212)
Xianbing Teng [Thu, 19 Dec 2019 09:15:47 +0000 (17:15 +0800)]
[NUI] Fix textfield color issue (#1212)

4 years ago[NUI] Merge mater#1206 to API6 (#1208)
zhouleonlei [Wed, 18 Dec 2019 10:13:33 +0000 (18:13 +0800)]
[NUI] Merge mater#1206 to API6 (#1208)

4 years agoFix components issue 1216 (#1194) (#1201)
Xianbing Teng [Wed, 18 Dec 2019 06:33:29 +0000 (14:33 +0800)]
Fix components issue 1216 (#1194) (#1201)

* [NUI] Fix text field fontfamily selector and color convert issue

* [NUI.Components] Fix tab item issue

* [NUI] Rename attribute file name to style

* [NUI.Components] Make OnUpdate of Button as hidden

4 years ago[NUI]Merge master#1199 to API6 (#1202)
zhouleonlei [Wed, 18 Dec 2019 06:16:33 +0000 (14:16 +0800)]
[NUI]Merge master#1199 to API6 (#1202)

4 years ago[NUI.Components]Sync master to api6 1218 (#1200)
Xianbing Teng [Wed, 18 Dec 2019 05:36:38 +0000 (13:36 +0800)]
[NUI.Components]Sync master to api6 1218 (#1200)

* [NUI] To fix OSV check (#1164)

* [NUI.Components] Refine DropDown control (#1166)

* [NUI.Components]Fix svace issue (#1169)

* Refine background property of control (#1183)

* Refine background property of control

* [NUI] Refine SelectButton control of NUI.Components

* [NUI] Remove thumb background from slider

4 years ago[Sensor] Fix type on auto rotation sensor property (#1198)
MuHong Byun [Wed, 18 Dec 2019 01:08:54 +0000 (10:08 +0900)]
[Sensor] Fix type on auto rotation sensor property (#1198)

Signed-off-by: MuHong Byun <mh.byun@samsung.com>
4 years ago[NUI] Fix crash issue when create popup (#1191)
AdunFang [Fri, 13 Dec 2019 07:37:37 +0000 (15:37 +0800)]
[NUI] Fix crash issue when create popup (#1191)

4 years ago[NUI] Fix ICustomFocusAlgorithm exception (#1188)
dongsug-song [Fri, 13 Dec 2019 03:55:29 +0000 (12:55 +0900)]
[NUI] Fix ICustomFocusAlgorithm exception (#1188)

4 years ago[ElmSharp] Add internal Evas Image APIs (#1147)
Seungkeun Lee [Thu, 12 Dec 2019 00:37:34 +0000 (09:37 +0900)]
[ElmSharp] Add internal Evas Image APIs (#1147)

4 years agoUpgrade gesture handler (#1180)
neostom432 [Wed, 11 Dec 2019 10:01:09 +0000 (19:01 +0900)]
Upgrade gesture handler (#1180)

* Support multiple callbacks for gesture event

* Change other gestures

4 years ago[NUI] Add checking if the Timer is used in main thread (#1178)
dongsug-song [Wed, 11 Dec 2019 06:29:27 +0000 (15:29 +0900)]
[NUI] Add checking if the Timer is used in main thread (#1178)

4 years ago[Sensor] Fix invalid value matching between native and csharp API (#1173)
MuHong Byun [Wed, 11 Dec 2019 05:02:41 +0000 (14:02 +0900)]
[Sensor] Fix invalid value matching between native and csharp API (#1173)

* auto_rotation sensor

Signed-off-by: MuHong Byun <mh.byun@samsung.com>
4 years ago[NUI] Fixed TCT failed issues (#1177)
zhouleonlei [Wed, 11 Dec 2019 03:34:12 +0000 (11:34 +0800)]
[NUI] Fixed TCT failed issues (#1177)

4 years ago[NUI] Fix wrong API comments in xml (#1174)
Jiyun Yang [Tue, 10 Dec 2019 11:15:14 +0000 (20:15 +0900)]
[NUI] Fix wrong API comments in xml (#1174)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years agosensor: csapi: Add internal api (rotation sensor) (#1168)
MuHong Byun [Tue, 10 Dec 2019 08:09:58 +0000 (17:09 +0900)]
sensor: csapi: Add internal api (rotation sensor) (#1168)

Signed-off-by: MuHong Byun <mh.byun@samsung.com>
4 years ago[NUI] Fix svace issue (#1172)
huiyueun [Mon, 9 Dec 2019 02:02:48 +0000 (11:02 +0900)]
[NUI] Fix svace issue (#1172)

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years ago[NUI.Components] Refine DropDown control (#1171)
Xianbing Teng [Fri, 6 Dec 2019 07:38:32 +0000 (15:38 +0800)]
[NUI.Components] Refine DropDown control (#1171)

4 years ago[NUI] Fix Svace issue (#1167)
huiyueun [Fri, 6 Dec 2019 02:01:04 +0000 (11:01 +0900)]
[NUI] Fix Svace issue (#1167)

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years ago[NUI] Fix NUI.Components svace issue (#1163)
huiyueun [Wed, 4 Dec 2019 07:41:39 +0000 (16:41 +0900)]
[NUI] Fix NUI.Components svace issue (#1163)

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years ago[NUI] Binding VideoView::New with swCodec parameter (#1155) (#1162)
huiyueun [Wed, 4 Dec 2019 03:45:18 +0000 (12:45 +0900)]
[NUI] Binding VideoView::New with swCodec parameter (#1155) (#1162)

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years ago[NUI.Components] DropDownButton to use Layout scrolling (#1160) (#1161)
agnelovaz [Tue, 3 Dec 2019 11:52:24 +0000 (20:52 +0900)]
[NUI.Components] DropDownButton to use Layout scrolling (#1160) (#1161)

Squashed:
Now uses NUI Layouting for the drop downbox
DropDown API fixes Delete/Select
LayoutScroller immediate positioning
Applied LayoutScoller updates
LayoutScroller now a CustomLayout with OnMeasure and OnLayout implemented
Velocity of flick not throttled hence can be fast.
Updates after Style refactor

Features:
Persistant selection Icon/Checkbox
Highlight for touched selection
Scrolling list
Styled using ControlStyle system.

Change-Id: I656bc978331df5f38e1885635ba50b6b5e178976

4 years ago[NUI] Refactor NUI Components (#1159)
AdunFang [Tue, 3 Dec 2019 08:19:41 +0000 (16:19 +0800)]
[NUI] Refactor NUI Components (#1159)

4 years ago[NUI] Add Component Application (#1148) (#1157)
huiyueun [Tue, 3 Dec 2019 01:23:46 +0000 (10:23 +0900)]
[NUI] Add Component Application (#1148) (#1157)

* Add component

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

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI]Modify Last

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* Add to mange frame component

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

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

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

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] fix comment

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years ago[NUI] Sync master branch (#1149)
huiyueun [Fri, 29 Nov 2019 02:24:41 +0000 (11:24 +0900)]
[NUI] Sync master branch (#1149)

* [NUI] Padding bug in LayoutGroup fixed (#1136)

LayoutGroup measuring child without using the parent's padding.
Resulted in LinearLayout not reducing the childs size when padding applied to parent

* [NUI] Prevent Height and Width specs being overwritten (#1142)

When setting the WidthSpecification or HeightSpecification with an exact value
the Size.Width or Size.Height is set but this in turns triggers a callback which
sets Size(width,height) but uses the stored height or width value which may not be
the set Width or Height Specification hence sets them to 0;

Change-Id: I80a4e1166f35e4c09c116916262ac965de54b048

* [NUI] Workaround: fix CustomAlgorithmInterface crash error occurred only in emulator, will be removed later after a proper solution is found (#1144)

- fix CSharp_Dali_GetOriginalImageSize spelling error- fix CSharp_Dali_GetOriginalImageSize spelling error
- add "GetOriginalImageSizeTest.cs" as sample APP.

* [NUI] Publish LottieAnimationView : TCSACR-293 (#1129)

* Revert "[NUI] Publish LottieAnimationView : TCSACR-293 (#1129)"

This reverts commit 3860d0bc8135ba980c3cc63da61ff670e281eb00.

4 years ago[NUI] FlexLayout Interop and Undefined fixes (#1134) (#1140)
agnelovaz [Mon, 25 Nov 2019 01:10:50 +0000 (01:10 +0000)]
[NUI] FlexLayout Interop and Undefined fixes (#1134) (#1140)

Fix Interops returning IntPtrs instead of floats
Fix measured child size when natural size zero.
Add Undefined constant map WrapContent to

Change-Id: Ie661294a155fb4cf971ddb96bba30472fb80168b

4 years ago[ElmSharp] Adds PreloadedWindow (#1138)
Kangho Hur [Thu, 21 Nov 2019 04:13:31 +0000 (20:13 -0800)]
[ElmSharp] Adds PreloadedWindow (#1138)

4 years ago[NUI] Remove VectorAnimationView, Add LottieAnimationView (#1135)
dongsug-song [Wed, 20 Nov 2019 05:58:29 +0000 (14:58 +0900)]
[NUI] Remove VectorAnimationView, Add LottieAnimationView (#1135)

4 years ago[NUI] Remove ValueCheck function (#1132)
huiyueun [Wed, 20 Nov 2019 01:48:25 +0000 (10:48 +0900)]
[NUI] Remove ValueCheck function (#1132)

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years ago[WebView] Add Chromium.SetArguments (#1128)
younghajung [Tue, 19 Nov 2019 07:06:27 +0000 (16:06 +0900)]
[WebView] Add Chromium.SetArguments (#1128)

This patch adds Chromium.SetArguments that can be used to set
Chromium's commandline switches.

Signed-off-by: yh106.jung <yh106.jung@samsung.com>
4 years ago[MachineLearning.Inference] NotSupportedException support (#1123)
Sangjung Woo [Wed, 13 Nov 2019 05:51:17 +0000 (14:51 +0900)]
[MachineLearning.Inference] NotSupportedException support (#1123)

If machine_learning.inference is false or does not exist, or NNStreamer
installed on target device, NotSupportedException occurs when calling
the C# API of MachineLearning Inference.

Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
4 years ago[Build] Add MIT License file
Wonyoung Choi [Wed, 13 Nov 2019 04:40:41 +0000 (13:40 +0900)]
[Build] Add MIT License file

4 years ago[NUI] Add VectorAnimationView (#1109)
dongsug-song [Wed, 30 Oct 2019 08:44:47 +0000 (17:44 +0900)]
[NUI] Add VectorAnimationView (#1109)

4 years ago[NUI] Remove 'EditorBrowsable' to HeightSpecification (#1108)
Seoyeon2Kim [Wed, 30 Oct 2019 07:41:35 +0000 (16:41 +0900)]
[NUI] Remove 'EditorBrowsable' to HeightSpecification (#1108)

- HeightSpecification of View opens public in API level 6.
- Please have a look at TCSACR-278

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
4 years ago[NUI] Fix to use the correct Interop in AutofillContainer (#1103)
Seoyeon2Kim [Thu, 24 Oct 2019 08:11:55 +0000 (17:11 +0900)]
[NUI] Fix to use the correct Interop in AutofillContainer (#1103)

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
4 years ago[NUI] Property setter is changed (#1097)
dongsug-song [Thu, 24 Oct 2019 01:18:45 +0000 (10:18 +0900)]
[NUI] Property setter is changed (#1097)

4 years agoNUIWidgetApplication constructor for multi widget (#1091)
neostom432 [Thu, 24 Oct 2019 01:18:29 +0000 (10:18 +0900)]
NUIWidgetApplication constructor for multi widget (#1091)

Add new constructor for multi widget.
Previously, NUIWidgetApplication had constructor for single widget.

Now, we can support multi widget so add constructor for this.

4 years ago[MediaPlayer] change the error code following the API's change (#1102) 5.5_M2
nam [Wed, 23 Oct 2019 08:11:07 +0000 (17:11 +0900)]
[MediaPlayer] change the error code following the API's change (#1102)

4 years ago[NUI] Fix svace issue (#1101)
huiyueun [Wed, 23 Oct 2019 02:14:47 +0000 (11:14 +0900)]
[NUI] Fix svace issue (#1101)

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years ago[NUI] Remove IME_F31 PredictiveString in NUI sample (#1100)
Seoyeon2Kim [Wed, 23 Oct 2019 00:34:09 +0000 (09:34 +0900)]
[NUI] Remove IME_F31 PredictiveString in NUI sample (#1100)

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
4 years agorevert the patch for flexibleview animation (#1099)
huayongxu [Tue, 22 Oct 2019 09:50:29 +0000 (17:50 +0800)]
revert the patch for flexibleview animation (#1099)

4 years agoModify_Description (#1088)
ilho159kim [Tue, 22 Oct 2019 08:10:49 +0000 (17:10 +0900)]
Modify_Description (#1088)

4 years ago[Network.Stc] Fix exception handling (#1098)
Lokesh kasana [Tue, 22 Oct 2019 05:56:56 +0000 (11:26 +0530)]
[Network.Stc] Fix exception handling (#1098)

Signed-off-by: Lokesh <l.kasana@samsung.com>
4 years ago[NUI] Refine codes to reduce code duplication (#1096)
Xianbing Teng [Mon, 21 Oct 2019 22:38:55 +0000 (06:38 +0800)]
[NUI] Refine codes to reduce code duplication (#1096)

4 years ago[ImageUtil] Fix descriptions (#1095)
hsgwon [Fri, 18 Oct 2019 05:59:40 +0000 (14:59 +0900)]
[ImageUtil] Fix descriptions (#1095)

4 years ago[IoTConnectivity] Handle the exception for getting Dictionary item (#1092)
dh79pyun [Fri, 18 Oct 2019 01:42:54 +0000 (10:42 +0900)]
[IoTConnectivity] Handle the exception for getting Dictionary item (#1092)

We should prevent the crash in next exception case.

Unhandled exception.

System.Collections.Generic.KeyNotFoundException: The given key '2' was not present in the dictionary.
 at System.Collections.Concurrent.ConcurrentDictionary`2.ThrowKeyNotFoundException(Object key)
 at System.Collections.Concurrent.ConcurrentDictionary`2.get_Item(TKey key)
 at Tizen.Network.IoTConnectivity.RemoteResource.NativePutResultCallbackHandler(IntPtr resource, Int32 err, Int32 requestType, IntPtr responseHandle, IntPtr userData)

4 years agoDeprecate of Tizen.Account.OAuth2 (#1094)
pvschakradhar [Thu, 17 Oct 2019 22:57:32 +0000 (04:27 +0530)]
Deprecate of Tizen.Account.OAuth2 (#1094)

4 years ago[MediaPlayer] fix descriptions (#1090)
nam [Thu, 17 Oct 2019 07:08:53 +0000 (16:08 +0900)]
[MediaPlayer] fix descriptions (#1090)

4 years ago[MediaTool] fix descriptions (#1089)
nam [Thu, 17 Oct 2019 06:37:06 +0000 (15:37 +0900)]
[MediaTool] fix descriptions (#1089)

4 years agoRevert "[Tizen.Network.Connection] Init/deinit without ManagedThreadId (#1077)" ...
WonYoung Choi [Thu, 17 Oct 2019 02:29:52 +0000 (11:29 +0900)]
Revert "[Tizen.Network.Connection] Init/deinit without ManagedThreadId (#1077)" (#1086)

This reverts commit e26dd691c086517ed96e8986d7dbe27d3bfe4f36.

4 years ago[NUI] Fix build warnings (#1084)
dongsug-song [Thu, 17 Oct 2019 01:46:52 +0000 (10:46 +0900)]
[NUI] Fix build warnings (#1084)

4 years ago[NUI] Split large files (#1081)
Xianbing Teng [Thu, 17 Oct 2019 00:38:54 +0000 (08:38 +0800)]
[NUI] Split large files (#1081)

1. View splited into View,ViewBindableProperty,ViewEnum,ViewEvent,ViewInternal,ViewPublicMethods;
2. TextEditor splited into TextEditor,TextEditorBindableProperty,TextEditorEvent;
3. TextField splited into TextField,TextFieldBindableProperty,TextFieldEvent;
4. ScrollView splited into ScrollView,ScrollViewBindableProperty,ScrollViewEvent;
5. Property splited into Property,KeyValue,PropertyArray,PropertyKey,PropertyMap,PropertyValue.

4 years ago[MediaPlayer] Fix build warning (#1083)
hsgwon [Wed, 16 Oct 2019 08:38:06 +0000 (17:38 +0900)]
[MediaPlayer] Fix build warning (#1083)

4 years ago[MediaController] Fix build warning (#1082)
hsgwon [Wed, 16 Oct 2019 08:37:28 +0000 (17:37 +0900)]
[MediaController] Fix build warning (#1082)

4 years ago[Build] Suppress unnecessary build warnings
Wonyoung Choi [Wed, 16 Oct 2019 08:07:16 +0000 (17:07 +0900)]
[Build] Suppress unnecessary build warnings

4 years ago[Build] Use ruleset file for the static analyzer
Wonyoung Choi [Wed, 16 Oct 2019 07:46:04 +0000 (16:46 +0900)]
[Build] Use ruleset file for the static analyzer

4 years ago[NUI] Fix Svace issue (#1080)
huiyueun [Wed, 16 Oct 2019 04:13:18 +0000 (13:13 +0900)]
[NUI] Fix Svace issue (#1080)

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years ago[MediaTool] specify the unit (#1072)
nam [Tue, 15 Oct 2019 22:51:29 +0000 (07:51 +0900)]
[MediaTool] specify the unit (#1072)

4 years agoApply TCSACR-288 Tizen.Telephony (#1075)
sinikang [Tue, 15 Oct 2019 22:41:51 +0000 (07:41 +0900)]
Apply TCSACR-288 Tizen.Telephony (#1075)

* Apply TCSACR-288 Tizen.Telephony

* Update Modem.cs

spelling correct done

* Update Sim.cs

spelling correct done

4 years ago[NUI] Fix TV Gallery crash issue (#1079)
huiyueun [Tue, 15 Oct 2019 10:24:08 +0000 (19:24 +0900)]
[NUI] Fix TV Gallery crash issue (#1079)

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years ago[NUI] fix Document related the part of window (#1078)
tscholb [Tue, 15 Oct 2019 09:01:25 +0000 (18:01 +0900)]
[NUI] fix Document related the part of window (#1078)

4 years ago[Tizen.Network.Connection] Init/deinit without ManagedThreadId (#1077)
chleun-moon [Tue, 15 Oct 2019 08:43:27 +0000 (17:43 +0900)]
[Tizen.Network.Connection] Init/deinit without ManagedThreadId (#1077)

* Use connection_create/connection_destroy

* Fix parameter set

* Add log for event

4 years ago[NUI] Add GetContentInfo() to get lottie file's layer information (#1074)
dongsug-song [Tue, 15 Oct 2019 05:50:58 +0000 (14:50 +0900)]
[NUI] Add GetContentInfo() to get lottie file's layer information (#1074)

4 years ago[AudioManager] Update description suggested by ducoment team (#1076)
Jeongmo Yang [Tue, 15 Oct 2019 02:09:25 +0000 (11:09 +0900)]
[AudioManager] Update description suggested by ducoment team (#1076)

Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>