History log of /packages/apps/Settings/src/com/android/settings/accounts/AuthenticatorHelper.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2972c0136de098a7721555821bfb7451324b33ca 02-Oct-2013 Amith Yamasani <yamasani@google.com> Load account type icons in a background thread before scrolling down

This reduces the jank when scrolling down in top-level Settings if you
happen to have several account types like Google, Twitter, Facebook, etc.

In the process of doing this, discovered that headers get built even when
they're not showing (SubSettings). Skip setting up the headers, which can
be expensive when there are several accounts.

Bug: 11006601
Change-Id: I8b4eafdcc2fc2beecac01317c3c8f07a82febcc0
/packages/apps/Settings/src/com/android/settings/accounts/AuthenticatorHelper.java
c8a9317649d59fb3e2fc7540aedba22a53900895 08-Jun-2012 Amith Yamasani <yamasani@google.com> Exit to Settings when removing the only account for a type.

Skip over the ManageAccounts screen which shows the list of accounts
for a particular type, if there are no accounts there.

Bug: 6630827

Also fix text alignment in top-level of settings.

Change-Id: Icd446babc131e7052fc9e95514214fffe6e6e113
/packages/apps/Settings/src/com/android/settings/accounts/AuthenticatorHelper.java
3882c2e215169ac021c47538e2058ca8089d426f 08-Jun-2012 Amith Yamasani <yamasani@google.com> Directly go to account sync screen if there's only one account for that type.

Bug: 6629330
Change-Id: Ieb2bad131b1580a6b75d970c9a0ea9980580f66d
/packages/apps/Settings/src/com/android/settings/accounts/AuthenticatorHelper.java
d1ab82807aae63926b35f66080a1f7a75c00b95b 18-May-2012 Amith Yamasani <yamasani@google.com> Account types at toplevel of Settings

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
/packages/apps/Settings/src/com/android/settings/accounts/AuthenticatorHelper.java