Irfan Sheriff
81da488477
Fix NPE
...
Bug: 5953080
Change-Id: I1ff5b8a878f8f0d2fd9c6da549804aa454db444c
2012-02-13 22:28:13 -08:00
Irfan Sheriff
d37422a3a0
Concurrency wifi p2p and client operation support
...
Change-Id: I095b7e7ce143cc37ec454a8e43ed579258d72ea1
2012-01-18 15:33:31 -08:00
Irfan Sheriff
1e13143b3a
Add debug support for P2P WPS
...
Use a system property to allow WPS selection for p2p
connection
Change-Id: I34af97eaa4c4d4ff2e7ed52ba8f9bfb21f7b1c45
2011-12-19 16:43:29 -08:00
Irfan Sheriff
0c0bd827a1
Fix button visibility on connect
...
Bug: 5750846
Change-Id: I1f31308a21f7f6876f12eb4f1ab45ecd1bc74092
2011-12-13 11:55:15 -08:00
Irfan Sheriff
83d31ad497
am 7d10591a
: Fix NPE in advanced settings
...
* commit '7d10591a3b3c05019260d11f196a5ad742d3685d':
Fix NPE in advanced settings
2011-12-07 12:12:59 -08:00
Irfan Sheriff
7d10591a3b
Fix NPE in advanced settings
...
Bug: 5723974
Change-Id: I9904b6adb2b51f1511f932ef7cba8f6558417061
2011-12-07 11:40:49 -08:00
Irfan Sheriff
d29a4fd5b7
am 9ef669a6
: am d03c1511
: Remove watchdog setting for poor network avoidance
...
* commit '9ef669a65d6ecaabeb5cf1f8d342ae8032f6bfd5':
Remove watchdog setting for poor network avoidance
2011-12-06 16:04:31 -08:00
Irfan Sheriff
d03c15119d
Remove watchdog setting for poor network avoidance
...
Change-Id: I3b0bf26ea73b909055d6cde8b18ff8c26922a7d2
2011-12-06 11:21:49 -08:00
Irfan Sheriff
8c2ac71b34
Add wifi direct settings UI
...
- Use switch for toggling
- Follow string and UI suggestions from UX folks
The goal is to keep the interaction minimal - PBC is used when possible and keypad/display
are used only if really necessary
Bug: 5332330
Change-Id: I83e91ad3a393c143e70f1f2b6a842b95eacde404
2011-11-29 15:43:20 -08:00
Irfan Sheriff
b9dfea636f
Fix WPS pin input UI
...
Change If60f42f7 introduces a bug for the WPS UI.
The input from access point text box should be shown for KEYPAD input
Bug: 5542833
Change-Id: I27f758b31b69425f51fe7ed17bf9b787a1bf66cc
2011-10-31 13:39:14 -07:00
Irfan Sheriff
aa3d2c406e
Add mobile hotspot provisioning support
...
Bug: 5346812
Change-Id: I3e117fb62039c1d8370440ab4109705894011928
2011-10-06 11:45:45 -07:00
Irfan Sheriff
735f312beb
Merge "Update p2p settings UI"
2011-09-16 16:06:53 -07:00
Irfan Sheriff
2592083c1f
Update p2p settings UI
...
- Add self device information on settings
- Add remove group option
Bug: 5332330
Change-Id: I5de4fa1e92a5182e10269fe5c2b78f1f6313fb63
2011-09-16 10:46:58 -07:00
Irfan Sheriff
b1c0e0b1c9
Fix settings handling of wifi events
...
When wifi events come out, settings has to change the switch state.
Changing switch state causes settings to also enable/disable wifi which
gets into a loop when there is a driver hung event.
Fix to only send framework calls when a user has changed the switch
settings
Bug: 5271322
Change-Id: I0a7d03a3fe0f28622de05981e5f72a9a8814b2d2
2011-09-15 19:11:29 -07:00
Irfan Sheriff
ec10578884
Update new API in debug settings
...
Bug: 5247957
Change-Id: I594e55a928a2870cb153b042df74a2b354bee073
2011-09-13 16:03:08 -07:00
Gilles Debunne
829c556645
Bug 5042999: Wi-Fi disconnect policy strings
...
Changed string.
Preference's summary now displays the currently selected value.
Change-Id: I5d867bb149c247809c6794f57d91dbebd96392f4
2011-09-08 16:51:39 -07:00
Irfan Sheriff
6b8de71381
Update settings from API cleanup
...
Bug: 5247957
Change-Id: Iba77318972b58f4fe250b9adfe83937c9cce7ef3
2011-09-07 00:10:51 -07:00
Irfan Sheriff
6689200262
Use renamed Wps class
...
Bug: 5247957
Change-Id: Ib95f0411f637bcb6d43b9b963a282d4e9c4e813a
2011-09-06 22:32:04 -07:00
Irfan Sheriff
655900e028
Provide help to turn off auto network disable
...
When a user clicks on an network that is disabled due to poor
connection, add help information to let the user disable the feature
Bug: 5254937
Change-Id: Ia8ddaf9684ae21c9b4c1ab1edba6c941eb5272fd
2011-09-06 09:35:23 -07:00
Irfan Sheriff
e964d57152
Remove device name and display debug setting
...
Device name in WifiP2pConfig is going away
Bug: 5247957
Change-Id: Ib6ada8420ed8e7fbfcab85eee5f1665e33e8f024
2011-09-01 15:01:03 -07:00
Robert Greenwalt
7edbc609fd
Merge "Use the new isNetworkSupported api for wifi-only"
2011-09-01 08:45:09 -07:00
Robert Greenwalt
8af88fb838
Use the new isNetworkSupported api for wifi-only
...
Didn't have an API for this before so people used a hacked system property (ro.carrier)
to determine if the device supported mobile data. Added new API and switching callsites.
bug:5087537
Change-Id: Ibd799559be102a9e2fd552d1a23d1afbcf8f4614
2011-08-31 16:45:39 -07:00
Irfan Sheriff
1610a74a26
Expose wifi p2p toggle switch to user
...
We will not show the Wifi p2p settings to user but the turn on/off capability
is exposed to the user and applications will be expected to let user turn on
and turn off p2p at launch.
Remove the compound button integration from the settings page.
Bug: 5242230
Change-Id: I54ec307304256b051e85201b8bb829d0e5544bfc
2011-08-31 11:54:46 -07:00
Isaac Levy
cc38b49392
WifiSettings cleanup; emptyListi() instead of null
...
Change-Id: I0fced1f00ff259aed98988f0913383c50a3c6427
2011-08-26 14:29:22 -07:00
Isaac Levy
fdac5bae25
Speeding up WifiSettings AP list printout
...
Change-Id: Idc82ba7320469e05984ba6ac9f7d2cf927dfaa00
2011-08-25 19:31:20 -07:00
Irfan Sheriff
de58555d25
Merge "Fixed wifi refresh bug, b/5021754"
2011-08-25 14:04:03 -07:00
Isaac Levy
e2c6e7520b
Fixed wifi refresh bug, b/5021754
...
Change-Id: I93711094ceb1490accce1e466de4cc1541dffdff
2011-08-25 12:13:19 -07:00
Irfan Sheriff
06285deb66
Merge "Update WifiP2pManager API use"
2011-08-25 11:50:46 -07:00
Irfan Sheriff
3d05e3c2be
Update WifiP2pManager API use
...
Bug: 5002384
Change-Id: I6fb3564482061783429b433105ae5f2fa1cfafcc
2011-08-24 14:19:29 -07:00
Irfan Sheriff
a796598ff9
Merge "Fixing Wifi strings and pref ordering per ui"
2011-08-24 13:33:13 -07:00
Isaac Levy
5070e45a87
Fixing Wifi strings and pref ordering per ui
...
- also no longer disabling wifi_watchdog toggle when radio is off.
Change-Id: Ic52249afd619028fe2765f434ee166f3d36e14fd
2011-08-24 11:37:39 -07:00
Irfan Sheriff
9284d48a8a
Merge "Autojoin new unsecured networks without dialog"
2011-08-23 13:02:35 -07:00
Isaac Levy
22d441acdb
Autojoin new unsecured networks without dialog
...
Unsaved, open wifi networks will connect on single click
without opening the connect dialog box
Change-Id: I71da155aa8b711309f0ed7eca4bd22a254db28c5
2011-08-23 12:28:44 -07:00
Gilles Debunne
81aa9508d8
Merge "Bug 5078738: some options moved to overflow menu"
2011-08-22 17:39:07 -07:00
Gilles Debunne
348b62e6e9
Bug 5078738: some options moved to overflow menu
...
Change-Id: I4ea41dfcd2b0d05de870fb8af5a7614970538491
2011-08-19 16:20:57 -07:00
Isaac Levy
d621e09300
Changing wifi connection dialog per UX
...
- Added an advanced options checkbox and moving WPS, DHCP, Proxy to there
- Minor string changes
Change-Id: I7a135a483435379692a54ea0ef2663136c468945
2011-08-18 21:05:08 -07:00
Jeff Sharkey
e1246c5263
Merge "Follow preferences padding changes in framework."
2011-08-18 10:52:06 -07:00
Freeman Ng
7e84e4682d
remove obsolete background bitmaps
...
Change-Id: I5ca2b3eeda1f9d2e63c495e5f5b88e28592c5655
2011-08-17 16:58:56 -07:00
Irfan Sheriff
40515882cd
Merge "Changed wifi status lines per UX consult"
2011-08-16 20:48:45 -07:00
Isaac Levy
8b2bf2e538
Changed wifi status lines per UX consult
...
Change-Id: I656fa2c5c52338b320796a919edb5018e7b68851
2011-08-16 17:15:27 -07:00
Jeff Sharkey
dcf8ba9eb2
Follow preferences padding changes in framework.
...
Change-Id: Ia83237290da035e5ee7a2e92ef56fc02838aac56
2011-08-16 16:37:49 -07:00
repo sync
38853a202f
Merge "Use updated wifip2pmanager API"
2011-08-16 14:51:06 -07:00
Gilles Debunne
c1eab91f07
Wifi state reset when disconnected
...
https://review.source.android.com/19086
Change-Id: Ie7367f2240b94569fed3120244f1cb268bb09206
2011-08-08 11:54:30 -07:00
Mike Cleron
f9391a0215
Merge "Save and restore wifi dialogs on screen rotation."
2011-08-04 15:30:57 -07:00
repo sync
76feb7f1c1
Use updated wifip2pmanager API
...
Change-Id: I03ef9a050b51a8895b89cd5daa93a094dc0b75a1
2011-08-04 14:05:37 -07:00
Amith Yamasani
3d13110d40
Save and restore wifi dialogs on screen rotation.
...
Bug: 4981732
Change-Id: If065f9af93af405d954fde044351e473d62ea91b
2011-08-04 13:15:30 -07:00
Irfan Sheriff
9ef53578b8
Fix package path for p2p settings
...
Split p2p change to avoid eclipse errors on master
Bug: 5002384
Change-Id: I446d4524b823d42c79daa24d43aa24012743e734
2011-08-03 23:21:33 -07:00
Irfan Sheriff
c7787a78f7
Fix NPE from monkey run
...
Bug: 5037499
Change-Id: Ic12fab174d19b759899ce8b3f92f202f549e7c00
2011-07-27 20:11:54 -07:00
Gilles Debunne
cd8e5246f1
Text instead of icons in account settings options
...
Also changed the default style to remove the opaque title background.
Change-Id: I948d9a15961223c3703bb607e2e5a6bf41e0ff5e
2011-07-25 14:01:12 -07:00
repo sync
b98463f8b0
Updated: Wi-Fi p2p initial UI implementation
...
Change-Id: If60f42f76fa07a868d2e11b012b4697252c69f5f
2011-07-24 11:16:50 -07:00