History log of /frameworks/base/core/java/android/content/AbstractThreadedSyncAdapter.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
cb9accefb19ba6ae6fd449dc9ab62e972b51335c 31-Jul-2013 Jean-Baptiste Queru <jbq@google.com> am 46aae98b: am f2d643cf: Merge "Fixed a leaked partial wakelock in AbstractThreadedSyncAdapter."

* commit '46aae98b41fe6e6b61aeddff3ad3f41bc4ceace3':
Fixed a leaked partial wakelock in AbstractThreadedSyncAdapter.
8014cbffad1e74814ddd0a98ee5954d8bf3a6c03 15-Aug-2012 Daniel Karlberg <daniel.karlberg@sonymobile.com> Fixed a leaked partial wakelock in AbstractThreadedSyncAdapter.

This fix ensures that onFinished() is always called in a syncClient
even if the application lacks the READ_SYNC_SETTINGS permission.

Change-Id: I944717e71ceae06a665f8a3b1199b41d73e12da4
/frameworks/base/core/java/android/content/AbstractThreadedSyncAdapter.java
fa77418134c6f1f80af225a78819f069e9c974fb 19-Jun-2013 Matthew Williams <mjwilliams@google.com> AnonymousSyncService & SyncRequest.

Changes to the way bundles are parcelled broke SM,
this update writes out the bundle as xml. This circumvents
the need for parcel, and makes it easier to debug whats
happening.
Change-Id: I6cd5d3a2eb80bfa5b3ae0c7f2d2ff91a65daaa34
/frameworks/base/core/java/android/content/AbstractThreadedSyncAdapter.java
09b45a3ad96379b4181d32f8391f63e9c57dc316 04-May-2012 Andy Stadler <stadler@google.com> Add System Tracing capability to Sync Manager

This tracing code is enabled via "systrace.py --set-tags sync"

Change-Id: Ia8bc01adbba345a568405b0ac8ade96e56b40cc1
/frameworks/base/core/java/android/content/AbstractThreadedSyncAdapter.java
e6d60ecdf668499f003a81274f18cb57075eb65b 24-Aug-2011 Fred Quintana <fredq@google.com> add a way for the sync adapter to specify the activity that should
be invoked to reach a settings screen for that sync adapter

Bug: 5204776
Change-Id: I4641067c1f0710c51f2633241a8c87bc4d568af2
/frameworks/base/core/java/android/content/AbstractThreadedSyncAdapter.java
9257ec05639ac1a529c81ba94cc631b1fa5f49d9 07-Feb-2011 Alon Albert <aalbert@google.com> Move handing of a "cancel" inside try-finally block

Bug: 3417906
Change-Id: I87e41c0cdad74e2ba72a7b4d1f059e72d106e105
/frameworks/base/core/java/android/content/AbstractThreadedSyncAdapter.java
0c4d04ac2e8aa62560d8d767fa1c87e5361b0b08 04-Nov-2010 Fred Quintana <fredq@google.com> allow sync adapter authors to control more policies

- let the SyncManager know that the SyncAdapter can handle
parallel syncs even within sync adapter types
- allow indicating that the sync adapter should be auto
initialized without requiring the sync adapter to run first.
When this setting is used then setIsSyncable(1) is automatically
called for the sync adapter.

Change-Id: Ib40eba95c2556eaee4bb0fe715f379af1b72b84a
/frameworks/base/core/java/android/content/AbstractThreadedSyncAdapter.java
d3ad696b1daaa6c92d8fa268c81ce220ed1d9ffc 16-Sep-2010 Joe Onorato <joeo@google.com> Fix the rest of the javadoc warnings.

Change-Id: Ifbf422a2eb177858813d118f03ceddcd807e73b4
/frameworks/base/core/java/android/content/AbstractThreadedSyncAdapter.java
d5e4fdc8a4743abc0d9fe3cb952a78f9ad078c6b 31-Mar-2010 Fred Quintana <fredq@google.com> some changes due to an API review
- make EntityIterator extend Iterator and thus not throw a
RemoteException, instead converting it into a RuntimeException.
- rename ActiveSyncInfo to SyncInfo
- change getActiveSync to getCurrentSync
- remove the accessors in SyncInfo and instead make the final
fields publicly accessible
- made AbstractThreadedSyncAdapter.cancelSync not take a thread

