summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/wifi
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge "Wifi select screen redlines" into jb-devRussell Brenner2012-05-171-2/+78
|\ \ \ | |/ / |/| |
| * | Wifi select screen redlinesRussell Brenner2012-05-161-2/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6458336 Use proportional layout when wifi settings is used by setup wizard Change-Id: I91f50df29b23b1bece9cbd65a1426f8bc8d7c7f7
* | | Use icons in wifi settingsIrfan Sheriff2012-05-161-0/+2
|/ / | | | | | | | | Bug: 6469022 Change-Id: I1bbd7681f3800db9387eb998da78cf0a42109600
* | Merge "Add wps icon to wifi panel" into jb-devRussell Brenner2012-05-151-0/+1
|\ \
| * | Add wps icon to wifi panelRussell Brenner2012-05-151-0/+1
| | | | | | | | | | | | | | | Bug: 6449333 Change-Id: Iba74e895105253594bcfe8f0d98353714a816065
* | | Merge "Push wifi direct to overflow menu" into jb-devIrfan Sheriff2012-05-151-6/+6
|\ \ \ | |/ / |/| |
| * | Push wifi direct to overflow menuIrfan Sheriff2012-05-151-6/+6
| | | | | | | | | | | | | | | Bug: 6469022 Change-Id: I62e4b4372416a5fbaf43a52be71f7291b761997b
* | | Merge "WiFi: only send engine setting when key_id is set" into jb-devKenny Root2012-05-111-5/+6
|\ \ \
| * | | WiFi: only send engine setting when key_id is setKenny Root2012-05-111-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For EAP methods that don't need a key, don't set the engine settings or else wpa_supplicant will have an error. Instead, look to see whether key_id is set and use that to indicate when the engine should be set. Additionally, don't require keystore when key_id is not null but is still an empty string. Bug: 6480500 Change-Id: I137de47dfcbbd3da24d693701e249e15d7528228
* | | | Strip off phase2 prefix when setting spinnerKenny Root2012-05-111-2/+11
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | The writing and reading code for phase2 settings were asymmetric so the phase2 spinner would always be set as "None". This change strips off the prefix to set the spinner. Bug: 6482316 Change-Id: Iaaa1088ec22625f1b8e3974c8a9610cccf0dda90
* | | Include Add Network button for Setup WizardRussell Brenner2012-05-091-22/+28
|/ / | | | | | | | | | | | | | | | | To allow first-time users to set up on networks with hidden SSID, include this button on the action bar. Temporarily using placeholder text until artwork is available. Bug: 6446220 Change-Id: I437ad3f37b42b93f7a0c6838cbb0c5090073e32d
* | Allow WiFi picker to exit after a valid connection is madeAndrew Flynn2012-05-081-0/+29
| | | | | | | | | | | | | | | | | | | | | | Choice is passed in via boolean extra and has two effects: * A valid network connection exits the picker. * The next button (if there is one) is hidden. This functionality will be used for SetupWizard initially. Bug: 6428046 Change-Id: Ieeed3a9f1013cccd76bd4762131747a57a38ce9c
* | Hide Back button when requesting intent says toAndrew Flynn2012-05-081-1/+6
| | | | | | | | Change-Id: I79ed35843500f20367568510ea8df3afe543ede8
* | Merge "Remove poor connection UI with watchdog disabled" into jb-devIrfan Sheriff2012-05-071-3/+9
|\ \
| * | Remove poor connection UI with watchdog disabledIrfan Sheriff2012-05-071-3/+9
| | | | | | | | | | | | | | | Bug: 6449324 Change-Id: I8ddd486ce433b30dd76d385680fdb79d2b90e8eb
* | | Add WPS Push Button back into Setup Wizard Wi-FiRussell Brenner2012-05-061-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | This isn't yet the image button shown in the UX flows, but pending artwork and some potential tricky Preference layout changes, this will give access to the WPS functionality. Bug: 6449333 Change-Id: Ibda0e48cf972dad10c7e92a7482fca9b3c104559
* | | Merge "Add wifi direct menu only for supported devices" into jb-devIrfan Sheriff2012-04-301-3/+8
|\ \ \ | |/ / |/| |
| * | Add wifi direct menu only for supported devicesIrfan Sheriff2012-04-301-3/+8
| | | | | | | | | | | | | | | Bug: 6421096 Change-Id: Iaf0ad85e97be8d750dd74808f840c6731d8130fd
* | | Ignore invalid network forgetIrfan Sheriff2012-04-271-0/+6
|/ / | | | | | | | | Bug: 6397063 Change-Id: I066bd45e95b7e8671bc7dfcb83e46246f110b3a9
* | Merge "Allow p2p device rename" into jb-devIrfan Sheriff2012-04-271-1/+36
|\ \
| * | Allow p2p device renameIrfan Sheriff2012-04-261-1/+36
| | | | | | | | | | | | Change-Id: Ib61425da344f955b0a583716516181bdfbd4b504
* | | Restore look of Wi-Fi panel for Setup WizardRussell Brenner2012-04-252-88/+54
|/ / | | | | | | | | | | | | | | | | As part of the Wi-Fi refresh, this CL hides the action bar, menu, and Settings icon in the context of the Setup Wizard. Dead code related to WifiSettingsForSetupWizardXL has also been removed. Bug: 5364589 Change-Id: Ib6716500153879b939a18a7007f1f6521b73890b
* | Fix NPE due to delayed event handling.Amith Yamasani2012-04-241-0/+3
| | | | | | | | | | | | | | a.k.a., annoying monkeys. Bug: 6336430 Change-Id: Ie038a71d0ae66b3f30ccd704529f767fa2058542
* | Help menus for several screens.Amith Yamasani2012-04-231-0/+5
| | | | | | | | | | Bug: 5144896 Change-Id: Ib2f5146f6f62f2a33261bb165c3bf1bf13b22f38
* | Wifi: Update message when scan result is emptyVishal Mahaveer2012-04-131-0/+3
| | | | | | | | | | | | | | Handle case when Wi-Fi scan result is empty Change-Id: I03ccbf2603367efa3c6dfe20514e8c7c5a68b5d9 Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
* | Add support for cancelling connectionIrfan Sheriff2012-04-061-0/+37
| | | | | | | | Change-Id: Iba4a002ab86e62d87ae1175b75c203d3a86ad7c6
* | Merge "Fix discovery state tracking"Irfan Sheriff2012-03-291-13/+13
|\ \
| * | Fix discovery state trackingIrfan Sheriff2012-03-281-13/+13
| | | | | | | | | | | | | | | | | | Use the new intent to track if we are in discovery state Change-Id: I9e07c3ccfcf62c3c33195d23c94de60d4248670c
* | | Merge "Update Wifi to use new keystore function"Kenny Root2012-03-271-8/+11
|\ \ \ | |/ / |/| |
| * | Update Wifi to use new keystore functionKenny Root2012-03-211-8/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The old wpa_supplicant.conf format used a special URI prefix "keystore://" for the private_key value to indicate when to load things from keystore. The new format uses an OpenSSL ENGINE to perform operations with the private key, so we don't need the special URI prefix. Change-Id: I04751846f72b22eb5fc947bd7a32f47713e9fc82
* | | Add static ip/proxy support for hidden networksIrfan Sheriff2012-03-191-36/+48
|/ / | | | | | | | | | | | | | | Add support for static ip and proxy. In the process, clean up the issues that showed up during testing. Bug: 5459872 Change-Id: I96c8fff816b6cbb485d2bb215349193e49f3d0b2
* | Enhance static IP UIIrfan Sheriff2012-03-131-1/+22
| | | | | | | | | | | | | | | | Based on the IP address provided, choose a default gateway, network prefix and DNS to reduce typing for common scenarios Bug: 6006249 Change-Id: I27878ce7895386b744013f267d29b3309208ec07
* | Fix p2p settings NPEIrfan Sheriff2012-03-091-4/+4
| | | | | | | | | | Bug: 6138959 Change-Id: I0c930686220ad8a77e3a998a108158b2467b5707
* | P2p UI fixesIrfan Sheriff2012-03-072-8/+26
| | | | | | | | | | | | | | - Move Wi-Fi direct as a setting in Wi-Fi - Handle some UI refresh issues Change-Id: Idc43a2ca98acc4b904ca1f5fe0b1447ee612f218
* | Enhance and fix WPS UIIrfan Sheriff2012-03-023-163/+318
| | | | | | | | | | | | | | | | | | | | | | | | | | - Fixes WPS usage for open network - Exposes WPS on UI for easy access to push button and pin based techniques - Adds support for cancelling WPS - Adds a dialog that reports a progress since WPS can take quite a bit of time to complete The WpsDialog code is enhanced from contribution by yoshihiko.ikenaga@jp.sony.com on partner source. Change-Id: Ib0103507e0192e8195e7bfeb1c8e8855c20e23ca
* | am f91e52c9: am c4bf8cd9: am 2f76aaaf: Merge "Enable EAP-pwd configuration ↵Irfan Sheriff2012-03-011-0/+24
|\ \ | |/ | | | | | | | | | | in WiFi Settings." * commit 'f91e52c986f4e7f8094a794c471813ac05d5d59c': Enable EAP-pwd configuration in WiFi Settings.
| * Enable EAP-pwd configuration in WiFi Settings.Partha N2012-02-261-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | EAP-pwd (RFC 5931) is an EAP method that uses a shared password for authentication. It has the simplicity of setup as WPA2-PSK (no certificates), but provides strong authenticaiton like 802.1x. Modified the Settings screen so that the only visible fields when choosing EAP-pwd are 'identity' and 'password'. Change-Id: I9365d873b43c416ddfa4cae47b7419d902c212a7 Signed-off-by: Partha N <parthan@gmail.com>
* | Use new WifiManager APIIrfan Sheriff2012-03-013-92/+105
| | | | | | | | Change-Id: I9cc092e98412146a07c1829cacab47b8cea0bc9a
* | Add support for wifi verification before connectIrfan Sheriff2012-02-292-8/+6
| | | | | | | | Change-Id: Ie1fb9c2fad4f75985077236eab61c296314f4fe4
* | Merge "Fix cursor position for password"Irfan Sheriff2012-02-171-0/+3
|\ \
| * | Fix cursor position for passwordIrfan Sheriff2012-02-171-0/+3
| | | | | | | | | | | | | | | Bug: 5757292 Change-Id: Iad34b09ee56c24694ebf45350f0dbc398f2cfa06
* | | Merge "Concurrency wifi p2p and client operation support"Irfan Sheriff2012-02-142-154/+1
|\ \ \ | |/ / |/| |
| * | Concurrency wifi p2p and client operation supportIrfan Sheriff2012-01-182-154/+1
| | | | | | | | | | | | Change-Id: I095b7e7ce143cc37ec454a8e43ed579258d72ea1
* | | Fix NPEIrfan Sheriff2012-02-131-1/+2
|/ / | | | | | | | | Bug: 5953080 Change-Id: I1ff5b8a878f8f0d2fd9c6da549804aa454db444c
* | Add debug support for P2P WPSIrfan Sheriff2011-12-191-5/+14
| | | | | | | | | | | | | | Use a system property to allow WPS selection for p2p connection Change-Id: I34af97eaa4c4d4ff2e7ed52ba8f9bfb21f7b1c45
* | Fix button visibility on connectIrfan Sheriff2011-12-132-1/+4
| | | | | | | | | | Bug: 5750846 Change-Id: I1f31308a21f7f6876f12eb4f1ab45ecd1bc74092
* | am 7d10591a: Fix NPE in advanced settingsIrfan Sheriff2011-12-071-4/+6
|\ \ | |/ | | | | | | * commit '7d10591a3b3c05019260d11f196a5ad742d3685d': Fix NPE in advanced settings
| * Fix NPE in advanced settingsIrfan Sheriff2011-12-071-4/+6
| | | | | | | | | | Bug: 5723974 Change-Id: I9904b6adb2b51f1511f932ef7cba8f6558417061
* | am 9ef669a6: am d03c1511: Remove watchdog setting for poor network avoidanceIrfan Sheriff2011-12-061-0/+3
|\ \ | |/ | | | | | | * commit '9ef669a65d6ecaabeb5cf1f8d342ae8032f6bfd5': Remove watchdog setting for poor network avoidance
| * Remove watchdog setting for poor network avoidanceIrfan Sheriff2011-12-061-0/+3
| | | | | | | | Change-Id: I3b0bf26ea73b909055d6cde8b18ff8c26922a7d2