platform/core/csapi/tizenfx.git
6 years agoMerge "[CallManager] Test app implementation and framework issue fixes." preview1-00254
Shinhui Kang [Tue, 26 Sep 2017 21:36:17 +0000 (21:36 +0000)]
Merge "[CallManager] Test app implementation and framework issue fixes."

6 years ago[Tizen.Multimedia.Remoting] Changing parameter order in 'StateChangedCallback'. 22/152522/1 preview1-00253
Hyunsoo [Tue, 26 Sep 2017 08:47:03 +0000 (17:47 +0900)]
[Tizen.Multimedia.Remoting] Changing parameter order in 'StateChangedCallback'.

In native, StateChangedCallback parameters are arranged like this. : error, state, userData
However, in csharp api, parameters are arranged like this. : userData, state, error
So, it can't get error because parameter location is different. So i will modify it.

Change-Id: I8ad5cd8da846f5ae7cf47a9049744b2387c8e4e1
Signed-off-by: Hyunsoo <hance.park@samsung.com>
6 years agoFix build props and targets of Tizen.NET nuget package 92/152492/1 preview1-00252
Wonyoung Choi [Tue, 26 Sep 2017 08:13:12 +0000 (17:13 +0900)]
Fix build props and targets of Tizen.NET nuget package

Change-Id: I84ed8446baef99997d13e10a7547e3b7c6341907

6 years agoMerge "[NUI] Fix build warnings: delete obsolete warnings"
dongsug song [Tue, 26 Sep 2017 08:10:03 +0000 (08:10 +0000)]
Merge "[NUI] Fix build warnings: delete obsolete warnings"

6 years ago[NUI] Fix build warnings: delete obsolete warnings 72/152172/3
huiyu,eun [Mon, 25 Sep 2017 07:42:33 +0000 (16:42 +0900)]
[NUI] Fix build warnings: delete obsolete warnings

warnings : CS0618
  - https://docs.microsoft.com/ko-kr/dotnet/csharp/language-reference/compiler-messages/cs0618

Change 'Obsolete' keyword to 'EditorBrowsable'
If you have classes or methods that you don't want to open to public developers,
you can hide them from the API reference and IntelliSense using the EditorBrowsableAttribute with EditorBrowsableState.Never.
  ->guide : https://msdn.microsoft.com/ko-kr/library/system.componentmodel.editorbrowsableattribute(v=vs.110).aspx

Change-Id: I3ae939c83240b5a119fb0aa1724627068c8c308a
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
6 years agoMerge "Add since_tizen, feature, GetHashCode" preview1-00251
Jongkyu Koo [Tue, 26 Sep 2017 01:42:08 +0000 (01:42 +0000)]
Merge "Add since_tizen, feature, GetHashCode"

6 years ago[Maps] remove hidden property 'Freetext' which is removed by last ACR 36/152336/1
chanywa [Tue, 26 Sep 2017 01:05:28 +0000 (10:05 +0900)]
[Maps] remove hidden property 'Freetext' which is removed by last ACR

Change-Id: I2cc453bfca244390f8e0547c9aec23125efb5b6c

6 years agoMerge "[Tizen.Context] Added since_tizen tag" preview1-00250
Somin Kim [Mon, 25 Sep 2017 22:41:28 +0000 (22:41 +0000)]
Merge "[Tizen.Context] Added since_tizen tag"

6 years ago[CallManager] Test app implementation and framework issue fixes. 29/149929/5
adhavan.m [Wed, 13 Sep 2017 14:03:44 +0000 (19:33 +0530)]
[CallManager] Test app implementation and framework issue fixes.

Change-Id: Ibea499b0213abd08d5e20964455532fc2571ec52
Signed-off-by: adhavan.m <adhavan.m@samsung.com>
6 years ago[WatchApplication] Add feature key 26/150626/9 preview1-00249
SukHyung, Kang [Mon, 18 Sep 2017 05:56:11 +0000 (14:56 +0900)]
[WatchApplication] Add feature key

Change-Id: I8da40b64adcd7a4b88802f9ad261fdff7a3f1d02
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
6 years agoMerge changes I22942d24,Ia90f85d3 preview1-00248
WonYoung Choi [Mon, 25 Sep 2017 07:28:30 +0000 (07:28 +0000)]
Merge changes I22942d24,Ia90f85d3

* changes:
  TC for MinimumSize issue
  TC for Scroller CurrentRegion

6 years agoSet API Version to vconf 44/152144/1
Wonyoung Choi [Mon, 25 Sep 2017 06:54:20 +0000 (15:54 +0900)]
Set API Version to vconf

Set API Version "4" to db/dotnet/tizen_api_version

