summaryrefslogtreecommitdiffstats
path: root/core/java/android/content/SyncManager.java
Commit message (Expand)AuthorAgeFilesLines
* Useful annotations for code documentation.Jeff Sharkey2012-11-121-1/+2
* System server should always send broadcasts to a specific or all usersAmith Yamasani2012-10-221-1/+1
* Fix crashes when quickly adding and removing usersAmith Yamasani2012-10-191-1/+3
* Defer more Account actions until user starting.Jeff Sharkey2012-10-171-6/+5
* Lock SyncQueue when user starting, copy RSC list.Jeff Sharkey2012-10-161-7/+10
* Database cleanup needs to happen for all users.Jeff Sharkey2012-10-111-3/+14
* Fix a runtime restart when cycling between 4 usersAmith Yamasani2012-10-101-9/+4
* Include all accounts in dumpsys.Jeff Sharkey2012-10-101-2/+5
* Make RegisteredServicesCache multi-user aware.Jeff Sharkey2012-10-091-123/+120
* Migrate more Secure settings to Global.Jeff Sharkey2012-09-271-2/+2
* Fix sync problems when setting up a new user and accountAmith Yamasani2012-09-261-2/+11
* Skip operations for users who are not runningAlon Albert2012-09-211-12/+53
* 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