Heeyong Song [Fri, 22 Sep 2017 09:04:14 +0000 (09:04 +0000)]
Merge "[NUI] Fix build warnings: Fix xml comments"
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>
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>
sungwook79.park [Fri, 22 Sep 2017 05:39:25 +0000 (05:39 +0000)]
Merge "[Inputmethod] Remove Option window apis"
Wonyoung Choi [Fri, 22 Sep 2017 04:29:00 +0000 (04:29 +0000)]
Merge "[MediaContent] Remove build warnings"
WonYoung Choi [Fri, 22 Sep 2017 04:26:53 +0000 (04:26 +0000)]
Merge "[FidoClient]Add #tv in PlatformFileList"
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>
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."
coderhyme [Fri, 22 Sep 2017 03:08:49 +0000 (03:08 +0000)]
Merge "[Multimedia] Fixed a logic error of VideoRecorder."
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."
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."
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>
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>
Somin Kim [Thu, 21 Sep 2017 13:14:11 +0000 (13:14 +0000)]
Merge "[Context] Modified default result size"
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>
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>
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>
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
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>
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>
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>
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."
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>
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>
dongsug.song [Thu, 21 Sep 2017 00:37:11 +0000 (09:37 +0900)]
[NUI] Merge branch 'devel/nui'
Change-Id: I3f60497c547728f7446614ce3ca6c81ec2dec701
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>
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>
Wonyoung Choi [Wed, 20 Sep 2017 07:19:57 +0000 (16:19 +0900)]
Add svace setting file to SVACE Self-Inspection
Change-Id: Ia83f3cc2891491a24ec451b453ba249c6ad1b1c0
Pyun DoHyun [Wed, 20 Sep 2017 06:56:20 +0000 (06:56 +0000)]
Merge "[Bluetooth] Fix Pascal case Capitalization Style"
Haesu Gwon [Wed, 20 Sep 2017 05:25:37 +0000 (05:25 +0000)]
Merge "[Camera] Add Camera.dll to wearable profile"
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>
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>
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
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>
coderhyme [Wed, 20 Sep 2017 02:26:56 +0000 (02:26 +0000)]
Merge "[Multimedia] Fixed a critical error of MediaPacket."
Chang Joo Lee [Wed, 20 Sep 2017 01:06:54 +0000 (01:06 +0000)]
Merge "[TCSACR-93] Add USB Host C# API"
Kangho Hur [Wed, 20 Sep 2017 00:57:50 +0000 (00:57 +0000)]
Merge "[ElmSharp] Introduce EvasImage"
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
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>
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>
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>
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."
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>
Wonyoung Choi [Tue, 19 Sep 2017 05:52:41 +0000 (05:52 +0000)]
Merge "[Notification] Remove build warnings"
Wonyoung Choi [Tue, 19 Sep 2017 05:52:35 +0000 (05:52 +0000)]
Merge "[Badge] Remove build warnings"
Wonyoung Choi [Tue, 19 Sep 2017 05:44:56 +0000 (14:44 +0900)]
[MediaContent] Remove build warnings
Change-Id: I87430cdccd122f872645fe39cd05aed65b6d21d5
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"
Wonyoung Choi [Tue, 19 Sep 2017 05:41:54 +0000 (14:41 +0900)]
[Notification] Remove build warnings
Change-Id: I0cb39e8e7895d4372322f37c3817df4c7b2da0bd
Wonyoung Choi [Tue, 19 Sep 2017 05:36:17 +0000 (14:36 +0900)]
[Badge] Remove build warnings
Change-Id: I9f996d3b9624cd1837635b6e690aae39dd13751a
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
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>
coderhyme [Tue, 19 Sep 2017 02:27:26 +0000 (02:27 +0000)]
Merge "[Multimedia.Metadata] Removed build warnings."
Jiyong Min [Tue, 19 Sep 2017 00:08:57 +0000 (00:08 +0000)]
Merge "[Multimedia] Fixed a bug of MetadataExtractor."
Gowtham Anandha Babu [Mon, 18 Sep 2017 08:49:05 +0000 (14:19 +0530)]
[Bluetooth] Fix Pascal case Capitalization Style
Change-Id: Iea8c36cbd7f3520fc35bed3347b5ed7b986d2894
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>
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>
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>
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>
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>
Kangho Hur [Mon, 18 Sep 2017 05:23:04 +0000 (05:23 +0000)]
Merge "[ElmSharp] Add the TCs for checking basic operation of GenList"
Kangho Hur [Mon, 18 Sep 2017 05:22:16 +0000 (05:22 +0000)]
Merge "[ElmSharp] Remove layout for Button"
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
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
WonYoung Choi [Sun, 17 Sep 2017 23:17:03 +0000 (23:17 +0000)]
Merge "[ElmSharp] ReloadConfig method is proecessed as EditorBrowsableState.Never"
jomui [Fri, 15 Sep 2017 08:08:24 +0000 (08:08 +0000)]
Merge "[TCSACR-99] modify parameter type for CreateGPSFence"
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
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>
JinWang An [Fri, 15 Sep 2017 04:31:12 +0000 (04:31 +0000)]
Merge "[SystemSettings] Remove build warnings"
Ickhee Woo [Fri, 15 Sep 2017 03:46:36 +0000 (03:46 +0000)]
Merge "modified internal delegate to private to avoid deletion by GC"
JooSeok Park [Fri, 15 Sep 2017 02:57:28 +0000 (02:57 +0000)]
Merge "[IoTConnectivity] Fix build warnings"
WonYoung Choi [Fri, 15 Sep 2017 02:54:21 +0000 (02:54 +0000)]
Merge "[Information] Open Tizen.System.SystemInfo class"
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>
Kibak Yoon [Fri, 15 Sep 2017 02:47:22 +0000 (02:47 +0000)]
Merge "[Context] Add related feature & Add Context dll to wearable"
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>
Jongkyu Koo [Fri, 15 Sep 2017 02:14:12 +0000 (02:14 +0000)]
Merge "remove build warning"
Seechan Kim [Thu, 14 Sep 2017 23:43:13 +0000 (23:43 +0000)]
Merge "Fix to get satellite list"
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
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>
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
dongsug song [Thu, 14 Sep 2017 06:45:08 +0000 (06:45 +0000)]
Merge "[NUI] Fix Build warnings: GetFunctionPointerFor"
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
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>
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>
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>
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>
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>
RinaYou [Thu, 14 Sep 2017 01:50:42 +0000 (10:50 +0900)]
[ElmSharp] ReloadConfig method is proecessed as EditorBrowsableState.Never
Change-Id: I8363aa39e562eb9cb84b9ff14d69fd4836bb033a
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."
WonYoung Choi [Wed, 13 Sep 2017 23:22:20 +0000 (23:22 +0000)]
Merge "Fix account build warning"
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>
Kichan Kwon [Wed, 13 Sep 2017 08:27:28 +0000 (08:27 +0000)]
Merge "Replace the class name SystemInfo with Information"
Kichan Kwon [Wed, 13 Sep 2017 08:27:17 +0000 (08:27 +0000)]
Merge "[Information] Remove deprecated enumeration"
Kichan Kwon [Wed, 13 Sep 2017 08:27:14 +0000 (08:27 +0000)]
Merge "[Information] Make a common class for integrating key-value functions"
Kichan Kwon [Wed, 13 Sep 2017 08:24:11 +0000 (08:24 +0000)]
Merge "[Information] Rename RuntimeInformation.GetStatus to TryGetValue"
Kichan Kwon [Wed, 13 Sep 2017 08:24:07 +0000 (08:24 +0000)]
Merge "[Information] Runtime-info event handler refactoring"
Kichan Kwon [Wed, 13 Sep 2017 08:23:51 +0000 (08:23 +0000)]
Merge "[Information] Separate the helper for TV product"
Kichan Kwon [Wed, 13 Sep 2017 08:23:47 +0000 (08:23 +0000)]
Merge "[Information] Integrate error type and log tag"
Kichan Kwon [Wed, 13 Sep 2017 08:23:42 +0000 (08:23 +0000)]
Merge "[Information] Separate usage functions from key-value functions"
Kichan Kwon [Wed, 13 Sep 2017 08:23:35 +0000 (08:23 +0000)]
Merge "[Information] Use ptr to get process usage"
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>