Change-Id: I0e95b0ee128e7d208a35707354391837a67a0946

6 years ago[Tizen.Context] Added since_tizen tag 13/152113/1
Somin Kim [Mon, 25 Sep 2017 06:01:11 +0000 (15:01 +0900)]
[Tizen.Context] Added since_tizen tag

Change-Id: I0dfb16d897845e2cf761ae9a6cde5ecf78b6402a
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
6 years agoMerge "Remove Tizen.Convergence" preview1-00247
Kwon [Mon, 25 Sep 2017 03:04:32 +0000 (03:04 +0000)]
Merge "Remove Tizen.Convergence"

6 years ago[Tizen.Applications.MessagePort] Improve null check for bundle message 65/151765/3 preview1-00246
Inkyun Kil [Fri, 22 Sep 2017 02:29:51 +0000 (11:29 +0900)]
[Tizen.Applications.MessagePort] Improve null check for bundle message

Change-Id: Ic8bb7b76028294434b44d82133a346d370259fb6
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
6 years agoRemove Tizen.Convergence 55/152055/1
Wonyoung Choi [Mon, 25 Sep 2017 02:29:30 +0000 (11:29 +0900)]
Remove Tizen.Convergence

Change-Id: I9630563044b22d9488d300a3c8a59ae455dab98f

6 years agoAdd telephony feature and API level 79/149179/7
Jongkyu Koo [Tue, 12 Sep 2017 01:07:52 +0000 (10:07 +0900)]
Add telephony feature and API level

Change-Id: Iaac3f46d33e80afeecfb28ae5b317a9eb2f48f26
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
6 years agoMerge "Add Contact feature and API level"
Jongkyu Koo [Mon, 25 Sep 2017 02:21:32 +0000 (02:21 +0000)]
Merge "Add Contact feature and API level"

6 years ago[shortcut] Add resultcb for AddToWidget func 19/151919/3 preview1-00245
Myungki Lee [Fri, 22 Sep 2017 09:18:15 +0000 (18:18 +0900)]
[shortcut] Add resultcb for AddToWidget func

Change-Id: Ic9942909cbd526ad283b2788288b1e43956d64a6
Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
6 years agoMerge "[SystemInfo] Remove build warnings" preview1-00244
Kwon [Mon, 25 Sep 2017 00:40:22 +0000 (00:40 +0000)]
Merge "[SystemInfo] Remove build warnings"

6 years agoMerge "[ElmSharp]Add comments for ImageObject for Image.cs"
Kangho Hur [Mon, 25 Sep 2017 00:06:36 +0000 (00:06 +0000)]
Merge "[ElmSharp]Add comments for ImageObject for Image.cs"

6 years agoFix svace issue 15/151915/2 preview1-00243
Seungha Son [Fri, 22 Sep 2017 09:11:37 +0000 (18:11 +0900)]
Fix svace issue

 Value Handle, which is result of method invocation with possible null
 return value, is dereferenced in method call Handle.Dispose()

Change-Id: Ib334114092a9752185ad28d4a38cc989a6c2a162
Signed-off-by: Seungha Son <seungha.son@samsung.com>
6 years agoAdd Contact feature and API level 51/148951/9
Jongkyu Koo [Mon, 11 Sep 2017 07:53:47 +0000 (16:53 +0900)]
Add Contact feature and API level

Change-Id: I1b399e051a68d1242a10ed58170f764c62361bd7
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
6 years agoMerge "[NUI] Fix Build warnings: override Equals and GetHashCode"
Heeyong Song [Fri, 22 Sep 2017 09:04:35 +0000 (09:04 +0000)]
Merge "[NUI] Fix Build warnings: override Equals and GetHashCode"

6 years agoMerge "[NUI] Fix build warnings: Fix xml comments"
Heeyong Song [Fri, 22 Sep 2017 09:04:14 +0000 (09:04 +0000)]
Merge "[NUI] Fix build warnings: Fix xml comments"

6 years agoadded API Level 72/151872/1 preview1-00242
Ickhee Woo [Fri, 22 Sep 2017 08:07:48 +0000 (17:07 +0900)]
added API Level

Change-Id: Ie529b4cc460356d71812f5b7ce6bcc083d4da16f
Signed-off-by: Ickhee Woo <ickhee.woo@samsung.com>
6 years agoAdd since_tizen, feature, GetHashCode 38/149238/7
Jeesun Kim [Tue, 12 Sep 2017 02:34:05 +0000 (11:34 +0900)]
Add since_tizen, feature, GetHashCode

Change-Id: Id9dbb23e25599679fd14b3f5f42d7dfbd156b39b

