summaryrefslogtreecommitdiffstats
path: root/core/java/android/content/AbstractThreadedSyncAdapter.java
Commit message (Expand)AuthorAgeFilesLines
* Add sync_details support.Ken Shirriff2009-09-031-0/+24
* re-enable cancelation of the sync thread upon receipt of ISyncAdapter.cancelS...Fred Quintana2009-08-311-2/+1
* disable canceling until the http connection code is understoodFred Quintana2009-08-301-1/+2
* add an accessor for Context for use by subclassesFred Quintana2009-08-271-0/+4
* fix AbstractThreadedSyncAdapter to actually cancel syncsFred Quintana2009-08-271-1/+2
* make sure that the sync thread is protected by a consistent lockFred Quintana2009-08-271-4/+5
* run the sync thread at background priorityFred Quintana2009-08-251-1/+2
* make syncadapter set whether the account is syncableFred Quintana2009-08-181-2/+18
* beef up the syncadapter APIFred Quintana2009-06-161-0/+176