platform/core/csapi/tizenfx.git
4 years agoRelease 7.0.0.15027 submit/tizen/20191128.005149
admin [Wed, 27 Nov 2019 15:51:49 +0000 (15:51 +0000)]
Release 7.0.0.15027

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Wed, 27 Nov 2019 15:51:49 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[NUI] Workaround: fix CustomAlgorithmInterface crash error occurred only in emulator...
dongsug-song [Wed, 27 Nov 2019 12:06:46 +0000 (21:06 +0900)]
[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.

4 years agoRelease 7.0.0.15026 submit/tizen/20191127.005200
admin [Tue, 26 Nov 2019 15:52:00 +0000 (15:52 +0000)]
Release 7.0.0.15026

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Tue, 26 Nov 2019 15:52:00 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[NUI] Publish LottieAnimationView : TCSACR-293 (#1129)
dongsug-song [Tue, 26 Nov 2019 11:18:39 +0000 (20:18 +0900)]
[NUI] Publish LottieAnimationView : TCSACR-293 (#1129)

4 years agoRelease 7.0.0.15025 accepted/tizen/unified/20191126.124706 submit/tizen/20191126.005409
admin [Mon, 25 Nov 2019 15:54:09 +0000 (15:54 +0000)]
Release 7.0.0.15025

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Mon, 25 Nov 2019 15:54:09 +0000 (15:54 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[NUI] Prevent Height and Width specs being overwritten (#1142)
agnelovaz [Mon, 25 Nov 2019 01:11:54 +0000 (01:11 +0000)]
[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

4 years ago[NUI] Padding bug in LayoutGroup fixed (#1136)
agnelovaz [Mon, 25 Nov 2019 01:04:01 +0000 (01:04 +0000)]
[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

4 years agoRelease 7.0.0.15023 submit/tizen/20191123.005204
admin [Fri, 22 Nov 2019 15:52:04 +0000 (15:52 +0000)]
Release 7.0.0.15023

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Fri, 22 Nov 2019 15:52:04 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[Camera] Fux null reference bug (#1141)
hsgwon [Fri, 22 Nov 2019 06:42:12 +0000 (15:42 +0900)]
[Camera] Fux null reference bug (#1141)

4 years agoRelease 7.0.0.15022 submit/tizen/20191122.005358
admin [Thu, 21 Nov 2019 15:53:58 +0000 (15:53 +0000)]
Release 7.0.0.15022

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Thu, 21 Nov 2019 15:53:57 +0000 (15:53 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[NUI] FlexLayout Interop and Undefined fixes (#1134)
agnelovaz [Thu, 21 Nov 2019 10:22:16 +0000 (10:22 +0000)]
[NUI] FlexLayout Interop and Undefined fixes (#1134)

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 agoRelease 7.0.0.15021 accepted/tizen/unified/20191121.154822 submit/tizen/20191121.131834
admin [Thu, 21 Nov 2019 04:18:34 +0000 (04:18 +0000)]
Release 7.0.0.15021

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Thu, 21 Nov 2019 04:18:34 +0000 (04:18 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

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

4 years agoRelease 7.0.0.15020 accepted/tizen/unified/20191121.073351 submit/tizen/20191121.005405
admin [Wed, 20 Nov 2019 15:54:05 +0000 (15:54 +0000)]
Release 7.0.0.15020

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Wed, 20 Nov 2019 15:54:05 +0000 (15:54 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[NUI] Removed unused getCPtr apis (#1125)
Xianbing Teng [Wed, 20 Nov 2019 01:51:00 +0000 (09:51 +0800)]
[NUI] Removed unused getCPtr apis (#1125)

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

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years ago[WebView] Add Chromium.SetArguments (#1133)
younghajung [Tue, 19 Nov 2019 23:12:12 +0000 (08:12 +0900)]
[WebView] Add Chromium.SetArguments (#1133)

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 agoRelease 7.0.0.15017 accepted/tizen/unified/20191120.034427 submit/tizen/20191119.005204
admin [Mon, 18 Nov 2019 15:52:04 +0000 (15:52 +0000)]
Release 7.0.0.15017

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Mon, 18 Nov 2019 15:52:04 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[NUI] Remove VectorAnimationView, Add LottieAnimationView (#1126)
dongsug-song [Mon, 18 Nov 2019 10:34:04 +0000 (19:34 +0900)]
[NUI] Remove VectorAnimationView, Add LottieAnimationView (#1126)

4 years ago[NUI] Refactor dispose pattern to reduce duplication (#1112)
Xianbing Teng [Mon, 18 Nov 2019 06:21:06 +0000 (14:21 +0800)]
[NUI] Refactor dispose pattern to reduce duplication (#1112)

* [NUI] Refactor dispose pattern to reduce duplication

* [NUI] Make ReleaseSwigCPtr as hidden api

4 years ago[NUI] Refine codes to reduce code duplicaton (#1119)
Xianbing Teng [Mon, 18 Nov 2019 06:19:57 +0000 (14:19 +0800)]
[NUI] Refine codes to reduce code duplicaton (#1119)

4 years agoRelease 7.0.0.15014 submit/tizen/20191116.005204
admin [Fri, 15 Nov 2019 15:52:04 +0000 (15:52 +0000)]
Release 7.0.0.15014

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Fri, 15 Nov 2019 15:52:04 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[NUI] Fix the crash when setting MinimumSize, MaximumSize (#1124)
dongsug-song [Thu, 14 Nov 2019 23:58:38 +0000 (08:58 +0900)]
[NUI] Fix the crash when setting MinimumSize, MaximumSize (#1124)

4 years agoRelease 7.0.0.15013 submit/tizen/20191115.005210
admin [Thu, 14 Nov 2019 15:52:10 +0000 (15:52 +0000)]
Release 7.0.0.15013

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Thu, 14 Nov 2019 15:52:09 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[SystemSettings]Fix AutomaticTimeUpdate TC error (#1121)
JinWang An [Thu, 14 Nov 2019 05:18:41 +0000 (14:18 +0900)]
[SystemSettings]Fix AutomaticTimeUpdate TC error (#1121)

4 years agoRelease 7.0.0.15012 accepted/tizen/unified/20191114.042610 submit/tizen/20191113.145647
admin [Wed, 13 Nov 2019 05:56:47 +0000 (05:56 +0000)]
Release 7.0.0.15012

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Wed, 13 Nov 2019 05:56:47 +0000 (05:56 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[MachineLearning.Inference] NotSupportedException support (#1122)
Sangjung Woo [Wed, 13 Nov 2019 05:51:36 +0000 (14:51 +0900)]
[MachineLearning.Inference] NotSupportedException support (#1122)

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 agoRelease 7.0.0.15010 submit/tizen/20191112.005202
admin [Mon, 11 Nov 2019 15:52:02 +0000 (15:52 +0000)]
Release 7.0.0.15010

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Mon, 11 Nov 2019 15:52:02 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[NUI] Fix attributes crash when Padding not set (#1118)
agnelovaz [Mon, 11 Nov 2019 06:31:37 +0000 (06:31 +0000)]
[NUI] Fix attributes crash when Padding not set (#1118)

Change-Id: I8f03e40985b58715b7f80fe2a84bb508a0346608

4 years agoRelease 7.0.0.15009 submit/tizen/20191107.005202
admin [Wed, 6 Nov 2019 15:52:02 +0000 (15:52 +0000)]
Release 7.0.0.15009

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Wed, 6 Nov 2019 15:52:02 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[NUI] fix layout issue when flexibleview animation is canceled (#1111)
huayongxu [Wed, 6 Nov 2019 11:40:40 +0000 (19:40 +0800)]
[NUI] fix layout issue when flexibleview animation is canceled (#1111)

* fix layout issue when flexibleview animation is canceled

* add some comments for protected functions

4 years ago[NUI] Remove ImfManager class (#1115)
Xianbing Teng [Wed, 6 Nov 2019 01:14:43 +0000 (09:14 +0800)]
[NUI] Remove ImfManager class (#1115)

4 years agoRelease 7.0.0.15007 submit/tizen/20191106.005205
admin [Tue, 5 Nov 2019 15:52:05 +0000 (15:52 +0000)]
Release 7.0.0.15007

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Tue, 5 Nov 2019 15:52:05 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[NUI] Add implicit conversion for Size, Size2D, Position and Position2D (#1105)
dongsug-song [Tue, 5 Nov 2019 11:08:33 +0000 (20:08 +0900)]
[NUI] Add implicit conversion for Size, Size2D, Position and Position2D (#1105)

4 years ago[NUI] Use new Extents in Tizen.NUI.Compoents (#1116)
AdunFang [Tue, 5 Nov 2019 07:12:38 +0000 (15:12 +0800)]
[NUI] Use new Extents in Tizen.NUI.Compoents (#1116)

* [NUI] Use new Extents in Tizen.NUI.Compoents

* [NUI] Hide the internal used method

4 years agoRelease 7.0.0.15005 accepted/tizen/unified/20191105.110702 submit/tizen/20191105.005207
admin [Mon, 4 Nov 2019 15:52:07 +0000 (15:52 +0000)]
Release 7.0.0.15005

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Mon, 4 Nov 2019 15:52:06 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[NUI] NaturalSize returns size set instead of Zero for CustomViews (#1114)
agnelovaz [Mon, 4 Nov 2019 06:02:44 +0000 (06:02 +0000)]
[NUI] NaturalSize returns size set instead of Zero for CustomViews (#1114)

Change-Id: I3e900c09df94d19b93d35d5bf947a99cefd5337b

4 years ago[NUI] Layouts not restricted to parents size as default (#1106)
agnelovaz [Mon, 4 Nov 2019 05:53:19 +0000 (05:53 +0000)]
[NUI] Layouts not restricted to parents size as default (#1106)

Do not restrict Layouts to their parent size at most unless
explictly requested to MatchParent

Needed to allow a layout to scroll within it's smaller parent.

Change-Id: Id2d84601a9b1d2956636b6d5f9334eefb5f0e9c0

4 years agoRelease 7.0.0.15003 accepted/tizen/unified/20191104.115312 submit/tizen/20191102.005217
admin [Fri, 1 Nov 2019 15:52:17 +0000 (15:52 +0000)]
Release 7.0.0.15003

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Fri, 1 Nov 2019 15:52:16 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years agoUpdate README.md
WonYoung Choi [Fri, 1 Nov 2019 00:18:47 +0000 (09:18 +0900)]
Update README.md

4 years agoRelease 7.0.0.15002 submit/tizen/20191101.005207
admin [Thu, 31 Oct 2019 15:52:07 +0000 (15:52 +0000)]
Release 7.0.0.15002

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Thu, 31 Oct 2019 15:52:06 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

4 years ago[Build] Setup for API7
Wonyoung Choi [Thu, 31 Oct 2019 06:39:09 +0000 (15:39 +0900)]
[Build] Setup for API7

4 years agoRelease 6.0.0.15001 submit/tizen/20191031.005207
admin [Wed, 30 Oct 2019 15:52:07 +0000 (15:52 +0000)]
Release 6.0.0.15001

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Wed, 30 Oct 2019 15:52:07 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

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 agoRelease 6.0.0.14999 submit/tizen/20191025.005210
admin [Thu, 24 Oct 2019 15:52:10 +0000 (15:52 +0000)]
Release 6.0.0.14999

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Thu, 24 Oct 2019 15:52:10 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

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 agoRelease 6.0.0.14996 accepted/tizen_5.5_unified_mobile_hotfix tizen_5.5_mobile_hotfix accepted/tizen/5.5/unified/20191031.033759 accepted/tizen/5.5/unified/mobile/hotfix/20201027.084515 accepted/tizen/unified/20191023.142704 submit/tizen/20191023.172301 submit/tizen_5.5/20191031.000003 submit/tizen_5.5/20191031.000011 submit/tizen_5.5/20191031.000013 submit/tizen_5.5_mobile_hotfix/20201026.185103 tizen_5.5.m2_release
admin [Wed, 23 Oct 2019 08:23:01 +0000 (08:23 +0000)]
Release 6.0.0.14996

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Wed, 23 Oct 2019 08:23:01 +0000 (08:23 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

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 agoRelease 6.0.0.14995 submit/tizen/20191023.111910
admin [Wed, 23 Oct 2019 02:19:10 +0000 (02:19 +0000)]
Release 6.0.0.14995

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Wed, 23 Oct 2019 02:19:10 +0000 (02:19 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

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 agoRelease 6.0.0.14993 submit/tizen/20191023.005205
admin [Tue, 22 Oct 2019 15:52:05 +0000 (15:52 +0000)]
Release 6.0.0.14993

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Tue, 22 Oct 2019 15:52:05 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

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 agoRelease 6.0.0.14989 submit/tizen/20191019.005206
admin [Fri, 18 Oct 2019 15:52:06 +0000 (15:52 +0000)]
Release 6.0.0.14989

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Fri, 18 Oct 2019 15:52:06 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

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 agoRelease 6.0.0.14986 submit/tizen/20191018.005216
admin [Thu, 17 Oct 2019 15:52:16 +0000 (15:52 +0000)]
Release 6.0.0.14986

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Thu, 17 Oct 2019 15:52:16 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

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 agoRelease 6.0.0.14984 accepted/tizen/unified/20191017.061659 submit/tizen/20191017.113228
admin [Thu, 17 Oct 2019 02:32:28 +0000 (02:32 +0000)]
Release 6.0.0.14984

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Thu, 17 Oct 2019 02:32:28 +0000 (02:32 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

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 agoRelease 6.0.0.14983 submit/tizen/20191017.110135
admin [Thu, 17 Oct 2019 02:01:35 +0000 (02:01 +0000)]
Release 6.0.0.14983

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Thu, 17 Oct 2019 02:01:35 +0000 (02:01 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

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 agoRelease 6.0.0.14981 submit/tizen/20191017.005206
admin [Wed, 16 Oct 2019 15:52:06 +0000 (15:52 +0000)]
Release 6.0.0.14981

4 years agoMerge remote-tracking branch 'origin/master' into tizen
admin [Wed, 16 Oct 2019 15:52:06 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen