framework/connectivity/mobileap-agent.git
10 years agoUpdate SMACK rule submit/tizen_2.2/20130714.151952
Jaehyun Kim [Thu, 4 Jul 2013 09:52:44 +0000 (18:52 +0900)]
Update SMACK rule

Change-Id: I761fde3e7eec0208f40de432411640042b04ed4e

10 years agoFix the tethering
Hyunjee Kim [Tue, 2 Jul 2013 09:59:06 +0000 (18:59 +0900)]
Fix the tethering

Change-Id: Ie6604a58cf9c993f424dd5c8cf392b9f4c077ab8

10 years agoFix the notification for STMS
Hyunjee Kim [Mon, 17 Jun 2013 07:04:18 +0000 (16:04 +0900)]
Fix the notification for STMS

Change-Id: I224dca1a58878e0bb62d0ad36c9c4709ffaf15f4

10 years agoUpdate for license #5
sunil85.kim [Mon, 17 Jun 2013 05:36:26 +0000 (14:36 +0900)]
Update for license #5

Change-Id: I06f358162b44a1ab02877f17c60bd2216bbffd8f

10 years agoAble to launch tethering apps
Hyunjee Kim [Mon, 17 Jun 2013 00:10:50 +0000 (09:10 +0900)]
Able to launch tethering apps

Change-Id: I59f46495d4134ab76b3adbb8d7aef3ab6f8ae76c

10 years agoCorrection of path for usb tethering icon
sunil85.kim [Fri, 3 May 2013 09:55:41 +0000 (18:55 +0900)]
Correction of path for usb tethering icon

Change-Id: I13bdf1fc821332b740a709cc3931787e5820c81a

