summaryrefslogtreecommitdiffstats
path: root/core/java/android/content/AbstractThreadedSyncAdapter.java
Commit message (Expand)AuthorAgeFilesLines
* add a way for the sync adapter to specify the activity that shouldFred Quintana2011-08-251-0/+45
* Move handing of a "cancel" inside try-finally blockAlon Albert2011-02-071-4/+3
* allow sync adapter authors to control more policiesFred Quintana2010-12-091-16/+70
* Fix the rest of the javadoc warnings.Joe Onorato2010-09-161-1/+2
* some changes due to an API reviewFred Quintana2010-03-301-10/+14
* moved the hidden sync helpers out of the frameworkFred Quintana2009-12-141-1/+12
* - move the EventLog stuff out of ATSAFred Quintana2009-12-101-24/+6
* Migration to TrafficStats.Ken Shirriff2009-12-081-6/+6
* add an IPC for sync initializationFred Quintana2009-10-141-0/+7
* changes from Sync Manager API Review: bug 2164262Fred Quintana2009-10-061-19/+17
* 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