1. eca2fe9 Minor Formating Fix by Alon Albert · 11 years ago
  2. 49e9c44 Merge "Add new ActivityManager.isLowRamDevice()." by Dianne Hackborn · 11 years ago
  3. b4e1249 Add new ActivityManager.isLowRamDevice(). by Dianne Hackborn · 11 years ago
  4. e738c13 Merge "Bugfix 9373708 JBMR2 runtime restart (system process crash in the sync manager) during setup" by Georgi Nikolov · 11 years ago
  5. dbe846b Bugfix 9373708 by Georgi Nikolov · 11 years ago
  6. 13ac041 Update procstats to start collecting/reporting pss. by Dianne Hackborn · 11 years ago
  7. 4970974 Do not allow 0 or smaller periodicity for syncs. b/9295383 by Ashish Sharma · 11 years ago
  8. 8d044e8 Start combining threads in system process. by Dianne Hackborn · 11 years ago
  9. 9422bdc Don't sync from adapters that haven't opted in to restricted accounts by Amith Yamasani · 11 years ago
  10. 27b89e6 Rename bindService to bindServiceAsUser to follow convention. by Amith Yamasani · 12 years ago
  11. 7a96c39 Move lingering services to services.jar. by Jeff Sharkey · 12 years ago[Renamed (98%) from core/java/android/content/SyncManager.java]
  12. 8e2ffc7 am 9634e970: am bfea4f04: am f5377a72: Merge "Useful annotations for code documentation." into jb-mr1.1-dev by Jeff Sharkey · 12 years ago
  13. 8b2c3a14 Useful annotations for code documentation. by Jeff Sharkey · 12 years ago
  14. 6861a61 am e78d50b4: am 6eb9844c: am 22788981: Merge "System server should always send broadcasts to a specific or all users" into jb-mr1-dev by Amith Yamasani · 12 years ago
  15. cd75706 System server should always send broadcasts to a specific or all users by Amith Yamasani · 12 years ago
  16. 0ad9356 am 283d1409: am f624d72c: am 8074e98b: Merge "Fix crashes when quickly adding and removing users" into jb-mr1-dev by Amith Yamasani · 12 years ago
  17. db6a14c Fix crashes when quickly adding and removing users by Amith Yamasani · 12 years ago
  18. 57286f9 Add sync reason to dumpsys by Alon Albert · 12 years ago
  19. e4996bb Defer more Account actions until user starting. by Jeff Sharkey · 12 years ago
  20. a706e2f Lock SyncQueue when user starting, copy RSC list. by Jeff Sharkey · 12 years ago
  21. 8f55d11 Database cleanup needs to happen for all users. by Jeff Sharkey · 12 years ago
  22. 9535c91 Fix a runtime restart when cycling between 4 users by Amith Yamasani · 12 years ago
  23. 6eb9620 Include all accounts in dumpsys. by Jeff Sharkey · 12 years ago
  24. 6ab72d7 Make RegisteredServicesCache multi-user aware. by Jeff Sharkey · 12 years ago
  25. 625239a Migrate more Secure settings to Global. by Jeff Sharkey · 12 years ago
  26. d648a60 Fix sync problems when setting up a new user and account by Amith Yamasani · 12 years ago
  27. 8e28555 Skip operations for users who are not running by Alon Albert · 12 years ago
  28. 4120375 Remove Binder.getOrigCallingUid(). by Dianne Hackborn · 12 years ago
  29. 2a00329 UserHandle to UserSerialNo mapping by Amith Yamasani · 12 years ago
  30. f02b60a Rename UserId to UserHandle. by Dianne Hackborn · 12 years ago
  31. 258848d User Manager service to manage users and query user details by Amith Yamasani · 12 years ago
  32. dc47556 fix expedited syncs. there were times when an expedited sync wouldn't by Fred Quintana · 12 years ago
  33. 9766937 Merge "Synchronize/align periodic sync alarms based on a random per device seed value." by Ashish Sharma · 12 years ago
  34. 69d95de Synchronize/align periodic sync alarms based on a random per device seed value. by Ashish Sharma · 12 years ago
  35. f29f236 Fix a race condition in SyncManager.onAccountsUpdated() by Amith Yamasani · 12 years ago
  36. 1359360 User management and switching by Amith Yamasani · 12 years ago
  37. 04e0d26 Make SyncManager and AccountManagerService multi-user aware. by Amith Yamasani · 12 years ago
  38. 2709682 Log global autosync on dumpsys Protect dumpsys from divide by zero by Alon Albert · 13 years ago
  39. 33e4469 By default ICS allows two syncs to run in parallel. Make it only by Fred Quintana · 13 years ago
  40. e02c88a Work on process management. by Dianne Hackborn · 13 years ago
  41. c24ab86 Work on issue #5465917: Wakelock *overflow* held for very long times by Dianne Hackborn · 13 years ago
  42. bf976ba Update dumpsys output by Alon Albert · 13 years ago
  43. e0bde33 Add Detailed Sync Stats Section by Alon Albert · 13 years ago
  44. 87b1466 Revert "Make the SyncManager timeout syncs if it takes too long to bind to them." by Fred Quintana · 13 years ago
  45. 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
  46. fdb2dca Make the SyncManager have wakelocks per account, not per account type, by Fred Quintana · 13 years ago
  47. 795b649 Changing the timeout for detecting syncs that are taking too long to bind by Subir Jhanb · 13 years ago
  48. bf3c634 Make the SyncManager timeout syncs if it takes too long to bind to them. by Fred Quintana · 13 years ago
  49. cc6edf3 Check for periodic sync that is in the future by Alon Albert · 13 years ago
  50. 3482188 Avoid sync when UID network is disconnected. by Jeff Sharkey · 13 years ago
  51. 1bad83a Rename method to discourage use of this in favor of member field by Alon Albert · 13 years ago
  52. ed1d253 Bring back auto clear backoff on reconnect by Alon Albert · 13 years ago
  53. 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
  54. 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
  55. 486bca1 am 24bc5331: am cef29578: Merge "Change local names for greater clarity." into honeycomb by Robert Greenwalt · 14 years ago
  56. 1b744ca Change local names for greater clarity. by Robert Greenwalt · 14 years ago
  57. e38cabf am 7710465f: am 55ccb887: Merge "Don\'t check for services before boot-complete" into honeycomb by Robert Greenwalt · 14 years ago
  58. 03b15b9 Don't check for services before boot-complete by Robert Greenwalt · 14 years ago
  59. e896be7 Making the sync manager take the data connected value from ConnectivityManager and not from the intent. by Subir Jhanb · 14 years ago
  60. 753c57b Making the sync manager take the data connected value from ConnectivityManager and not from the intent. by Subir Jhanb · 14 years ago
  61. b19e62a fix the TooManyDeletes to show up again by Fred Quintana · 14 years ago
  62. 744e310f Clear all pending backoffs on a reconnect event by Alon Albert · 14 years ago
  63. aeeb620 Do not increase backoff before it expires by Alon Albert · 14 years ago
  64. 0c4d04a allow sync adapter authors to control more policies by Fred Quintana · 14 years ago
  65. eca7511 Listen for SyncAdapter death to cancel a sync by Alon Albert · 14 years ago
  66. 6e079a3 Reset backoff on successful sync by Alon Albert · 14 years ago
  67. c1ac776 Apply backoff to operation that caused it by Alon Albert · 14 years ago
  68. 918339a Make a separate active sync queue for initialization and regular syncs. by Fred Quintana · 14 years ago
  69. ade9916 resolved conflicts for merge of 6421ae7e to master by Dianne Hackborn · 14 years ago
  70. 50adddd Fix potential crash in sync. by Dianne Hackborn · 14 years ago
  71. e746f03 resolved conflicts for merge of 53686433 to master by Dianne Hackborn · 14 years ago
  72. 7e9f4eb Track client requests through location manager. by Dianne Hackborn · 14 years ago
  73. 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
  74. 12664a7 revert a change in the SyncManager that caused it to not cancel by Fred Quintana · 14 years ago
  75. b3029c3 create a SyncManager WakeLock for each syncadapter by Fred Quintana · 14 years ago
  76. 77c560f - changed periodic sync scheduling to just creating pending by Fred Quintana · 14 years ago
  77. d5e4fdc some changes due to an API review by Fred Quintana · 14 years ago
  78. fb08440 fix bug where sync settings set lost upon upgrade from donut and eclair to froyo by Fred Quintana · 14 years ago
  79. 7620f1a Clean the settings for the account/authority when trying to sync an by Fred Quintana · 14 years ago
  80. c2e4691 - make the SyncManager add periodic syncs when it upgrades from a by Fred Quintana · 14 years ago
  81. 3ec4730 make the syncmanager keep track if whether a service has been unbound by Fred Quintana · 14 years ago
  82. 82c5c42 fix a bug where if a syncmanager gets back a SyncAlreadyInProgress error by Fred Quintana · 14 years ago
  83. 1b487ec expose some sync control methods by Fred Quintana · 14 years ago
  84. 8570f74 - fix the AccountManager documentation. http://b/2401790 by Fred Quintana · 14 years ago
  85. fb6a535 remove check for obsolete property ro.config.sync by Fred Quintana · 14 years ago
  86. 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
  87. 53bd252 - change the SyncManager to retry MANUAL syncs that encounter a soft error by Fred Quintana · 14 years ago
  88. c5d1c6d add sync polling by Fred Quintana · 15 years ago
  89. 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
  90. 307da1a enhance the sync manager backoff logic and add support for retry-after by Fred Quintana · 15 years ago
  91. 44037e6 initialize sync adapters that get installed while the system is running by Fred Quintana · 15 years ago
  92. edc5189 change remaining frameworks/base Gservices to Secure settings by Doug Zongker · 15 years ago
  93. 09c916b Add bindService API to not bring ot foreground. by Dianne Hackborn · 15 years ago
  94. 298de21 am 0ce8431c: Merge change Iaa7edda4 into eclair by Fred Quintana · 15 years ago
  95. aa7edda don't reschedule syncs that failed with a tooManyRetries error by Fred Quintana · 15 years ago
  96. 0fca5b4 am 5e5eb393: Merge change Id572ffc7 into eclair by Fred Quintana · 15 years ago
  97. cb41faa don't throw an exception when we can't find a pending sync operation in the database by Fred Quintana · 15 years ago
  98. e7424ff add an IPC for sync initialization by Fred Quintana · 15 years ago
  99. 66693ea fix sync exponential backoff for expedited syncs by Fred Quintana · 15 years ago
  100. f7ae77c account manager api review changes by Fred Quintana · 15 years ago