index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
content
/
AbstractThreadedSyncAdapter.java
Age
Commit message (
Expand
)
Author
2018-10-09
docs: fixing errors found with lint checker
kopriva
2018-03-15
onUnsyncableAccount: Better docs, main thread
Philip P. Moltmann
2018-01-25
Add AbstractThreadedSyncAdapter#onUnsyncableAccount API
Philip P. Moltmann
2017-07-21
Don't unbind from the sync adapter before cancelSync().
Makoto Onuki
2015-06-23
Merge "Fix issue #21799741: AbstractThreadedSyncAdapter crashes..." into mnc-dev
Dianne Hackborn
2015-06-22
Fix issue #21799741: AbstractThreadedSyncAdapter crashes...
Dianne Hackborn
2015-06-22
Cancel Syncs that aren't making progress.
Matthew Williams
2013-07-30
am 46aae98b: am f2d643cf: Merge "Fixed a leaked partial wakelock in AbstractT...
Jean-Baptiste Queru
2013-07-26
Fixed a leaked partial wakelock in AbstractThreadedSyncAdapter.
Daniel Karlberg
2013-07-24
AnonymousSyncService & SyncRequest.
Matthew Williams
2012-05-04
Add System Tracing capability to Sync Manager
Andy Stadler
2011-08-25
add a way for the sync adapter to specify the activity that should
Fred Quintana
2011-02-07
Move handing of a "cancel" inside try-finally block
Alon Albert
2010-12-09
allow sync adapter authors to control more policies
Fred Quintana
2010-09-16
Fix the rest of the javadoc warnings.
Joe Onorato
2010-03-30
some changes due to an API review
Fred Quintana
2009-12-14
moved the hidden sync helpers out of the framework
Fred Quintana
2009-12-10
- move the EventLog stuff out of ATSA
Fred Quintana
2009-12-08
Migration to TrafficStats.
Ken Shirriff
2009-10-14
add an IPC for sync initialization
Fred Quintana
2009-10-06
changes from Sync Manager API Review: bug 2164262
Fred Quintana
2009-09-03
Add sync_details support.
Ken Shirriff
2009-08-31
re-enable cancelation of the sync thread upon receipt of ISyncAdapter.cancelS...
Fred Quintana
2009-08-30
disable canceling until the http connection code is understood
Fred Quintana
2009-08-27
add an accessor for Context for use by subclasses
Fred Quintana
2009-08-27
fix AbstractThreadedSyncAdapter to actually cancel syncs
Fred Quintana
2009-08-27
make sure that the sync thread is protected by a consistent lock
Fred Quintana
2009-08-25
run the sync thread at background priority
Fred Quintana
2009-08-18
make syncadapter set whether the account is syncable
Fred Quintana
2009-06-16
beef up the syncadapter API
Fred Quintana