6 years agoChange variable name and class name 44/151844/1 preview1-00241
sungwook79.park [Fri, 22 Sep 2017 06:24:42 +0000 (15:24 +0900)]
Change variable name and class name

Change-Id: I4cdd824ff5e6110e3840112e28a6e735cbf0f6bb
Signed-off-by: sungwook79.park <sungwook79.park@samsung.com>
6 years agoMerge "[Inputmethod] Remove Option window apis" preview1-00240
sungwook79.park [Fri, 22 Sep 2017 05:39:25 +0000 (05:39 +0000)]
Merge "[Inputmethod] Remove Option window apis"

6 years agoMerge "[MediaContent] Remove build warnings" preview1-00239
Wonyoung Choi [Fri, 22 Sep 2017 04:29:00 +0000 (04:29 +0000)]
Merge "[MediaContent] Remove build warnings"

6 years agoMerge "[FidoClient]Add #tv in PlatformFileList"
WonYoung Choi [Fri, 22 Sep 2017 04:26:53 +0000 (04:26 +0000)]
Merge "[FidoClient]Add #tv in PlatformFileList"

6 years ago[FidoClient]Add #tv in PlatformFileList 93/151793/2
jkjo92 [Fri, 22 Sep 2017 02:51:21 +0000 (11:51 +0900)]
[FidoClient]Add #tv in PlatformFileList

Change-Id: I11f58cfeeae8d9a8cb21cc24ba67e97b47600b5d
Signed-off-by: jkjo92 <jkjo92@samsung.com>
6 years agoMerge "[Multimedia] Modified to throw a exception with better error message when... preview1-00238
coderhyme [Fri, 22 Sep 2017 03:09:18 +0000 (03:09 +0000)]
Merge "[Multimedia] Modified to throw a exception with better error message when the feature is not supported."

6 years agoMerge "[Multimedia] Fixed a logic error of VideoRecorder."
coderhyme [Fri, 22 Sep 2017 03:08:49 +0000 (03:08 +0000)]
Merge "[Multimedia] Fixed a logic error of VideoRecorder."

6 years agoMerge "[Multimedia] Modified the ScreenMirroring to throw NotSupportedException when...
coderhyme [Fri, 22 Sep 2017 03:08:22 +0000 (03:08 +0000)]
Merge "[Multimedia] Modified the ScreenMirroring to throw NotSupportedException when the feature is false."

6 years agoMerge "[Multimedia] Modified the logic handling a task of the ThumbanailExtractor...
coderhyme [Fri, 22 Sep 2017 03:08:11 +0000 (03:08 +0000)]
Merge "[Multimedia] Modified the logic handling a task of the ThumbanailExtractor not to throw exceptions when setting the task result."

6 years ago[ElmSharp]Add comments for ImageObject for Image.cs 85/151785/1
qian.sui [Fri, 22 Sep 2017 02:57:09 +0000 (10:57 +0800)]
[ElmSharp]Add comments for ImageObject for Image.cs

Change-Id: Ia9fde356607439043ec900d1e3f45cc608e4ceda
Signed-off-by: qian.sui <qian.sui@samsung.com>
6 years agoFix check isRunning for CertificateNotMatch and wrong description 56/151756/1 preview1-00237
Inkyun Kil [Fri, 22 Sep 2017 02:03:24 +0000 (11:03 +0900)]
Fix check isRunning for CertificateNotMatch and wrong description

Change-Id: Idfbcad745ffb217779f56b77f55d301938fdc44d
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
6 years ago[SttEngine/TtsEngine] Add to nuget package 51/151751/1 preview1-00236
Suyeon Hwang [Fri, 22 Sep 2017 01:43:46 +0000 (10:43 +0900)]
[SttEngine/TtsEngine] Add to nuget package

Change-Id: Ie5dfee239d564fcf222735dcc4bdb4e2abaa04cc
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
6 years agoMerge "[Context] Modified default result size" preview1-00235
Somin Kim [Thu, 21 Sep 2017 13:14:11 +0000 (13:14 +0000)]
Merge "[Context] Modified default result size"

6 years agoDon't call native API when res.xml does not exist 89/151289/3 preview1-00234
Junghoon Park [Wed, 20 Sep 2017 10:20:21 +0000 (19:20 +0900)]
Don't call native API when res.xml does not exist

Change-Id: Idfee3446911c4ed76ed4df7df43d2466ebf3d8b1
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
6 years ago[Multimedia] Modified the logic handling a task of the ThumbanailExtractor not to... 18/151618/1
coderhyme [Thu, 21 Sep 2017 09:00:15 +0000 (18:00 +0900)]
[Multimedia] Modified the logic handling a task of the ThumbanailExtractor not to throw exceptions when setting the task result.

