1. 8b2c3a14 Useful annotations for code documentation. by Jeff Sharkey · 12 years ago
  2. cd75706 System server should always send broadcasts to a specific or all users by Amith Yamasani · 12 years ago
  3. db6a14c Fix crashes when quickly adding and removing users by Amith Yamasani · 12 years ago
  4. e4996bb Defer more Account actions until user starting. by Jeff Sharkey · 12 years ago
  5. a706e2f Lock SyncQueue when user starting, copy RSC list. by Jeff Sharkey · 12 years ago
  6. 8f55d11 Database cleanup needs to happen for all users. by Jeff Sharkey · 12 years ago
  7. 9535c91 Fix a runtime restart when cycling between 4 users by Amith Yamasani · 12 years ago
  8. 6eb9620 Include all accounts in dumpsys. by Jeff Sharkey · 12 years ago
  9. 6ab72d7 Make RegisteredServicesCache multi-user aware. by Jeff Sharkey · 12 years ago
  10. 625239a Migrate more Secure settings to Global. by Jeff Sharkey · 12 years ago
  11. d648a60 Fix sync problems when setting up a new user and account by Amith Yamasani · 12 years ago
  12. 8e28555 Skip operations for users who are not running by Alon Albert · 12 years ago
  13. 4120375 Remove Binder.getOrigCallingUid(). by Dianne Hackborn · 12 years ago
  14. 2a00329 UserHandle to UserSerialNo mapping by Amith Yamasani · 12 years ago
  15. f02b60a Rename UserId to UserHandle. by Dianne Hackborn · 12 years ago
  16. 258848d User Manager service to manage users and query user details by Amith Yamasani · 12 years ago
  17. dc47556 fix expedited syncs. there were times when an expedited sync wouldn't by Fred Quintana · 12 years ago
  18. 9766937 Merge "Synchronize/align periodic sync alarms based on a random per device seed value." by Ashish Sharma · 12 years ago
  19. 69d95de Synchronize/align periodic sync alarms based on a random per device seed value. by Ashish Sharma · 12 years ago
  20. f29f236 Fix a race condition in SyncManager.onAccountsUpdated() by Amith Yamasani · 12 years ago
  21. 1359360 User management and switching by Amith Yamasani · 12 years ago
  22. 04e0d26 Make SyncManager and AccountManagerService multi-user aware. by Amith Yamasani · 12 years ago
  23. 2709682 Log global autosync on dumpsys Protect dumpsys from divide by zero by Alon Albert · 13 years ago
  24. 33e4469 By default ICS allows two syncs to run in parallel. Make it only by Fred Quintana · 13 years ago
  25. e02c88a Work on process management. by Dianne Hackborn · 13 years ago
  26. c24ab86 Work on issue #5465917: Wakelock *overflow* held for very long times by Dianne Hackborn · 13 years ago
  27. bf976ba Update dumpsys output by Alon Albert · 13 years ago
  28. e0bde33 Add Detailed Sync Stats Section by Alon Albert · 13 years ago
  29. 87b1466 Revert "Make the SyncManager timeout syncs if it takes too long to bind to them." by Fred Quintana · 13 years ago
  30. 16e1678 Merge "Make the SyncManager have wakelocks per account, not per account type, otherwise the parallel sync behavior of gmail can cause the first account to finish to release the wakelock that is used for the other account, which will result in the device going to sleep before the sync is complete." by Fred Quintana · 13 years ago
  31. fdb2dca Make the SyncManager have wakelocks per account, not per account type, by Fred Quintana · 13 years ago
  32. 795b649 Changing the timeout for detecting syncs that are taking too long to bind by Subir Jhanb · 13 years ago
  33. bf3c634 Make the SyncManager timeout syncs if it takes too long to bind to them. by Fred Quintana · 13 years ago
  34. cc6edf3 Check for periodic sync that is in the future by Alon Albert · 13 years ago
  35. 3482188 Avoid sync when UID network is disconnected. by Jeff Sharkey · 13 years ago
  36. 1bad83a Rename method to discourage use of this in favor of member field by Alon Albert · 13 years ago
  37. ed1d253 Bring back auto clear backoff on reconnect by Alon Albert · 13 years ago
  38. 036dfd0 am 3782fe2b: am f728411b: Merge "Fix bug #3395355 ("adb shell dumpsys content" should present human readable failure messages instead of error codes)" into honeycomb by Fabrice Di Meglio · 14 years ago
  39. dc2dd88 Fix bug #3395355 ("adb shell dumpsys content" should present human readable failure messages instead of error codes) by Fabrice Di Meglio · 14 years ago
  40. 486bca1 am 24bc5331: am cef29578: Merge "Change local names for greater clarity." into honeycomb by Robert Greenwalt · 14 years ago
  41. 1b744ca Change local names for greater clarity. by Robert Greenwalt · 14 years ago
  42. e38cabf am 7710465f: am 55ccb887: Merge "Don\'t check for services before boot-complete" into honeycomb by Robert Greenwalt · 14 years ago
  43. 03b15b9 Don't check for services before boot-complete by Robert Greenwalt · 14 years ago
  44. e896be7 Making the sync manager take the data connected value from ConnectivityManager and not from the intent. by Subir Jhanb · 14 years ago
  45. 753c57b Making the sync manager take the data connected value from ConnectivityManager and not from the intent. by Subir Jhanb · 14 years ago
  46. b19e62a fix the TooManyDeletes to show up again by Fred Quintana · 14 years ago
  47. 744e310f Clear all pending backoffs on a reconnect event by Alon Albert · 14 years ago
  48. aeeb620 Do not increase backoff before it expires by Alon Albert · 14 years ago
  49. 0c4d04a allow sync adapter authors to control more policies by Fred Quintana · 14 years ago
  50. eca7511 Listen for SyncAdapter death to cancel a sync by Alon Albert · 14 years ago
  51. 6e079a3 Reset backoff on successful sync by Alon Albert · 14 years ago
  52. c1ac776 Apply backoff to operation that caused it by Alon Albert · 14 years ago
  53. 918339a Make a separate active sync queue for initialization and regular syncs. by Fred Quintana · 14 years ago
  54. ade9916 resolved conflicts for merge of 6421ae7e to master by Dianne Hackborn · 14 years ago
  55. 50adddd Fix potential crash in sync. by Dianne Hackborn · 14 years ago
  56. e746f03 resolved conflicts for merge of 53686433 to master by Dianne Hackborn · 14 years ago
  57. 7e9f4eb Track client requests through location manager. by Dianne Hackborn · 14 years ago
  58. 2e19293 am 2bf0f1a3: am 00b92b94: am 9aaf24f2: Merge "revert a change in the SyncManager that caused it to not cancel long running syncs if the next sync had the same account and authority." into froyo by Fred Quintana · 14 years ago
  59. 12664a7 revert a change in the SyncManager that caused it to not cancel by Fred Quintana · 14 years ago
  60. b3029c3 create a SyncManager WakeLock for each syncadapter by Fred Quintana · 14 years ago
  61. 77c560f - changed periodic sync scheduling to just creating pending by Fred Quintana · 14 years ago
  62. d5e4fdc some changes due to an API review by Fred Quintana · 14 years ago
  63. fb08440 fix bug where sync settings set lost upon upgrade from donut and eclair to froyo by Fred Quintana · 14 years ago
  64. 7620f1a Clean the settings for the account/authority when trying to sync an by Fred Quintana · 14 years ago
  65. c2e4691 - make the SyncManager add periodic syncs when it upgrades from a by Fred Quintana · 14 years ago
  66. 3ec4730 make the syncmanager keep track if whether a service has been unbound by Fred Quintana · 14 years ago
  67. 82c5c42 fix a bug where if a syncmanager gets back a SyncAlreadyInProgress error by Fred Quintana · 14 years ago
  68. 1b487ec expose some sync control methods by Fred Quintana · 14 years ago
  69. 8570f74 - fix the AccountManager documentation. http://b/2401790 by Fred Quintana · 14 years ago
  70. fb6a535 remove check for obsolete property ro.config.sync by Fred Quintana · 14 years ago
  71. 1bbcd10 fix an NPE in SyncManager's dump where it can get a null AuthorityInfo; instead create one if one doesn't exist yet by Fred Quintana · 14 years ago
  72. 53bd252 - change the SyncManager to retry MANUAL syncs that encounter a soft error by Fred Quintana · 14 years ago
  73. c5d1c6d add sync polling by Fred Quintana · 15 years ago
  74. a322dfa4 am 6f3e1e27: am 9a400fa4: Merge "initialize sync adapters that get installed while the system is running bug http://b/issue?id=2360782" into eclair by Fred Quintana · 15 years ago
  75. 307da1a enhance the sync manager backoff logic and add support for retry-after by Fred Quintana · 15 years ago
  76. 44037e6 initialize sync adapters that get installed while the system is running by Fred Quintana · 15 years ago
  77. edc5189 change remaining frameworks/base Gservices to Secure settings by Doug Zongker · 15 years ago
  78. 09c916b Add bindService API to not bring ot foreground. by Dianne Hackborn · 15 years ago
  79. 298de21 am 0ce8431c: Merge change Iaa7edda4 into eclair by Fred Quintana · 15 years ago
  80. aa7edda don't reschedule syncs that failed with a tooManyRetries error by Fred Quintana · 15 years ago
  81. 0fca5b4 am 5e5eb393: Merge change Id572ffc7 into eclair by Fred Quintana · 15 years ago
  82. cb41faa don't throw an exception when we can't find a pending sync operation in the database by Fred Quintana · 15 years ago
  83. e7424ff add an IPC for sync initialization by Fred Quintana · 15 years ago
  84. 66693ea fix sync exponential backoff for expedited syncs by Fred Quintana · 15 years ago
  85. f7ae77c account manager api review changes by Fred Quintana · 15 years ago
  86. e91ebe2 - make SyncManager get the accounts list during the constructor, by Fred Quintana · 15 years ago
  87. 86135d3 Pass provider authority to SyncActivityTooManyDeletes by Tadashi G. Takaoka · 15 years ago
  88. 600dde0 make the SyncManager listen for backgroun data setting changes and do a sync when the setting is enabled by Fred Quintana · 15 years ago
  89. be3bceb fix the logic for starting a sync after the accounts changed by Fred Quintana · 15 years ago
  90. 44f5747 log hash of account name in sync event log by Doug Zongker · 15 years ago
  91. d2a3a8a Fix for #2092883: Allow manual sync even when background data is disabled by Jim Miller · 15 years ago
  92. 44ee0f0 add system properties for experimenting with sync timeouts. by Debajit Ghosh · 15 years ago
  93. dd9b82c Add better service reporting. by Dianne Hackborn · 15 years ago
  94. a34f1ad Fiddle system boot ordering. by Dianne Hackborn · 15 years ago
  95. 4f9cfc5 suppress syncs until boot is complete by Fred Quintana · 15 years ago
  96. f892fb3 - don't schedule syncs that we will never dispatch by Fred Quintana · 15 years ago
  97. c58b611 Revert "- don't schedule syncs that we will never dispatch" by Fred Quintana · 15 years ago
  98. fae7ff1 - don't schedule syncs that we will never dispatch by Fred Quintana · 15 years ago
  99. c848b70 clean up the too many deletes dialog by Fred Quintana · 15 years ago
  100. e0616ff add a supportsUploading flag in the SyncAdapter description and honor it in the SyncManager by Fred Quintana · 15 years ago