-
Notifications
You must be signed in to change notification settings - Fork 685
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate CoilContentProvider. #293
Conversation
@colinrtwhite When will this be released?
Or can I get a snapshot version if it is present? |
@premacck Hmm seems like the ContentProvider has not been initialized. The next release should fix the issue as we're removing the dependency on the content provider. The next release will be out before Monday, however if you want it ASAP, you can get the snapshot by following the instructions here. |
* Deprecate CoilContentProvider. * Revert README.md changes.
Each new ContentProvider adds a slight penalty to app startup time. For Coil to be 100% lazy, we should remove the ContentProvider. Fortunately, this only affects
Coil.get
which now requires a context.