| Commit message (Expand) | Author | Age | Files | Lines |
* | Use myUserId() only in registerContentObserver() | Christopher Tate | 2012-10-03 | 1 | -1/+1 |
* | Multiuser awareness in content observer infrastructure | Christopher Tate | 2012-09-20 | 1 | -2/+2 |
* | Per-user content observer APIs | Christopher Tate | 2012-09-17 | 1 | -2/+20 |
* | More multi-user stuff: | Dianne Hackborn | 2012-09-07 | 1 | -1/+3 |
* | Added or fixed doctrings for required permissions. | Nicolas Falliere | 2012-06-18 | 1 | -0/+30 |
* | Fix (mostly) issue #5109947: Race condition between retrieving a... | Dianne Hackborn | 2012-05-29 | 1 | -93/+149 |
* | Add infrastructure for accessing "unstable" content providers. | Dianne Hackborn | 2012-05-09 | 1 | -53/+155 |
* | Move CancellationSignal to android.os package. | Jeff Brown | 2012-05-07 | 1 | -0/+3 |
* | Add direct support for HTML formatted text in ClipData etc. | Dianne Hackborn | 2012-04-13 | 1 | -1/+1 |
* | Fix obvious typos under frameworks/base/core | Ken Wakasa | 2012-03-09 | 1 | -1/+1 |
* | am dbc591e2: am c69d6134: am 6ae4fe94: am 9303919d: Merge "Adds documentation... | Jean-Baptiste Queru | 2012-03-01 | 1 | -1/+6 |
|\ |
|
| * | Adds documentation for ContentResolver notifyChange() | Steve Pomeroy | 2012-01-18 | 1 | -1/+6 |
* | | Rename CancellationSignal using preferred spelling. | Jeff Brown | 2012-02-02 | 1 | -8/+8 |
* | | Implement a cancelation mechanism for queries. | Jeff Brown | 2012-01-27 | 1 | -1/+51 |
* | | Clean up content observer code. | Jeff Brown | 2012-01-23 | 1 | -4/+10 |
|/ |
|
* | Merge "Add a CrossProcessCursorWrapper. Bug: 5220669" | Jeff Brown | 2011-10-14 | 1 | -1/+2 |
|\ |
|
| * | Add a CrossProcessCursorWrapper. | Jeff Brown | 2011-10-13 | 1 | -1/+2 |
* | | docs: add developer guide cross-references, Project ACRE, Round 2 | Joe Fernandez | 2011-10-14 | 1 | -0/+6 |
|/ |
|
* | Implement CloseGuard in ContentResolver. | Jeff Brown | 2011-10-09 | 1 | -5/+20 |
* | Fix a bug where a provider could be never released. | Jean Chalard | 2011-07-28 | 1 | -2/+2 |
* | Remove the deprecated things from Config.java. These haven't been working sin... | Joe Onorato | 2011-04-07 | 1 | -3/+2 |
* | am 2e390809: Merge "Unhide Content{Resolver,Provider}.call()" into honeycomb | Brad Fitzpatrick | 2011-01-12 | 1 | -4/+57 |
|\ |
|
| * | Unhide Content{Resolver,Provider}.call() | Brad Fitzpatrick | 2011-01-12 | 1 | -4/+57 |
* | | am 52d70722: am cb842753: Merge "Closing cursor in finalizer to avoid GREF an... | Brad Fitzpatrick | 2011-01-12 | 1 | -1/+3 |
|\ \
| |/
|/| |
|
| * | Closing cursor in finalizer to avoid GREF and fd leak in acore | Johannes Carlsson | 2011-01-10 | 1 | -1/+3 |
* | | am e90a1b16: am 752942ec: Merge "The phone is crashing when unknown mime cont... | Jean-Baptiste Queru | 2010-12-28 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | The phone is crashing when unknown mime content is transferred. | Ola Olsson | 2010-12-21 | 1 | -0/+4 |
* | | Add getCurrentSyncs() to the SDK, which replaces the deprecated | Fred Quintana | 2010-10-08 | 1 | -2/+26 |
* | | resolved conflicts for merge of a8bce7c8 to master | Dianne Hackborn | 2010-09-27 | 1 | -4/+3 |
|\ \
| |/ |
|
| * | Allow all apps to call ContentResolver.getType(). | Dianne Hackborn | 2010-09-26 | 1 | -12/+46 |
* | | Allow all apps to call ContentResolver.getType(). | Dianne Hackborn | 2010-09-27 | 1 | -10/+45 |
* | | Add new ContentProvider for doing conversions to data streams. | Dianne Hackborn | 2010-08-08 | 1 | -24/+129 |
* | | resolved conflicts for merge of 2eb12a47 to master | Dianne Hackborn | 2010-06-24 | 1 | -2/+3 |
|\ \
| |/ |
|
| * | Some ActivityThread/ActivityManager cleanup. | Dianne Hackborn | 2010-06-24 | 1 | -2/+3 |
* | | New XmlDocumentProvider class. | Gilles Debunne | 2010-06-23 | 1 | -5/+4 |
|/ |
|
* | bug:2622719 move 'forcing of cursor execution' to ContentProvider | Vasu Nori | 2010-04-28 | 1 | -0/+2 |
* | Missed these ones in the previous rename. | Brad Fitzpatrick | 2010-04-08 | 1 | -2/+2 |
* | some changes due to an API review | Fred Quintana | 2010-03-30 | 1 | -3/+3 |
* | Fix small typo in javadoc: "deleting" -> "updating" | Omari Stephens | 2010-03-10 | 1 | -1/+1 |
* | Add "call" method on ContentProvider. | Brad Fitzpatrick | 2010-03-05 | 1 | -1/+1 |
* | expose some sync control methods | Fred Quintana | 2010-02-26 | 1 | -4/+24 |
* | Reduce SQLiteDatabase and ContentResolver EventLog logging thresholds. | Brad Fitzpatrick | 2010-02-22 | 1 | -2/+2 |
* | Measure walltime in ContentResolver and SQLiteDatabase operations logging. | Brad Fitzpatrick | 2010-02-11 | 1 | -10/+11 |
* | Log ContentProvider operations to the EventLog. | Brad Fitzpatrick | 2010-02-09 | 1 | -7/+106 |
* | - change the SyncManager to retry MANUAL syncs that encounter a soft error | Fred Quintana | 2010-02-08 | 1 | -1/+59 |
* | add sync polling | Fred Quintana | 2010-02-05 | 1 | -0/+60 |
* | ContentResolver.query() includes performance considerations | Tom O'Neill | 2010-01-08 | 1 | -16/+28 |
* | am 328c0e79: - removed the concept of Entity from the ContentProvider APIs - ... | Fred Quintana | 2009-12-10 | 1 | -90/+0 |
* | - hide Entity and all its references | Fred Quintana | 2009-10-06 | 1 | -0/+2 |
* | Remove GAIA string | Costin Manolache | 2009-09-29 | 1 | -1/+1 |