summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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
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
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
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
Seungyoun Ju [Tue, 23 Oct 2012 02:07:45 +0000 (11:07 +0900)]
Initial code
Change-Id: Ib17fb9b8d060984ae64db2ad8f8ab39450e28607
Jung Minsun [Mon, 15 Oct 2012 04:37:25 +0000 (13:37 +0900)]
Initial empty repository