Change-Id: I90bbd964222c6dfa5563328ca2b066eb7a0a8ebe
Signed-off-by: coderhyme <jhyo.kim@samsung.com>
6 years agoAdd some exceptions for API of SendLaunchRequest 06/151106/5
Junghoon Park [Wed, 20 Sep 2017 01:38:40 +0000 (10:38 +0900)]
Add some exceptions for API of SendLaunchRequest

- New exceptions are added; AppNotFoundException, LaunchFailedException,
  LaunchRejectedException, OutOfMemoryException and
PermissionDeniedException

Change-Id: I959eb7f317438d07290e482b24cd2cf9ac18e9a8
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
6 years ago[ElmSharp] Fix SVACE warnings 36/151536/2 preview1-00233
Wonyoung Choi [Thu, 21 Sep 2017 07:02:50 +0000 (16:02 +0900)]
[ElmSharp] Fix SVACE warnings

Layout.cs : the ClassName can be null. it should be checked before use.
Image.cs : the instance of "new MemoryStream()" should be disposed before end of function.
EvasImage.cs : the instance of "new MemoryStream()" should be disposed before end of function.

Change-Id: I069e1d6d1f5964f50164df97742317feeb26ca71

6 years ago[Multimedia] Modified the ScreenMirroring to throw NotSupportedException when the... 75/151575/1
coderhyme [Thu, 21 Sep 2017 07:50:50 +0000 (16:50 +0900)]
[Multimedia] Modified the ScreenMirroring to throw NotSupportedException when the feature is false.

Change-Id: I38a94ab922346fa4a599494428a666751ba4ee8b
Signed-off-by: coderhyme <jhyo.kim@samsung.com>
6 years ago[Multimedia] Fixed a logic error of VideoRecorder. 53/151553/1
coderhyme [Thu, 21 Sep 2017 07:28:57 +0000 (16:28 +0900)]
[Multimedia] Fixed a logic error of VideoRecorder.

Change-Id: Ieaf84152de8603675670e9ac3def4c81cbf6aebf
Signed-off-by: coderhyme <jhyo.kim@samsung.com>
6 years ago[Multimedia] Modified to throw a exception with better error message when the feature... 37/151437/1
coderhyme [Thu, 21 Sep 2017 02:07:44 +0000 (11:07 +0900)]
[Multimedia] Modified to throw a exception with better error message when the feature is not supported.

Change-Id: Ibac4899819a1cd9c66c53a32d074f720a44d9f6b
Signed-off-by: coderhyme <jhyo.kim@samsung.com>
6 years agoMerge "[Multimedia] Replaced the type of the buffer of MediaPacket with the common... preview1-00232
coderhyme [Thu, 21 Sep 2017 02:05:24 +0000 (02:05 +0000)]
Merge "[Multimedia] Replaced the type of the buffer of MediaPacket with the common buffer interface."

6 years ago[NUI] Fix Build warnings: override Equals and GetHashCode 30/150230/3
huiyu,eun [Fri, 15 Sep 2017 01:30:44 +0000 (10:30 +0900)]
[NUI] Fix Build warnings: override Equals and GetHashCode

warings: CS0660, CS0661
CS0660: defines operator == or operator != but does not override Object.Equals(object o)
CS0661: defines operator == or operator != but does not override Object.GetHashCode()

please refer
https://docs.microsoft.com/en-us/dotnet/csharp/misc/cs0660
https://docs.microsoft.com/en-us/dotnet/csharp/misc/cs0661

Change-Id: I2fc153fbf5490de9002ce0155e5c65e35f7e9d6e
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
6 years ago[NUI] Fix build warnings: Fix xml comments 43/150243/2
huiyu,eun [Fri, 15 Sep 2017 02:12:36 +0000 (11:12 +0900)]
[NUI] Fix build warnings: Fix xml comments

warnigs: CS1572, CS1573, CS1574

please refer
https://docs.microsoft.com/ko-kr/dotnet/csharp/misc/cs1572
https://docs.microsoft.com/ko-kr/dotnet/csharp/misc/cs1573
https://docs.microsoft.com/ko-kr/dotnet/csharp/misc/cs1574

Change-Id: I359005e57d41d49b9d2ffbd5f22fab73493c8f3a
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
6 years ago[NUI] remove samples after integration 06/151406/1 preview1-00231
dongsug.song [Thu, 21 Sep 2017 00:45:45 +0000 (09:45 +0900)]
[NUI] remove samples after integration

