| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
Bug: 3110575
Change-Id: Ia6ffef6de8882920b89372052b5e29968bedfe5f
|
|
|
|
|
|
|
| |
Also remove status manager code, as they should not be here.
Bug: 3069020
Change-Id: I6fcf8470066f96b7f608ceb519b0783e44307846
|
|
|
|
|
|
|
| |
Also remove status bar code, as we shouldn't touch it here.
Bug: 3008295
Change-Id: I1ae3f118eae2cacd135d3ec61f1c27993fe2e166
|
|
|
|
|
|
| |
bug: 3052067
Change-Id: I5378a5f9afd90e6aaadb25e0284188c25dce6b2a
|
|
|
|
| |
Change-Id: I3b0ab29ec33aadc5940ed2d8aa54dfffea2d55e6
|
|
|
|
|
| |
Bug: 3005211
Change-Id: Ia01957725956d570370aceeab01750d77069001a
|
|
|
|
| |
Change-Id: I58abf66746f6bbebb19e9a67cd6d4678e3c9a424
|
|
|
|
|
|
|
|
|
|
| |
Make the orientation "behind", as XL would require landscape.
TODO:
- Automatic Time Zone should be available.
- Layout is immature: need to have better theme and layout xml.
Change-Id: Iafe141223a227643ca774f4df5e5b7fde9520d31
|
|
|
|
|
|
| |
I520d690d3301837d32f91dad54a973a379ce1989
Change-Id: Iecca6b4fef2ec42a62273035b096ccedcea94d78
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
Added a base class SettingsPreferenceFragment from which the settings activities should
be derived so that they can behave like fragments. It contains some commonly called
utility methods and dialog conversion to DialogFragment.
Some of the top-level activities can be launched directly without the left pane.
Settings.java acts as a proxy activity that contains just that settings fragment without
the left pane.
There are still a lot of second and third level activities that need to be fragmentized.
This is just the first pass to test the 2-pane layout.
|