d1c22a1b56778f76a7bc8da624f83934ff4771a9 |
|
01-Mar-2011 |
Daisuke Miyakawa <dmiyakawa@google.com> |
Show more graceful screens for "add network" flow - use TableLayout instead of RelativeLayout for wifi configuration to align each columns appropriately. - split @id/type field into two fields in SetupWizard Bug: 3403168 Change-Id: I37f2c60ce1b0473af7d20dee1775e9893d2abade
/packages/apps/Settings/src/com/android/settings/wifi/WifiConfigUiForSetupWizardXL.java
|
14cbcb7fe88dab90cb50efa3a09869bc48297170 |
|
13-Jan-2011 |
Daisuke Miyakawa <dmiyakawa@google.com> |
Revise layout for Wifi Setup in XLarge screen - revise xml for new layout - introduce padding View objects for resizing screen when software keyboard is shown. - We now don't show the detailed status of Wi-Fi module anymore in SetupWizard flow (like "disconnected", "connecting", etc.) - remove Forget button and relevant code. Bug: 3347865 Change-Id: Ieab3246f06ee73af59e247b3f9f31c7570efc71f
/packages/apps/Settings/src/com/android/settings/wifi/WifiConfigUiForSetupWizardXL.java
|
cde3083fb539e87728a17a0bb491314530a29643 |
|
09-Jan-2011 |
Daisuke Miyakawa <dmiyakawa@google.com> |
Show password field when authentication failed. - add onAuthenticationFailure() method to prepare appropriate UIs. - set "edit" boolean to true so that users can modify password when re-seleting a network. - keep mStatusText shown for simplicity. It has been hidden during "editing" phase, but we don't need to do that any more - modify Connect button handling so that the button hides/appears at appropriate time - manage visibility state of some fields so that we can "reset" the status when authentication failed - show keyboard again when password field re-appears Bug: 3330109 Change-Id: I1cdf0573280ab46882117e21501a43a447e50b40
/packages/apps/Settings/src/com/android/settings/wifi/WifiConfigUiForSetupWizardXL.java
|
fdb9343ef660fc424bb8c29b48d5c06dff0241c1 |
|
13-Nov-2010 |
Daisuke Miyakawa <dmiyakawa@google.com> |
Stop showing software keyboard when appropriate This change assumes the structure inside layout file. We will change the structure inside the layout, so fundemental fix should come along the layout change. Also let software keyboard hide when appropriate. onBackButtonPressed() loses the focus and hiding the keyboard doesn't work fine after the call. Bug: 3192886 Change-Id: Ifd28d1f1fd0d6f72dc1c32c066dd793c6f9f36ab
/packages/apps/Settings/src/com/android/settings/wifi/WifiConfigUiForSetupWizardXL.java
|
91e9683d8f8679d346f6029f6ab349b7039f5b00 |
|
12-Nov-2010 |
Daisuke Miyakawa <dmiyakawa@google.com> |
Set attachToRoot instead of manually doing so. Bug: 3053354 Change-Id: I065c16cd5af3b438d02d6a0b0da080295e9c17cb
/packages/apps/Settings/src/com/android/settings/wifi/WifiConfigUiForSetupWizardXL.java
|
115ea8aa37d82bda1e3328a9af776d6941d498e7 |
|
12-Nov-2010 |
Daisuke Miyakawa <dmiyakawa@google.com> |
Comment out hidden method call. Bug: 3053354 Change-Id: I5fb5d6eb33e50209c85a95065ac3d0cefb983f6b
/packages/apps/Settings/src/com/android/settings/wifi/WifiConfigUiForSetupWizardXL.java
|
40124c30a9d554597808992d77ccc867737cf242 |
|
12-Nov-2010 |
Daisuke Miyakawa <dmiyakawa@google.com> |
Delay showSoftInput() call. We need to wait onFocusView() call back for actually showing software keyboard. Bug: 3053354 Change-Id: Idd946e3b8a372ddbabb8b36600c77290f77a06e6
/packages/apps/Settings/src/com/android/settings/wifi/WifiConfigUiForSetupWizardXL.java
|
cc13e0b2e431275475c2f518297ff64322a54809 |
|
11-Nov-2010 |
Daisuke Miyakawa <dmiyakawa@google.com> |
Add more useful logs. Bug: 3053354 Change-Id: I917bad7efb55e4155f47257672becbb57995ff7c
/packages/apps/Settings/src/com/android/settings/wifi/WifiConfigUiForSetupWizardXL.java
|
c81d3768d24bfe3ff2f785426f6fd5a10da39c1a |
|
11-Nov-2010 |
Daisuke Miyakawa <dmiyakawa@google.com> |
Add log message for requstFocus() Bug: 3053354 Change-Id: I0fa20b5036d46fb909e778672bc476aeaf57af76
/packages/apps/Settings/src/com/android/settings/wifi/WifiConfigUiForSetupWizardXL.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/WifiConfigUiForSetupWizardXL.java
|