index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
content
/
CursorLoader.java
Age
Commit message (
Expand
)
Author
2020-10-27
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2018-10-09
docs: fixing errors found with lint checker
kopriva
2018-10-09
docs: fixing errors found with lint checker
kopriva
2018-08-15
Add @UnsupportedAppUsage annotations
Mathew Inwood
2017-12-20
Improve Fragment+Loader deprecation Javadoc
Ian Lake
2017-11-17
Updated JavaDoc for onStartLoading
Fyodor Kupolov
2017-11-13
Deprecate framework Fragments and Loaders
Ian Lake
2013-11-20
Remove unused imports from frameworks/base.
John Spurlock
2013-03-14
Remove a method
Scott Kennedy
2013-01-08
Fix cursor window leak when query execution fails.
Jeff Brown
2012-05-07
Move CancellationSignal to android.os package.
Jeff Brown
2012-02-02
Rename CancellationSignal using preferred spelling.
Jeff Brown
2012-02-01
Support automatic cancellation of Loaders.
Jeff Brown
2012-01-27
Implement a cancelation mechanism for queries.
Jeff Brown
2011-10-09
Calling close() outside of the main thread breaks stuff.
Dianne Hackborn
2011-10-09
Fix issue #5418999: [From My Phone] - ANR when navigating back from OneUp view
Dianne Hackborn
2011-01-17
Fix a bunch of API review bugs.
Dianne Hackborn
2011-01-08
Implement issue # 3255887 could CursorLoader offer...
Dianne Hackborn
2010-12-21
Fix issue #3301572: onCreateLoader must not be a member class: VolumeMetadata...
Dianne Hackborn
2010-12-20
More cleanup of Loader APIs.
Dianne Hackborn
2010-12-17
Some fixes to the new loader management.
Dianne Hackborn
2010-12-16
Fix issue #3272082: Contacts: when going back from edit view,
Dianne Hackborn
2010-09-22
Making observer registration customizable.
Dmitri Plotnikov
2010-08-09
Removing closed cursor on stop
Dmitri Plotnikov
2010-07-22
Release resources for a previously loaded cursor if a new one
Ben Komalo
2010-07-15
Fixing NPE in CursorLoader
Dmitri Plotnikov
2010-06-16
Preventing cursor leaks when a query is interrupted
Dmitri Plotnikov
2010-05-18
Add the Loader and supporting classes.
Jeff Hamilton