11 years agoUpdate for tizen_2.1(license #4) tizen_2.1 submit/tizen_2.1/20130514.053335
sunil85.kim [Fri, 3 May 2013 10:31:32 +0000 (19:31 +0900)]
Update for tizen_2.1(license #4)

Change-Id: I610f36024e8c0b8ef00bbd9db736caec33fee177

11 years agoUpdate for license #2
sunil85.kim [Thu, 2 May 2013 08:42:28 +0000 (17:42 +0900)]
Update for license #2

Change-Id: Id3b45db5d32e4e4c46e51f5dfa81f8cb45e00368

11 years agoUpdate for tizen_2.1
sunil85.kim [Thu, 2 May 2013 08:24:03 +0000 (17:24 +0900)]
Update for tizen_2.1

Change-Id: Id84a46ea086991106f8d754141ba8b3b5a7c1c73

11 years agoMerge branch 'master' into tizen_2.1 2.1b_release accepted/tizen_2.1/20130425.035238 submit/tizen_2.1/20130424.231243
Kim Gibyoung [Tue, 23 Apr 2013 17:50:29 +0000 (02:50 +0900)]
Merge branch 'master' into tizen_2.1

Change-Id: Ib1c7a578005f19363c16b1abf349e8a0d84bb533

11 years agoEnable secured mode
Kim Gibyoung [Tue, 23 Apr 2013 16:34:52 +0000 (01:34 +0900)]
Enable secured mode

Change-Id: Ie49d98ed81e28987b6608892469c94d7469c6862

11 years agoMerge branch 'master' into tizen_2.1
Seungyoun Ju [Tue, 9 Apr 2013 10:51:18 +0000 (19:51 +0900)]
Merge branch 'master' into tizen_2.1

Conflicts:
CMakeLists.txt
include/mobileap.h
include/mobileap_agent.h
include/mobileap_bluetooth.h
include/mobileap_common.h
include/mobileap_network.h
include/mobileap_notification.h
include/mobileap_usb.h
include/tethering-dbus-interface.xml
packaging/mobileap-agent.spec
src/mobileap_bluetooth.c
src/mobileap_common.c
src/mobileap_main.c
src/mobileap_network.c
src/mobileap_notification.c
src/mobileap_usb.c
src/mobileap_wifi.c

Change-Id: Ie6463f7fc67d0173d1584926d197631bbd8e4923

11 years agoUpdate version
Seungyoun Ju [Tue, 9 Apr 2013 10:49:28 +0000 (19:49 +0900)]
Update version

Change-Id: I5d71607b4c5d811779e0fcc7fa4d47c9002f07ae

11 years agoBelow changes are applied
Seungyoun Ju [Tue, 9 Apr 2013 10:22:52 +0000 (19:22 +0900)]
Below changes are applied

- Fix the multiple notification issue
- Support i80211n
- Channel is changed to 6
- Implement status notification for bluetooth visibility
- Change the power manager api
- Implement connection timer
- Reference count is used
- Support Mobile AP

Change-Id: If49d42e733e46ebb5a45429146906544c05dcdc9

11 years agomerge with master
Jinkun Jang [Fri, 15 Mar 2013 16:13:29 +0000 (01:13 +0900)]
merge with master

11 years agoTizen 2.1 base
Jinkun Jang [Tue, 12 Mar 2013 16:47:25 +0000 (01:47 +0900)]
Tizen 2.1 base

11 years agoBuild option clean-up and g_type_init is deprecated from glib 2.35
Seungyoun Ju [Sat, 16 Feb 2013 04:31:41 +0000 (13:31 +0900)]
Build option clean-up and g_type_init is deprecated from glib 2.35

- Issues
  cmake macro is not used and g_type_init() is deprecated from glib 2.35

- Fix description
  cmake macro is used and g_type_init() is blocked using define

Change-Id: I0a67aefc637502b9b934c9fd232e52ff81552cb9

11 years agoFunction return value is checked
Seungyoun Ju [Sat, 16 Feb 2013 04:26:53 +0000 (13:26 +0900)]
Function return value is checked

- Issues
  g_io_channel_read_chars()'s return value is not checked

- Fix description
  g_io_channel_read_chars()'s return value is checked properly

Change-Id: I090cf2f9ad556ca96b7d6975f1437f9fcacb5a81

11 years agoPrivate SSID is considered
Seungyoun Ju [Sat, 16 Feb 2013 04:25:59 +0000 (13:25 +0900)]
Private SSID is considered

- Issues
  There is no way to set SSID from application.
  "Group Play" client tries to connect to AP which has special SSID.
  There will be similar requirements to implement auto connection feature
  between Wi-Fi AP and station

- Fix description
  Basically device name is used as SSID. But if private SSID is passed through dbus call,
  it is used.

  In tethering_get_wifi_tethering_ssid,
  when Tethering is turned off, device name is returned as SSID;
  when Tethering is turned on, the SSID, which was used to turn on tethering, is returned.

Change-Id: Ia27353693d9b009aed8853b997f35aef86c1a4e6

11 years agoUser is specified in service file for Dbus auto activation
Seungyoun Ju [Thu, 14 Feb 2013 09:46:18 +0000 (18:46 +0900)]
User is specified in service file for Dbus auto activation

- Issues
  mobileap-agent is not launched with below error message.
  "Cannot do system-bus activation with no user"

- Fix description
  User is specified in service file.

Change-Id: I3bb5f1df7eebf0666ccfa44abcda6e17a46d94b3

11 years agoUpdate version
Seungyoun Ju [Mon, 28 Jan 2013 11:42:48 +0000 (20:42 +0900)]
Update version

Change-Id: Ic1fbe27a00a33df65b50c02197022553e2739ef6

11 years agoRemove unrequired log
Seungyoun Ju [Mon, 28 Jan 2013 11:41:46 +0000 (20:41 +0900)]
Remove unrequired log

Change-Id: Ie54616bd71eb11fe4e515127e8e52c49f60ed9c3

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

Change-Id: Ib98f4cb577f8b3dd485c6f214d26e8490eea6221

11 years agoDbus service / interface / object names are changed
Seungyoun Ju [Thu, 24 Jan 2013 07:33:08 +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: Icdddd95ab6cfed1eafabf47fdf05d41a21e1b85a

11 years agoDNS Forward and Use of Tethering cellular profile are removed
Seungyoun Ju [Thu, 24 Jan 2013 03:31:09 +0000 (12:31 +0900)]
DNS Forward and Use of Tethering cellular profile are removed

Change-Id: Ic912f2eb4b0afde573a324d1e54342235710b471

11 years agoIndications for Wi-Fi tethering setting change are added
Seungyoun Ju [Thu, 24 Jan 2013 03:30:40 +0000 (12:30 +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
  When there is change of Wi-Fi tethering settings, signal for that change is sent.

Change-Id: I896d90c41576bda6429b2cc988f161a229a60252

11 years agoBelow changes are applied
Seungyoun Ju [Mon, 14 Jan 2013 12:13:21 +0000 (21:13 +0900)]
Below changes are applied

- dhcp lease delete is handled based on IP Address
- DNS Forward by netfilter is implemented
- Vconf key for flight mode is changed

Change-Id: I57695d7def889bd036a94bffcc18ac6600644a8f

11 years agoUpdate Boilerplate
Seungyoun Ju [Mon, 14 Jan 2013 12:11:42 +0000 (21:11 +0900)]
Update Boilerplate

Change-Id: Id0015a78c0cb895a211e84261266c2e94a5c2230

11 years agoUpdate AUTHORS, LICENSE and NOTICE
Seungyoun Ju [Mon, 14 Jan 2013 12:04:29 +0000 (21:04 +0900)]
Update AUTHORS, LICENSE and NOTICE

Change-Id: I5de01e020d86c36ff29f913de2fc0bdb20254339

11 years agoUpload package
Seungyoun Ju [Fri, 7 Dec 2012 04:43:41 +0000 (13:43 +0900)]
Upload package

Change-Id: Id3a507b21efbc4bc5b10c905de639a545215c308

11 years agoNotification for timeout event is implemented
Seungyoun Ju [Thu, 6 Dec 2012 12:52:29 +0000 (21:52 +0900)]
Notification for timeout event is implemented

- Issues
  Notification should be happened when tethering
  is disabled because of timeout.

- Fix description
  Timeout notification is implemented.

Change-Id: I8c4e8af7f71d9ef8219979f5fa1439d2fec1c10f

11 years agoTimeout(Auto disconnection) feature is implemented
Seungyoun Ju [Thu, 6 Dec 2012 11:30:27 +0000 (20:30 +0900)]
Timeout(Auto disconnection) feature is implemented

- Issues
  Because battery consumption, Wi-Fi / Bluetooth tethering should
  be turned off when there is no connection during specific duration.

- Fix description
  Wi-Fi / Bluetooth tethering will be turned off automatically
  when there is no connection during 20 Minutes.

- Known issue
  Ticker notification should be implemented

Change-Id: I826461fce0a6517785900399403047b0c027a980

11 years agoImproper notification type is used
Seungyoun Ju [Thu, 29 Nov 2012 09:29:42 +0000 (18:29 +0900)]
Improper notification type is used

- Issues
  Improper notification type is used.
  Tethering enabled state is checked wrongly.

- Fix description
  Notification type is corrected.
  A function which checks tethering enabled state by tethering type
  is implemented and used.

Change-Id: Ib20cfc7fa7a441fa0e8d9a2f0fb13e7c50f47bc0

11 years agoDuplicated station information issue is fixed
Seungyoun Ju [Tue, 27 Nov 2012 10:05:52 +0000 (19:05 +0900)]
Duplicated station information issue is fixed

- Issues
  When DHCP ACK is came repeatedly, duplicated station notification
  is sent to application.

- Fix description
  If it is already connected device's DHCP ACK, it is ignored.

Change-Id: I9692c09ed096238c2ac991461d0ffd0259658c97

11 years agoNotification API's usage is changed
Seungyoun Ju [Thu, 15 Nov 2012 10:49:42 +0000 (19:49 +0900)]
Notification API's usage is changed

- Issues
  Notification API's usage is changed.

- Fix description
  1. Delete and Create approach is enhanced to update it inplace.
  2. Private ID is removed as per guide.

Change-Id: I70cbb956ea7342a6e07a315ea0a604e84f99ed34

11 years agoUSB Mode change is checked while USB Tethering is enabled
Seungyoun Ju [Mon, 19 Nov 2012 13:05:46 +0000 (22:05 +0900)]
USB Mode change is checked while USB Tethering is enabled

- Issues
  Because USB Mode can be changed (eg. set_usb_debug.sh --sshon),
  USB Mode change should be handled while USB tethering is enabled.

- Fix description
  1. Vconf check routine is modified. Notify -> Get -> Check value
    -> Ignore notify or do something. So that, regression case can be
    handled

  2. USB Mode change is notified by disconnection callback after USB Tethering is enabled.

Change-Id: I263c34f2ceb8177246e0aac7ba17aaa8463ffaae

11 years agoPrevent issues are fixed and unnecessary BT API call is removed
Seungyoun Ju [Thu, 8 Nov 2012 02:52:13 +0000 (11:52 +0900)]
Prevent issues are fixed and unnecessary BT API call is removed

- Issues
  1. There is resource leakage.
  2. There is unnecessary BT API call.

- Fix description
  In error handling, resources are closed properly.
  Unnecessary BT API call is removed.

Change-Id: Ib8805da8608cb06c03a96c5313a26d035e8932e6

11 years agoInitial code
Seungyoun Ju [Tue, 23 Oct 2012 02:07:45 +0000 (11:07 +0900)]
Initial code

Change-Id: Ib17fb9b8d060984ae64db2ad8f8ab39450e28607

11 years agoInitial empty repository
Jung Minsun [Mon, 15 Oct 2012 04:37:25 +0000 (13:37 +0900)]
Initial empty repository