platform/core/connectivity/mobileap-agent.git
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