summaryrefslogtreecommitdiff
path: root/core/java/android/content/ContentResolver.java
Commit message (Expand)AuthorAgeFilesLines
* Surfaces ParcelFileDescriptor#parseMode() as APIAdam Lesinski2013-09-201-28/+1
* Fix provider leak in PFDAmith Yamasani2013-09-181-2/+1
* Merge "More on issue #10130785: Restore silence and vibrate settings..." into...Dianne Hackborn2013-09-111-4/+6
|\
| * More on issue #10130785: Restore silence and vibrate settings...Dianne Hackborn2013-09-111-4/+6
* | Fix issue #10688644: Java crash in com.android.phone:Dianne Hackborn2013-09-111-1/+1
|/
* Preserve CTS fail behaviour on null bundle for old APIMatthew Williams2013-09-091-0/+3
* Work on issue #10130785: Restore silence and vibrate settings...Dianne Hackborn2013-09-061-0/+80
* DO NOT MERGE. Remove service component for KLP.Matthew Williams2013-08-301-18/+8
* Fix docs build.Ying Wang2013-08-231-7/+7
* Add CancellationSignal support to file operations.Jeff Sharkey2013-08-231-13/+186
* Richer ParcelFileDescriptor close events.Jeff Sharkey2013-08-161-11/+4
* API to discover granted Uri permissions.Jeff Sharkey2013-08-111-3/+54
* AnonymousSyncService & SyncRequest.Matthew Williams2013-07-241-4/+52
* Add javadoc comments explaining SYNC_EXTRAS that did not have documentationGeorgi Nikolov2013-06-201-0/+23
* Disable various sampling event logs.Jeff Sharkey2013-04-261-0/+3
* COnvert sync error to intAlon Albert2013-02-071-0/+17
* am 3789b2fb: am ace72f6a: Merge "Function uri.getAuthority is called twice. M...Kenny Root2013-02-041-5/+5
|\
| * Function uri.getAuthority is called twice. Minor doc corrections.Yury Zhauniarovich2013-02-031-5/+5
* | Use the resolved Context in ContentResolver.Jeff Sharkey2013-01-281-1/+1
* | Rework ParceledListSlice to be much easier to use.Dianne Hackborn2013-01-181-1/+1
* | Always give ContentResolver a valid Context.Jeff Sharkey2013-01-171-2/+3
* | More work on App Ops service.Dianne Hackborn2013-01-161-11/+18
* | Fix cursor window leak when query execution fails.Jeff Brown2013-01-081-3/+9
* | Move lingering services to services.jar.Jeff Sharkey2012-12-111-1/+5
* | Add sync reason to dumpsysAlon Albert2012-10-191-0/+19
|/
* Use myUserId() only in registerContentObserver()Christopher Tate2012-10-031-1/+1
* Multiuser awareness in content observer infrastructureChristopher Tate2012-09-201-2/+2
* Per-user content observer APIsChristopher Tate2012-09-171-2/+20
* More multi-user stuff:Dianne Hackborn2012-09-071-1/+3
* Added or fixed doctrings for required permissions.Nicolas Falliere2012-06-181-0/+30
* Fix (mostly) issue #5109947: Race condition between retrieving a...Dianne Hackborn2012-05-291-93/+149
* Add infrastructure for accessing "unstable" content providers.Dianne Hackborn2012-05-091-53/+155
* Move CancellationSignal to android.os package.Jeff Brown2012-05-071-0/+3
* Add direct support for HTML formatted text in ClipData etc.Dianne Hackborn2012-04-131-1/+1
* Fix obvious typos under frameworks/base/coreKen Wakasa2012-03-091-1/+1
* am dbc591e2: am c69d6134: am 6ae4fe94: am 9303919d: Merge "Adds documentation...Jean-Baptiste Queru2012-03-011-1/+6
|\
| * Adds documentation for ContentResolver notifyChange()Steve Pomeroy2012-01-181-1/+6
* | Rename CancellationSignal using preferred spelling.Jeff Brown2012-02-021-8/+8
* | Implement a cancelation mechanism for queries.Jeff Brown2012-01-271-1/+51
* | Clean up content observer code.Jeff Brown2012-01-231-4/+10
|/
* Merge "Add a CrossProcessCursorWrapper. Bug: 5220669"Jeff Brown2011-10-141-1/+2
|\
| * Add a CrossProcessCursorWrapper.Jeff Brown2011-10-131-1/+2
* | docs: add developer guide cross-references, Project ACRE, Round 2Joe Fernandez2011-10-141-0/+6
|/
* Implement CloseGuard in ContentResolver.Jeff Brown2011-10-091-5/+20
* Fix a bug where a provider could be never released.Jean Chalard2011-07-281-2/+2
* Remove the deprecated things from Config.java. These haven't been working sin...Joe Onorato2011-04-071-3/+2
* am 2e390809: Merge "Unhide Content{Resolver,Provider}.call()" into honeycombBrad Fitzpatrick2011-01-121-4/+57
|\
| * Unhide Content{Resolver,Provider}.call()Brad Fitzpatrick2011-01-121-4/+57
* | am 52d70722: am cb842753: Merge "Closing cursor in finalizer to avoid GREF an...Brad Fitzpatrick2011-01-121-1/+3
|\ \ | |/ |/|
| * Closing cursor in finalizer to avoid GREF and fd leak in acoreJohannes Carlsson2011-01-101-1/+3