-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Support for Glide 4.0 #802
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
Conversation
Change-Id: I5126936ae60f1e3251b24211403f35a32faced08
Change-Id: Ibc59436db533fd71055c5eb65ca74ef4bf1e6117
return true; | ||
} | ||
|
||
private class FirebaseStorageKey implements Key { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be static?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good call.
Change-Id: I50a3fbde9127d435c38d5f3de9608d428b82d08d
Change the Override method in GlideModule from
to
|
@SUPERCILEX @TheCraftKid any objections to pushing this through for |
@Sourav-21 can you explain your comment? That does not seem to be a valid override on Edit: nevermind, worked out when I went to |
Change-Id: I60bbd392b21be9adf4bf31790d071151b5397330
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored by someone other than the pull request submitter. We need to confirm that they're okay with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the |
Change-Id: I97a2011c49eb8b1dc45beb8cbd563fe43a6be6b3
CLAs look good, thanks! |
Change-Id: I2d190c5ced6cb06ea9b9b93ecc5e0886855efecc
LGTM! |
Using |
@Sourav-21 Is there a specific reason? The samples don't make that distinction. |
With the generated API, the
|
@Sourav-21 I don't think you can add new @samtstern I'm not super familiar with providing loaders for Glide, but at a glance this LGTM. 😄 |
@SUPERCILEX I am just giving an example. |
With the release of Glide 4.1.1. I suggest the following changes Change the
And use
|
Ohhhhh, I get it. You're suggesting simplifying the sample. Yeah @samtstern that's probably a good idea. |
Yeah, I am suggesting you modify the demo. The changes @TheCraftKid has done with |
Change-Id: I00d8193756ee71b0ef1d51da9ecd766196a4c5a1
@Sourav-21 thanks for the pointer about I think this is ready to go now. |
Change-Id: If9eb0e450c434b8516b9a59fa61b556652bfb695
See #731