History log of /packages/apps/Settings/src/com/android/settings/wifi/WifiDialog.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a7383f3862232fefe060a7e2aa9e1ae02c676bff 05-Sep-2014 PauloftheWest <paulofthewest@google.com> Removed connect button from Saved Networks dialog.

Bug: 17065357
Change-Id: Idb46ac404b171733ccac271ba74188224ca2611d
/packages/apps/Settings/src/com/android/settings/wifi/WifiDialog.java
e8a80b5db3418ee9824e457420c3536f0eb71139 22-Aug-2013 Russell Brenner <russellbrenner@google.com> Support Holo Light theme for wifi during setup

Adds programmatic support for holo light theme, activated by setting
EXTRA_THEME to "holo_light". Light-themed graphics are still pending.

Bug: 10407819
Change-Id: I81b6bf3fdf7ca3ee72b0f921b8adf6d858415887
/packages/apps/Settings/src/com/android/settings/wifi/WifiDialog.java
0c0bd827a104ee3a5891b8c5f1dae6db422e09e9 13-Dec-2011 Irfan Sheriff <isheriff@google.com> Fix button visibility on connect

Bug: 5750846
Change-Id: I1f31308a21f7f6876f12eb4f1ab45ecd1bc74092
/packages/apps/Settings/src/com/android/settings/wifi/WifiDialog.java
25b69ebcccec93798d1ebf6c77707bd79036be44 08-Jan-2011 Amith Yamasani <yamasani@google.com> Use a resizable dialog for wifi configuration.

Bug: 3175152

Use a custom theme that allows the dialog to resize.

Change-Id: I004b91c58d0d1810df50f9bdee9430698f51f8ab
/packages/apps/Settings/src/com/android/settings/wifi/WifiDialog.java
58b0291fe6e6e47bf3d7457d8cf2648b8ce4a1ae 09-Nov-2010 Daisuke Miyakawa <dmiyakawa@google.com> Refactor WiFi code around XL setup

Major:
- move SetupWizard-related codes to WifiSettingsForSetupWizardXL as
much as possible
- stop using Preference for configurinig wifi network. We use
WifiConfigUiForSetupWizardXL instead, which is base on a bare View.

Minor:
- change button handling code expecting better readability.
- hide Detail button.
- modify strings a bit.
- add logs

Bug: 3175016
Change-Id: I5b29917af73aac6a82e13ba846a9d5085f9bd523
/packages/apps/Settings/src/com/android/settings/wifi/WifiDialog.java
5cd60eb8aa5a4d5cf1a850ddd05d4f94eae1eb2f 02-Sep-2010 Daisuke Miyakawa <dmiyakawa@google.com> Add modifications which should have been in the change
I520d690d3301837d32f91dad54a973a379ce1989

Change-Id: Iecca6b4fef2ec42a62273035b096ccedcea94d78
/packages/apps/Settings/src/com/android/settings/wifi/WifiDialog.java
d36699282cbd0a6897f425106081d3f2c0db55d4 27-Aug-2010 Daisuke Miyakawa <dmiyakawa@google.com> Add Wifi Setup screen for Setup Wizard with XL size screen.

* Add WifiSettingsForSetupWizardXL as a new Activity
The activity has WifiSettings fragment in it. It also contains
several buttons, texts around the fragment.

* Making configuration UI part of Preference list.
In Wifi Setup for Setup Wizard XL, WifiSettings fragment lets
a UI for configuring access points shown inside a
PregerenceCategory object, while it has been shown as Dialog.

To achieve this action, WifiDialog is decomposed into two parts:
- WifiConfigUiBase (Mainly UI part)
- WifiConfigController (Mainly Wifi controller part)

All codes for wifi configuration in WifiDialog is now in
WifiConfigController, which is reused from
WifiConfigPreference.

* Misc stuff
- Remove AccessPoint#compareTo(). Instead,
AccessPoint.AccessPointComparater should be used when needed.

Change-Id: I520d690d3301837d32f91dad54a973a379ce1989
/packages/apps/Settings/src/com/android/settings/wifi/WifiDialog.java
de3e56650d3e12b0bdfeb9311b71e0bb3a80ccc1 03-Jun-2010 Irfan Sheriff <isheriff@google.com> Add phase2 authentication settings

Bug: 2734813
Change-Id: Iaf4455577be888f6c78f490b2cc046adef41403e
/packages/apps/Settings/src/com/android/settings/wifi/WifiDialog.java
8c81257f70fabeaa505e292bd0c2226dd5eefc4c 15-May-2010 Chung-yih Wang <cywang@google.com> Fix the double-quoted SSID issue.

Bug id http://b/issue?id=2684571

Change-Id: I0f1e508b9a3d0fefcef28235380392368a51e42a
/packages/apps/Settings/src/com/android/settings/wifi/WifiDialog.java
141fe818f188554436f0c7b01d1143b776b95067 22-Mar-2010 Chung-yih Wang <cywang@google.com> Fix the incorrect keystore prefix of private key in the wpa_supplicant.conf.

Change-Id: Ibc77d10f6c945d274037422b2e4e58d1bbd9888d
/packages/apps/Settings/src/com/android/settings/wifi/WifiDialog.java
05d35416e8b5cf550f79507ed53dab61d42ff972 17-Mar-2010 Chia-chi Yeh <chiachi@android.com> WifiSettings: do not set auth_alg for WPA/WPA2 networks.

Change-Id: Ib41a52d90ca8db3cb52aa1fb87e2433bb76f4de2
/packages/apps/Settings/src/com/android/settings/wifi/WifiDialog.java
c11618c826ac32dde202f60ed2b245a586dcc2eb 16-Mar-2010 Dmitry Shmidt <dimitrysh@google.com> Fix WEP Open/Shared network settings

Change-Id: I2ccf73e19d27ed5c60f3f028a44a241ed6a7bb50
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
/packages/apps/Settings/src/com/android/settings/wifi/WifiDialog.java
48090d4066fdf3084a4fb31277e785149c1bce37 25-Jan-2010 Chia-chi Yeh <chiachi@android.com> WifiSettings: revise and add support for editing EAP networks.

Use arrays.xml to store translations for enumerations;
avoid race conditions happened when pop up menu or dialog;
avoid saving configurations with networks disabled;
use the same layout for all the dialogs;
support editing EAP networks;
only unlock keystore before connecting;
and many bug fixes I cannot remember.

The number of lines in the new code is about 1/3 of the old one,
and it improves the readability a lot!
/packages/apps/Settings/src/com/android/settings/wifi/WifiDialog.java