summaryrefslogtreecommitdiffstats
path: root/core/java/android/content/ContentResolver.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* | am e90a1b16: am 752942ec: Merge "The phone is crashing when unknown mime cont...Jean-Baptiste Queru2010-12-281-0/+4
|\ \ | |/
| * The phone is crashing when unknown mime content is transferred.Ola Olsson2010-12-211-0/+4
* | Add getCurrentSyncs() to the SDK, which replaces the deprecatedFred Quintana2010-10-081-2/+26
* | resolved conflicts for merge of a8bce7c8 to masterDianne Hackborn2010-09-271-4/+3
|\ \ | |/
| * Allow all apps to call ContentResolver.getType().Dianne Hackborn2010-09-261-12/+46
* | Allow all apps to call ContentResolver.getType().Dianne Hackborn2010-09-271-10/+45
* | Add new ContentProvider for doing conversions to data streams.Dianne Hackborn2010-08-081-24/+129
* | resolved conflicts for merge of 2eb12a47 to masterDianne Hackborn2010-06-241-2/+3
|\ \ | |/
| * Some ActivityThread/ActivityManager cleanup.Dianne Hackborn2010-06-241-2/+3
* | New XmlDocumentProvider class.Gilles Debunne2010-06-231-5/+4
|/
* bug:2622719 move 'forcing of cursor execution' to ContentProviderVasu Nori2010-04-281-0/+2
* Missed these ones in the previous rename.Brad Fitzpatrick2010-04-081-2/+2
* some changes due to an API reviewFred Quintana2010-03-301-3/+3
* Fix small typo in javadoc: "deleting" -> "updating"Omari Stephens2010-03-101-1/+1
* Add "call" method on ContentProvider.Brad Fitzpatrick2010-03-051-1/+1
* expose some sync control methodsFred Quintana2010-02-261-4/+24
* Reduce SQLiteDatabase and ContentResolver EventLog logging thresholds.Brad Fitzpatrick2010-02-221-2/+2
* Measure walltime in ContentResolver and SQLiteDatabase operations logging.Brad Fitzpatrick2010-02-111-10/+11
* Log ContentProvider operations to the EventLog.Brad Fitzpatrick2010-02-091-7/+106
* - change the SyncManager to retry MANUAL syncs that encounter a soft errorFred Quintana2010-02-081-1/+59
* add sync pollingFred Quintana2010-02-051-0/+60
* ContentResolver.query() includes performance considerationsTom O'Neill2010-01-081-16/+28
* am 328c0e79: - removed the concept of Entity from the ContentProvider APIs - ...Fred Quintana2009-12-101-90/+0
* - hide Entity and all its referencesFred Quintana2009-10-061-0/+2
* Remove GAIA stringCostin Manolache2009-09-291-1/+1