History log of /packages/apps/Settings/src/com/android/settings/wifi/WifiDialogActivity.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bc1cf7e2608e6cd0e03372975ded5f7e61e6dac9 22-Jul-2017 Eric Schwarzenbach <easchwar@google.com> Make only the "Add Network" WifiDialog fullscreen.

Fixes an issue where other instances of WifiDialog were being launched
fullscreen. Creates static methods for creating fullscreen and modal
WifiDialogs to make the style more explicit.

Bug: 63889135
Test: make -j40 RunSettingsRoboTests
Change-Id: I2200b5d7f817b9f69a6abb73bf2c04ea24556d19
/packages/apps/Settings/src/com/android/settings/wifi/WifiDialogActivity.java
00d82f054c51ca6b51f3f829194ac650e6163e37 23-Dec-2015 Maurice Lam <yukl@google.com> [WifiDialog] Suppress activity transition

Suppress the activity transition when finishing so that only the
dialog's animation will be played.

Bug: 25796672
Change-Id: I0c472313608aa46f780ce2fdb79224c0ad3a4dad
/packages/apps/Settings/src/com/android/settings/wifi/WifiDialogActivity.java
dd3e2434eedeceb4051bf2618556b1c698ac9def 06-Nov-2015 Maurice Lam <yukl@google.com> [WifiDialog] Theme for setup wizard

Use setup wizard themes so that dialogs are shown in the correct
accent colors and dark/light themes.

Bug: 25515641
Change-Id: I87a0a01001944b50e48ec812f071a988f37ed8db
/packages/apps/Settings/src/com/android/settings/wifi/WifiDialogActivity.java
30b3287eb57dbc743bc04cd77881ea1ed488ee1c 23-Oct-2015 Maurice Lam <yukl@google.com> [WifiDialog] "Add network" return WifiConfig

When adding a network by manually entering SSID, return the wifi
configuration to the caller.

Change-Id: If490a341fe95b9c63f43d3bb30a2114bfcd45082
/packages/apps/Settings/src/com/android/settings/wifi/WifiDialogActivity.java
34e5a0c30881463c10dad399850b78aef775a3a4 22-Oct-2015 Maurice Lam <yukl@google.com> [WifiDialog] Allow adding unspecified AP

In WifiDialogActivity, handle the case where the given
accessPointState is null, and show the Wi-Fi dialog allowing users
to enter the SSID and other credentials. This will be used by setup
wizard when user selected "Add new network" item.

Bug: 23392285
Change-Id: Ica2650d9e829d73281bc9c504c3005d9c5750d31
/packages/apps/Settings/src/com/android/settings/wifi/WifiDialogActivity.java
771fac591f6e00221713e6eb763148e3d191d7c2 08-Sep-2015 Maurice Lam <yukl@google.com> [WifiSettings] Add Wi-Fi dialog activity

Add a Wi-Fi dialog activity that can be started by setup wizard to
connect to a Wi-Fi access point.

Also refactored mEdit and mModify in WifiConfigController into an
int-enum mMode, with modes view, connect and modify. This is how the
new modes maps to the old flags:

MODE_VIEW -- mEdit = false, mModify = *
MODE_CONNECT -- mEdit = true, mModify = false
MODE_MODIFY -- mEdit = true, mModify = true

Bug: 23426311
Change-Id: I8e2221fd3c42577068e07686dab245dd5888e0ae
/packages/apps/Settings/src/com/android/settings/wifi/WifiDialogActivity.java