History log of /packages/apps/Settings/src/com/android/settings/wifi/WriteWifiConfigToNfcDialog.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
234854cb047205b98a007120e2d6323f2bac97be 30-Mar-2018 Fan Zhang <zhfan@google.com> Remove more wrappers in favor of new Robolectric support

Bug: 76167422
Test: robotests
Change-Id: Ic71a181bee6f90f25f9fa2a748cf708887495394
/packages/apps/Settings/src/com/android/settings/wifi/WriteWifiConfigToNfcDialog.java
a7f135596d2af74fc97ecde9bff8a403252d4c2e 31-Oct-2017 Fan Zhang <zhfan@google.com> Switch to use ThreadUtils.postOnMainThread

Change-Id: I344d25a1a667de9c0b23d6d528d905b4da3a4c40
Fixes: 63896139
Test: rerun tests
/packages/apps/Settings/src/com/android/settings/wifi/WriteWifiConfigToNfcDialog.java
dee1a22c45c78dd1d4a681314045b0757b63623d 01-Sep-2017 Doris Ling <dling@google.com> Consolidate all wrappers used for testing.

- Add the wrapper package and move all wrappers to the wrapper package.
- Get rid of some wrapper interface/impl implementation and have a
wrapper class directly.

Bug: 65634579
Test: make RunSettingsRoboTests
Change-Id: Ic757d8f7bacfa7a034c7e692205bc1dc4b0e1de1
/packages/apps/Settings/src/com/android/settings/wifi/WriteWifiConfigToNfcDialog.java
f6c62a2e66670eb2c4ee9fc71a56e0e30a4fbd99 30-Mar-2017 Amin Shaikh <ashaikh@google.com> Fix write wifi config to nfc.

aog/340881 converts the NFC token hex string to lowercase instead of
uppercase. This change updates Settings to encode the password as a
lowercase hex string.

Bug: 35725168
Test: m RunSettingsRoboTests and manually testing writing GIN-2G to nfc
Change-Id: I85e991c4b8a3d7634dea7f945a23a2ef3d3fe448
/packages/apps/Settings/src/com/android/settings/wifi/WriteWifiConfigToNfcDialog.java
bef3c6ddfd91fb9845c134f83d0cadc35254236e 24-Mar-2017 Amin Shaikh <ashaikh@google.com> Update WriteWifiConfigToNfcDialog.

- Use the new WifiManager API to retrieve the WPS NFC token for the
current network.
- Add WifiManagerWrapper class to support testing because Robolectric
does not yet support testing Android O.

Bug: 35725168
Test: m RunSettingsRoboTests
Change-Id: I7805bdcbe02dc262083bcd371d4ad88d256f8089
/packages/apps/Settings/src/com/android/settings/wifi/WriteWifiConfigToNfcDialog.java
5bac36a15a3e9b163784db53283e9806b6f18e3e 16-Feb-2017 Amin Shaikh <ashaikh@google.com> Fix NPE in WriteWifiConfigToNfcDialog.

Bug: 34691792
Test: m RunSettingsRoboTests
Change-Id: I0e396f4f590c8de6636c7494e20d74c562b7c9cd
/packages/apps/Settings/src/com/android/settings/wifi/WriteWifiConfigToNfcDialog.java
aef794a2894e996fafa17097744a2bab75eb680d 21-Apr-2015 Andres Morales <anmorales@google.com> Fix crash when rotating NFC dialog

Bug: 18710540
Change-Id: I0f50a8aed555439e8beeff70276d646fc11afe0a
/packages/apps/Settings/src/com/android/settings/wifi/WriteWifiConfigToNfcDialog.java
9a23adf69dc53126c9858b19760eab5b67c23b97 18-Mar-2015 John Spurlock <jspurlock@google.com> Settings: Remove all unused imports.

Change-Id: Iebfa52cb849d69974c94902b0b020893cf5618a3
/packages/apps/Settings/src/com/android/settings/wifi/WriteWifiConfigToNfcDialog.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/WriteWifiConfigToNfcDialog.java
3902c785b0f7e4105a46e43f66b53a52b62872cb 04-Sep-2014 Andres Morales <anmorales@google.com> Fix issue with wifi passwords >16 chars

Wasn't calculating their length in hex properly

Bug:17369745
Change-Id: I7652c10a2e0704877ad113fcbc04007845a862e3
/packages/apps/Settings/src/com/android/settings/wifi/WriteWifiConfigToNfcDialog.java
ae04155bbe875279d6637ffa5dda974b9af019fa 15-May-2014 Andres Morales <anmorales@google.com> Fix issues in Wi-Fi NFC tag code

An NPE + multiple comments

Change-Id: I04ffe10874cc2e9aa9f68bc551b8da98eb6f1640
/packages/apps/Settings/src/com/android/settings/wifi/WriteWifiConfigToNfcDialog.java
ef7a40a0d65a4d3e43d454273c6334448158e555 06-Jan-2014 Andres Morales <anmorales@google.com> Write wifi config to NFC tag

Configured networks expose the option to
write config to an NFC tag. This tag can be
then tapped to another device to configure
the same network. Implemented according to
WiFi Alliance WPS spec.

Change-Id: I33a1be1610aab71cf1ab864418d494027370ebca
/packages/apps/Settings/src/com/android/settings/wifi/WriteWifiConfigToNfcDialog.java