1. a04c7a7 Mark more Bundles as being defusable. by Jeff Sharkey · 8 years ago
  2. e6748ce Frameworks/base: Use Arrays.toString by Andreas Gampe · 9 years ago
  3. 0e621c3 Also check app-ops on path-permissions. by Jeff Sharkey · 9 years ago
  4. 99b6043 Teach receivers, activities, providers, and services app ops. by Svet Ganov · 9 years ago
  5. bd25b5f Merge "Fix ArrayIndexOutOfBoundsException in Transport.query" into mnc-dev by Makoto Onuki · 9 years ago
  6. 34bdcdb Fix ArrayIndexOutOfBoundsException in Transport.query by Makoto Onuki · 9 years ago
  7. 34796bd Sigh, some apps are sending null ContentValues. by Jeff Sharkey · 9 years ago
  8. 673db44 Annotate ContentResolver/Provider arguments. by Jeff Sharkey · 9 years ago
  9. a2147ec Handle null projection properly if provider app op is not enabled. by Svet Ganov · 9 years ago
  10. 7271f3e Return an empty cursor when a content provider app op is disabled by Svet Ganov · 9 years ago
  11. 9f78f65 Mark arg and extras @Nullable in ContentProvider#call() by Scott Kennedy · 9 years ago
  12. ac2506c Fix NPE in Transport.applyBatch by Jay Shrauner · 10 years ago
  13. ff17024 Fix issue with call backs from media process. by Dianne Hackborn · 10 years ago
  14. bba231d Explicitly bind AsyncTask to main looper. by Jeff Brown · 10 years ago
  15. 7d2d4fd Fix singleUser provider grants by Amith Yamasani · 10 years ago
  16. 6e412ad Allowing a ContentProvider to have a null authority. by Nicolas Prevot · 10 years ago
  17. a6f4d58 Allow singleton providers to accept connections from other users by Amith Yamasani · 10 years ago
  18. f300bab Validate that the authority of incoming uris matches. by Nicolas Prevot · 10 years ago
  19. 504d78e Security fixes related to cross-user content. by Nicolas Prevot · 10 years ago
  20. d85fc72 Resolving resources across users. by Nicolas Prevot · 10 years ago
  21. 1400652 am 33282d66: am a41ddccd: Merge "Fixed typo errors in documentation" by Jeff Brown · 10 years ago
  22. a41ddcc Merge "Fixed typo errors in documentation" by Jeff Brown · 10 years ago
  23. e05190e am 85f98508: Merge "Docfixes: three typos and escape */*." into klp-docs by John Spurlock · 11 years ago
  24. 3390018 Docfixes: three typos and escape */*. by John Spurlock · 11 years ago
  25. 8a2998e Better enforcement in DocumentsProvider.call(). by Jeff Sharkey · 11 years ago
  26. bd88de4 Fixed typo errors in documentation by Taeho Kim · 11 years ago
  27. e8c00d8 Improve DocumentsProvider and contract docs. by Jeff Sharkey · 11 years ago
  28. eb8c3f9 Surfaces ParcelFileDescriptor#parseMode() as API by Adam Lesinski · 11 years ago
  29. 10cb312 Guard against null Context in attachInfo(). by Jeff Sharkey · 11 years ago
  30. b3ac67a More on issue #10130785: Restore silence and vibrate settings... by Dianne Hackborn · 11 years ago
  31. 72e2e35 Fix getCallingPackage() to handle reentrance. by Jeff Sharkey · 11 years ago
  32. 38ed2a4 Work on issue #10130785: Restore silence and vibrate settings... by Dianne Hackborn · 11 years ago
  33. 911d7f4 Provide calling package to ContentProviders. by Jeff Sharkey · 11 years ago
  34. bd3b902 Add CancellationSignal support to file operations. by Jeff Sharkey · 11 years ago
  35. 9fa39bd App ops: don't crash when provide read access is off. by Dianne Hackborn · 11 years ago
  36. 5d122d9 Better documentation on permission checking in ContentProvider.call(). by Dianne Hackborn · 11 years ago
  37. f5e0471 Merge "Tighten enforcement of file modes." into jb-mr2-dev by Jeff Sharkey · 11 years ago
  38. ba76197 Tighten enforcement of file modes. by Jeff Sharkey · 11 years ago
  39. 334d9ae New ContentProvider initialization for testing. by Dianne Hackborn · 11 years ago
  40. 7e6f976 App ops: turn off content provider ops when running under test. by Dianne Hackborn · 11 years ago
  41. a53ee35 Fix issue #8228463: contradicting public documentation on what... by Dianne Hackborn · 11 years ago
  42. 961321f App ops: add op for writing settings. by Dianne Hackborn · 11 years ago
  43. d7960d1 Improve revoking access to content providers. by Dianne Hackborn · 11 years ago
  44. 5e45ee6 App ops: you can now turn off operations. by Dianne Hackborn · 12 years ago
  45. 35654b6 More work on App Ops service. by Dianne Hackborn · 12 years ago
  46. 2bc6eb8 Document ContentProvider's API a bit more explicitly by Christopher Tate · 12 years ago
  47. 0d8af78 Fix permission check on ContentProvider to be multi-user aware. by Dianne Hackborn · 12 years ago
  48. f02b60a Rename UserId to UserHandle. by Dianne Hackborn · 12 years ago
  49. a7771df Move CancellationSignal to android.os package. by Jeff Brown · 12 years ago
  50. 5554b70 Make component names visible in javadoc. by Jeff Sharkey · 12 years ago
  51. e5d4933 Better exceptions around provider permissions. by Jeff Sharkey · 12 years ago
  52. 110a6b6 Let <path-permission> block unprotected providers. by Jeff Sharkey · 12 years ago
  53. 4c1241d Rename CancellationSignal using preferred spelling. by Jeff Brown · 12 years ago
  54. 75ea64f Implement a cancelation mechanism for queries. by Jeff Brown · 13 years ago
  55. 18cb287 Add ContentProvider.dump() by Marco Nelissen · 13 years ago
  56. 558459f docs: add developer guide cross-references, Project ACRE, Round 2 by Joe Fernandez · 13 years ago
  57. d218365 Fix ownership of CursorWindows across processes. Bug: 5332296 by Jeff Brown · 13 years ago
  58. c68c913 Various work on out of memory managment. by Dianne Hackborn · 13 years ago
  59. 7aee61f docs: fix links to revised fundamentals documents by Scott Main · 13 years ago
  60. 5d9d03a Maybe fix issue #3093599: java.lang.IndexOutOfBoundsException... by Dianne Hackborn · 14 years ago
  61. 534c84c Unhide Content{Resolver,Provider}.call() by Brad Fitzpatrick · 14 years ago
  62. cca1f0e Allow all apps to call ContentResolver.getType(). by Dianne Hackborn · 14 years ago
  63. 1040dc4 Improve clipboard API. by Dianne Hackborn · 14 years ago
  64. 37444f4 am d172594e: am cf6d2a1d: Merge "Fix issue #2845673: android:exported="false" is not obeyed" into gingerbread by Dianne Hackborn · 14 years ago
  65. b424b63 Fix issue #2845673: android:exported="false" is not obeyed by Dianne Hackborn · 14 years ago
  66. 3f00be5 Fix build. by Dianne Hackborn · 14 years ago
  67. 02dfd26 Fix bug with calls to the typeless open API. by Dianne Hackborn · 14 years ago
  68. 2c96a0c Incorporated Joe's comments by Manuel Roman · 14 years ago
  69. 23fdaf6 Add new ContentProvider for doing conversions to data streams. by Dianne Hackborn · 14 years ago
  70. 0c9e14a add shutdown() to ContentProvider & call in ProviderTestCase*.tearDown by Vasu Nori · 14 years ago
  71. 17876aa Minor changes to ContentProvider javadoc to improve consistency. by Dan Egnor · 14 years ago
  72. 6fcc0f073 COMMENT ONLY change to clarify ContentProvider documentation. by Dan Egnor · 14 years ago
  73. 1877d01 Add "call" method on ContentProvider. by Brad Fitzpatrick · 14 years ago
  74. 2ec6c56 am 328c0e79: - removed the concept of Entity from the ContentProvider APIs - removed the parcelling ability from Entity and EntityIterator and made them public - added an EntityIterator abstract implementation that allow easy wrapping of a Cursor - changed the VCard c by Fred Quintana · 15 years ago
  75. 8280c2b Implement new MockContentProvider. Also make ContentProvider aware of the class. by Daisuke Miyakawa · 15 years ago
  76. 5bba632 - hide Entity and all its references by Fred Quintana · 15 years ago
  77. e3f0544 resolved conflicts for merge of 2af632f8 to master by Dianne Hackborn · 15 years ago
  78. 2af632f Add new <path-permission tag for use by global search. by Dianne Hackborn · 15 years ago
  79. 81a476f Fixed Issue 2682: ContentProvider query() SDK docs deprecated by Alan Jones · 15 years ago
  80. 03d9490 - create a new generic ISyncAdapter implementation, SyncAdapterNew by Fred Quintana · 15 years ago
  81. 8943737 add ipc support to batching by Fred Quintana · 15 years ago
  82. ce31b23 enhance ContentProvider with the ability to perform batch operations by Fred Quintana · 15 years ago
  83. 6a8d533 content provider entities by Fred Quintana · 15 years ago
  84. 718d8a2 decouple SyncAdapter from ContentProvider by Fred Quintana · 15 years ago
  85. f64aff1 Automated import from //branches/master/...@140582,140582 by Bjorn Bringert · 15 years ago
  86. 9e728e0 Automated import from //branches/donutburger/...@140581,140581 by Bjorn Bringert · 15 years ago
  87. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  88. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  89. 076357b auto import from //depot/cupcake/@132589 by The Android Open Source Project · 15 years ago
  90. 3dec7d5 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 15 years ago
  91. 3001a03 auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 15 years ago
  92. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago