1. 96b9c75 Validate input for ContentService#setIsSyncable by Svet Ganov · 8 years ago
  2. 91d37f4 [DO NOT MERGE] While-list apps to access account if already saw it by Svet Ganov · 8 years ago
  3. 5cb2973 Only sync adapters with access can see an account - framework by Svetoslav Ganov · 8 years ago
  4. 7ef9f61 Merge "Don't dispatch Uris with appended user handle" into nyc-dev by Svetoslav Ganov · 8 years ago
  5. 3138a99 Don't dispatch Uris with appended user handle by Svet Ganov · 8 years ago
  6. 3b840e3 Update SyncManager min period to match JobScheduler by Shreyas Basarge · 8 years ago
  7. 051f3b7 Use correct user id when checking uri grants for notification. by Nicolas Prevot · 8 years ago
  8. e761777 Fix issue #28431297: Crash in system process by Dianne Hackborn · 8 years ago
  9. 1cab76a Make wallpapers direct-boot aware. by Jeff Sharkey · 8 years ago
  10. 141f11c More work on issue #26390151: Add new JobScheduler API... by Dianne Hackborn · 8 years ago
  11. a3ebfec Invalidate caches when locale changes. by Jeff Sharkey · 8 years ago
  12. 7732e1e Fix RootsCache invalidation bugs. by Jeff Sharkey · 8 years ago
  13. a04c7a7 Mark more Bundles as being defusable. by Jeff Sharkey · 8 years ago
  14. 8731408 Offer to cache ContentResolver-related Bundles. by Jeff Sharkey · 8 years ago
  15. 40a11e5 Merge "Updated Javadoc to reflect min period" by Shreyas Basarge · 9 years ago
  16. e96c3b7 Updated Javadoc to reflect min period by Shreyas Basarge · 9 years ago
  17. 8c834c0 SyncManager on JobScheduler by Shreyas Basarge · 9 years ago
  18. 506e47f Redact Account info from getCurrentSyncs am: f39549e389 am: 1a0aed3257 am: 0e7cd0a9fb am: be136b7a3e am: a947baa87c am: 0f292147f3 am: ce3842eb1a am: 85f169d19f am: c77a2228aa am: 4cc10825f0 by Matthew Williams · 9 years ago
  19. 0f29214 Redact Account info from getCurrentSyncs am: f39549e389 am: 1a0aed3257 am: 0e7cd0a9fb am: be136b7a3e by Matthew Williams · 9 years ago
  20. 309a755 Revert "Redact Account info from getCurrentSyncs" by Matthew Williams · 9 years ago
  21. f39549e Redact Account info from getCurrentSyncs by Matthew Williams · 9 years ago
  22. b63057e Redact Account info from getCurrentSyncs by Matthew Williams · 9 years ago
  23. bef28fe Initial stab at background check. by Dianne Hackborn · 9 years ago
  24. 52153f4 Add GTS test to ensure valid default permission grants - framework by Svet Ganov · 9 years ago
  25. 0010b70 Grant permissions to headless system calendar/contacts sync adapters. by Svetoslav · 9 years ago
  26. adea191 Make ContentObservers work across profiles by Benjamin Franz · 9 years ago
  27. 37a40c2 App Standby : Association between content providers and their sync adapter by Amith Yamasani · 9 years ago
  28. 08c7116 Remove unused imports in frameworks/base. by John Spurlock · 9 years ago
  29. 86b1df2 Print services setting changes not handled for managed profiles. by Svetoslav · 10 years ago
  30. 0e9ac20 Do Not Merge Per-user API for master sync by Alexandra Gherghina · 10 years ago
  31. cb22807 Adds per-user APIs required by the Settings app by Alexandra Gherghina · 10 years ago
  32. 0363c3e Expose per-user APIs for content services. by Alexandra Gherghina · 10 years ago
  33. 5a9decd Redact SyncService stuff from master by Matthew Williams · 10 years ago
  34. 4b9d79c Fix singleUser attribute by Amith Yamasani · 10 years ago
  35. 49782e4 am 9158825f: Move some system services to separate directories by Amith Yamasani · 11 years ago
  36. 9158825 Move some system services to separate directories by Amith Yamasani · 11 years ago[Renamed from services/java/com/android/server/content/ContentService.java]
  37. 4dace6f Merge "Improvements to battery stats." by Dianne Hackborn · 11 years ago
  38. a7456e4 SyncManager now returns copy on getCurrentSyncs() by Matthew Williams · 11 years ago
  39. 632515b Fix infinite boot-loop bug in SM. by Matthew Williams · 11 years ago
  40. 164371f Fix issue #11005453: [SUW] G+ profile creation for new user broken by Dianne Hackborn · 11 years ago
  41. 6222288 DO NOT MERGE. Remove service component for KLP. by Matthew Williams · 11 years ago
  42. fa77418 AnonymousSyncService & SyncRequest. by Matthew Williams · 11 years ago
  43. e2b8599 am b6812eab: am f900647a: Merge "Don\'t sync from adapters that haven\'t opted in to restricted accounts" into jb-mr2-dev by Amith Yamasani · 11 years ago
  44. 9422bdc Don't sync from adapters that haven't opted in to restricted accounts by Amith Yamasani · 11 years ago
  45. e4d9a01 Phase 1 of refactoring SystemServer. by Dan Morrill · 11 years ago
  46. 51366be Sync APIs use seconds instead of ms. by Jeff Sharkey · 11 years ago
  47. 6009459 Round up periodic syncs with short frequencies. by Jeff Sharkey · 11 years ago
  48. 7a96c39 Move lingering services to services.jar. by Jeff Sharkey · 12 years ago[Renamed (98%) from core/java/android/content/ContentService.java]
  49. 57286f9 Add sync reason to dumpsys by Alon Albert · 12 years ago
  50. 6ab72d7 Make RegisteredServicesCache multi-user aware. by Jeff Sharkey · 12 years ago
  51. b756445 Multiuser awareness in content observer infrastructure by Christopher Tate · 12 years ago
  52. e6c660a Disable content observer cross-user permission checks... by Christopher Tate · 12 years ago
  53. 16aa973 Per-user content observer APIs by Christopher Tate · 12 years ago
  54. f02b60a Rename UserId to UserHandle. by Dianne Hackborn · 12 years ago
  55. 26ff662 Delay AccountManagerService initialization by Kenny Root · 12 years ago
  56. 04e0d26 Make SyncManager and AccountManagerService multi-user aware. by Amith Yamasani · 12 years ago
  57. 655e66b Inform ContentObservers about the changed content Uri. by Jeff Brown · 13 years ago
  58. 86de059 Clean up content observer code. by Jeff Brown · 13 years ago
  59. 1b64e0d Work on death recipient leaks in Activity Manager and Content Service. by Dianne Hackborn · 13 years ago
  60. 43a1765 Remove the deprecated things from Config.java. These haven't been working since before 1.0. by Joe Onorato · 13 years ago
  61. c6a6955 Add getCurrentSyncs() to the SDK, which replaces the deprecated by Fred Quintana · 14 years ago
  62. ee1cdd0 merge from open-source master by The Android Open Source Project · 14 years ago
  63. f512664 Don't allow invalid Uris to be added as observers. by Anthony Newnam · 14 years ago
  64. d5e4fdc some changes due to an API review by Fred Quintana · 14 years ago
  65. 002ffad5 change ObserverNode.binderDied() to lock the root node before manipulating by Fred Quintana · 14 years ago
  66. 1b487ec expose some sync control methods by Fred Quintana · 14 years ago
  67. c5d1c6d add sync polling by Fred Quintana · 15 years ago
  68. b752098 Sync status was ignoring account - the new UI has specific sync status for each account, so we need to use it. by Costin Manolache · 15 years ago
  69. 4a6679b make syncadapter set whether the account is syncable by Fred Quintana · 15 years ago
  70. 5e787c4 - add a "isSyncable" flag to a given account/authority pair that by Fred Quintana · 15 years ago
  71. ac9385e - clean up the sync settings names to: by Fred Quintana · 15 years ago
  72. 7a13559 merged 231cc608d06ffc31c24bf8aa8c8275bdd2636581 by Dianne Hackborn · 15 years ago
  73. 231cc60 Rewrite SyncStorageEngine to use flat files and in-memory data structures. by Dianne Hackborn · 15 years ago
  74. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  75. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  76. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago