1. 3e26b7d Extend SQLiteQueryBuilder for update and delete. by Jeff Sharkey · 6 years ago
  2. 1c77a11 Add @UnsupportedAppUsage annotations by Mathew Inwood · 6 years ago
  3. d5f25d2 Tweak exemption for sync requests made by FG apps by Makoto Onuki · 6 years ago
  4. c907d21 ContentResolver should handle dead system_server. by Jeff Sharkey · 6 years ago
  5. 75ad249 AppStandby exemption: sync requested by FG apps by Makoto Onuki · 6 years ago
  6. 5c0d7b3 Updated the javadoc of ContentResolver.addPeriodicSync to correct the minimum interval of periodic sync. by Liefu Liu · 6 years ago
  7. bb01e5e Removed redundant method ContentResolver.releasePersistableUriPermission() by Felipe Leme · 6 years ago
  8. 988234a Removed AMS.updatePersistableUriPermission() by Felipe Leme · 7 years ago
  9. 76be79a Merge "Exempt sync requests by FG app from app-standby" by TreeHugger Robot · 7 years ago
  10. ad357d1 Pass in the user defined by Context. by Jeff Sharkey · 7 years ago
  11. 61283ec Exempt sync requests by FG app from app-standby by Makoto Onuki · 7 years ago
  12. ce8db99 Add more IntDef prefixes for auto-documenting. by Jeff Sharkey · 7 years ago
  13. d18651f Unhide slice data APIs by Jason Monk · 7 years ago
  14. d9edfa94 First version of Slice data APIs (hidden for now) by Jason Monk · 7 years ago
  15. 1e07905 Merge "Revert "Treat Telephony as legacy app for now."" into oc-dev am: e14159d2c5 by Jeff Sharkey · 7 years ago
  16. e14159d Merge "Revert "Treat Telephony as legacy app for now."" into oc-dev by Jeff Sharkey · 7 years ago
  17. 4b2e87f Revert "Treat Telephony as legacy app for now." by Jeff Sharkey · 7 years ago
  18. 76b2770 Address API Council feedback. by Steve McKay · 7 years ago
  19. d74a3bd Address API Council feedback. by Steve McKay · 7 years ago
  20. 492e9e8 Properly guard access to CloseGuard in finalizers. by Narayan Kamath · 7 years ago
  21. 8ea8200 Stop DocumentsContract from consuming Exceptions if app is targetting O by Ben Lin · 7 years ago
  22. 2c66f19 Merge "Add extra indicating honored query arguments." by TreeHugger Robot · 7 years ago
  23. 415f41b Add extra indicating honored query arguments. by Steve McKay · 8 years ago
  24. fb64de0 Merge "Use context's userId in ContentResolver class." by TreeHugger Robot · 7 years ago
  25. b4e2ddd Use context's userId in ContentResolver class. by Sudheer Shanka · 8 years ago
  26. 2afae79 Treat Telephony as legacy app for now. by Jeff Sharkey · 7 years ago
  27. 912e80d Require valid authorities for Uri notifications. by Jeff Sharkey · 7 years ago
  28. da2006a Revert "Use context's userId in ContentResolver class." by Esteban Talavera · 7 years ago
  29. 2b44387 Use context's userId in ContentResolver class. by Sudheer Shanka · 8 years ago
  30. d7ece9f Add OFFSET and LENGTH args for paged queries. by Steve McKay · 8 years ago
  31. 29c3f68 Add structured sort data to ContentResolver.query. by Steve McKay · 8 years ago
  32. 836f924 Unihiding REFRESH_SUPPORTED and ContentProviderClient#refresh. by Ben Lin · 8 years ago
  33. ea93fe7 Replace ContentProvider SQL args w/ Bundle & Constants. by Steve McKay · 8 years ago
  34. c67b49a Merge "Javadoc and un@hide ContentResolver#refresh and ContentProvider#refresh." by TreeHugger Robot · 8 years ago
  35. 2b64a88 Javadoc and un@hide ContentResolver#refresh and ContentProvider#refresh. by Ben Lin · 8 years ago
  36. dc589ac Update usage of ActivityManagerNative. by Sudheer Shanka · 8 years ago
  37. 1cf454f Adding ContentProvider#refresh and ContentResolver#refresh. by Ben Lin · 8 years ago
  38. f6d424f1 While-list apps to access account if already saw it by Svet Ganov · 8 years ago
  39. c29d2b0 Move the MIME type icon detection into the platform. by Daniel Nishi · 8 years ago
  40. 9bbaacf Use granted userId to look up provider info by Fyodor Kupolov · 8 years ago
  41. e761777 Fix issue #28431297: Crash in system process by Dianne Hackborn · 8 years ago
  42. 141f11c More work on issue #26390151: Add new JobScheduler API... by Dianne Hackborn · 8 years ago
  43. a04c7a7 Mark more Bundles as being defusable. by Jeff Sharkey · 8 years ago
  44. 8731408 Offer to cache ContentResolver-related Bundles. by Jeff Sharkey · 8 years ago
  45. 40a11e5 Merge "Updated Javadoc to reflect min period" by Shreyas Basarge · 9 years ago
  46. e96c3b7 Updated Javadoc to reflect min period by Shreyas Basarge · 9 years ago
  47. 8c834c0 SyncManager on JobScheduler by Shreyas Basarge · 9 years ago
  48. 1a30bd9 Add and implement JobScheduler content observer APIs. by Dianne Hackborn · 9 years ago
  49. 8588bc1 Add flags to requests for package UID/GIDs. by Jeff Sharkey · 9 years ago
  50. a73b8fd Add some TestApis to fix build. by Jeff Sharkey · 9 years ago
  51. 60cfad8 Discourage use of "_data" column. by Jeff Sharkey · 9 years ago
  52. 23d18887 Merge "Avoid a double decrease of reference counter for unstable provider" am: e8651aed4b am: aae0a49c16 by Jeff Sharkey · 9 years ago
  53. f783c02 Avoid a double decrease of reference counter for unstable provider by Koji Fukui · 11 years ago
  54. 788fc2b Annotate Intent and ContentResolver params with @RequiresPermission by Tor Norbye · 9 years ago
  55. adea191 Make ContentObservers work across profiles by Benjamin Franz · 9 years ago
  56. 37a40c2 App Standby : Association between content providers and their sync adapter by Amith Yamasani · 9 years ago
  57. 34796bd Sigh, some apps are sending null ContentValues. by Jeff Sharkey · 9 years ago
  58. 673db44 Annotate ContentResolver/Provider arguments. by Jeff Sharkey · 9 years ago
  59. 143739c Clarify docs on registerContentObserver. by Jeff Brown · 9 years ago
  60. 9f78f65 Mark arg and extras @Nullable in ContentProvider#call() by Scott Kennedy · 9 years ago
  61. 03e1e83 Bugfix: use the correct user for ContentResolver calls by Alexandra Gherghina · 10 years ago
  62. 5b836f2 Define EXTRA_SIZE for ContentProviders. by Jeff Sharkey · 10 years ago
  63. ec4bb45 When notify uri changes, changing the way we retrieve the userId. by Nicolas Prevot · 10 years ago
  64. 1dddc7f Making getProviderMimeType work across users. by Nicolas Prevot · 10 years ago
  65. 0e9ac20 Do Not Merge Per-user API for master sync by Alexandra Gherghina · 10 years ago
  66. cb22807 Adds per-user APIs required by the Settings app by Alexandra Gherghina · 10 years ago
  67. 0363c3e Expose per-user APIs for content services. by Alexandra Gherghina · 10 years ago
  68. 5a9decd Redact SyncService stuff from master by Matthew Williams · 10 years ago
  69. d85fc72 Resolving resources across users. by Nicolas Prevot · 10 years ago
  70. 846318a Allow prefix-based Uri permission grants. by Jeff Sharkey · 10 years ago
  71. 9abfa11 am 388eece1: am d708b2f1: am e3a6a7b4: am 841aa8db: am 5237a792: am 8c44c394: Doc fixups to ContentResolver, MediaRouter. by John Spurlock · 10 years ago
  72. 8c44c39 Doc fixups to ContentResolver, MediaRouter. by John Spurlock · 10 years ago
  73. bd7bcf0 Add more MediaStore constants for playback intents by Matt Casey · 11 years ago
  74. 88926a5 am 4b67b88e: am cce06eda: am b3436359: am e05190ea: am 85f98508: Merge "Docfixes: three typos and escape */*." into klp-docs by John Spurlock · 11 years ago
  75. 3390018 Docfixes: three typos and escape */*. by John Spurlock · 11 years ago
  76. 69002ae Fix build. by Nick Kralevich · 11 years ago
  77. 0e46558 am f53c1a68: am f82a387c: am e3924ca4: Merge "Improve OPEN/CREATE_DOC docs." into klp-dev by Jeff Sharkey · 11 years ago
  78. adef88a Improve OPEN/CREATE_DOC docs. by Jeff Sharkey · 11 years ago
  79. d08d668 resolved conflicts for merge of 94b51810 to master by Matthew Williams · 11 years ago
  80. 632515b Fix infinite boot-loop bug in SM. by Matthew Williams · 11 years ago
  81. c64ff37 Minor code cleanup in loaders. by Jeff Brown · 11 years ago
  82. 6699ae2 am 45d23585: am 11591b73: am b3da3db3: Merge "Surface outgoing Uri permission grants." into klp-dev by Jeff Sharkey · 11 years ago
  83. bcaac0a Surface outgoing Uri permission grants. by Jeff Sharkey · 11 years ago
  84. b6ab3b9 am 7f60e70e: am 666b998b: am 364fc14f: Merge "Detect wedged ContentProviders, treat as ANR." into klp-dev by Jeff Sharkey · 11 years ago
  85. 7aa7601 Detect wedged ContentProviders, treat as ANR. by Jeff Sharkey · 11 years ago
  86. 5023a4d resolved conflicts for merge of 687c6221 to master by Jeff Sharkey · 11 years ago
  87. e66c177 Require that persistable Uri permissions be taken. by Jeff Sharkey · 11 years ago
  88. 5fc67f9 am a35ff661: am d473ebb7: Merge "Surfaces ParcelFileDescriptor#parseMode() as API" into klp-dev by Adam Lesinski · 11 years ago
  89. eb8c3f9 Surfaces ParcelFileDescriptor#parseMode() as API by Adam Lesinski · 11 years ago
  90. dc7e046 am a8b4da87: am 840b3bd6: Merge "Fix provider leak in PFD" into klp-dev by Amith Yamasani · 11 years ago
  91. 487c11a Fix provider leak in PFD by Amith Yamasani · 11 years ago
  92. 7c3c231 am 33f92b6f: am c1cf491d: Merge "More on issue #10130785: Restore silence and vibrate settings..." into klp-dev by Dianne Hackborn · 11 years ago
  93. 8d717b9 resolved conflicts for merge of 03422d26 to master by Dianne Hackborn · 11 years ago
  94. c1cf491 Merge "More on issue #10130785: Restore silence and vibrate settings..." into klp-dev by Dianne Hackborn · 11 years ago
  95. b3ac67a More on issue #10130785: Restore silence and vibrate settings... by Dianne Hackborn · 11 years ago
  96. 95d7853 Fix issue #10688644: Java crash in com.android.phone: by Dianne Hackborn · 11 years ago
  97. 43afbe5 am 22902f54: am bec23ea9: Merge "Preserve CTS fail behaviour on null bundle for old API" into klp-dev by Matthew Williams · 11 years ago
  98. d8abd6a Preserve CTS fail behaviour on null bundle for old API by Matthew Williams · 11 years ago
  99. 0033539 resolved conflicts for merge of ab98aec6 to master by Narayan Kamath · 11 years ago
  100. 38ed2a4 Work on issue #10130785: Restore silence and vibrate settings... by Dianne Hackborn · 11 years ago