platform/core/api/tethering.git
11 years agoBelow changes are applied
Seungyoun Ju [Tue, 9 Apr 2013 09:48:27 +0000 (18:48 +0900)]
Below changes are applied

- TETHERING_ERROR_NOT_PERMITTED is added
- Implement connection timer
- Reference count is used
- Add API : tethering_xxx_ip_forward_status()
- TETHERING_ERROR_NOT_SUPPORT_API is added for tethering_create()
- TETHERING_ERROR_NOT_SUPPORT_API is returned when API is not supported
- sysinfo-tethering.xml is installed depending on build machine

Change-Id: I4b1096dd3ee727b324136c2be9b0f50463d61b6a

11 years agoUpload package
Seungyoun Ju [Sat, 16 Feb 2013 05:33:20 +0000 (14:33 +0900)]
Upload package

Change-Id: Ia46a8ececa7062e81ead931d1f51a8a0ecab8ae8

11 years agoWrong linker flags are used
Seungyoun Ju [Sat, 16 Feb 2013 04:53:17 +0000 (13:53 +0900)]
Wrong linker flags are used

- Issues
  EXE Linker flags are defined and symbol visibility option is set wrongly

- Fix description
  Shared library linker flags are defined properly.
  Symbol visibility option is moved to cflags.

Change-Id: Id0636819b7eee80b01172069b185d1f6046d7554

11 years agoAdd API : tethering_wifi_set_ssid()
Seungyoun Ju [Sat, 16 Feb 2013 04:52:23 +0000 (13:52 +0900)]
Add API : tethering_wifi_set_ssid()

- Issues
  There is no way to set SSID.

- Fix description
  SSID is saved in Tethering handle and when Wi-Fi tethering is enabled, the saved SSID is used.
  Because basic concept of SSID is the use of system's device name (e.g. Redwood),
  so per-handle SSID implementation is required. If application sets SSID and enables tethering,
  given SSID is used. Otherwise, system's device name is used as SSID.

Change-Id: I751cc59b7eba8219b86a2e7cf1ebf11e282ad7fc

11 years agoUpload package
Seungyoun Ju [Thu, 14 Feb 2013 09:51:35 +0000 (18:51 +0900)]
Upload package

Change-Id: Ifb88363aded81f9377d6a061aac23396e80c7560

11 years agoAPIs are exported
Seungyoun Ju [Thu, 14 Feb 2013 09:48:45 +0000 (18:48 +0900)]
APIs are exported

- Issues
  There are some APIs which are not exported

- Fix description
  APIs are exported

Change-Id: I05cd4bd15bbb50e7c3b01a6ea64e13a9c0164352

11 years agoLOG Format is changed
Seungyoun Ju [Tue, 12 Feb 2013 03:11:30 +0000 (12:11 +0900)]
LOG Format is changed

- Issues
  LOG Format is changed

- Fix description
  Line number and Function name are already displayed by provided macro.
  So it is not required to print those in each module.

  And log tag is changed as per guide.
  (tethering => CAPI_NETWORK_TETHERING)

Change-Id: I1769d83ebc8368ea1949285b611c746a383943a4

11 years agofvisibility=hidden is applied and API's return value is checked
Seungyoun Ju [Tue, 12 Feb 2013 03:11:01 +0000 (12:11 +0900)]
fvisibility=hidden is applied and API's return value is checked

- Issues
  Unnecessary symbols should be hided.
  There is the API's return value which is not checked.

- Fix description
  Build option is changed.
  API's return value is checked.

Change-Id: I01be7c806ca7d7b4e161c3daad0790729a26b5b7

11 years agog_type_init has been deprecated from glib since version 2.35.
Junfeng Dong [Fri, 1 Feb 2013 13:28:06 +0000 (21:28 +0800)]
g_type_init has been deprecated from glib since version 2.35.
Fix build on x86_64

Change-Id: I5a89451f1bef86e4e7159d2970d4714d4e270c91

11 years agoFix API's description
Seungyoun Ju [Wed, 30 Jan 2013 13:28:38 +0000 (22:28 +0900)]
Fix API's description

Change-Id: I68118fbb01a10cd43f6013f5146759e8414a2557

11 years agoUpdate package version
Seungyoun Ju [Thu, 24 Jan 2013 11:27:34 +0000 (20:27 +0900)]
Update package version

Change-Id: I357e8d61453cf223c18f0291e83a9c54dd1c94cf

11 years agoDbus service / interface / object names are changed
Seungyoun Ju [Thu, 24 Jan 2013 07:33:38 +0000 (16:33 +0900)]
Dbus service / interface / object names are changed

- Issues
  There is violation of RSA naming convention.

- Fix description
  com.samsung.mobileap is changed to org.tizen.tethering.
  /MobileAP is changed to /Tethering.

Change-Id: Iab8fb175884340b3c1b4386cb7bb73e7bcec6ed8

11 years agoIndications for Wi-Fi tethering setting change are added
Seungyoun Ju [Thu, 24 Jan 2013 03:19:47 +0000 (12:19 +0900)]
Indications for Wi-Fi tethering setting change are added

- Issues
  There is no way to know Wi-Fi tethering setting change by other applications.

- Fix description
  Added APIs are implemented

Change-Id: I479fb997f079e7d54da78d27957289dcde5a6de7

11 years agoWi-Fi tethering settings are set asynchronously
Seungyoun Ju [Tue, 15 Jan 2013 07:22:07 +0000 (16:22 +0900)]
Wi-Fi tethering settings are set asynchronously

- Issues
  Wi-Fi tethering setting APIs are failed
  while Wi-Fi tethering is being enabled.

- Fix description
  Wi-Fi tethering settings can be modified after Wi-Fi tethering is
  disabled automatically. It makes Wi-Fi tethering settings to be modified
  while Wi-Fi tethering is being disabled.

  But because Wi-Fi tethering state is checked when setting APIs are called,
  setting APIs are failed.

  It is better not to check Wi-Fi tethering state and to provide the way to
  re-load configuration.

  This change only includes "Wi-Fi tethering state is not checked when settings
  are modified".
  Reload configuration change should be provided later.

Change-Id: Iae0514af227fd707773653bde4400cac030b3763

11 years agoAUTHORS, LICENSE, NOTICE are added
Seungyoun Ju [Tue, 15 Jan 2013 07:21:27 +0000 (16:21 +0900)]
AUTHORS, LICENSE, NOTICE are added

Change-Id: Icbc42a26822d367a849f6e3d47a0a13fc0c91677

11 years agoSMACK manifest file is added
Seungyoun Ju [Fri, 2 Nov 2012 08:47:10 +0000 (17:47 +0900)]
SMACK manifest file is added

- Issues
  There is no manifest file for SMACK

- Fix description
  Default manifest file is added

Change-Id: I22398ddca7c3717cd435fe1d2940764fd57f3b9b

11 years agoSource code upload 2.0alpha master 2.0_alpha accepted/tizen/20130520.102648 submit/master/20120920.151033 submit/tizen/20130517.015245
Seungyoun Ju [Tue, 21 Aug 2012 09:21:17 +0000 (18:21 +0900)]
Source code upload

11 years agoInitial empty repository
Jung Minsun [Tue, 21 Aug 2012 02:17:52 +0000 (11:17 +0900)]
Initial empty repository