Change-Id: I99fde5585bc5f1e95f4873ffbba189074a8d6372
http://b/issue?id=2553539
http://b/issue?id=2553541
http://b/issue?id=2553550
/frameworks/base/core/java/android/content/AbstractThreadedSyncAdapter.java
274dc9d35fdf5d0464f74071a9a8f14e497d4d5f 11-Dec-2009 Fred Quintana <fredq@google.com> moved the hidden sync helpers out of the framework
/frameworks/base/core/java/android/content/AbstractThreadedSyncAdapter.java
97ef7637c6799e72956db8e08192539f1b1942f6 10-Dec-2009 Fred Quintana <fredq@google.com> - move the EventLog stuff out of ATSA
- move the google calendar sync adapter settings out of Settings.java
/frameworks/base/core/java/android/content/AbstractThreadedSyncAdapter.java
1719a39a4c0ff3afbf9c9e5f03f20ba50f490902 08-Dec-2009 Ken Shirriff <kens@google.com> Migration to TrafficStats.

TrafficStats is the SDK version of NetStat.
/frameworks/base/core/java/android/content/AbstractThreadedSyncAdapter.java
e7424ffdafb0c18f753f383ebfb121ea5ebf582b 15-Oct-2009 Fred Quintana <fredq@google.com> add an IPC for sync initialization
/frameworks/base/core/java/android/content/AbstractThreadedSyncAdapter.java
f038004f4a5e4fab18df9c87573ba1e82790c30f 07-Oct-2009 Fred Quintana <fredq@google.com> changes from Sync Manager API Review: bug 2164262
/frameworks/base/core/java/android/content/AbstractThreadedSyncAdapter.java
6fd7385f56b129b49164f606d23771a39507f772 04-Sep-2009 Ken Shirriff <kens@google.com> Add sync_details support.

This adds sync_details logging to AbstractThreadedSyncAdapter and thus
the new contacts code.
/frameworks/base/core/java/android/content/AbstractThreadedSyncAdapter.java
fcb14322f4afaf87b816ee120ad1e2f217b1350e 01-Sep-2009 Fred Quintana <fredq@google.com> re-enable cancelation of the sync thread upon receipt of ISyncAdapter.cancelSync()
/frameworks/base/core/java/android/content/AbstractThreadedSyncAdapter.java
5ebe32deb5ce9935b9e38eef6105850c4e726083 31-Aug-2009 Fred Quintana <fredq@google.com> disable canceling until the http connection code is understood
/frameworks/base/core/java/android/content/AbstractThreadedSyncAdapter.java
c298a8518a8fd73a303132c7db241f10eb46c5b6 28-Aug-2009 Fred Quintana <fredq@google.com> add an accessor for Context for use by subclasses
/frameworks/base/core/java/android/content/AbstractThreadedSyncAdapter.java
b19b4c711f51ef63f16727026b31216f9b4d5818 27-Aug-2009 Fred Quintana <fredq@google.com> fix AbstractThreadedSyncAdapter to actually cancel syncs
/frameworks/base/core/java/android/content/AbstractThreadedSyncAdapter.java
3cff76aaa893049d02467a231d477e86a0f80daa 27-Aug-2009 Fred Quintana <fredq@google.com> make sure that the sync thread is protected by a consistent lock
/frameworks/base/core/java/android/content/AbstractThreadedSyncAdapter.java
75d797c2e78d53f49d05b518adb14fd57e0c785c 26-Aug-2009 Fred Quintana <fredq@google.com> run the sync thread at background priority
/frameworks/base/core/java/android/content/AbstractThreadedSyncAdapter.java
4a6679b97e0285c5b65ec5c0d9080ff90d3e9e81 17-Aug-2009 Fred Quintana <fredq@google.com> make syncadapter set whether the account is syncable
/frameworks/base/core/java/android/content/AbstractThreadedSyncAdapter.java
21bb0deb36af32339521038cdbd827f74468df4a 16-Jun-2009 Fred Quintana <fredq@google.com> beef up the syncadapter API
/frameworks/base/core/java/android/content/AbstractThreadedSyncAdapter.java