From d36699282cbd0a6897f425106081d3f2c0db55d4 Mon Sep 17 00:00:00 2001 From: Daisuke Miyakawa Date: Fri, 27 Aug 2010 10:04:08 -0700 Subject: 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 --- proguard.flags | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proguard.flags') diff --git a/proguard.flags b/proguard.flags index 0e1b428..9427b09 100644 --- a/proguard.flags +++ b/proguard.flags @@ -3,4 +3,4 @@ -keep class com.android.settings.*Picker -keep class com.android.settings.*Settings -keep class com.android.settings.wifi.*Settings --keep class com.android.settings.deviceinfo.* +-keep class com.android.settings.deviceinfo.* \ No newline at end of file -- cgit v1.1