summaryrefslogtreecommitdiffstats
path: root/core/java/android/content/SyncManager.java
Commit message (Expand)AuthorAgeFilesLines
* Remove Binder.getOrigCallingUid().Dianne Hackborn2012-08-311-10/+15
* UserHandle to UserSerialNo mappingAmith Yamasani2012-08-171-1/+1
* Rename UserId to UserHandle.Dianne Hackborn2012-08-161-7/+7
* User Manager service to manage users and query user detailsAmith Yamasani2012-08-111-6/+11
* fix expedited syncs. there were times when an expedited sync wouldn'tFred Quintana2012-05-061-19/+39
* Merge "Synchronize/align periodic sync alarms based on a random per device se...Ashish Sharma2012-04-111-14/+45
|\
| * Synchronize/align periodic sync alarms based on a random per device seed value.Ashish Sharma2012-04-111-14/+45
* | Fix a race condition in SyncManager.onAccountsUpdated()Amith Yamasani2012-04-111-40/+6
|/
* User management and switchingAmith Yamasani2012-03-271-0/+23
* Make SyncManager and AccountManagerService multi-user aware.Amith Yamasani2012-03-081-162/+212
* Log global autosync on dumpsysAlon Albert2012-01-111-55/+61
* By default ICS allows two syncs to run in parallel. Make it onlyFred Quintana2011-12-051-2/+8
* Work on process management.Dianne Hackborn2011-10-281-2/+4
* Work on issue #5465917: Wakelock *overflow* held for very long timesDianne Hackborn2011-10-181-1/+1
* Update dumpsys outputAlon Albert2011-10-031-40/+48
* Add Detailed Sync Stats SectionAlon Albert2011-09-271-62/+232
* Revert "Make the SyncManager timeout syncs if it takes too long to bind to th...Fred Quintana2011-09-121-51/+5
* Merge "Make the SyncManager have wakelocks per account, not per account type,...Fred Quintana2011-09-081-5/+5
|\
| * Make the SyncManager have wakelocks per account, not per account type,Fred Quintana2011-09-081-5/+5
* | Changing the timeout for detecting syncs that are taking too long to bindSubir Jhanb2011-09-081-3/+3
|/
* Make the SyncManager timeout syncs if it takes too long to bind to them.Fred Quintana2011-08-311-5/+51
* Check for periodic sync that is in the futureAlon Albert2011-08-161-2/+5
* Avoid sync when UID network is disconnected.Jeff Sharkey2011-07-261-2/+18
* Rename method to discourage use of this in favor of member fieldAlon Albert2011-02-161-3/+3
* Bring back auto clear backoff on reconnectAlon Albert2011-02-161-3/+20
* am 3782fe2b: am f728411b: Merge "Fix bug #3395355 ("adb shell dumpsys content...Fabrice Di Meglio2011-01-261-1/+34
|\
| * Fix bug #3395355 ("adb shell dumpsys content" should present human readable f...Fabrice Di Meglio2011-01-261-1/+34
* | am 24bc5331: am cef29578: Merge "Change local names for greater clarity." int...Robert Greenwalt2011-01-111-2/+2
|\ \ | |/
| * Change local names for greater clarity.Robert Greenwalt2011-01-111-2/+2
* | am 7710465f: am 55ccb887: Merge "Don\'t check for services before boot-comple...Robert Greenwalt2011-01-101-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
* | Making the sync manager take the data connected value from ConnectivityManage...Subir Jhanb2011-01-101-37/+6
|/
* 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