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

Switch OkHttpImagesPlugin to be Call.Factory-based #129

Merged
merged 1 commit into from
Jun 4, 2019

Commits on Jun 4, 2019

  1. Switch OkHttpImagesPlugin to be Call.Factory-based

    This is a binary-compatible change that changes the underlying semantics to use a Call.Factory rather than OkHttpClient directly. This allows for a few benefits:
    
    - Not tightly coupled to OkHttpClient
    - Allows for lazy/delegating/deferred initialization
    - Matches other OkHttpClient-dependent libraries' APIs, namely Retrofit and Apollo GraphQL
    ZacSweers committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    a03f323 View commit details
    Browse the repository at this point in the history