History log of /packages/apps/Settings/src/com/android/settings/AccountPreference.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
86708a8a6da3d2da4547750ce67a89744a2878a1 07-Jun-2012 Amith Yamasani <yamasani@google.com> Add back a SYNC_SETTINGS screen

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
/packages/apps/Settings/src/com/android/settings/AccountPreference.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/AccountPreference.java
7a7ea2bf2f8d0760cc3f6768b6b4bb0f6f7f0d7d 31-Aug-2011 Jeff Sharkey <jsharkey@android.com> Sync asset drop and smoother animation.

Bug: 5233703
Change-Id: I3fa52da71b78dcfa7842047b427c5121d3ac7e68
/packages/apps/Settings/src/com/android/settings/AccountPreference.java
0ceb6ad890a341a9edda7b000aea0725c61380d4 23-Jul-2011 Svetoslav Ganov <svetoslavganov@google.com> Accounts & Sync - sync status indicators missing contentDescription attributes.

1. Added the content descriptions.

bug:5033572

Change-Id: I4d04f4c6e7b79dcc9720b69505aa64e798a02fad
/packages/apps/Settings/src/com/android/settings/AccountPreference.java
cfd524f07af0820e2e41fd74e7e3c5b7433854f8 24-May-2011 Amith Yamasani <yamasani@google.com> Visual adjustments for smaller tablets.

Make the Manage Apps tab indicators horizontally scrollable.
Use medium font size for user dictionary.

Bug: 4462313

Change-Id: Iba44e758715c0187ea17ed072794b8596dee0e54
/packages/apps/Settings/src/com/android/settings/AccountPreference.java
43c697854c7e373fbc1dae8b7a5259a32de346b4 01-Dec-2010 Amith Yamasani <yamasani@google.com> Move Account & sync settings into Settings app.

Fragmentized some of the activities and moved buttons into the menu area.

Bug: 3148844
/packages/apps/Settings/src/com/android/settings/AccountPreference.java
43a673053f2e9b1ace7ad9f32a58ae37f3e431d3 18-Nov-2010 Amith Yamasani <yamasani@google.com> Use the new Preference:icon attribute and placeholder for showing icons on the left.
/packages/apps/Settings/src/com/android/settings/AccountPreference.java
a2633d0232adefd2767484add759a46906e00bcc 16-Sep-2010 Daisuke Miyakawa <dmiyakawa@google.com> 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
/packages/apps/Settings/src/com/android/settings/AccountPreference.java