platform/core/csapi/connection.git
7 years ago[Connection]Fixed profile classes, callback and doxygen 17/113617/3 accepted/tizen/common/20170210.170433 accepted/tizen/ivi/20170210.083157 accepted/tizen/mobile/20170210.083117 accepted/tizen/tv/20170210.083134 submit/tizen/20170210.071341
shikha.ta [Wed, 8 Feb 2017 07:53:14 +0000 (13:23 +0530)]
[Connection]Fixed profile classes, callback and doxygen

Change-Id: If40a200090563c62b135efd1f579be76b98fcfb6
Signed-off-by: shikha.ta <shikha.ta@samsung.com>
7 years ago[Connection] Implemented ConnectionManager static class and fix for multithread envir... 47/112547/2
shikha.ta [Wed, 1 Feb 2017 10:08:56 +0000 (15:38 +0530)]
[Connection] Implemented ConnectionManager static class and fix for multithread environment

Signed-off-by: shikha.ta <shikha.ta@samsung.com>
Change-Id: I2d301f3cc5d3e315f039d32925b6014925908966

7 years agoImplemented fix for the connection callbacks crash tct issue 74/112174/1 accepted/tizen/common/20170131.162957 accepted/tizen/ivi/20170201.004032 accepted/tizen/mobile/20170201.003958 accepted/tizen/tv/20170201.004018 submit/tizen/20170131.062100
shikha.ta [Wed, 25 Jan 2017 12:04:46 +0000 (17:34 +0530)]
Implemented fix for the connection callbacks crash tct issue

Signed-off-by: shikha.ta <shikha.ta@samsung.com>
Change-Id: I35d96ce41ee7a4e91455f6bbb8ccba3eb7d68ee6

7 years agoFix Dispose to release native resources only when Dispose is explicitly called 70/111070/1 accepted/tizen/common/20170120.125124 accepted/tizen/ivi/20170120.082308 accepted/tizen/mobile/20170120.082258 accepted/tizen/tv/20170120.082304 submit/tizen/20170120.073108
chleun.moon [Thu, 19 Jan 2017 09:41:39 +0000 (18:41 +0900)]
Fix Dispose to release native resources only when Dispose is explicitly called

Change-Id: Ib2c8e2a4e4786b09560ff47856462c2e8eb5bb2a
Signed-off-by: cheoleun <chleun.moon@samsung.com>
7 years agoModify ConnectionManager to non-static 04/110104/3 accepted/tizen/common/20170113.184157 accepted/tizen/ivi/20170117.054839 accepted/tizen/ivi/20170117.080952 accepted/tizen/mobile/20170117.080913 accepted/tizen/tv/20170117.080929 submit/tizen/20170113.074701 submit/tizen/20170116.104246 submit/tizen_ivi/20170116.045729
chleun.moon [Fri, 13 Jan 2017 02:11:08 +0000 (11:11 +0900)]
Modify ConnectionManager to non-static

Static class ConnectionManager cannot be created multiple time.
It causes a problem in multi-thread environment.
Handle created in one thread cannot be used in other threads due to characteristics of handle-based native connection capi.
Therefore ConnectionManager is modified to map one ConnectionManager
instance to one native capi handle.

Change-Id: If1e80df24400bc6477717f33eaadb05a198c3322
Signed-off-by: cheoleun <chleun.moon@samsung.com>
7 years agoEnable building on arch ix86 89/109489/1 accepted/tizen/common/20170111.133645 accepted/tizen/common/20170111.171342 accepted/tizen/mobile/20170110.225418 accepted/tizen/tv/20170110.224346 submit/tizen/20170110.074639 submit/tizen_common/20161229.045021 submit/tizen_common/20170111.164442
chleun.moon [Tue, 10 Jan 2017 07:33:38 +0000 (16:33 +0900)]
Enable building on arch ix86

Change-Id: I9106c850146a1979bdeee9737f0fd3238c1d4a93
Signed-off-by: cheoleun <chleun.moon@samsung.com>
7 years agoRemove AddressFactory 79/109479/1 submit/tizen/20170110.073020
chleun.moon [Tue, 10 Jan 2017 07:22:19 +0000 (16:22 +0900)]
Remove AddressFactory

Change-Id: I90c81b649bc0d6b088bc545dba9a1df98f040fea
Signed-off-by: cheoleun <chleun.moon@samsung.com>
7 years agoAdd ThrowConnectionException and Fix typo 86/108586/3 accepted/tizen/mobile/20170105.223443 accepted/tizen/tv/20170105.223505 submit/tizen/20170105.065414
chleun.moon [Thu, 5 Jan 2017 06:44:07 +0000 (15:44 +0900)]
Add ThrowConnectionException and Fix typo

Change-Id: Idc195d91c31787ce2f70c58cc0ed22b8038ee97b
Signed-off-by: cheoleun <chleun.moon@samsung.com>
7 years ago[C# Connection] Adding C# Connection code 35/106635/5 accepted/tizen/mobile/20170102.060831 accepted/tizen/tv/20170102.060852 submit/tizen/20161228.005300 submit/tizen/20170102.053259
Yu Jiung [Thu, 22 Dec 2016 08:47:28 +0000 (17:47 +0900)]
[C# Connection] Adding C# Connection code

Change-Id: I35a2ab6334624d254d58fed9167edfea0550f1f9
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
7 years agoInitial empty repository master
Jong Jeong Kim [Tue, 20 Dec 2016 01:39:47 +0000 (17:39 -0800)]
Initial empty repository