Commit Graph

3 Commits

Author SHA1 Message Date
Amith Yamasani
ea07165ef2 Bug fixes, UI flow improvements.
Bug: 3173067 - Auto timezone checkbox out of sync with dependency
Bug: 3175116 - Crash when launching Manage Accounts screen
Move "Add Account" to a menu item from a button at the bottom.
2010-11-08 15:24:17 -08:00
Fabrice Di Meglio
4c658d9731 Fix bug #3077713 (Account Sync status is sometimes not reflecting the real status)
- make status refresh thru onResume()

This issue was a regression from the change to use Fragments

Change-Id: I5e293c4a72bdc70f02ccfe4fc84bfb32e2887fad
2010-10-08 17:29:23 -07:00
Daisuke Miyakawa
a2633d0232 Move ManageAccountsSettings into Settings.
- Add activity-alias for the Activity.
- Copy the Activity from AccountsAndSyncSettings.
- Fragmentize ManageAccountsSettings.
- Remove dependency toward AccountPreferenceBase, which is
  used in AccountsAndSyncSettings widely.
- Add missing implementation derived from AccountPrefernceBase.
- Copy dependent drawables.
- Copy dependent xmls
- Copy AccountPrefernce.java.
- Copy strings, adding CHAR LIMIT.
- Remove the logic which remove the preference when its destination
  Activity is missing. We already have the destination as
  Fragment, and it never disappear.

Change-Id: Id41c63d7064aebeaae31bcd84bf4fd20a5636dfe
2010-09-17 11:22:02 -07:00