History log of /packages/apps/Settings/src/com/android/settings/wifi/AccessPointCategoryForSetupWizardXL.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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/AccessPointCategoryForSetupWizardXL.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/AccessPointCategoryForSetupWizardXL.java