Change-Id: Ia4e60cd99d5697c362a2ef281d1491b446573e20
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
6 years ago[NUI] Merge branch 'devel/nui' 05/151405/1
dongsug.song [Thu, 21 Sep 2017 00:37:11 +0000 (09:37 +0900)]
[NUI] Merge branch 'devel/nui'

Change-Id: I3f60497c547728f7446614ce3ca6c81ec2dec701

6 years agoTC for MinimumSize issue 85/151385/2
Seungkeun Lee [Wed, 20 Sep 2017 22:45:29 +0000 (07:45 +0900)]
TC for MinimumSize issue

Change-Id: I22942d2442f1943db30d9d1d307ddce24a1ccab3

6 years ago[Context] Modified default result size 45/151345/1
Somin Kim [Wed, 20 Sep 2017 12:41:31 +0000 (21:41 +0900)]
[Context] Modified default result size

Change-Id: I0cfc72d754f34442aa454a552c774ef960e4ea4a
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
6 years ago[NUI] sync with csapi-nui tizen_4.0 branch 19/151219/3
dongsug.song [Wed, 20 Sep 2017 07:48:40 +0000 (16:48 +0900)]
[NUI] sync with csapi-nui tizen_4.0 branch

- the following patches are already merged in csapi-nui tizen_4.0 branch
- [Tizen] Modified value type of native layout direction property (ChangeId: Ibe6afa9a44a93f1edc50e2413246a807aad90648)
- [Tizen] Review nui API cs files (ChangeId: I0ddfd58c32c23f8c40d19548ef763e2008222716)
- [Tizen] Adding Property Notification support (ChangeId: Iac5d5e7b6ced6df9d2b651d36559f223e5a06fdc)
- [Tizen] (Window) Added a method to window so that we can render once, even when paused (ChangeId: I80c996e893f07c0ef51c7ef6933ba1a6114e54cf)
- [Tizen] .NETCore2.0 upgrade (ChangeId: Ibf0992a682666897417878fa458fa6d0f45372b6)
- [Tizen] temporal API to make users use Container class (ChangeId: If574d1fe180f0de6197cdc6cbed05d99cfa92d24)
- [Tizen] Update NUISamples to support .netcore 2.0 (ChangeId: I3b5955022644c4cd6345bfd56591fa189b9cd8e6)
- [Tizen] nui_0.2.56 version release (ChangeId: I16a19195fc808503914050609b9dc32e317460b4)
- [4.0] Remove redundant delegates and functions (ChangeId: Idedac9b958ed8e809bbd4bfe94218bf63a5cf9c2)
- [Tizen] nui 0.2.56 version release (ChangeId: Id5861dc8f2f3616efa27c245b650de80d61ba7c4)
- [Tizen] save 800ms when changing to small letter (ChangeId: Idcef8108888f184cfb52955942ca94a186da645b)
- [Tizen] Add Interval property for Timer (ChangeId: I22f83894065752d245150cb1374f6f4f456aa312)

Change-Id: Iccbaec1f7a63c210eab90e95428106683d4dd536
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
6 years agoAdd svace setting file to SVACE Self-Inspection preview1-00230
Wonyoung Choi [Wed, 20 Sep 2017 07:19:57 +0000 (16:19 +0900)]
Add svace setting file to SVACE Self-Inspection

Change-Id: Ia83f3cc2891491a24ec451b453ba249c6ad1b1c0

6 years agoMerge "[Bluetooth] Fix Pascal case Capitalization Style" preview1-00229
Pyun DoHyun [Wed, 20 Sep 2017 06:56:20 +0000 (06:56 +0000)]
Merge "[Bluetooth] Fix Pascal case Capitalization Style"

6 years agoMerge "[Camera] Add Camera.dll to wearable profile" preview1-00228
Haesu Gwon [Wed, 20 Sep 2017 05:25:37 +0000 (05:25 +0000)]
Merge "[Camera] Add Camera.dll to wearable profile"

6 years ago[Privilege] Modify error message handling 15/151115/3
Yunjin Lee [Wed, 20 Sep 2017 02:04:19 +0000 (11:04 +0900)]
[Privilege] Modify error message handling

Change-Id: I6f7b2ceaf8eef7c04c9a1c430809d9ffcf0cf9fa
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
6 years ago[Camera] Add Camera.dll to wearable profile 48/151148/1
Haesu Gwon [Wed, 20 Sep 2017 05:02:18 +0000 (14:02 +0900)]
[Camera] Add Camera.dll to wearable profile

Change-Id: Ieed087c254802d8d6836a8c881827012cf3d218b
Signed-off-by: Haesu Gwon <haesu.gwon@samsung.com>
6 years ago[NUI] Added bindings for signal, properties for layout direction 45/151145/1
dongsug.song [Wed, 20 Sep 2017 04:26:26 +0000 (13:26 +0900)]
[NUI] Added bindings for signal, properties for layout direction

