-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Deprecate and remove CursorLoader #2719
Copy link
Copy link
Open
Labels
Refactoring and CleanupThis PR is all about improving code quality and javadoc.This PR is all about improving code quality and javadoc.
Metadata
Metadata
Assignees
Labels
Refactoring and CleanupThis PR is all about improving code quality and javadoc.This PR is all about improving code quality and javadoc.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
No status
CursorLoader currently uses AWT, making it not fully crossplatform.
It could be replaced with something in pure java as i did for #2718 , or deprecated and remove.
I'd personally prefer for it to be deprecated, since those are not very common formats anymore.