summaryrefslogtreecommitdiffstats
path: root/core/java/android/content/SyncManager.java
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #3395355 ("adb shell dumpsys content" should present human readable f...Fabrice Di Meglio2011-01-261-1/+34
* Change local names for greater clarity.Robert Greenwalt2011-01-111-2/+2
* Don't check for services before boot-completeRobert Greenwalt2011-01-101-2/+2
* Making the sync manager take the data connected value from ConnectivityManage...Subir Jhanb2011-01-101-37/+5
* fix the TooManyDeletes to show up againFred Quintana2010-12-161-3/+1
* Clear all pending backoffs on a reconnect eventAlon Albert2010-12-151-6/+9
* Do not increase backoff before it expiresAlon Albert2010-12-141-5/+15
* allow sync adapter authors to control more policiesFred Quintana2010-12-091-76/+82
* Listen for SyncAdapter death to cancel a syncAlon Albert2010-12-091-2/+17
* Reset backoff on successful syncAlon Albert2010-11-121-0/+9
* Apply backoff to operation that caused itAlon Albert2010-10-281-2/+8
* Make a separate active sync queue for initialization and regular syncs.Fred Quintana2010-10-051-439/+493
* resolved conflicts for merge of 6421ae7e to masterDianne Hackborn2010-09-131-1/+1
|\
| * Fix potential crash in sync.Dianne Hackborn2010-09-131-1/+2
* | resolved conflicts for merge of 53686433 to masterDianne Hackborn2010-09-131-2/+4
|\ \ | |/
| * Track client requests through location manager.Dianne Hackborn2010-09-131-2/+4
* | am 2bf0f1a3: am 00b92b94: am 9aaf24f2: Merge "revert a change in the SyncMana...Fred Quintana2010-04-281-5/+1
|\ \ | |/
| * revert a change in the SyncManager that caused it to not cancelFred Quintana2010-04-271-5/+1
* | create a SyncManager WakeLock for each syncadapterFred Quintana2010-04-071-8/+45
|/
* - changed periodic sync scheduling to just creating pendingFred Quintana2010-03-301-123/+144
* some changes due to an API reviewFred Quintana2010-03-301-3/+3
* fix bug where sync settings set lost upon upgrade from donut and eclairFred Quintana2010-03-241-1/+4
* Clean the settings for the account/authority when trying to sync anFred Quintana2010-03-161-1/+3
* - make the SyncManager add periodic syncs when it upgrades from aFred Quintana2010-03-161-3/+10
* make the syncmanager keep track if whether a service has been unboundFred Quintana2010-03-101-12/+50
* fix a bug where if a syncmanager gets back a SyncAlreadyInProgress errorFred Quintana2010-03-011-1/+1
* expose some sync control methodsFred Quintana2010-02-261-2/+2
* - fix the AccountManager documentation. http://b/2401790Fred Quintana2010-02-181-0/+13
* remove check for obsolete property ro.config.syncFred Quintana2010-02-171-27/+1
* fix an NPE in SyncManager's dump where it can get a null AuthorityInfo; inste...Fred Quintana2010-02-101-1/+1
* - change the SyncManager to retry MANUAL syncs that encounter a soft errorFred Quintana2010-02-081-47/+37
* add sync pollingFred Quintana2010-02-051-253/+200
* am 6f3e1e27: am 9a400fa4: Merge "initialize sync adapters that get installed ...Fred Quintana2010-01-271-0/+9
|\
| * initialize sync adapters that get installed while the system is runningFred Quintana2010-01-211-0/+9
* | enhance the sync manager backoff logic and add support for retry-afterFred Quintana2010-01-251-482/+135
* | change remaining frameworks/base Gservices to Secure settingsDoug Zongker2010-01-071-2/+2
* | Add bindService API to not bring ot foreground.Dianne Hackborn2009-12-081-2/+3
* | am 0ce8431c: Merge change Iaa7edda4 into eclairFred Quintana2009-12-031-2/+6
|\ \ | |/
| * don't reschedule syncs that failed with a tooManyRetries errorFred Quintana2009-12-031-2/+6
* | am 5e5eb393: Merge change Id572ffc7 into eclairFred Quintana2009-10-291-5/+6
|\ \ | |/
| * don't throw an exception when we can't find a pending sync operation in the d...Fred Quintana2009-10-281-5/+6
* | add an IPC for sync initializationFred Quintana2009-10-141-20/+58
|/
* fix sync exponential backoff for expedited syncsFred Quintana2009-10-091-1/+1
* account manager api review changesFred Quintana2009-10-051-2/+2
* - make SyncManager get the accounts list during the constructor,Fred Quintana2009-09-301-17/+39
* Pass provider authority to SyncActivityTooManyDeletesTadashi G. Takaoka2009-09-251-0/+1
* make the SyncManager listen for backgroun data setting changes and do a sync ...Fred Quintana2009-09-231-1/+13
* fix the logic for starting a sync after the accounts changedFred Quintana2009-09-221-1/+1
* log hash of account name in sync event logDoug Zongker2009-09-201-15/+17
* Fix for #2092883: Allow manual sync even when background data is disabledJim Miller2009-09-151-8/+4