History log of /packages/apps/Settings/src/com/android/settings/accounts/ManageAccountsSettings.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6b7cf2577623e061439ce7050f885a92167c2304 15-Nov-2011 Amith Yamasani <yamasani@google.com> Kill the Switch on top-right after exiting Accounts & sync.

Bug: 5564377 - Bluetooth screen showing a Switch that doesn't follow
the bluetooth setting.

This seems to have been the Switch in Accounts & sync being set as a
custom view for the Settings activity and not removed on changing
fragments.

Change-Id: I4575a769fbf5482048dbc4e912c6b6f782f505a0
/packages/apps/Settings/src/com/android/settings/accounts/ManageAccountsSettings.java
13b7d8aa456d451ade4b926e91c5119d43eab489 29-Sep-2011 Gilles Debunne <debunne@google.com> Bug 5353255: use a switch to toggle accounts & sync

Change-Id: I00821ba63651d713a148021f64bb95e7f69e6b88
/packages/apps/Settings/src/com/android/settings/accounts/ManageAccountsSettings.java
b59e068d29ec5b4da51b8206f679b9542ae211c8 10-Sep-2011 Gilles Debunne <debunne@google.com> Bug 5092721: Accounts & sync settings, auto sync in overflow menu.

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
/packages/apps/Settings/src/com/android/settings/accounts/ManageAccountsSettings.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/accounts/ManageAccountsSettings.java
b10e52fcf139bc6f4c18033f387527ab30815ccb 17-Aug-2011 Jeff Sharkey <jsharkey@android.com> Remove "background data" from accounts settings.

This has been replaced by setting in data usage panel.

Bug: 4979025
Change-Id: I4e3011233aa2522c05b1497abc54fd421f4a25fb
/packages/apps/Settings/src/com/android/settings/accounts/ManageAccountsSettings.java
cd8e5246f1d538384dae87b8d2867ba3e44a6981 25-Jul-2011 Gilles Debunne <debunne@google.com> Text instead of icons in account settings options

Also changed the default style to remove the opaque title background.

Change-Id: I948d9a15961223c3703bb607e2e5a6bf41e0ff5e
/packages/apps/Settings/src/com/android/settings/accounts/ManageAccountsSettings.java
7606a2f4f3f0aa6b77e9dad3866706bb8ea3206d 03-Jul-2011 Chia-chi Yeh <chiachi@android.com> VpnSettings: switch to the new user interface.

Change-Id: I7158cd8f146677b2823cfa936792fd232a37ae28
/packages/apps/Settings/src/com/android/settings/accounts/ManageAccountsSettings.java
6ef6f183e4d8be0828d1a969178a6e315d8a0ea7 15-Jun-2011 Amith Yamasani <yamasani@google.com> Stability fixes for Settings. Asynchronous callbacks causing NPEs.

Bug: 4598717
Change-Id: I7f1c5bf6e079bb36301e81085096c5b82615814b
/packages/apps/Settings/src/com/android/settings/accounts/ManageAccountsSettings.java
855d216dd4abcf1d7f597f8cae21a44d49607eec 29-Dec-2010 Amith Yamasani <yamasani@google.com> Unregister the listener in onStop() instead of onDestroy()

Bug: 3259661
/packages/apps/Settings/src/com/android/settings/accounts/ManageAccountsSettings.java
c948b16e732d0cb5868acfc7fa8d09e3fa083f3c 15-Dec-2010 Amith Yamasani <yamasani@google.com> Fix an NPE for monkey stability.

Bug: 3283484
/packages/apps/Settings/src/com/android/settings/accounts/ManageAccountsSettings.java
72aa19d1a541b01e9cc7bebd0650f5d2b5f58d58 09-Dec-2010 Amith Yamasani <yamasani@google.com> Keep the settings title as "Settings" even if launching a shortcut.

Handle clicks on Settings icon in top-left.
Also fix a bug where Tethering settings was changing the title.
/packages/apps/Settings/src/com/android/settings/accounts/ManageAccountsSettings.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/accounts/ManageAccountsSettings.java