Signed-off-by: Feng Jin <feng16.jin@samsung.com>
Change-Id: I2226f9ce181ae31a13fa16ca2d0c955c4a684d0e

6 years ago[NUI] add NUI samples for developing 35/151135/1
dongsug.song [Wed, 20 Sep 2017 03:56:45 +0000 (12:56 +0900)]
[NUI] add NUI samples for developing

Change-Id: Iedd6f9338a3f950aa30679c9a735e05f95e625bf
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
6 years agoTC for Scroller CurrentRegion 24/151124/1
Seungkeun Lee [Wed, 20 Sep 2017 02:55:28 +0000 (11:55 +0900)]
TC for Scroller CurrentRegion

Change-Id: Ia90f85d3ce18b1c90df570346e0c95a0d554db8e

6 years agoMerge "[Multimedia] Fixed a critical error of MediaPacket." preview1-00227
coderhyme [Wed, 20 Sep 2017 02:26:56 +0000 (02:26 +0000)]
Merge "[Multimedia] Fixed a critical error of MediaPacket."

6 years agoMerge "[TCSACR-93] Add USB Host C# API" preview1-00226
Chang Joo Lee [Wed, 20 Sep 2017 01:06:54 +0000 (01:06 +0000)]
Merge "[TCSACR-93] Add USB Host C# API"

6 years agoMerge "[ElmSharp] Introduce EvasImage" preview1-00225
Kangho Hur [Wed, 20 Sep 2017 00:57:50 +0000 (00:57 +0000)]
Merge "[ElmSharp] Introduce EvasImage"

6 years ago[ElmSharp] Introduce EvasImage 30/149830/6
Seungkeun Lee [Wed, 13 Sep 2017 07:05:01 +0000 (16:05 +0900)]
[ElmSharp] Introduce EvasImage

 - The new class for evas_object_image
 - Image class provide ImageObject property to access interal EvasImage

Change-Id: I3020cd5432e70950491620b935f0485cd0d13ac4

6 years ago[Bluetooth] Remove build warnings 09/150909/3
Wonyoung Choi [Tue, 19 Sep 2017 05:40:12 +0000 (14:40 +0900)]
[Bluetooth] Remove build warnings

Change-Id: I416ad691514aede705de62c450c039467ad3aeab
Signed-off-by: Anupam Roy <anupam.r@samsung.com>
6 years ago[TCSACR-93] Add USB Host C# API 34/150734/2
Dinesh Dwivedi [Mon, 18 Sep 2017 10:02:50 +0000 (12:02 +0200)]
[TCSACR-93] Add USB Host C# API

Change-Id: I8c27da29e84f141ecd5ad7acd0b8a8f1d4dc2dfd
Signed-off-by: Paweł Szewczyk <p.szewczyk@samsung.com>
6 years ago[Inputmethod] Remove Option window apis 82/150982/1
sungwook79.park [Tue, 19 Sep 2017 08:30:10 +0000 (17:30 +0900)]
[Inputmethod] Remove Option window apis

Change-Id: Ic9b5b911c8cd7ac86cf5a2fcf17e203b93d7f63c
Signed-off-by: sungwook79.park <sungwook79.park@samsung.com>
6 years agoMerge "[Multimedia] Fixed the StreamRecorderAudioOptions.Codec to throw an exception... preview1-00224
coderhyme [Tue, 19 Sep 2017 07:11:57 +0000 (07:11 +0000)]
Merge "[Multimedia] Fixed the StreamRecorderAudioOptions.Codec to throw an exception when codec is None."

6 years ago[Multimedia] Replaced the type of the buffer of MediaPacket with the common buffer... 63/148163/2
coderhyme [Thu, 7 Sep 2017 04:24:26 +0000 (13:24 +0900)]
[Multimedia] Replaced the type of the buffer of MediaPacket with the common buffer interface.

Change-Id: I427e517b52469f0270f98f4a360a2898d9645d12
Signed-off-by: coderhyme <jhyo.kim@samsung.com>
6 years agoMerge "[Notification] Remove build warnings" preview1-00223
Wonyoung Choi [Tue, 19 Sep 2017 05:52:41 +0000 (05:52 +0000)]
Merge "[Notification] Remove build warnings"

6 years agoMerge "[Badge] Remove build warnings"
Wonyoung Choi [Tue, 19 Sep 2017 05:52:35 +0000 (05:52 +0000)]
Merge "[Badge] Remove build warnings"

