summaryrefslogtreecommitdiff
path: root/core/java/android/content/AbstractThreadedSyncAdapter.java
AgeCommit message (Expand)Author
2018-10-09docs: fixing errors found with lint checkerkopriva
2018-03-15onUnsyncableAccount: Better docs, main threadPhilip P. Moltmann
2018-01-25Add AbstractThreadedSyncAdapter#onUnsyncableAccount APIPhilip P. Moltmann
2017-07-21Don't unbind from the sync adapter before cancelSync().Makoto Onuki
2015-06-23Merge "Fix issue #21799741: AbstractThreadedSyncAdapter crashes..." into mnc-devDianne Hackborn
2015-06-22Fix issue #21799741: AbstractThreadedSyncAdapter crashes...Dianne Hackborn
2015-06-22Cancel Syncs that aren't making progress.Matthew Williams
2013-07-30am 46aae98b: am f2d643cf: Merge "Fixed a leaked partial wakelock in AbstractT...Jean-Baptiste Queru
2013-07-26Fixed a leaked partial wakelock in AbstractThreadedSyncAdapter.Daniel Karlberg
2013-07-24AnonymousSyncService & SyncRequest.Matthew Williams
2012-05-04Add System Tracing capability to Sync ManagerAndy Stadler
2011-08-25add a way for the sync adapter to specify the activity that shouldFred Quintana
2011-02-07Move handing of a "cancel" inside try-finally blockAlon Albert
2010-12-09allow sync adapter authors to control more policiesFred Quintana
2010-09-16Fix the rest of the javadoc warnings.Joe Onorato
2010-03-30some changes due to an API reviewFred Quintana
2009-12-14moved the hidden sync helpers out of the frameworkFred Quintana
2009-12-10- move the EventLog stuff out of ATSAFred Quintana
2009-12-08Migration to TrafficStats.Ken Shirriff
2009-10-14add an IPC for sync initializationFred Quintana
2009-10-06changes from Sync Manager API Review: bug 2164262Fred Quintana
2009-09-03Add sync_details support.Ken Shirriff
2009-08-31re-enable cancelation of the sync thread upon receipt of ISyncAdapter.cancelS...Fred Quintana
2009-08-30disable canceling until the http connection code is understoodFred Quintana
2009-08-27add an accessor for Context for use by subclassesFred Quintana
2009-08-27fix AbstractThreadedSyncAdapter to actually cancel syncsFred Quintana
2009-08-27make sure that the sync thread is protected by a consistent lockFred Quintana
2009-08-25run the sync thread at background priorityFred Quintana
2009-08-18make syncadapter set whether the account is syncableFred Quintana
2009-06-16beef up the syncadapter APIFred Quintana