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
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>
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>
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>
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>
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>
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>
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>
Kichan Kwon [Tue, 22 Aug 2017 10:22:07 +0000 (19:22 +0900)]
[Information] Runtime-info event handler refactoring
- Separate event handling class
- To (un)set callback, use function instead of event
- For consistency; using key to use Information class
Change-Id: I4ba4429cd5c7e82f777f8d102844635d133229d7
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
Kichan Kwon [Tue, 22 Aug 2017 08:37:21 +0000 (17:37 +0900)]
[Information] Separate the helper for TV product
- To separate RuntimeInformation callback
Change-Id: I7299b83412076487948655c47aaf5400cff30e29
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
Kichan Kwon [Tue, 22 Aug 2017 08:33:14 +0000 (17:33 +0900)]
[Information] Integrate error type and log tag
- Cornerstone for integrating the get function of
runtime-info and system-info
- It is not problem because both CAPI packages are using
same Tizen error
Change-Id: I41035a8a8b10b24fc51f7a4a917ebc655c216ad1
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
Kichan Kwon [Tue, 22 Aug 2017 08:19:22 +0000 (17:19 +0900)]
[Information] Separate usage functions from key-value functions
- Integrate data structure with function
- Each class read data during construction
- You can also update with latest by calling update function
Change-Id: I4c4237091315451e2eec0543cae50a931f43bbd0
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
Kichan Kwon [Tue, 22 Aug 2017 04:36:07 +0000 (13:36 +0900)]
[Information] Use ptr to get process usage
- CAPI uses double pointer, but CSAPI uses pointer
Change-Id: Ib244074ccfec28f7a9b866aaab89eb98c092fd6d
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
coderhyme [Mon, 4 Sep 2017 21:34:58 +0000 (06:34 +0900)]
[Multimedia] Added missing comments and fixed minor comment errors.
Change-Id: Ib18ec07e918f7e26c5ff3f0599f87cb0b81575c9
Signed-off-by: coderhyme <jhyo.kim@samsung.com>
coderhyme [Wed, 13 Sep 2017 04:26:49 +0000 (04:26 +0000)]
Merge "[Multimedia] Updated the doc-comments to fix the grammar errors."
coderhyme [Wed, 13 Sep 2017 03:02:30 +0000 (12:02 +0900)]
[MediaVision] Removed build warnings.
Change-Id: I4363788c7f8477021b9517309547737fb2deae5e
Signed-off-by: coderhyme <jhyo.kim@samsung.com>
WonYoung Choi [Tue, 12 Sep 2017 23:54:26 +0000 (23:54 +0000)]
Merge "Add Sequential StructLayout for remove warning"
WonYoung Choi [Tue, 12 Sep 2017 23:52:40 +0000 (23:52 +0000)]
Merge "Change Elmsharp.Wearable target framework to 2.0"
Pyun DoHyun [Tue, 12 Sep 2017 23:31:15 +0000 (23:31 +0000)]
Merge "[Bluetooth] Handle System.TypeInitializationException"
Gowtham Anandha Babu [Tue, 12 Sep 2017 15:58:13 +0000 (21:28 +0530)]
[Bluetooth] Handle System.TypeInitializationException
If bluetooth is not supported in platform, lower layer will return
NOT_SUPPORTED error. BluetoothAdapterImpl class will throw
System.TypeInitializationException, which needs to be handled
in BluetoothAdapter class.
Change-Id: Ia32ceec4dba24f81ae18051f8724eafef096ea28
Signed-off-by: Gowtham Anandha Babu <gowtham.ab@samsung.com>
Hongkuk, Son [Tue, 12 Sep 2017 10:38:13 +0000 (19:38 +0900)]
[IoTConnectivity] Set EventContinue as true when ResourceFound/PlatformInformationFound
- If there is no default value for EventContinue, then it is set as false.
In app side(ex, C#TCT), if cb is called and if it doesn't set EventContinue more,
then it is recognized as false, so next found cb will never be called.
- So now, fix to set it as true when ResourceFound/PlatformInformationFound.
- When DeviceInformationFound, it was already set as true.
Signed-off-by: Hongkuk, Son <hongkuk.son@samsung.com>
Change-Id: I3d827c335fea2c95036ca9295e62c4d774001139
Jooseok Song [Tue, 12 Sep 2017 11:52:01 +0000 (20:52 +0900)]
Fix account build warning
Change-Id: I95235346e29e5b527a3b20ff6b9ebfedf5d52a31
pius.lee [Tue, 12 Sep 2017 10:49:08 +0000 (19:49 +0900)]
Add Sequential StructLayout for remove warning
Add Sequential StructLayout to Eext_Rotary_Event_Info
for clear definition and remove warning
Change-Id: I635e0890c89f81a6f4e9a18f152cc61bdad9d695
pius.lee [Tue, 12 Sep 2017 10:43:57 +0000 (19:43 +0900)]
Change Elmsharp.Wearable target framework to 2.0
Change target framework from .NET Core 1.1 to 2.0
Change-Id: I902e4d23e2f3874da2fe4b5e6907d748b69e5ceb
WonYoung Choi [Tue, 12 Sep 2017 10:28:57 +0000 (10:28 +0000)]
Merge "[ElmSharp] Fixed an error of ElmSharp.Test csproj file by netcoreapp1.0"
Chang Joo Lee [Tue, 12 Sep 2017 08:52:12 +0000 (08:52 +0000)]
Merge "[Device] Remove build warning about comment"
yh106.jung [Tue, 12 Sep 2017 08:23:29 +0000 (08:23 +0000)]
Merge "[WebView] Update API reference"
pius.lee [Wed, 30 Aug 2017 08:32:42 +0000 (17:32 +0900)]
[ElmSharp.Wearable] Add Rotary Event Manager
Add Global event for Rotary device.
Add Rotary Event functions for isolated evas object.
Add Tests for rotary events.
Change-Id: I56fc247daf0b25c93269a09310c22ddb257acc6e
WonYoung Choi [Tue, 12 Sep 2017 08:15:30 +0000 (08:15 +0000)]
Merge "Remove build warnings of Tizen.Tracer"
Haesu Gwon [Tue, 12 Sep 2017 07:54:17 +0000 (07:54 +0000)]
Merge "[Camera] Update descriptions to fix ths grammer errors. - Reviewed by Lionbridge."
RinaYou [Tue, 12 Sep 2017 05:32:38 +0000 (14:32 +0900)]
[ElmSharp] Fixed an error of ElmSharp.Test csproj file by netcoreapp1.0
Change-Id: Id260b8f18244957997728db3d840a12eea222b3b
pr.jung [Tue, 12 Sep 2017 05:27:49 +0000 (14:27 +0900)]
[Device] Remove build warning about comment
Change-Id: Iee019cdee6e80e576fb1d6f95ef343efa8d7e5e0
Signed-off-by: pr.jung <pr.jung@samsung.com>
joon.c.baek [Tue, 12 Sep 2017 05:01:06 +0000 (14:01 +0900)]
Remove build warnings of Tizen.Tracer
Remove below build warnings,
Tizen/Tracer.cs(46,28): warning CS1574: XML
comment has cref attribute 'Begin()' that could not be resolved
Tizen/Tracer.cs(60,28): warning CS1574: XML
comment has cref attribute 'AsyncEnd()' that could not be resolved
Tizen/Tracer.cs(75,28): warning CS1574: XML
comment has cref attribute 'AsyncBegin()' that could not be resolved
Change-Id: Id21692ba69eab65b07429c8544ada10031c0c216
Signed-off-by: joon.c.baek <joon.c.baek@samsung.com>
Younho Park [Tue, 12 Sep 2017 05:08:09 +0000 (05:08 +0000)]
Merge "code sync with platform/core/csapi/sync-manager"
Haesu Gwon [Thu, 7 Sep 2017 02:43:22 +0000 (11:43 +0900)]
[Camera] Update descriptions to fix ths grammer errors.
- Reviewed by Lionbridge.
Change-Id: I70b8cd18ebeea8182912a268514ba03c3754372d
Signed-off-by: Haesu Gwon <haesu.gwon@samsung.com>
chleun.moon [Tue, 12 Sep 2017 02:09:14 +0000 (11:09 +0900)]
[Connection] Add API version
Change-Id: I3b4f8ef077eefb097e2bde0392437f0b08306ba9
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
chleun.moon [Tue, 12 Sep 2017 04:02:41 +0000 (04:02 +0000)]
Merge "[WiFi] Fix API level for new API"
chleun.moon [Tue, 12 Sep 2017 04:02:24 +0000 (04:02 +0000)]
Merge "[WiFi] Add description for GetFoundSpecificAPs()"
cheoleun moon [Tue, 12 Sep 2017 04:02:04 +0000 (04:02 +0000)]
Merge "[Tizen.Network.Nsd] Fix build warning"
kibak.yoon [Tue, 12 Sep 2017 03:26:51 +0000 (03:26 +0000)]
Merge "[Sensor] Fix build warnings"
coderhyme [Tue, 12 Sep 2017 02:56:28 +0000 (02:56 +0000)]
Merge "[Multimedia] Modified MediaControlServer to check the running state by querying."
coderhyme [Tue, 12 Sep 2017 02:55:58 +0000 (02:55 +0000)]
Merge "[MediaContent] Fixed a bug of MediaData.ScanFolderAsync that could occur when the operation is canceled."
kibak.yoon [Tue, 12 Sep 2017 02:42:10 +0000 (11:42 +0900)]
[Sensor] Fix build warnings
Change-Id: I6773fc1e4f1e8fa318378fd77e1465c697623c50
Signed-off-by: kibak.yoon <kibak.yoon@samsung.com>
chleun.moon [Tue, 12 Sep 2017 01:39:36 +0000 (10:39 +0900)]
[WiFi] Fix API level for new API
Change-Id: I9fa8a108dc67658a65f89fae55d6139af6ee2b9c
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
coderhyme [Wed, 6 Sep 2017 08:01:35 +0000 (17:01 +0900)]
[Multimedia] Modified MediaControlServer to check the running state by querying.
The reason is when the application crashes, the server is alive in the database,
which means the server can work continously after the application is restarted.
Change-Id: I8819e0e4a7caca828aa8e493043461203364aa98
Signed-off-by: coderhyme <jhyo.kim@samsung.com>
Jiung [Tue, 12 Sep 2017 02:04:57 +0000 (11:04 +0900)]
[Tizen.Network.Nsd] Fix build warning
Change-Id: I592cc614b2abef0f12370e80915faa77cc8caa6f
Signed-off-by: Jiung <jiung.yu@samsung.com>
kj7.sung [Tue, 12 Sep 2017 02:05:32 +0000 (11:05 +0900)]
Fix build warning
Change-Id: I3aff608c1ca0f7fb8e4e9d39b8d9d4a46460b747
Signed-off-by: kj7.sung <kj7.sung@samsung.com>
Ickhee Woo [Tue, 12 Sep 2017 01:38:40 +0000 (10:38 +0900)]
code sync with platform/core/csapi/sync-manager
Change-Id: I48ec0b8eb682c6a89694e797f1a2221ce2b983e0
Signed-off-by: Ickhee Woo <ickhee.woo@samsung.com>
chleun.moon [Mon, 11 Sep 2017 06:54:50 +0000 (15:54 +0900)]
[WiFi] Add description for GetFoundSpecificAPs()
Change-Id: I227ac333fac8dbf1cd739c5639a35645b0d0cc06
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
Kangho Hur [Tue, 12 Sep 2017 01:31:10 +0000 (01:31 +0000)]
Merge "[ElmSharp]Modify API comments for EvasMap"
Kangho Hur [Tue, 12 Sep 2017 01:30:56 +0000 (01:30 +0000)]
Merge "[ElmSharp] Fix build warnings"
Semun Lee [Tue, 12 Sep 2017 01:23:58 +0000 (01:23 +0000)]
Merge "Include MediaKey in TV profile"
Wonyoung Choi [Tue, 12 Sep 2017 00:05:40 +0000 (09:05 +0900)]
[ElmSharp] Fix build warnings
Change-Id: I54445605ea6eeb7dd721e76df7fdcfd4b3942006
Jeesun Kim [Tue, 12 Sep 2017 00:48:06 +0000 (00:48 +0000)]
Merge "replace delegate with EventHandler"
Myungki Lee [Mon, 11 Sep 2017 09:39:42 +0000 (18:39 +0900)]
[Shortcut] Delete default value of string
Change-Id: I8c27cbcf75d2dfa017a7132bd9a028dbd2a9b01f
Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
Semun Lee [Tue, 12 Sep 2017 00:14:55 +0000 (09:14 +0900)]
Include MediaKey in TV profile
Change-Id: I2f2cb2b348ce2926c06c7fb124ff588050b1c787
Signed-off-by: Semun Lee <semun.lee@samsung.com>
Wonyoung Choi [Mon, 11 Sep 2017 23:32:14 +0000 (08:32 +0900)]
Use NETStandard 2.0
Change-Id: Ia3a3c1209c5ea50d866c6958da1567e8c09b0a81
huiyu,eun [Thu, 7 Sep 2017 07:13:22 +0000 (16:13 +0900)]
[NUI] Fix Build warnings: GetFunctionPointerFor
warning CS0618: 'Marshal.GetFunctionPointerForDelegate(Delegate)' is obsolete:
'GetFunctionPointerForDelegate(Delegate) may be unavailable in future releases.
Instead, use GetFunctionPointerForDelegate<T>(T).
For more info, go to http://go.microsoft.com/fwlink/?LinkID=296522 '
Change-Id: I35855172e65cb489245baf94537d61d694cfed0b
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
qian.sui [Mon, 11 Sep 2017 08:45:20 +0000 (16:45 +0800)]
[ElmSharp]Modify API comments for EvasMap
Change-Id: Ibeb675f859f999e0b0903bd66985059a551ac606
Signed-off-by: qian.sui <qian.sui@samsung.com>
coderhyme [Mon, 11 Sep 2017 07:23:02 +0000 (07:23 +0000)]
Merge "[Multimedia] Redesigned StreamRecorder API."
coderhyme [Mon, 11 Sep 2017 07:19:52 +0000 (16:19 +0900)]
[MediaContent] Fixed a bug of MediaData.ScanFolderAsync that could occur when the operation is canceled.
Change-Id: Iaf1c666ec3440bfdb4b6f7d1852f3312d81544c7
Signed-off-by: coderhyme <jhyo.kim@samsung.com>
Sangyoon Jang [Mon, 11 Sep 2017 03:14:19 +0000 (12:14 +0900)]
[PackageManager] Fix bug on getting dist2 certificates
Change-Id: Ie6340adab1a0916b1f9184ddfca5d2c8b3a17ac0
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
chleun.moon [Mon, 11 Sep 2017 05:35:42 +0000 (05:35 +0000)]
Merge "[Nsd] Fix feature name"
Jeesun Kim [Mon, 11 Sep 2017 05:13:23 +0000 (14:13 +0900)]
replace delegate with EventHandler
Change-Id: Icd38e534653e6acc16dfb075dd9f8f05164fd4e4
Wonyoung Choi [Mon, 11 Sep 2017 04:48:38 +0000 (13:48 +0900)]
Merge remote-tracking branch 'nui/merge_work'
Change-Id: Ic807d3dc45e2bd7d209d0e835be3e60881dd8347
Wonyoung Choi [Mon, 11 Sep 2017 04:46:44 +0000 (13:46 +0900)]
Prepare merging to tizenfx
Change-Id: I15b559ef6e47f1a0ef7ab4df67e4b1efa6cc4cdb
coderhyme [Sat, 19 Aug 2017 03:38:21 +0000 (12:38 +0900)]
[Multimedia] Redesigned StreamRecorder API.
Change-Id: I0e6f3a65a3681facb810dfd1534acc605c67578b
Signed-off-by: coderhyme <jhyo.kim@samsung.com>
Jongkyu Koo [Mon, 11 Sep 2017 02:11:16 +0000 (02:11 +0000)]
Merge "replace delegate with EventHandler"
chleun.moon [Mon, 11 Sep 2017 01:11:59 +0000 (10:11 +0900)]
[Nsd] Fix feature name
Change-Id: I08a5677356e74671ff21949e6689e9668969521a
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
coderhyme [Thu, 7 Sep 2017 03:37:02 +0000 (12:37 +0900)]
[Multimedia] Updated the doc-comments to fix the grammar errors.
https://review.tizen.org/gerrit/#/c/141845/
Signed-off-by: coderhyme <jhyo.kim@samsung.com>
Change-Id: Idbafc0bc9219e20951e8596e190ec38d3f235d0c
Jeesun Kim [Fri, 8 Sep 2017 07:59:30 +0000 (07:59 +0000)]
Merge "[Calendar] Fix spelling error"
yh106.jung [Fri, 8 Sep 2017 06:40:41 +0000 (15:40 +0900)]
[WebView] Update API reference
Update API reference for API Doc.
Change-Id: I2f5c83fd5eed611c99bb34ad868ba10ec202785e
Signed-off-by: yh106.jung <yh106.jung@samsung.com>
Haesu Gwon [Thu, 7 Sep 2017 06:15:07 +0000 (15:15 +0900)]
[Recorder] Update descriptions to fix ths grammer errors.
- Reviewed by Lionbridge.
Change-Id: I7a07f7335c07a68d94bab933ff3a98e0f5834757
Signed-off-by: Haesu Gwon <haesu.gwon@samsung.com>
Haesu Gwon [Fri, 8 Sep 2017 05:01:05 +0000 (05:01 +0000)]
Merge "[Vision] Update descriptions to fix ths grammer errors. - Reviewed by Lionbridge."
Yunjin Lee [Fri, 8 Sep 2017 04:52:31 +0000 (04:52 +0000)]
Merge "Apply English-reviewed Security API cs files"
Haesu Gwon [Fri, 8 Sep 2017 02:48:32 +0000 (11:48 +0900)]
[Vision] Update descriptions to fix ths grammer errors.
- Reviewed by Lionbridge.
Change-Id: I2bb2f3d7c726278a9759db42f2cc9ed766599369
Signed-off-by: Haesu Gwon <haesu.gwon@samsung.com>
minho.sun [Fri, 8 Sep 2017 02:53:17 +0000 (11:53 +0900)]
NUI supports wearable profile
Add wearable profile to support platform list.
Change-Id: I6bee5b8b2af66bf8b9f177779ed291c2113b56fe
Signed-off-by: minho.sun <minho.sun@samsung.com>
JungHo Kim [Fri, 8 Sep 2017 02:38:04 +0000 (02:38 +0000)]
Merge "Review Media-Content API cs files"
Seechan Kim [Fri, 8 Sep 2017 02:18:31 +0000 (02:18 +0000)]
Merge "[TCSACR-85] Add EnableType method"
Wonyoung Choi [Fri, 8 Sep 2017 02:00:39 +0000 (02:00 +0000)]
Merge "Add License txt for netstandard library"
Wonyoung Choi [Fri, 8 Sep 2017 02:00:01 +0000 (11:00 +0900)]
Add License txt for netstandard library
Change-Id: I8a4fbca537148d0b0211ac3bbdb1a3ea57e7be3b
Myungki Lee [Thu, 7 Sep 2017 03:05:15 +0000 (12:05 +0900)]
Edit summary and add code
- Edit feature text
Add GetLastResult()
Modifying the exception text
Add OutOfMemoryException
Change-Id: I7a0b4350881b6c1129b627e6d0c397c17cc82abc
Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
Wonyoung Choi [Fri, 8 Sep 2017 01:08:48 +0000 (10:08 +0900)]
Revert "Use NETStandard 2.0"
This reverts commit
65db8fd8df7de44bcd1f8134fc9d6123ffb739dc.
Change-Id: Ifd77683881f4edfd511b3f624b7bb33e67b1dc0b
Yunjin Lee [Tue, 5 Sep 2017 09:53:51 +0000 (18:53 +0900)]
Apply English-reviewed Security API cs files
- Original author: Editor Lionbridge <TizenEditor.SEL@lionbridge.com>
- https://review.tizen.org/gerrit/#/c/140757
Change-Id: I217e83b4c6232dd48623fa8862af3e9f3f46bfa6
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
Jongkyu Koo [Thu, 7 Sep 2017 02:41:21 +0000 (11:41 +0900)]
replace delegate with EventHandler
Change-Id: Iae5422c1aba7f56042e50e9347448dc0676d97d4
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>