History log of /packages/apps/Settings/src/com/android/settings/wifi/WifiStatusTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
582b28759551413454a7bf3e5e9e919030ceca33 21-Mar-2016 Nathan Harold <nharold@google.com> Fix Crash in the WiFi Status Test Menu

-Remove fragments of the defunct/removed ip-address ping test
-Update a dangling resource reference

Bug: 27771038
Change-Id: Ib26eb6427eb6fbe6ef2d1f235277af3d2e8093f1
/packages/apps/Settings/src/com/android/settings/wifi/WifiStatusTest.java
cea413a9bb9ada05855a3d5c301dc459e6736da3 24-Nov-2015 Nathan Harold <nharold@google.com> Enhancement+Cleanup of RadioInfo Test Menu

-Re-format CellInfo to a Table
-Improve performance on several blocking calls
-Add IPv6 ping test
-Re-order layout to improve logical grouping
-Semantic changes/cosmetic improvements to a few strings
-Expand list of selectable network types to include recent RATs

Change-Id: I02d15987e7cb79fe0bbd13e5d1eb734e3531f11f
/packages/apps/Settings/src/com/android/settings/wifi/WifiStatusTest.java
39b467482d1bf256a111c757e9b7621c6f523271 10-Sep-2015 Jason Monk <jmonk@google.com> Depend on support lib preferences

Bug: 24576551
Change-Id: Ic6190bacd3f7582c9bbc8de972da4612bd92421e
/packages/apps/Settings/src/com/android/settings/wifi/WifiStatusTest.java
08b5b5d4393b3a670208a157520c4dd97f4cfc3a 16-Apr-2015 Vinit Deshpande <vinitd@google.com> Implement 'Available via Passpoint' feature

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
/packages/apps/Settings/src/com/android/settings/wifi/WifiStatusTest.java
b009023c76227b6c984652683be7d054033eb935 02-Apr-2015 Alex Klyubin <klyubin@google.com> Make Settings app not use cleartext network traffic.

This CL switches the only two places which use cleartext HTTP in this
app to HTTPS. It also declares in the AndroidManifest.xml that this
app does not use cleartext network traffic, thus asking the platform
and tools to block any such traffic from this app on best effort
basis.

NOTE: The only test that uses cleartext HTTP traffic is in VpnTests.
This test makes cleartext HTTP requests to a third-party service which
does not appear to support HTTPS. Thus, this CL temporarily relaxes
the cleartext traffic policy during this test to keep it working. The
correct longer-term fix for this test is to use a service that offers
HTTPS.

Bug: 19215516
Change-Id: Idf1ff8c66d43d77ef2114b2f1b676927844150e5
/packages/apps/Settings/src/com/android/settings/wifi/WifiStatusTest.java
fc1b00cfe439b0c462b3acbba709c3cbc1132a1f 28-Jan-2015 Jason Monk <jmonk@google.com> Move some wifi tracking code to SettingsLib

Move tracking of which networks are available/saved and their state
over to SettingsLib to share it with Quick Settings.

Bug: 19180466
Change-Id: Iaeef06b26da8cb38e1ba09a7d105d04d499dc181
/packages/apps/Settings/src/com/android/settings/wifi/WifiStatusTest.java
7a250b82882c5ccc93cdd73ab62471470fa43e2c 12-Dec-2014 Narayan Kamath <narayan@google.com> Stop using apache-http in settings.

Most of this usage is from crufty "test" code, and is trivially
replacable.

bug: 18027885

(cherry picked from commit f25627c0c960cd31e069a0aed62798dd3a6416aa)

Change-Id: I62b0c4e79812ae69767d778eb9e866cbba1d50e0
/packages/apps/Settings/src/com/android/settings/wifi/WifiStatusTest.java
5ead6b92fdcfd5da4841509be534efa6264a4ccc 27-Nov-2014 Jeff Davidson <jpd@google.com> Final platform settings UX for ephemeral networks.

Show "Connected via Wi-Fi assistant" instead of just "Connected" when
a Wi-Fi connection is ephemeral. Otherwise, treat ephemeral
connections just like saved ones - show (read-only) connection stats
when you click the network, and offer the ability to "forget" the
network, which prevents further ephemeral connections.

Bug: 18525241
Change-Id: I0d2146ab47b82d32c50b2ef883f176a6b6066713
/packages/apps/Settings/src/com/android/settings/wifi/WifiStatusTest.java
df90dd9f55886edd80e44d4bec3cd12d8d3a9444 03-Feb-2010 Chia-chi Yeh <chiachi@android.com> WifiSettings: remove dead code.
/packages/apps/Settings/src/com/android/settings/wifi/WifiStatusTest.java
2ff62e2c7b1ecf2f4463cc8b683ea52e32337b9d 03-Dec-2009 Irfan Sheriff <isheriff@google.com> Wifi diagnostic app to enable debug and provide information

This is the first checkin on the wifi diagnostic app. Right now,
it supports using the WifiManager API, shows the configuration details
and provides status on the supplicant, network and wifi state along with
some additional details.

More to come:
- add more API and status on any additional fields
- provide a way to show some logs

Bug: 2302130
/packages/apps/Settings/src/com/android/settings/wifi/WifiStatusTest.java