1. 6ae8d18 Fix (mostly) issue #5109947: Race condition between retrieving a... by Dianne Hackborn · 12 years ago
  2. 652b6d1 Add infrastructure for accessing "unstable" content providers. by Dianne Hackborn · 12 years ago
  3. a7771df Move CancellationSignal to android.os package. by Jeff Brown · 12 years ago
  4. acb69bb Add direct support for HTML formatted text in ClipData etc. by Dianne Hackborn · 12 years ago
  5. f76a50c Fix obvious typos under frameworks/base/core by Ken Wakasa · 12 years ago
  6. ab38500 am dbc591e2: am c69d6134: am 6ae4fe94: am 9303919d: Merge "Adds documentation for ContentResolver notifyChange()" by Jean-Baptiste Queru · 12 years ago
  7. 4c1241d Rename CancellationSignal using preferred spelling. by Jeff Brown · 12 years ago
  8. 75ea64f Implement a cancelation mechanism for queries. by Jeff Brown · 12 years ago
  9. 86de059 Clean up content observer code. by Jeff Brown · 12 years ago
  10. d7a1aad Adds documentation for ContentResolver notifyChange() by Steve Pomeroy · 12 years ago
  11. aac01f6 Merge "Add a CrossProcessCursorWrapper. Bug: 5220669" by Jeff Brown · 13 years ago
  12. 558459f docs: add developer guide cross-references, Project ACRE, Round 2 by Joe Fernandez · 13 years ago
  13. 825c513 Add a CrossProcessCursorWrapper. Bug: 5220669 by Jeff Brown · 13 years ago
  14. baaf8c3 Implement CloseGuard in ContentResolver. by Jeff Brown · 13 years ago
  15. f40216f Fix a bug where a provider could be never released. by Jean Chalard · 13 years ago
  16. 43a1765 Remove the deprecated things from Config.java. These haven't been working since before 1.0. by Joe Onorato · 13 years ago
  17. ef5864f am 2e390809: Merge "Unhide Content{Resolver,Provider}.call()" into honeycomb by Brad Fitzpatrick · 14 years ago
  18. 534c84c Unhide Content{Resolver,Provider}.call() by Brad Fitzpatrick · 14 years ago
  19. 43194ce am 52d70722: am cb842753: Merge "Closing cursor in finalizer to avoid GREF and fd leak in acore" by Brad Fitzpatrick · 14 years ago
  20. 872a52c Closing cursor in finalizer to avoid GREF and fd leak in acore by Johannes Carlsson · 14 years ago
  21. 03ee779 am e90a1b16: am 752942ec: Merge "The phone is crashing when unknown mime content is transferred." by Jean-Baptiste Queru · 14 years ago
  22. 145e6c4 The phone is crashing when unknown mime content is transferred. by Ola Olsson · 14 years ago
  23. c6a6955 Add getCurrentSyncs() to the SDK, which replaces the deprecated by Fred Quintana · 14 years ago
  24. 64bbbb4 resolved conflicts for merge of a8bce7c8 to master by Dianne Hackborn · 14 years ago
  25. cca1f0e Allow all apps to call ContentResolver.getType(). by Dianne Hackborn · 14 years ago
  26. 8313fc7 Allow all apps to call ContentResolver.getType(). by Dianne Hackborn · 14 years ago
  27. 23fdaf6 Add new ContentProvider for doing conversions to data streams. by Dianne Hackborn · 14 years ago
  28. 36e5f66 resolved conflicts for merge of 2eb12a47 to master by Dianne Hackborn · 14 years ago
  29. 01e4cfc Some ActivityThread/ActivityManager cleanup. by Dianne Hackborn · 14 years ago
  30. 03f0292 New XmlDocumentProvider class. by Gilles Debunne · 14 years ago
  31. 020e534 bug:2622719 move 'forcing of cursor execution' to ContentProvider by Vasu Nori · 14 years ago
  32. a8fbedb Missed these ones in the previous rename. by Brad Fitzpatrick · 14 years ago
  33. d5e4fdc some changes due to an API review by Fred Quintana · 14 years ago
  34. d2a2daa Fix small typo in javadoc: "deleting" -> "updating" by Omari Stephens · 14 years ago
  35. 1877d01 Add "call" method on ContentProvider. by Brad Fitzpatrick · 14 years ago
  36. 1b487ec expose some sync control methods by Fred Quintana · 14 years ago
  37. 2588096 Reduce SQLiteDatabase and ContentResolver EventLog logging thresholds. by Brad Fitzpatrick · 14 years ago
  38. d72f718 Measure walltime in ContentResolver and SQLiteDatabase operations logging. by Brad Fitzpatrick · 14 years ago
  39. a63730d Log ContentProvider operations to the EventLog. by Brad Fitzpatrick · 14 years ago
  40. 53bd252 - change the SyncManager to retry MANUAL syncs that encounter a soft error by Fred Quintana · 14 years ago
  41. c5d1c6d add sync polling by Fred Quintana · 14 years ago
  42. 0ba1cb0 ContentResolver.query() includes performance considerations by Tom O'Neill · 15 years ago
  43. 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
  44. 5bba632 - hide Entity and all its references by Fred Quintana · 15 years ago
  45. 3348f14 Remove GAIA string by Costin Manolache · 15 years ago
  46. 4c87a3f Use Resources to load search icons with android.resource URIs by Bjorn Bringert · 15 years ago
  47. 4a51c20 I am getting tired of the java doc warnings, so fix them. by Dianne Hackborn · 15 years ago
  48. 7770975 - add a reset to EntityIterator to allow it to go back to the beginning by Fred Quintana · 15 years ago
  49. 4a6679b make syncadapter set whether the account is syncable by Fred Quintana · 15 years ago
  50. 20ea6ce Change get/set IsSyncable() methods to static. Add isUserFacing flag to SyncAdapterType. Update api file. by Jim Miller · 15 years ago
  51. 718671b fix build breakage by Fred Quintana · 15 years ago
  52. 5e787c4 - add a "isSyncable" flag to a given account/authority pair that by Fred Quintana · 15 years ago
  53. ac9385e - clean up the sync settings names to: by Fred Quintana · 15 years ago
  54. 03d9490 - create a new generic ISyncAdapter implementation, SyncAdapterNew by Fred Quintana · 15 years ago
  55. 8943737 add ipc support to batching by Fred Quintana · 15 years ago
  56. 6a8d533 content provider entities by Fred Quintana · 15 years ago
  57. 7a13559 merged 231cc608d06ffc31c24bf8aa8c8275bdd2636581 by Dianne Hackborn · 15 years ago
  58. 231cc60 Rewrite SyncStorageEngine to use flat files and in-memory data structures. by Dianne Hackborn · 15 years ago
  59. 718d8a2 decouple SyncAdapter from ContentProvider by Fred Quintana · 15 years ago
  60. d9d2f11 change the sync framework and users to understand Account by Fred Quintana · 15 years ago
  61. b0c6dbd AI 147255: am: CL 147253 am: CL 147250 Fix a nasty typo in the docs for ContentResolver.update(). No code changes. by Jeff Hamilton · 15 years ago
  62. 348c179 AI 147253: am: CL 147250 Fix a nasty typo in the docs for ContentResolver.update(). No code changes. by Jeff Hamilton · 15 years ago
  63. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  64. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  65. 076357b auto import from //depot/cupcake/@132589 by The Android Open Source Project · 15 years ago
  66. 3dec7d5 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 15 years ago
  67. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago