summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/wifi
Commit message (Collapse)AuthorAgeFilesLines
* Wifi: Enhance EAP SIM/AKA/AKA` configuration for multi(dual ) simSravanthi Palakonda2015-10-061-0/+68
| | | | | | | | | This commit enhances the user interface by having the provision to perform EAP authentication on a specific SIM , when the DUT is enabled with multi (dual) SIM. Change-Id: I4095d235750c2a46ab33a99f5f4f3937b6d5e314 CRs-Fixed: 905749
* P2P: Set station disconnected state scan interval when P2P connectedNalla Kartheek2015-10-061-1/+6
| | | | | | | | | | When P2P is in connected state, and station is in disconnected state, framework issues SCAN with an interval which shall be configured using global flag WIFI_SCAN_INTERVAL_WHEN_P2P_CONNECTED_MS. Set this flag default to three minutes, to improve throughput. Change-Id: I95a937d74da222432c73462657e4e97473bb6532 CRs-Fixed: 901633
* Wi-Fi: Fix for SoftAP turn ON/OFF fails issue.Nalla Kartheek2015-10-061-1/+43
| | | | | | | | | | | Turnig ON/OFF SAP repeatedly when WIFI is ON results in to command CMD_SET_AP being received in WifiStaEnabledState of the state machine, which will not be handled and because of this SoftAP is not turned ON and we receive no events thus the check box remains greyed out/disabled. To resolve this wait for WIFI_STATE_CHANGED intent before re-enabling the SAP. Change-Id: Ifc330309c7919f2efc2916573353d0764b5e1f9e
* Avoid new network to connect by using "Add Network" instead only Save it.Sanket Padawe2015-08-211-1/+3
| | | | | Bug: 23422433 Change-Id: I49aabff91ba127bf2a3b0aa25c8163ee4097bf4d
* wifi: Check for the sizeof ssid to start SoftAPSunil Dutt2015-07-311-3/+6
| | | | | | | | Disable the option to start SoftAP if ssid byte length is over 32 bytes. Bug: 22074821 Change-Id: I696dca1aac8673bff168481fde4b013450bac72c
* Fix issues in AP dialog arising after clicking on AP preferences.Sanket Padawe2015-07-244-26/+35
| | | | | | | | +Added a new flag to keep track if user wanted to modify AP by hard pressing on AP. Bug: 22485686 Change-Id: Ia60a564a5344393f5e5340a3493ae7c660ead3d7
* Merge "Need to disable 5GHz bands for WiFi tethering in Japan" into mnc-devxinhe2015-07-141-4/+15
|\
| * Need to disable 5GHz bands for WiFi tethering in Japanxinhe2015-07-141-4/+15
| | | | | | | | | | | | b/22396383 Change-Id: I99090f28eff1b232ebba89ff638e37be82a3f21b
* | Add content description to wifi networksJason Monk2015-07-141-0/+19
|/ | | | | Bug: 22468835 Change-Id: Ifd9d0384030befbd221b14599159348bf56d41c8
* Fix wifi not re-orderingJason Monk2015-07-101-1/+5
| | | | | Bug: 22361247 Change-Id: I5c25061735628682741060c8a699c0a977c4351b
* Disable CA certificate for EAP-SIM, AKA & AKA'Sanket Padawe2015-07-061-0/+1
| | | | | Bug: 21877800 Change-Id: I66dbb12ebcf94c094d2a71d91d8b2eeef8cf6f48
* Reduce jank in wifi settingsJason Monk2015-06-293-47/+74
| | | | | | | | | | | | | - Fix view recycling for AccessPointPreferences by adding a dummy during initial inflation - Cut down on what is done during onBindView and refresh() - Try to re-use AccessPointPreferences when possible Some jank still occurs when scan results come in, but it is less than before. Bug: 16518752 Change-Id: I2619303281dd50aa3864783c49738ae9f221834a
* Merge "Hide EAP SIM, AKA & AKA' choices in wifi Settings if device doesn't ↵Sanket Padawe2015-06-281-0/+11
|\ | | | | | | support." into mnc-dev
| * Hide EAP SIM, AKA & AKA' choices in wifi Settings if device doesn't support.Sanket Padawe2015-06-261-0/+11
| | | | | | | | | | Bug: 22014309 Change-Id: I606649cb4d2e13330afa89075ad074e7dc525f87
* | Merge "Use the ephemeral flag in the AccessPoint to mark a connection as a ↵Shirish Kalele2015-06-261-2/+2
|\ \ | |/ |/| | | Wifi Assistant connection." into mnc-dev
| * Use the ephemeral flag in the AccessPoint to mark aShirish Kalele2015-06-251-2/+2
| | | | | | | | | | | | connection as a Wifi Assistant connection. Change-Id: Ife26f6799a5b9e4640181d150edb7455adf38f0f
* | Language Update for Wi-Fi/Bluetooth ScanningLifu Tang2015-06-231-2/+11
| | | | | | | | | | Bug: 22046234 Change-Id: Iea8fa2368d1e568a8e1fdd3edefa8f4fc6053e48
* | Merge "Reflect effect of all Wifi editability factors in Settings" into mnc-devZoltan Szatmary-Ban2015-06-231-15/+47
|\ \
| * | Reflect effect of all Wifi editability factors in SettingsZoltan Szatmary-Ban2015-06-191-15/+47
| | | | | | | | | | | | | | | | | | | | | Bug: 21427528 Bug: 21150087 Bug: 21612565 Change-Id: I62962a9b3fc1bb9c90be79e133873006da102054
* | | if do not turn on wifi STA or SAP, there is no 5GHz choicexinhe2015-06-221-2/+3
| |/ |/| | | | | | | | | | | | | for SAP config b/22008176 Change-Id: Id1020f975bce1ff7a3c738c4180f3d7686718d82
* | Fix opening secured networks from QSJason Monk2015-06-181-1/+1
|/ | | | | Bug: 21908788 Change-Id: I09b1d22ae8b1815e720bd8c05fa1e38d66d1dcfd
* Guard against callbacks when no list view createdJason Monk2015-06-161-1/+1
| | | | | Bug: 21762925 Change-Id: If4bdaa6cf107c4b890a8ebeb56ba4ef222a340ad
* Handle switch of ssid to CharSequence (for spans)Jason Monk2015-06-153-4/+4
| | | | | | | | Change to reference the string directly for places like search, etc. Bug: 20059794 Change-Id: I3305c9833e8aeea52b968c094d0a1881a3e6699e
* Merge changes from topic 'no-internet-notification' into mnc-devLorenzo Colitti2015-06-101-5/+11
|\ | | | | | | | | | | * changes: Pass in the netId using intent data, not intent extras. Reword "no internet access" dialog to conform with mocks.
| * Pass in the netId using intent data, not intent extras.Lorenzo Colitti2015-06-101-3/+9
| | | | | | | | | | | | | | | | | | | | This allows ConnectivityService to use different PendingIntents for different dialogs; two PendingIntents that differ in their data are treated as different, but two PendingIntents that differ only in their extras are treated as being the same. Bug: 20081183 Change-Id: Ie1bdcf2a0a0747be815ea528db0cb34f5ab415b9
| * Reword "no internet access" dialog to conform with mocks.Lorenzo Colitti2015-06-101-2/+2
| | | | | | | | | | | | Bug: 20081183 Bug: 20739299 Change-Id: I63e58dafcba879c56669766f652729a73ef722e2
* | Switch from KeyStore.saw to KeyStore.list.Alex Klyubin2015-06-081-1/+1
|/ | | | | | | | KeyStore.saw was renamed to KeyStore.list for clarity. The implementation of both methods is exactly the same. Bug: 18088752 Change-Id: I2f171a4b7479683d5af898ebdf1b6f8a741536d1
* Fix wifi network strings shown in Settings.Sanket Padawe2015-06-051-2/+2
| | | | | Bug: 21575915 Change-Id: I09d938aa03790119ebf6dc28fb6e00accab7d11d
* Fix Wifi Settings crash on continuous wifi toggling.Sanket Padawe2015-06-031-1/+2
| | | | | Bug: 21591640 Change-Id: I17aa385a1e5fb3edfdb054234ab20b3dbc6fea60
* Fix Wifi Signal strength icon issues in WifiSettings.Sanket Padawe2015-06-031-2/+2
| | | | | | Bug: 21591392 Bug: 21592509 Change-Id: I6612ef62c17e6279b06f80a67bee345e913f1927
* Make use of WifiTracker's WorkerThread supportJason Monk2015-05-282-44/+78
| | | | | | | | Let the AccessPoint callbacks come in on a BG thread and do more of the handling there. Bug: 21486080 Change-Id: I529152d9f5c429b790a669b75b6d955ce4336caf
* Fix Eap method selection on screen rotation.Sanket Padawe2015-05-271-4/+1
| | | | | Bug: 19903254 Change-Id: I84322a785f9a4121c7885ada889a04129590e4ed
* Merge "Fix generation of pin for WPS on screen rotation." into mnc-devSanket Padawe2015-05-261-3/+5
|\
| * Fix generation of pin for WPS on screen rotation.Sanket Padawe2015-05-181-3/+5
| | | | | | | | | | Bug: 21170548 Change-Id: Ib670214fec2776d48739c42a41b854c50be2740d
* | Merge "Address TODOs in WifiNoInternetDialog." into mnc-devLorenzo Colitti2015-05-201-9/+12
|\ \
| * | Address TODOs in WifiNoInternetDialog.Lorenzo Colitti2015-05-201-9/+12
| |/ | | | | | | | | Bug: 20081183 Change-Id: I30a4f04ca892796a674ff0306aafaed485126092
* | Merge "Badge managed WiFi networks" into mnc-devRobin Lee2015-05-191-0/+29
|\ \ | |/ |/|
| * Badge managed WiFi networksRobin Lee2015-05-181-0/+29
| | | | | | | | | | Bug: 19504806 Change-Id: I600b41e4bf6d336b7e091968560c6393041fc6b2
* | Check for special char when renaming device for Wi-Fi direct.Sanket Padawe2015-05-181-0/+13
| | | | | | | | | | Bug: 21141820 Change-Id: I78231d95e5ba3f505325d5657f8e6106a887f11e
* | Merge "Reflect Wifi config lockdown restriction in Settings" into mnc-devZoltan Szatmary-Ban2015-05-152-8/+13
|\ \ | |/ |/|
| * Reflect Wifi config lockdown restriction in SettingsZoltan Szatmary-Ban2015-05-142-8/+13
| | | | | | | | | | | | | | | | | | DO created WiFi configurations are now only locked down for editing/removing if DISALLOW_CONFIG_WIFI is not set. This needed to be reflected on Settings UI. Bug: 20719934 Change-Id: Ibd218821ab46cca8396084e2d73ae5ee00b584b3
* | Merge "Hotspot 2.0 UI for saved network." into mnc-devSanket Padawe2015-05-141-0/+4
|\ \
| * | Hotspot 2.0 UI for saved network.Sanket Padawe2015-05-121-0/+4
| | | | | | | | | | | | | | | Bug: 20182930 Change-Id: I455773f446dad323ed9cb559c2f2d69ca53af46c
* | | Fix connecting to secure wifi from QSJason Monk2015-05-131-13/+8
|/ / | | | | | | | | | | | | | | Sometimes the preference isn't created yet, so we need to hold on to the ssid until the preference for that access point gets created. Bug: 20975085 Change-Id: Ib5804611793550106f6059b1afe016de4e89bc64
* | Saved networks summary strings.Sanket Padawe2015-05-042-25/+17
|/ | | | | Bug: 20667217 Change-Id: I13930f8d0d99bc874692568de713003798b98a87
* Merge "[WifiSetup] Show MAC address in footer" into mnc-devMaurice Lam2015-04-301-2/+33
|\
| * [WifiSetup] Show MAC address in footerMaurice Lam2015-04-301-2/+33
| | | | | | | | | | | | | | | | Show the MAC address in footer so that advanced users can configure their router whitelist etc. Bug: 6939795 Change-Id: I858d21fb68f67f74e5b7e3a1960ea4d7966acb29
* | Merge "[WifiSettings] Add progress bar when scanning" into mnc-devMaurice Lam2015-04-302-1/+25
|\ \ | |/ |/|
| * [WifiSettings] Add progress bar when scanningMaurice Lam2015-04-292-1/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a progress bar when the Wi-Fi screen is in a transient state, like enabling, disabling Wi-Fi and scanning for network. This change sets the progress bar as a pinned header at the top of the activity. The pinned header container needs to be match parent so that the progress bar can occupy the full width of the screen. If the header view doesn't want to fill the width, then the header view *inside* the container should be wrap_content. Added an overloaded setPinnedHeader method that takes a layout resource ID, and returns the view to the caller. This way the inflater can set the parent property so that layout params will not be ignored. Bug: 17389577 Change-Id: I18d0eb7c72ad31d1c4b35a54789016c32c81fb93
* | Implement 'Available via Passpoint' feature [DO NOT MERGE]Vinit Deshpande2015-04-295-12/+27
|/ | | | | | | | | This also fixes the issues related to explicit connection to passpoint AP, and fixes occassional mention of 'connected via Wi-Fi Assistent' Change-Id: I152cebafa6259194f1d09a6972a3508156335cb6 (cherry picked from commit 08b5b5d4393b3a670208a157520c4dd97f4cfc3a)