6 years ago[MediaContent] Remove build warnings 11/150911/1
Wonyoung Choi [Tue, 19 Sep 2017 05:44:56 +0000 (14:44 +0900)]
[MediaContent] Remove build warnings

Change-Id: I87430cdccd122f872645fe39cd05aed65b6d21d5

6 years agoMerge "[ElmSharp] Marshal bool return valuen in P/Invoke for Elemenatry.Image"
Kangho Hur [Tue, 19 Sep 2017 05:43:37 +0000 (05:43 +0000)]
Merge "[ElmSharp] Marshal bool return valuen in P/Invoke for Elemenatry.Image"

6 years ago[Notification] Remove build warnings 10/150910/1
Wonyoung Choi [Tue, 19 Sep 2017 05:41:54 +0000 (14:41 +0900)]
[Notification] Remove build warnings

Change-Id: I0cb39e8e7895d4372322f37c3817df4c7b2da0bd

6 years ago[Badge] Remove build warnings 04/150904/1
Wonyoung Choi [Tue, 19 Sep 2017 05:36:17 +0000 (14:36 +0900)]
[Badge] Remove build warnings

Change-Id: I9f996d3b9624cd1837635b6e690aae39dd13751a

6 years ago[ElmSharp] Marshal bool return valuen in P/Invoke for Elemenatry.Image 03/150903/1
Kangho Hur [Tue, 19 Sep 2017 05:32:30 +0000 (14:32 +0900)]
[ElmSharp] Marshal bool return valuen in P/Invoke for Elemenatry.Image

Change-Id: I55d48a025a25eda28f66dbda5d9f23df40de0cfc

6 years ago[SystemInfo] Remove build warnings 57/150857/2
Wonyoung Choi [Tue, 19 Sep 2017 02:41:06 +0000 (11:41 +0900)]
[SystemInfo] Remove build warnings

Suppress CS0618 warnings that is caused by obsolete of SystemInfo.
Remove unnecessary EditorBrowable attributes because hiding APIs is
needed for only public classes or methods.

Change-Id: I11643b111800078362fd53ecf297c16b0ced7c8d

6 years ago[Multimedia] Fixed the StreamRecorderAudioOptions.Codec to throw an exception when... 49/150849/1
coderhyme [Tue, 19 Sep 2017 02:38:56 +0000 (11:38 +0900)]
[Multimedia] Fixed the StreamRecorderAudioOptions.Codec to throw an exception when codec is None.

Change-Id: I4d63402207bfd4d9b64bbc7d7681b14b459a055a
Signed-off-by: coderhyme <jhyo.kim@samsung.com>
6 years agoMerge "[Multimedia.Metadata] Removed build warnings." preview1-00222
coderhyme [Tue, 19 Sep 2017 02:27:26 +0000 (02:27 +0000)]
Merge "[Multimedia.Metadata] Removed build warnings."

6 years agoMerge "[Multimedia] Fixed a bug of MetadataExtractor." preview1-00221
Jiyong Min [Tue, 19 Sep 2017 00:08:57 +0000 (00:08 +0000)]
Merge "[Multimedia] Fixed a bug of MetadataExtractor."

6 years ago[Bluetooth] Fix Pascal case Capitalization Style 87/150687/2
Gowtham Anandha Babu [Mon, 18 Sep 2017 08:49:05 +0000 (14:19 +0530)]
[Bluetooth] Fix Pascal case Capitalization Style

Change-Id: Iea8c36cbd7f3520fc35bed3347b5ed7b986d2894

6 years ago[Multimedia.Metadata] Removed build warnings. 22/149722/3
coderhyme [Wed, 13 Sep 2017 03:14:41 +0000 (12:14 +0900)]
[Multimedia.Metadata] Removed build warnings.

Change-Id: I224ae4cf2040d47e74c21ad1228104f4b7fdcbe7
Signed-off-by: coderhyme <jhyo.kim@samsung.com>
6 years ago[Connection] Fix crash 51/150651/1 preview1-00220
chleun.moon [Mon, 18 Sep 2017 07:00:37 +0000 (16:00 +0900)]
[Connection] Fix crash

Fix crash with error message "Unhandled Exception:
System.InvalidOperationException: An attempt was
made to transition a task to a final state when it had already
completed".
It causes by calling SetResult() after SetException().
https://msdn.microsoft.com/ko-kr/library/dd449202(v=vs.110).aspx

Change-Id: I9e1c98d3507939e433f4fce5f8436459f137e629
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
6 years ago[Multimedia] Fixed a bug of MetadataExtractor. 50/150650/1
coderhyme [Mon, 18 Sep 2017 06:59:45 +0000 (15:59 +0900)]
[Multimedia] Fixed a bug of MetadataExtractor.

