summaryrefslogtreecommitdiffstats
path: root/res/xml/manage_accounts_settings.xml
Commit message (Collapse)AuthorAgeFilesLines
* Account types at toplevel of SettingsAmith Yamasani2012-06-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Reorganized Account settings to show account types at the top-level of Settings. Only account types that have accounts added are visible here. There is an Add account button to add a new account. Master sync toggle has moved to Data Usage screen in the overflow menu. It shows additional detail of the function of the auto-sync toggle when it is toggled by the user. Account type screen (ManageAccountsSettings) shows list of accounts of that type and any available authenticator settings. It additionally verifies any Intents can be resolved before showing the corresponding entry. This screen now shows last synced time for each account. You can now sync all accounts of a type by selecting Sync now in the Account type screen. Account Sync screen that shows the list of syncable items has minor tweaks: - "Last synced...", "Sync is OFF" - Doesn't show the authenticator settings here anymore. Bug: 6579937 Change-Id: I8139a4c992b525a3e1efc24d2d223c3f5caddc76
* Bug 5092721: Accounts & sync settings, auto sync in overflow menu.Gilles Debunne2011-09-141-11/+0
| | | | | | | | Was usually "Make auto-sync an on/off switch in the action bar" Changed to a check box in the overflow menu as per the comment in the bug. Change-Id: I5a722ec1c743232c019fe89144a0a9463431747a
* Remove "background data" from accounts settings.Jeff Sharkey2011-08-161-6/+0
| | | | | | | This has been replaced by setting in data usage panel. Bug: 4979025 Change-Id: I4e3011233aa2522c05b1497abc54fd421f4a25fb
* Move ManageAccountsSettings into Settings.Daisuke Miyakawa2010-09-171-0/+36
- 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