History log of /packages/apps/Settings/src/com/android/settings/accounts/SyncStateCheckBoxPreference.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
167ba2af93e25500e8d9499b3433f7b2c67fad58 20-Oct-2012 Guang Zhu <guangzhu@google.com> Prevent sync state changes when user is a monkey

Bug: 7385019

Change-Id: Icf305683e57b83b3260f2587ae0a3d1a6dc3c21d
/packages/apps/Settings/src/com/android/settings/accounts/SyncStateCheckBoxPreference.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/SyncStateCheckBoxPreference.java
5b6983049db6ca926ddb944188cf8e95871a47ec 07-Feb-2011 Alon Albert <aalbert@google.com> Use main looper to post start animation commands
This is a workaround till we find a better solution. Posting start() on mail
looper will make sure the animation starts but animation can stop randomly
when the list gets refreshed which happens for example any time the user
interacts with the list by check/uncheking boxes. This is because the list
rebuilds itself and views gets detached/attached which binds to a new view.

The long term solution is to switch to the new animator framework but for now
posting on main looper will be consistent with GB behavior.

Bug: 3426585
Change-Id: I77f15873bb47ad05113dc914a5d3d6d8af27e2e8
/packages/apps/Settings/src/com/android/settings/accounts/SyncStateCheckBoxPreference.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/SyncStateCheckBoxPreference.java