summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/AccountPreference.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix some dark theme issues (Take 2)Jason Monk2015-06-041-4/+2
| | | | | | | | | | Now with visible lock patterns! Both light and dark! Bug: 21117509 Bug: 21077345 Bug: 21480587 Bug: 21621900 Change-Id: Ibcf822faf7cbc83be43d757e0a6a9432ef3346af
* Adds missing accessibility string for accounts syncingAlexandra Gherghina2014-05-281-0/+2
| | | | Change-Id: If84fd05c67d2bddfbbc197a6f961c10409744462
* Add back a SYNC_SETTINGS screenAmith Yamasani2012-06-061-10/+24
| | | | | | | | | | | | | | | Revive the old Accounts&Sync screen as a dialog with the auto-sync checkbox and a list of accounts. This will be launched when Apps request a SYNC_SETTINGS page for controlling account and master sync. Auto-sync data checkbox will also continue to exist in Data Usage. Minor fixes to account list and account update monitoring. Bug: 6614013 Bug: 6622995 Bug: 6610247 Change-Id: I35c0919a29c6bc7e5edf64f2734a3ef4f5ae5e7a
* Account types at toplevel of SettingsAmith Yamasani2012-06-041-29/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Sync asset drop and smoother animation.Jeff Sharkey2011-08-301-4/+4
| | | | | Bug: 5233703 Change-Id: I3fa52da71b78dcfa7842047b427c5121d3ac7e68
* Accounts & Sync - sync status indicators missing contentDescription attributes.Svetoslav Ganov2011-07-231-0/+15
| | | | | | | | 1. Added the content descriptions. bug:5033572 Change-Id: I4d04f4c6e7b79dcc9720b69505aa64e798a02fad
* Visual adjustments for smaller tablets.Amith Yamasani2011-05-241-2/+1
| | | | | | | | | Make the Manage Apps tab indicators horizontally scrollable. Use medium font size for user dictionary. Bug: 4462313 Change-Id: Iba44e758715c0187ea17ed072794b8596dee0e54
* Move Account & sync settings into Settings app.Amith Yamasani2010-12-011-4/+0
| | | | | | Fragmentized some of the activities and moved buttons into the menu area. Bug: 3148844
* Use the new Preference:icon attribute and placeholder for showing icons on ↵Amith Yamasani2010-11-171-2/+2
| | | | the left.
* Move ManageAccountsSettings into Settings.Daisuke Miyakawa2010-09-171-0/+142
- 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