summaryrefslogtreecommitdiffstats
path: root/core/java/android/content/CursorLoader.java
Commit message (Expand)AuthorAgeFilesLines
* Move CancellationSignal to android.os package.Jeff Brown2012-05-071-0/+2
* Rename CancellationSignal using preferred spelling.Jeff Brown2012-02-021-6/+6
* Support automatic cancellation of Loaders.Jeff Brown2012-02-011-2/+2
* Implement a cancelation mechanism for queries.Jeff Brown2012-01-271-8/+31
* Calling close() outside of the main thread breaks stuff.Dianne Hackborn2011-10-091-17/+4
* Fix issue #5418999: [From My Phone] - ANR when navigating back from OneUp viewDianne Hackborn2011-10-091-4/+18
* Fix a bunch of API review bugs.Dianne Hackborn2011-01-171-1/+28
* Implement issue # 3255887 could CursorLoader offer...Dianne Hackborn2011-01-081-1/+1
* Fix issue #3301572: onCreateLoader must not be a member class: VolumeMetadata...Dianne Hackborn2010-12-211-19/+5
* More cleanup of Loader APIs.Dianne Hackborn2010-12-201-16/+28
* Some fixes to the new loader management.Dianne Hackborn2010-12-171-1/+16
* Fix issue #3272082: Contacts: when going back from edit view,Dianne Hackborn2010-12-161-9/+16
* Making observer registration customizable.Dmitri Plotnikov2010-09-221-2/+11
* Removing closed cursor on stopDmitri Plotnikov2010-08-091-1/+1
* Release resources for a previously loaded cursor if a new oneBen Komalo2010-07-221-0/+5
* Fixing NPE in CursorLoaderDmitri Plotnikov2010-07-151-1/+3
* Preventing cursor leaks when a query is interruptedDmitri Plotnikov2010-06-161-1/+8
* Add the Loader and supporting classes.Jeff Hamilton2010-05-181-0/+151