You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge FileImageDescriptor into URLImageDescriptor and clean it up
In it's core the FileImageDescriptor queries the given context class for
a resource at the given path and then operates on the returned URL or
directly fetches the resource's stream. By obtaining the resource's URL
immediately and using an URLImageDescriptor with it a lot of similar
code and logic from the FileImageDescriptor can be saved.
Additionally apply a few minor code clean-ups and remove a unused
internal method.
0 commit comments