DongJun Kim [Wed, 6 Sep 2017 01:51:57 +0000 (01:51 +0000)]
Merge "fixup! Introduce Tizen.WebView"
coderhyme [Wed, 6 Sep 2017 01:36:15 +0000 (01:36 +0000)]
Merge "[Multimedia] Added a new constructor in Display class for NUI.Window."
Tae-Young Chung [Wed, 6 Sep 2017 01:16:39 +0000 (01:16 +0000)]
Merge "[Vision] Modify vision colorsapce to multimedia common colorspace"
Jongkyu Koo [Tue, 5 Sep 2017 09:46:33 +0000 (09:46 +0000)]
Merge "replace delegate with EventHandler<T>"
Jongkyu Koo [Tue, 5 Sep 2017 09:36:06 +0000 (18:36 +0900)]
replace delegate with EventHandler<T>
Change-Id: I738d921c7ef4a3241402cc140b8b8bdc5362be71
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
coderhyme [Wed, 30 Aug 2017 08:22:34 +0000 (17:22 +0900)]
[Multimedia] Added a new constructor in Display class for NUI.Window.
Change-Id: Ia284b3ed8c1d31ca0760a255163d7f7c0bc3c82b
Signed-off-by: coderhyme <jhyo.kim@samsung.com>
Ickhee Woo [Tue, 5 Sep 2017 01:18:42 +0000 (01:18 +0000)]
Merge "Fix dispose and wrong statement in comment"
SukHyung, Kang [Tue, 5 Sep 2017 00:21:07 +0000 (09:21 +0900)]
[AppFW] add dll to wearable profile
- add badge, RemoteView, WidgetApplication, WidgetControl dll
Change-Id: Id78945419d88f983acff0e08b1678b03915ea717
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
coderhyme [Mon, 4 Sep 2017 21:27:16 +0000 (21:27 +0000)]
Merge "[Multimedia] MediaController API redesign."
Jooseok Song [Mon, 4 Sep 2017 09:49:02 +0000 (18:49 +0900)]
Fix dispose and wrong statement in comment
Change-Id: I264b7d15a9cb6147411f3d30fb07e233bdd58ba0
Wonyoung Choi [Mon, 4 Sep 2017 10:02:26 +0000 (19:02 +0900)]
Use src/Directory.Build.props
Use src/Directory.Build.props instead of importing build/common.props
directly. Directory.Build.props will be imported before each csproj.
see https://docs.microsoft.com/en-us/visualstudio/msbuild/customize-your-build
Change-Id: I73debb1ecc9b6f1d1706b27a062c963af7db5165
Jongkyu Koo [Mon, 4 Sep 2017 10:02:00 +0000 (10:02 +0000)]
Merge "Add null check and fix API reference"
Jeesun Kim [Mon, 4 Sep 2017 10:00:31 +0000 (10:00 +0000)]
Merge "[Calendar] Fix Validator issues"
Jongkyu Koo [Mon, 4 Sep 2017 09:55:36 +0000 (18:55 +0900)]
Add null check and fix API reference
Change-Id: If80eb959ff033b3d876e64ce966e401bcee46816
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
Jongkyu Koo [Mon, 4 Sep 2017 09:53:37 +0000 (09:53 +0000)]
Merge "fix memory leak in filter"
Tae-Young Chung [Mon, 4 Sep 2017 08:45:20 +0000 (17:45 +0900)]
[Vision] Modify vision colorsapce to multimedia common colorspace
-Change public Colorspace of MediaVision to internal and its classname.
Remove Invalid enumeration in Colorspace of MediaVision
Instead, use ColorSpace of Multimedia Common.
-Add SupportedColorSpaces attribute
-Add IsSupportedColorSpace() method
Change-Id: Ieccdb48753dad11518d3386ddcc23f3fab7ce5dd
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
Jeesun Kim [Mon, 4 Sep 2017 05:28:01 +0000 (14:28 +0900)]
[Calendar] Fix Validator issues
Change-Id: I6023c2bef1d161976714d02d022306b93375552d
RinaYou [Fri, 1 Sep 2017 01:25:07 +0000 (10:25 +0900)]
[ElmSharp] Fixed the focus issue
TASK=TCAPI-2624
* If show method for RealHandle is not called,
the object for RealHandle is shown during rendering.
* In than case, the object for RealHandle is invisible until rendering.
* So, the object of RealHandle can not receive focus.
Change-Id: I0eecae92f1228ddfb63d07092860f33a8a7c06e8
Jongkyu Koo [Mon, 4 Sep 2017 05:04:45 +0000 (14:04 +0900)]
fix memory leak in filter
Change-Id: Ib9bbc47accee3e6cbc65c62c262998f22750726c
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
Kangho Hur [Mon, 4 Sep 2017 05:02:14 +0000 (05:02 +0000)]
Merge "[ElmSharp] Fix RenderPost event remove Handler"
pius.lee [Wed, 30 Aug 2017 08:25:22 +0000 (17:25 +0900)]
[ElmSharp.Wearable.Test] Fix Exe to dll
Change Extension of test executable to dll from Exe for .NET Core
Change-Id: I01580c2b389f5e676b3d43c0219fc5a2d4c278e9
Kangho Hur [Mon, 4 Sep 2017 04:58:11 +0000 (04:58 +0000)]
Merge "[ElmSharp] Add 2d rotation functions."
Kangho Hur [Mon, 4 Sep 2017 04:51:33 +0000 (04:51 +0000)]
Merge "[ElmSharp] Fixed incorrect behavior problem in event API"
Seungkeun Lee [Mon, 4 Sep 2017 04:49:59 +0000 (13:49 +0900)]
[ElmSharp] Fix RenderPost event remove Handler
- evas event callback was not deleted when there is no more handler
- EventHandler was null when there is no handler
- So, should use GetInvocationList().Length to check exist of handler
Change-Id: I17bed9a3fea81bae6120c24cae476f33528a9053
hongqingli [Fri, 1 Sep 2017 07:34:59 +0000 (15:34 +0800)]
[ElmSharp.Wearable]modify api comments
Change-Id: I641a551aa1dabd4bdcba7a1bb1643cfda495a53d
Signed-off-by: hongqingli <hongqing.li@samsung.com>
darkleem [Fri, 25 Aug 2017 08:27:58 +0000 (17:27 +0900)]
[ElmSharp] Fixed incorrect behavior problem in event API
Change-Id: I2888dd67202f433e56fc538b7ee22f7926572ba1
Signed-off-by: darkleem <cdark.lim@samsung.com>
jomui [Fri, 1 Sep 2017 05:55:06 +0000 (14:55 +0900)]
fix Geofence Error value
Signed-off-by: jomui <jongmun.woo@samsung.com>
Change-Id: Ief11cd86356b014d5a5a443327ee45b5382e9a1b
pius.lee [Wed, 30 Aug 2017 08:17:31 +0000 (17:17 +0900)]
[ElmSharp] Add 2d rotation functions.
Add evas 2D rotation mapping function
- evas_map_util_rotate
Add evas map function for point populating with object
- evas_map_util_points_populate_from_object
Change-Id: I5439b6c467a869c0878b8b3b200c10e241a20549
cheoleun moon [Fri, 1 Sep 2017 00:44:22 +0000 (00:44 +0000)]
Merge "[Download][TCSACR-84] Add download feature"
chleun.moon [Fri, 1 Sep 2017 00:41:52 +0000 (00:41 +0000)]
Merge "[Connection][TCSACR-86] Modify event type"
Seonah Moon [Thu, 31 Aug 2017 12:55:05 +0000 (21:55 +0900)]
[Download][TCSACR-84] Add download feature
https://review.tizen.org/gerrit/#/c/144021/
Change-Id: If5b5e5e0b97fcc013ba0f006a39eb1d9c5f785f0
chleun.moon [Tue, 22 Aug 2017 05:38:06 +0000 (14:38 +0900)]
[Connection][TCSACR-86] Modify event type
Specify the EventArgs
Change-Id: If6d59403010d2cfb07b02b38485bc4a11bee4e95
Signed-off-by: cheoleun <chleun.moon@samsung.com>
WonYoung Choi [Thu, 31 Aug 2017 08:14:55 +0000 (17:14 +0900)]
Add netcoreapp2.0 supports in tizen40 TFM if OutputType is Exe
Change-Id: I7686a6f9e1c126c35fae341b2807a232e63fc112
WonYoung Choi [Thu, 31 Aug 2017 06:33:39 +0000 (15:33 +0900)]
Add tizen40 TFM supports
Change-Id: Ia6d45d9029325728f90e75ebbd9c74e72d98b7fc
yh106.jung [Thu, 31 Aug 2017 02:50:25 +0000 (11:50 +0900)]
fixup! Introduce Tizen.WebView
Wrong API has been called for WebView.Title, so this patch fixes it.
Change-Id: I90851ba7b4078fdb83f5bb267597d30a12392f8b
Signed-off-by: yh106.jung <yh106.jung@samsung.com>
coderhyme [Thu, 31 Aug 2017 02:37:52 +0000 (02:37 +0000)]
Merge "Updated the assembly key for Multimedia in NUI."
Kangho Hur [Wed, 30 Aug 2017 07:51:32 +0000 (07:51 +0000)]
Merge "[ElmSharp.Wearable]add api comments of CircleSlider"
coderhyme [Wed, 30 Aug 2017 07:46:40 +0000 (16:46 +0900)]
Updated the assembly key for Multimedia in NUI.
Change-Id: Ie3c57087a86e1e657143642383747fd954449a18
Signed-off-by: coderhyme <jhyo.kim@samsung.com>
hongqingli [Wed, 30 Aug 2017 02:06:23 +0000 (10:06 +0800)]
[ElmSharp.Wearable]add api comments of CircleSlider
Change-Id: I17add0bf7ee0a5535102659573872072823be234
Signed-off-by: hongqingli <hongqing.li@samsung.com>
Kangho Hur [Wed, 30 Aug 2017 07:14:10 +0000 (07:14 +0000)]
Merge "[ElmSharp][Test] Update tizen-manifest.xml for internet privilege"
RinaYou [Tue, 29 Aug 2017 03:22:31 +0000 (12:22 +0900)]
[ElmSharp][Test] Update tizen-manifest.xml for internet privilege
- Add the internet privilege to tizen-manifest.xml file for checking operation of LoadAsync method
Change-Id: I9e48a3f64c771110ea379a6343065e1c839adae0
Ickhee Woo [Tue, 29 Aug 2017 06:49:22 +0000 (15:49 +0900)]
[TCSACR-40][Add] added new API for SyncManager
Change-Id: I0253bfecdc429a304f1e32e480d2cdcc339b7fdb
Signed-off-by: Ickhee Woo <ickhee.woo@samsung.com>
Ickhee Woo [Wed, 30 Aug 2017 06:10:03 +0000 (06:10 +0000)]
Merge "[TCSACR-81][ADD] Added new property to get account handle"
coderhyme [Mon, 28 Aug 2017 13:01:55 +0000 (22:01 +0900)]
[Multimedia] MediaController API redesign.
Change-Id: Ic4956f45fe328102430073642fbaad1cbd107705
Signed-off-by: coderhyme <jhyo.kim@samsung.com>
Younho Park [Wed, 30 Aug 2017 03:04:26 +0000 (12:04 +0900)]
Added push to common and wearable
Change-Id: I12e21f7b71f5c3757b350f3384c84ac346548086
Signed-off-by: Younho Park <younho.park@samsung.com>
sooyeon.kim [Wed, 30 Aug 2017 02:28:12 +0000 (02:28 +0000)]
Merge "[STT/TTS] Fix spelling errors and Add descriptions"
WonYoung Choi [Wed, 30 Aug 2017 02:12:36 +0000 (02:12 +0000)]
Merge "Add Nsd to tv profile"
Yunjin Lee [Wed, 30 Aug 2017 01:52:36 +0000 (10:52 +0900)]
Add Security and Security.SecureRepository to common profile
Change-Id: Ie1763bc845f6f77ebeb532808fa44f1f8d4b92c6
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
chleun.moon [Tue, 29 Aug 2017 09:33:48 +0000 (18:33 +0900)]
Add Nsd to tv profile
Change-Id: Ifd68eeb2244cec5ec0a6ff61201b81427d7d80c8
Signed-off-by: cheoleun <chleun.moon@samsung.com>
Jooseok Song [Mon, 28 Aug 2017 09:49:43 +0000 (18:49 +0900)]
[TCSACR-81][ADD] Added new property to get account handle
Change-Id: Id177d5b51c8e94072914c7f869f3f1cb6fa5fa4c
Jooseok Song [Mon, 28 Aug 2017 09:35:37 +0000 (18:35 +0900)]
Add wearable for Accounts
Change-Id: I260a92ded049a63447a3cdde8f1042a361bb69e1
sooyeon.kim [Mon, 28 Aug 2017 09:29:34 +0000 (18:29 +0900)]
[STT/TTS] Fix spelling errors and Add descriptions
Change-Id: I5b251f9f1741190a3fc39b8cd4d745904ffa44fa
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
sungwook79.park [Mon, 28 Aug 2017 07:25:23 +0000 (16:25 +0900)]
Add inputmethod-manager to Wearable profile
Change-Id: Ie16f3ee2f0351cbce1c14c6b2f1bf4b444e3ea75
Signed-off-by: sungwook79.park <sungwook79.park@samsung.com>
ChulSeung Kim [Mon, 28 Aug 2017 07:08:14 +0000 (16:08 +0900)]
Add Tizen.Applications.AttachPanel.dll for Tizen.NET
Change-Id: Ic483b71ca409596cfcc017be1e7049854a22b8f0
WonYoung Choi [Mon, 28 Aug 2017 07:01:47 +0000 (07:01 +0000)]
Merge "Add Tizen.Applications.AttachPanel in Tizen.NET package"
ChulSeung Kim [Mon, 28 Aug 2017 06:56:30 +0000 (15:56 +0900)]
Add Tizen.Applications.AttachPanel in Tizen.NET package
Change-Id: Ie998d52720af0650044d7b1c91a4ce007d08b519
Jongkyu Koo [Mon, 28 Aug 2017 06:44:40 +0000 (15:44 +0900)]
Add PIMS and PhonenumberUtils to wearable profile
Change-Id: I4eb5d35a21f575d9d80681f318a4124504831509
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
jkjo92 [Mon, 28 Aug 2017 05:33:18 +0000 (14:33 +0900)]
Add wearable for FidoClient and OAuth2
Change-Id: I6df1c3b7ed70ab411a2a7f9ced98d5c22ae302e7
Signed-off-by: jkjo92 <jkjo92@samsung.com>
MyoungJune Park [Mon, 28 Aug 2017 02:32:00 +0000 (02:32 +0000)]
Merge "Add privilege info on class property."
jh8801.jung [Mon, 28 Aug 2017 01:56:27 +0000 (01:56 +0000)]
Merge "Apply Lionbridge reviews"
Suyeon Hwang [Mon, 28 Aug 2017 01:37:07 +0000 (01:37 +0000)]
Merge "[VoiceControl] Fix memory double freed issue"
Kangho Hur [Mon, 28 Aug 2017 01:26:07 +0000 (01:26 +0000)]
Merge "[ElmSharp] Remove property which is unused on current profiles"
Haesu Gwon [Mon, 28 Aug 2017 01:13:15 +0000 (01:13 +0000)]
Merge "[Camera/Recorder] Fix build error in Visual Studio"
Joonghyun Cho [Thu, 24 Aug 2017 10:09:33 +0000 (19:09 +0900)]
[ElmSharp] Remove property which is unused on current profiles
- TASK=TCAPI-2592
- Remove Window.Maximized property which does not technically behaves properly on Tizen,
because Window is always maximized when it shows due to the Tizen Policy.
Change-Id: Iecb5346efe2a7c49f3d48cf63889971bba664b10
Signed-off-by: Joonghyun Cho <jh5.cho@samsung.com>
Hyotaek Shim [Fri, 25 Aug 2017 06:07:36 +0000 (15:07 +0900)]
Include Tizen.System.PlatformConfig.dll in all of the Tizen.NET public profiles
Change-Id: I2056a5b3454fa13ed68271ead6e3acadeef841a7
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
WonYoung Choi [Fri, 25 Aug 2017 06:09:18 +0000 (15:09 +0900)]
Add Tizen.System.PlatformConfig to Tizen.NET
But Tizen.System.PlatformConfig has only internal APIs.
Change-Id: Ic16c305bfc06c487eda03a2a9cf9cad1fb9d86bd
coderhyme [Fri, 25 Aug 2017 03:03:29 +0000 (12:03 +0900)]
Enabled wearable profile of AudioIO
Change-Id: I27834b69b35bd74879e2443402843f44dceb7faf
Signed-off-by: coderhyme <jhyo.kim@samsung.com>
jinwang.an [Fri, 25 Aug 2017 02:38:13 +0000 (11:38 +0900)]
Add privilege info on class property.
Change-Id: Ia601c2fac8c4ff3b151e3ac9fabe31f0668c6060
Signed-off-by: jinwang.an <jinwang.an@samsung.com>
chleun.moon [Fri, 25 Aug 2017 01:34:30 +0000 (01:34 +0000)]
Merge "[Download] Review download API cs files"
Kangho Hur [Fri, 25 Aug 2017 01:26:46 +0000 (01:26 +0000)]
Merge "Add comments for RotarySelectorItemEventArgs"
Kangho Hur [Fri, 25 Aug 2017 01:26:35 +0000 (01:26 +0000)]
Merge "Modify comments for Entry,GenGird,GenItem,GenList,GenListItem,Window"
Haesu Gwon [Thu, 24 Aug 2017 11:34:19 +0000 (20:34 +0900)]
[Camera/Recorder] Fix build error in Visual Studio
Change-Id: Ie9cb009560218a6196462a6c1fddd65bc9776a08
Signed-off-by: Haesu Gwon <haesu.gwon@samsung.com>
jh8801.jung [Thu, 24 Aug 2017 11:25:24 +0000 (20:25 +0900)]
Apply Lionbridge reviews
Signed-off-by: jh8801.jung <jh8801.jung@samsung.com>
Change-Id: Iefef5c2b6ce9f6d6a7153b3f5ee87a7a55e61253
WonYoung Choi [Thu, 24 Aug 2017 10:42:52 +0000 (10:42 +0000)]
Merge "Add some missing module to Tizen.NET"
WonYoung Choi [Thu, 24 Aug 2017 10:41:30 +0000 (10:41 +0000)]
Merge "Cleanup build.sh"
WonYoung Choi [Thu, 24 Aug 2017 10:41:10 +0000 (19:41 +0900)]
Add some missing module to Tizen.NET
Change-Id: I5be26ada332fcce9bb673474ebe7e5674770455f
WonYoung Choi [Thu, 24 Aug 2017 10:40:40 +0000 (19:40 +0900)]
Cleanup build.sh
Change-Id: Ib9a0ce2cc3e06735631509aabc577ef8ddeebfb7
Suyeon Hwang [Thu, 24 Aug 2017 08:54:51 +0000 (17:54 +0900)]
[VoiceControl] Fix memory double freed issue
Change-Id: I9d1140252f5cc7cb17453ef6fe7beb4c61853a87
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
WonYoung Choi [Thu, 24 Aug 2017 07:16:58 +0000 (07:16 +0000)]
Merge "Fix build.sh to fix gbs build error if network is unavailable"
WonYoung Choi [Thu, 24 Aug 2017 07:16:52 +0000 (07:16 +0000)]
Merge "Fix packaging/csapi-tizenfx.spec"
WonYoung Choi [Thu, 24 Aug 2017 07:13:48 +0000 (16:13 +0900)]
Fix build.sh to fix gbs build error if network is unavailable
Change-Id: Ib16b3abfab8d9a77bb2080f9699dcf18d0c8e229
WonYoung Choi [Thu, 24 Aug 2017 01:37:36 +0000 (10:37 +0900)]
Fix packaging/csapi-tizenfx.spec
Change-Id: I876e0d53c7e86f9bd94887d0097b25eab7ca6ab1
Jongkyu Koo [Thu, 24 Aug 2017 06:36:14 +0000 (15:36 +0900)]
Add Tizen.Messaging to wearable profile
Change-Id: I05d6c25cf95a90e02324c52e60fc87426d8fb2df
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
jh8801.jung [Thu, 24 Aug 2017 06:11:35 +0000 (15:11 +0900)]
Change logic for throw NOT SUPPORTED exception properly
Signed-off-by: jh8801.jung <jh8801.jung@samsung.com>
Change-Id: Ie4abae5ab7b9c055fae7f1676f3e5a6723e09228
chanywa [Thu, 24 Aug 2017 05:45:25 +0000 (14:45 +0900)]
Add Tizen.Maps to wearable profile
Change-Id: I2d5c5712631ff1a9901c38bb0fd6526cba290af8
qian.sui [Thu, 24 Aug 2017 03:20:49 +0000 (11:20 +0800)]
Modify comments for Entry,GenGird,GenItem,GenList,GenListItem,Window
Change-Id: Id36ac90cd881410fc7644b96d68635f3dddc6803
Signed-off-by: qian.sui <qian.sui@samsung.com>
qian.sui [Wed, 23 Aug 2017 10:06:00 +0000 (18:06 +0800)]
Add comments for RotarySelectorItemEventArgs
Change-Id: I29bd3bde775ac739eb507e5f504c443c06b11e53
Signed-off-by: qian.sui <qian.sui@samsung.com>
chleun.moon [Wed, 23 Aug 2017 09:48:54 +0000 (18:48 +0900)]
[Download] Review download API cs files
Review download API cs files
Change-Id: I44bd8becdacee9fe7ab0e726c8c2177bf256467b
Gilbok Lee [Wed, 23 Aug 2017 08:04:17 +0000 (17:04 +0900)]
Add Multimedia Player, Codec and Radio dlls for wearable profile
Remove Multiemdia.Radio.dll for tv profile
Change-Id: I657206b3a9d1c96d7b44a036dcec9f0bacba9033
MyoungJune Park [Wed, 23 Aug 2017 07:50:28 +0000 (07:50 +0000)]
Merge "Merge "Review system-settings API cs files""
WonYoung Choi [Wed, 23 Aug 2017 07:31:41 +0000 (07:31 +0000)]
Merge "Review libteec API cs files"
WonYoung Choi [Wed, 23 Aug 2017 07:31:09 +0000 (07:31 +0000)]
Merge "Add profiles in Voice FWs"
Tae-Young Chung [Wed, 23 Aug 2017 07:20:47 +0000 (16:20 +0900)]
Add Multimedia dlls for wearable profile
Change-Id: Ifaa247ebe30d97d3c171b377799332c275b88b4a
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
jinwang.an [Wed, 23 Aug 2017 07:12:43 +0000 (16:12 +0900)]
Merge "Review system-settings API cs files"
Change-Id: Ia48e986ff5c43cf7f7e82c0363464a56e3953fda
Signed-off-by: jinwang.an <jinwang.an@samsung.com>
sooyeon.kim [Wed, 23 Aug 2017 06:59:39 +0000 (15:59 +0900)]
Add profiles in Voice FWs
Change-Id: I6e6eefff4b2b59fd85b7e0b6a6eae3a1152a7815
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
WonYoung Choi [Wed, 23 Aug 2017 06:38:34 +0000 (06:38 +0000)]
Merge "Remove one sentence because default behavior is changed"
lokilee73 [Wed, 23 Aug 2017 05:54:31 +0000 (14:54 +0900)]
[Battery] change a description for battery full
Change-Id: I36ade2e3a54bc8e50be8594f90c16ceefeaaaf6d
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
Dongsun Lee [Wed, 23 Aug 2017 06:03:16 +0000 (15:03 +0900)]
Review libteec API cs files
- The original author of this patch is Editor Lionbridge.
Change-Id: I52780a8c49fdcf815b586fb36b77f9dff9302213
Signed-off-by: Dongsun Lee <ds73.lee@samsung.com>
Jongkyu Koo [Wed, 23 Aug 2017 04:55:20 +0000 (04:55 +0000)]
Merge "[Calendar] fix Validator issues"
SukHyung, Kang [Wed, 23 Aug 2017 04:06:36 +0000 (13:06 +0900)]
Fix a typo in WidgetBase.cs
Change-Id: Ibb71e316fdacb3bf1e946beccf77858d8f9f99dd
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>