summaryrefslogtreecommitdiffstats
path: root/core/java/android/content/SyncOperation.java
Commit message (Expand)AuthorAgeFilesLines
* Skip operations for users who are not runningAlon Albert2012-09-211-7/+12
* fix expedited syncs. there were times when an expedited sync wouldn'tFred Quintana2012-05-061-0/+4
* Make SyncManager and AccountManagerService multi-user aware.Amith Yamasani2012-03-081-2/+6
* allow sync adapter authors to control more policiesFred Quintana2010-12-091-2/+5
* Make a separate active sync queue for initialization and regular syncs.Fred Quintana2010-10-051-19/+54
* Changed SyncOperation.toKey() to not rely on the implementation ofFred Quintana2010-08-051-1/+1
* - changed periodic sync scheduling to just creating pendingFred Quintana2010-03-301-3/+9
* Add correct copyright headers to multiple filesKenny Root2010-03-111-0/+16
* fix a bug where if a syncmanager gets back a SyncAlreadyInProgress errorFred Quintana2010-03-011-3/+3
* - change the SyncManager to retry MANUAL syncs that encounter a soft errorFred Quintana2010-02-081-0/+3
* enhance the sync manager backoff logic and add support for retry-afterFred Quintana2010-01-251-0/+95