1. 009a848 Merge "Change sync manager init timing back to PHASE_ACTIVITY_MANAGER_READY" by Makoto Onuki · 6 years ago
  2. d0c50dd Change sync manager init timing back to PHASE_ACTIVITY_MANAGER_READY by Makoto Onuki · 6 years ago
  3. 519802d Merge "Don't load config on the initializing thread" by Makoto Onuki · 6 years ago
  4. 9716f9d Don't load config on the initializing thread by Makoto Onuki · 6 years ago
  5. 1ba9ebc Improve sync manager dumpsys. Show more information. by Makoto Onuki · 6 years ago
  6. 6418ccd SyncManager: Load settings in BG thread by Makoto Onuki · 6 years ago
  7. aad2b51 Sync too many retries by Makoto Onuki · 6 years ago
  8. a36dc62 Frameworks: Annotate trivial @GuardedBy in services/core by Andreas Gampe · 6 years ago
  9. 848458a Disable sync job service WTF for now. by Makoto Onuki · 6 years ago
  10. 61283ec Exempt sync requests by FG app from app-standby by Makoto Onuki · 7 years ago
  11. 6fa646a Merge "Reduce pss collection amount, improve logging." by TreeHugger Robot · 7 years ago
  12. e17b445 Reduce pss collection amount, improve logging. by Dianne Hackborn · 7 years ago
  13. 486b241 Add AbstractThreadedSyncAdapter#onUnsyncableAccount API by Philip P. Moltmann · 7 years ago
  14. d2bfec6 Log sync stop (== onStopJob) reason in the sync log. by Makoto Onuki · 7 years ago
  15. 7273aad Skip "sync didn't run" WTF when job is stopped too soon by Makoto Onuki · 7 years ago
  16. 5397be1 Detect sync handler stuck by Makoto Onuki · 7 years ago
  17. 87d4262 Add job ids in the sync log. by Makoto Onuki · 7 years ago
  18. d772fd0 Merge "Don't access disk on main thread" by TreeHugger Robot · 7 years ago
  19. 6963bea7 Don't access disk on main thread by Makoto Onuki · 7 years ago
  20. ef8d5f5 Merge "Fix cancelSync() permission check for periodic syncs." by TreeHugger Robot · 7 years ago
  21. f15a942 Don't write log on AM thread. by Makoto Onuki · 7 years ago
  22. d51101c Fix cancelSync() permission check for periodic syncs. by Makoto Onuki · 7 years ago
  23. fb636cc Fix sync initialization on secondary users by Makoto Onuki · 7 years ago
  24. 1c888f6 SystemServer: Get rid of some unused config.* knobs. by Narayan Kamath · 7 years ago
  25. 0eb9738 Move mPermissions from package settings by Todd Kennedy · 7 years ago
  26. b47e894 Fix STOPSHIP in SyncManager by Makoto Onuki · 7 years ago
  27. e7b0298 SyncManager: Log # of jobs loaded, and saved most recently. by Makoto Onuki · 7 years ago
  28. f85a248 Don't report suspicious periodic sync removal for gone users by Makoto Onuki · 7 years ago
  29. dd4b14f SyncManager: detect suspicious periodic sync removal. by Makoto Onuki · 7 years ago
  30. 9243d9c Fix sync back-off by Makoto Onuki · 7 years ago
  31. bbf6d8c WTF when device has no persistent periodic syncs... by Makoto Onuki · 7 years ago
  32. 6a6ae04 Don't unbind from the sync adapter before cancelSync(). by Makoto Onuki · 7 years ago
  33. 118c0da Fix typo in sync log. by Makoto Onuki · 7 years ago
  34. fe224e0 Add boot/shutdown timing to sync detailed logging by Makoto Onuki · 7 years ago
  35. a9dca24 Log sync details to rotating log files (userdebug/eng only) by Makoto Onuki · 7 years ago
  36. 15e7a25 Enhance recent sync log in dumpsys content by Makoto Onuki · 7 years ago
  37. 010291d Fix IndexOutOfRange in dumpsys content. by Makoto Onuki · 7 years ago
  38. 042a478 Clearing up invalid entries when SyncStorageEngine starts by Suprabh Shukla · 7 years ago
  39. 6df866a Enforce PACKAGE_USAGE_STATS for usage data. by Jeff Sharkey · 7 years ago
  40. fe9a53b Consistent dump() permission checking. by Jeff Sharkey · 7 years ago
  41. 282cfef standardize system notification IDs by Chris Wren · 7 years ago
  42. 2cbfa1e Catch IllegalArgumentException to avoid SyncManager crash by Amith Yamasani · 7 years ago
  43. fb64de0 Merge "Use context's userId in ContentResolver class." by TreeHugger Robot · 7 years ago
  44. b4e2ddd Use context's userId in ContentResolver class. by Sudheer Shanka · 8 years ago
  45. af759c5 Channels for Frameworks notifications by Geoffrey Pitsch · 7 years ago
  46. 912e80d Require valid authorities for Uri notifications. by Jeff Sharkey · 7 years ago
  47. c3af19a Optimize bg check flow. by Dianne Hackborn · 8 years ago
  48. 923e0b8 Check provider access for content changes. by Jeff Sharkey · 8 years ago
  49. dc589ac Update usage of ActivityManagerNative. by Sudheer Shanka · 8 years ago
  50. 3b40a74 Validate input for ContentService#setIsSyncable am: 96b9c75cec am: ba7bd1fe06 by Svet Ganov · 8 years ago
  51. 96b9c75 Validate input for ContentService#setIsSyncable by Svet Ganov · 8 years ago
  52. d441dc0 Add a delay before scheduling local syncs am: ba1f790369 am: 50a22690f8 by Shreyas Basarge · 8 years ago
  53. ba1f790 Add a delay before scheduling local syncs by Shreyas Basarge · 8 years ago
  54. 973edd19 Don't show account access request UI until app launched. by Svet Ganov · 8 years ago
  55. f6d424f1 While-list apps to access account if already saw it by Svet Ganov · 8 years ago
  56. d63cde7 [DO NOT MERGE] Don't show account access request UI until app launched. by Svet Ganov · 8 years ago
  57. 91d37f4 [DO NOT MERGE] While-list apps to access account if already saw it by Svet Ganov · 8 years ago
  58. ab51dcb White-list grandfathered sync adapters am: 65712b0ad3 am: 8b297cb1b1 by Svet Ganov · 8 years ago
  59. 65712b0 White-list grandfathered sync adapters by Svet Ganov · 8 years ago
  60. ebe07e5 Fix a regression in sync manager am: dfed1c73ec am: a09f3790ac am: 511801eb0f by Svet Ganov · 8 years ago
  61. dfed1c7 Fix a regression in sync manager by Svet Ganov · 8 years ago
  62. 890a210 resolve merge conflicts of eeeebd3 to master by Svet Ganov · 8 years ago
  63. 5cb2973 Only sync adapters with access can see an account - framework by Svetoslav Ganov · 8 years ago
  64. 5fd2557 Merge \\\"SyncOperation float cast fix\\\" into nyc-dev am: 5f72b129c4 am: 0d27e2d624 by Shreyas Basarge · 8 years ago
  65. 5f72b12 Merge "SyncOperation float cast fix" into nyc-dev by Shreyas Basarge · 8 years ago
  66. ace6f6d SyncOperation float cast fix by Shreyas Basarge · 8 years ago
  67. ae51302 Merge \\\"Fix for the missing sync bug\\\" into nyc-dev am: 70b6cd903e am: d7ea40da8f by Shreyas Basarge · 8 years ago
  68. 70b6cd9 Merge "Fix for the missing sync bug" into nyc-dev by Shreyas Basarge · 8 years ago
  69. a687afb Merge \\\"Don\\\'t dispatch Uris with appended user handle\\\" into nyc-dev am: 7ef9f61be6 am: 82f491ec05 by Svet Ganov · 8 years ago
  70. 7ef9f61 Merge "Don't dispatch Uris with appended user handle" into nyc-dev by Svetoslav Ganov · 8 years ago
  71. bd4c3ea Fix for the missing sync bug by Shreyas Basarge · 8 years ago
  72. 3138a99 Don't dispatch Uris with appended user handle by Svet Ganov · 8 years ago
  73. 4e977e5 Merge \"Merge \\\"Update SyncManager min period to match JobScheduler\\\" into nyc-dev am: 166b0abf13 am: 85cd35b1dc\" into nyc-mr1-dev-plus-aosp by Shreyas Basarge · 8 years ago
  74. 3b840e3 Update SyncManager min period to match JobScheduler by Shreyas Basarge · 8 years ago
  75. 6857641 Merge "Use correct user id when checking uri grants for notification." into nyc-dev am: 19d34821b9 am: 37b0156d21 by Nicolas Prevot · 8 years ago
  76. 051f3b7 Use correct user id when checking uri grants for notification. by Nicolas Prevot · 8 years ago
  77. f9f6e7c Merge "Stop user faster and clear stale broadcasts" into nyc-dev am: ec6faca007 am: 8dc73a6bc6 by Amith Yamasani · 8 years ago
  78. ad2e4bf Stop user faster and clear stale broadcasts by Amith Yamasani · 8 years ago
  79. b527159 Merge "Fix issue #28431297: Crash in system process" into nyc-dev am: 1a2f993 am: 2501220 by Dianne Hackborn · 8 years ago
  80. 1a2f993 Merge "Fix issue #28431297: Crash in system process" into nyc-dev by Dianne Hackborn · 8 years ago
  81. e761777 Fix issue #28431297: Crash in system process by Dianne Hackborn · 8 years ago
  82. 986fb9a Merge "Account info on job wakelocks" into nyc-dev am: 8fcf6a6 am: bfd93e9 by Shreyas Basarge · 8 years ago
  83. 8fcf6a6 Merge "Account info on job wakelocks" into nyc-dev by Shreyas Basarge · 8 years ago
  84. 471fa1d Merge "Wait for JobService to start before scheduling syncs" into nyc-dev am: a16a336 am: f24a68d by Shreyas Basarge · 8 years ago
  85. eda34e4 Account info on job wakelocks by Shreyas Basarge · 8 years ago
  86. a4ac5ab Wait for JobService to start before scheduling syncs by Shreyas Basarge · 8 years ago
  87. f672c1c Merge "Remove temporary workaround of restoring periodic syncs." into nyc-dev am: eadbe1d by Rubin Xu · 8 years ago
  88. eadbe1d Merge "Remove temporary workaround of restoring periodic syncs." into nyc-dev by Rubin Xu · 8 years ago
  89. 046a3f9 Merge "Make wallpapers direct-boot aware." into nyc-dev am: aceda5b am: a2c2b95 by TreeHugger Robot · 8 years ago
  90. 1cab76a Make wallpapers direct-boot aware. by Jeff Sharkey · 8 years ago
  91. 1bca793 Remove temporary workaround of restoring periodic syncs. by Rubin Xu · 8 years ago
  92. 646e9b6 Merge "Only cancel syncs for non-existent accounts" into nyc-dev am: fccb14e by Rubin Xu · 8 years ago
  93. fccb14e Merge "Only cancel syncs for non-existent accounts" into nyc-dev by Rubin Xu · 8 years ago
  94. 2c548e0 Only cancel syncs for non-existent accounts by Rubin Xu · 8 years ago
  95. fd84a7a Merge "More work on issue #26390151: Add new JobScheduler API..." into nyc-dev am: d273f0d by Dianne Hackborn · 8 years ago
  96. 141f11c More work on issue #26390151: Add new JobScheduler API... by Dianne Hackborn · 8 years ago
  97. 6688c27 Merge "Invalidate caches when locale changes." into nyc-dev am: e141241 by Jeff Sharkey · 8 years ago
  98. a3ebfec Invalidate caches when locale changes. by Jeff Sharkey · 8 years ago
  99. e5c374e Merge "Fix RootsCache invalidation bugs." into nyc-dev am: 09d7741 am: 812dfdd by Jeff Sharkey · 8 years ago
  100. 7732e1e Fix RootsCache invalidation bugs. by Jeff Sharkey · 8 years ago