History log of /packages/apps/Settings/src/com/android/settings/wifi/WifiNoInternetDialog.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c179f33c878ec0fcc7e2d71d596dc518a50349a3 18-Sep-2016 Lorenzo Colitti <lorenzo@google.com> Add a "Don't ask again" checkbox to the avoid bad wifi dialog.

Also update the settings code to reflect the new tristate
semantics of the NETWORK_AVOID_BAD_WIFI setting.

Bug: 31075769
Change-Id: Icd21d8272abe6afd42ee8a41e2c7e1a6af77f0b3
/packages/apps/Settings/src/com/android/settings/wifi/WifiNoInternetDialog.java
49d703319bff6819747bd8bd6ddd9d06f6d6c4eb 17-Sep-2016 Paul Stewart <pstew@google.com> Bad Wi-Fi: Change strings to carrier specs

Also add a checkbox to persist the value. However, the logic to
pass this persistence to ConnectivityService has not yet been added.

Bug: 31075769
Test: Visual inspection of dialog (upcoming)
Change-Id: I370ab07ea276b024ce4adc61e10ca085be1c5549
/packages/apps/Settings/src/com/android/settings/wifi/WifiNoInternetDialog.java
a317684cfc456be821eaca97c4d14b6479467b1b 16-Sep-2016 Hugo Benichi <hugobenichi@google.com> Add a "Cellular data fallback" pref.

Also adjust working of the "lost internet" notification.

Bug: 31075769
Change-Id: I17e18516c9bfdc32b38686191327b6d6f87aed95
/packages/apps/Settings/src/com/android/settings/wifi/WifiNoInternetDialog.java
1449ecd460db283db3d8600a857f7444d55730d0 15-Sep-2016 Lorenzo Colitti <lorenzo@google.com> Support displaying a dialog when Wi-Fi loses Internet access.

Bug: 31075769
Change-Id: Ia0c76d80591937dc40765c437e5779f3b6dde217
/packages/apps/Settings/src/com/android/settings/wifi/WifiNoInternetDialog.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/WifiNoInternetDialog.java
25935892092a9efe31c075555f0e9e6fc72d795c 10-Jun-2015 Lorenzo Colitti <lorenzo@google.com> Pass in the netId using intent data, not intent extras.

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
/packages/apps/Settings/src/com/android/settings/wifi/WifiNoInternetDialog.java
dcc61554263e91c80b27ab64a9bc80302fda096f 10-Jun-2015 Lorenzo Colitti <lorenzo@google.com> Reword "no internet access" dialog to conform with mocks.

Bug: 20081183
Bug: 20739299
Change-Id: I63e58dafcba879c56669766f652729a73ef722e2
/packages/apps/Settings/src/com/android/settings/wifi/WifiNoInternetDialog.java
56bd6c338eb76420a610da4a1f2629f8d3d01565 19-May-2015 Lorenzo Colitti <lorenzo@google.com> Address TODOs in WifiNoInternetDialog.

Bug: 20081183
Change-Id: I30a4f04ca892796a674ff0306aafaed485126092
/packages/apps/Settings/src/com/android/settings/wifi/WifiNoInternetDialog.java
877b054bfe4d27862165246d46f3cfda13bd4fe4 03-Apr-2015 Lorenzo Colitti <lorenzo@google.com> Dialog box for networks without an Internet connection

Bug: 20081183
Change-Id: If4866a341382fa37745ae5aa2d10372f052d5dd6
/packages/apps/Settings/src/com/android/settings/wifi/WifiNoInternetDialog.java