The issue was an extractor object is collected by GC while the object is still in use by internal members.
It happens only with the release binary and seems the compiler optimization is involved.
By this patch, the internal operation that causes an fatal error, keeps the extractor object until it ends.

Change-Id: Ie44b3207bef44ecd2b47f4f8bce9b919c2a70a40
Signed-off-by: coderhyme <jhyo.kim@samsung.com>
6 years ago[WiFi] Fix crash 34/150634/1
chleun.moon [Mon, 18 Sep 2017 06:29:51 +0000 (15:29 +0900)]
[WiFi] Fix crash

Fix crash with error message "Unhandled Exception: System.InvalidOperationException: An attempt was
made to transition a task to a final state when it had already
completed".
It causes by calling SetResult() after SetException().
https://msdn.microsoft.com/ko-kr/library/dd449202(v=vs.110).aspx

Change-Id: Icb6d63dd445f505f159413d601da310322c50ab9
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
6 years ago[Shortcut] Add to pkg 08/150608/2 preview1-00218 preview1-00219
Myungki Lee [Mon, 18 Sep 2017 05:05:48 +0000 (14:05 +0900)]
[Shortcut] Add to pkg

- support mobile, emulator

Change-Id: Ib25a03e581819a4f2477f2f40dc297d7c7979fbf
Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
6 years agoMerge "[ElmSharp] Add the TCs for checking basic operation of GenList" preview1-00217
Kangho Hur [Mon, 18 Sep 2017 05:23:04 +0000 (05:23 +0000)]
Merge "[ElmSharp] Add the TCs for checking basic operation of GenList"

6 years agoMerge "[ElmSharp] Remove layout for Button"
Kangho Hur [Mon, 18 Sep 2017 05:22:16 +0000 (05:22 +0000)]
Merge "[ElmSharp] Remove layout for Button"

6 years agoFix build.sh to receive version of nuget packages preview1-00216
Wonyoung Choi [Mon, 18 Sep 2017 05:06:21 +0000 (14:06 +0900)]
Fix build.sh to receive version of nuget packages

Change-Id: If92edfd413de058e64a56462e0b94967b5b00914

6 years agoFix build.dummy.csproj to build on windows agent preview1-00215
Wonyoung Choi [Mon, 18 Sep 2017 00:44:58 +0000 (09:44 +0900)]
Fix build.dummy.csproj to build on windows agent

Change-Id: Icf521d474bc3fb066d0f936ed9f1a3ce14a26b28

6 years agoMerge "[ElmSharp] ReloadConfig method is proecessed as EditorBrowsableState.Never" preview1-00213
WonYoung Choi [Sun, 17 Sep 2017 23:17:03 +0000 (23:17 +0000)]
Merge "[ElmSharp] ReloadConfig method is proecessed as EditorBrowsableState.Never"

6 years agoMerge "[TCSACR-99] modify parameter type for CreateGPSFence" preview1-00212
jomui [Fri, 15 Sep 2017 08:08:24 +0000 (08:08 +0000)]
Merge "[TCSACR-99] modify parameter type for CreateGPSFence"

6 years ago[TCSACR-99] modify parameter type for CreateGPSFence 53/149653/5
jomui [Wed, 13 Sep 2017 00:11:32 +0000 (09:11 +0900)]
[TCSACR-99] modify parameter type for CreateGPSFence

Signed-off-by: jomui <jongmun.woo@samsung.com>
Change-Id: Ia840b6d4b4fab59984934f4bcbf13c8cc1c122ec

6 years ago[shortcut] update exception handling 24/150224/6 preview1-00211
Myungki Lee [Fri, 15 Sep 2017 01:06:23 +0000 (10:06 +0900)]
[shortcut] update exception handling

Change-Id: I02b5d6ebe74a2d061fe63e064b3b3d65f876821a
Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
6 years agoMerge "[SystemSettings] Remove build warnings" preview1-00210
JinWang An [Fri, 15 Sep 2017 04:31:12 +0000 (04:31 +0000)]
Merge "[SystemSettings] Remove build warnings"

6 years agoMerge "modified internal delegate to private to avoid deletion by GC" preview1-00209
Ickhee Woo [Fri, 15 Sep 2017 03:46:36 +0000 (03:46 +0000)]
Merge "modified internal delegate to private to avoid deletion by GC"

6 years agoMerge "[IoTConnectivity] Fix build warnings" preview1-00208
JooSeok Park [Fri, 15 Sep 2017 02:57:28 +0000 (02:57 +0000)]
Merge "[IoTConnectivity] Fix build warnings"