Skip to content
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

Improve image loader #72

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Aug 9, 2017

  1. Configuration menu
    Copy the full SHA
    11bee2e View commit details
    Browse the repository at this point in the history
  2. Added ability to get context around image loading

    Without breaking change : ImageLoader is now an abstract class implementing the new methods of ContextImageLoader with the values used previously : nothing change for existing implementations.
    However, the user is now able to override other methods of ImageLoader if he wants to have additional data for say, the user.
    philippeauriach committed Aug 9, 2017
    Configuration menu
    Copy the full SHA
    8f34e3e View commit details
    Browse the repository at this point in the history