platform/core/csapi/tizenfx.git
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 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] 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 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 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[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"

6 years agoMerge "[Information] Open Tizen.System.SystemInfo class" preview1-00207
WonYoung Choi [Fri, 15 Sep 2017 02:54:21 +0000 (02:54 +0000)]
Merge "[Information] Open Tizen.System.SystemInfo class"

6 years ago[Information] Open Tizen.System.SystemInfo class 66/150266/1
Kichan Kwon [Fri, 15 Sep 2017 02:44:21 +0000 (11:44 +0900)]
[Information] Open Tizen.System.SystemInfo class

- For xamarin-forms compatibility issue
- But, recommend to use Tizen.System.Information class

Change-Id: I919327d1ebf75ceccccda80a12f86a3f409e4bac
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
6 years agoMerge "[Context] Add related feature & Add Context dll to wearable"
Kibak Yoon [Fri, 15 Sep 2017 02:47:22 +0000 (02:47 +0000)]
Merge "[Context] Add related feature & Add Context dll to wearable"

6 years agomodified internal delegate to private to avoid deletion by GC 45/150245/1
Younho Park [Fri, 15 Sep 2017 02:16:59 +0000 (11:16 +0900)]
modified internal delegate to private to avoid deletion by GC

Change-Id: I769b5a988453cb1fe70cf9463122e614b7ceaa83
Signed-off-by: Younho Park <younho.park@samsung.com>
6 years agoMerge "remove build warning"
Jongkyu Koo [Fri, 15 Sep 2017 02:14:12 +0000 (02:14 +0000)]
Merge "remove build warning"

6 years agoMerge "Fix to get satellite list" preview1-00205
Seechan Kim [Thu, 14 Sep 2017 23:43:13 +0000 (23:43 +0000)]
Merge "Fix to get satellite list"

6 years ago[IoTConnectivity] Fix build warnings 99/150199/1
Hongkuk, Son [Thu, 14 Sep 2017 16:39:41 +0000 (01:39 +0900)]
[IoTConnectivity] Fix build warnings

Signed-off-by: Hongkuk, Son <hongkuk.son@samsung.com>
Change-Id: I24f6a7e4fb1b81ad3adc01320d46e3f85d381358

6 years ago[Context] Add related feature & Add Context dll to wearable 32/148032/6
Somin Kim [Wed, 6 Sep 2017 10:14:25 +0000 (19:14 +0900)]
[Context] Add related feature & Add Context dll to wearable

Change-Id: I9c9cfc57ed4ff414c35a31a9c68e992cdbdaf6ed
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
6 years ago[SystemSettings] Remove build warnings 00/150100/1
Wonyoung Choi [Thu, 14 Sep 2017 08:36:54 +0000 (17:36 +0900)]
[SystemSettings] Remove build warnings

"sender", "e" param comments are not needed for event decl.

Change-Id: I74fe6134674af2f5ab344234c1d4dd2dd018c38c

6 years agoMerge "[NUI] Fix Build warnings: GetFunctionPointerFor" preview1-00204
dongsug song [Thu, 14 Sep 2017 06:45:08 +0000 (06:45 +0000)]
Merge "[NUI] Fix Build warnings: GetFunctionPointerFor"

6 years agoMerge changes I6d2e7840,Id489dfe4
dongsug song [Thu, 14 Sep 2017 06:44:52 +0000 (06:44 +0000)]
Merge changes I6d2e7840,Id489dfe4

* changes:
  [NUI] Fix build warnings: use the new keyword
  [NUI] Fix build warnings

6 years ago[NUI] Fix build warnings: use the new keyword 42/149442/2
huiyu,eun [Tue, 12 Sep 2017 00:58:27 +0000 (09:58 +0900)]
[NUI] Fix build warnings: use the new keyword

warning CS0108, hides inherited member. user the new keyword if hiding was intended.

Change-Id: I6d2e78406176ee0228dac02cf8dd24ff70a397e8
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
6 years ago[NUI] Fix build warnings 32/149032/2
huiyu,eun [Mon, 11 Sep 2017 08:21:31 +0000 (17:21 +0900)]
[NUI] Fix build warnings

fixed warnings - CS0109, CS0114, CS0162, CS0168, CS1572, CS1573, CS1574

Change-Id: Id489dfe4d282d67ed2a38bc6d77a280536bcd213
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
6 years ago[Multimedia] Fixed a critical error of MediaPacket. 52/150052/1
coderhyme [Thu, 14 Sep 2017 06:19:59 +0000 (15:19 +0900)]
[Multimedia] Fixed a critical error of MediaPacket.

The handle is destroyed when the alloc fails, so the handle should be reset in the c# object.

Change-Id: I82f4d9e7753f36b0ec4d53eb29b3e7bddb022b12
Signed-off-by: coderhyme <jhyo.kim@samsung.com>
6 years agoFix to get satellite list 39/150039/1
kj7.sung [Thu, 14 Sep 2017 05:33:52 +0000 (14:33 +0900)]
Fix to get satellite list

Change-Id: Ic81677ef205c5f88e0c1aff316df9cecd8cac3f6
Signed-off-by: kj7.sung <kj7.sung@samsung.com>
6 years ago[Shortcut] Add exception handling for GetTemplateList 11/149811/4 preview1-00203
Myungki Lee [Wed, 13 Sep 2017 06:49:38 +0000 (15:49 +0900)]
[Shortcut] Add exception handling for GetTemplateList

Change-Id: Ia0ae4fa37f3c6202df36330bbc4dfaaaaed245f8
Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
6 years ago[ElmSharp] ReloadConfig method is proecessed as EditorBrowsableState.Never 81/149981/3
RinaYou [Thu, 14 Sep 2017 01:50:42 +0000 (10:50 +0900)]
[ElmSharp] ReloadConfig method is proecessed as EditorBrowsableState.Never

Change-Id: I8363aa39e562eb9cb84b9ff14d69fd4836bb033a

6 years agoMerge "[Recorder] Update descriptions to fix ths grammer errors. - Reviewed by Lionbr... preview1-00202
Haesu Gwon [Thu, 14 Sep 2017 01:01:20 +0000 (01:01 +0000)]
Merge "[Recorder] Update descriptions to fix ths grammer errors. - Reviewed by Lionbridge."

6 years agoMerge "Fix account build warning" preview1-00201
WonYoung Choi [Wed, 13 Sep 2017 23:22:20 +0000 (23:22 +0000)]
Merge "Fix account build warning"

6 years agoAdd missing exception description 76/149876/1 preview1-00200
Seungha Son [Wed, 13 Sep 2017 10:51:25 +0000 (19:51 +0900)]
Add missing exception description

Change-Id: I3db59b6195661b73086dd2ed210787efe77130f8
Signed-off-by: Seungha Son <seungha.son@samsung.com>
6 years agoMerge "Replace the class name SystemInfo with Information" preview1-00199
Kichan Kwon [Wed, 13 Sep 2017 08:27:28 +0000 (08:27 +0000)]
Merge "Replace the class name SystemInfo with Information"

6 years agoMerge "[Information] Remove deprecated enumeration"
Kichan Kwon [Wed, 13 Sep 2017 08:27:17 +0000 (08:27 +0000)]
Merge "[Information] Remove deprecated enumeration"

6 years agoMerge "[Information] Make a common class for integrating key-value functions"
Kichan Kwon [Wed, 13 Sep 2017 08:27:14 +0000 (08:27 +0000)]
Merge "[Information] Make a common class for integrating key-value functions"

6 years agoMerge "[Information] Rename RuntimeInformation.GetStatus to TryGetValue"
Kichan Kwon [Wed, 13 Sep 2017 08:24:11 +0000 (08:24 +0000)]
Merge "[Information] Rename RuntimeInformation.GetStatus to TryGetValue"

6 years agoMerge "[Information] Runtime-info event handler refactoring"
Kichan Kwon [Wed, 13 Sep 2017 08:24:07 +0000 (08:24 +0000)]
Merge "[Information] Runtime-info event handler refactoring"

6 years agoMerge "[Information] Separate the helper for TV product"
Kichan Kwon [Wed, 13 Sep 2017 08:23:51 +0000 (08:23 +0000)]
Merge "[Information] Separate the helper for TV product"

6 years agoMerge "[Information] Integrate error type and log tag"
Kichan Kwon [Wed, 13 Sep 2017 08:23:47 +0000 (08:23 +0000)]
Merge "[Information] Integrate error type and log tag"

6 years agoMerge "[Information] Separate usage functions from key-value functions"
Kichan Kwon [Wed, 13 Sep 2017 08:23:42 +0000 (08:23 +0000)]
Merge "[Information] Separate usage functions from key-value functions"

6 years agoMerge "[Information] Use ptr to get process usage"
Kichan Kwon [Wed, 13 Sep 2017 08:23:35 +0000 (08:23 +0000)]
Merge "[Information] Use ptr to get process usage"

6 years ago[Camera] Update description 51/148651/3
Haesu Gwon [Fri, 8 Sep 2017 08:11:40 +0000 (17:11 +0900)]
[Camera] Update description

Change-Id: I954750802af58d9c53439acbd73468fc14e5e6ef
Signed-off-by: Haesu Gwon <haesu.gwon@samsung.com>
6 years agoReplace the class name SystemInfo with Information 39/146139/5
Kichan Kwon [Fri, 25 Aug 2017 06:12:12 +0000 (15:12 +0900)]
Replace the class name SystemInfo with Information

Change-Id: Iafa00404d2f369117f3a7acb70572fd9529cbd70
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
6 years ago[Information] Remove deprecated enumeration 43/145943/7
Kichan Kwon [Thu, 24 Aug 2017 08:17:44 +0000 (17:17 +0900)]
[Information] Remove deprecated enumeration

Change-Id: Ieb086a9b08aedd2c114089682224b8e082cb5fc9
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
6 years ago[Information] Make a common class for integrating key-value functions 74/145474/15
Kichan Kwon [Tue, 22 Aug 2017 10:42:54 +0000 (19:42 +0900)]
[Information] Make a common class for integrating key-value functions

- You can get the runtime feature with using string key
  - http://tizen.org/runtimefeature/FEATURE_NAME
- Information class just checks whether this key is
  runtime feature or not and pass to the appropriate class
- For convenience, key and type check functions are
  embedded in the get function
  - Before run get function, these are automatically run

Change-Id: I0f1f6137afbb1f0409d16b433376b2d3de46b2c5
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
6 years ago[Information] Rename RuntimeInformation.GetStatus to TryGetValue 31/146131/3
Kichan Kwon [Fri, 25 Aug 2017 05:47:49 +0000 (14:47 +0900)]
[Information] Rename RuntimeInformation.GetStatus to TryGetValue

- Cornerstone for integrating the get function of
  runtime-info and system-info

Change-Id: I876ebf171ff3b93c181e02a54095cde8c381ec05
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>