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