| Commit message (Expand) | Author | Age | Files | Lines |
* | Move CancellationSignal to android.os package. | Jeff Brown | 2012-05-07 | 1 | -0/+2 |
* | Rename CancellationSignal using preferred spelling. | Jeff Brown | 2012-02-02 | 1 | -6/+6 |
* | Support automatic cancellation of Loaders. | Jeff Brown | 2012-02-01 | 1 | -2/+2 |
* | Implement a cancelation mechanism for queries. | Jeff Brown | 2012-01-27 | 1 | -8/+31 |
* | Calling close() outside of the main thread breaks stuff. | Dianne Hackborn | 2011-10-09 | 1 | -17/+4 |
* | Fix issue #5418999: [From My Phone] - ANR when navigating back from OneUp view | Dianne Hackborn | 2011-10-09 | 1 | -4/+18 |
* | Fix a bunch of API review bugs. | Dianne Hackborn | 2011-01-17 | 1 | -1/+28 |
* | Implement issue # 3255887 could CursorLoader offer... | Dianne Hackborn | 2011-01-08 | 1 | -1/+1 |
* | Fix issue #3301572: onCreateLoader must not be a member class: VolumeMetadata... | Dianne Hackborn | 2010-12-21 | 1 | -19/+5 |
* | More cleanup of Loader APIs. | Dianne Hackborn | 2010-12-20 | 1 | -16/+28 |
* | Some fixes to the new loader management. | Dianne Hackborn | 2010-12-17 | 1 | -1/+16 |
* | Fix issue #3272082: Contacts: when going back from edit view, | Dianne Hackborn | 2010-12-16 | 1 | -9/+16 |
* | Making observer registration customizable. | Dmitri Plotnikov | 2010-09-22 | 1 | -2/+11 |
* | Removing closed cursor on stop | Dmitri Plotnikov | 2010-08-09 | 1 | -1/+1 |
* | Release resources for a previously loaded cursor if a new one | Ben Komalo | 2010-07-22 | 1 | -0/+5 |
* | Fixing NPE in CursorLoader | Dmitri Plotnikov | 2010-07-15 | 1 | -1/+3 |
* | Preventing cursor leaks when a query is interrupted | Dmitri Plotnikov | 2010-06-16 | 1 | -1/+8 |
* | Add the Loader and supporting classes. | Jeff Hamilton | 2010-05-18 | 1 | -0/+151 |