4 Commits

Author SHA1 Message Date
Zac Sweers
a03f3237d2 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
2019-06-04 01:40:18 -05:00
Dimitry Ivanov
702f2a0546 Move artifacts to 'ru.noties.markwon' group 2019-01-07 14:54:29 +03:00
Dimitry Ivanov
581265a22a Introduce priority abstraction (order and dependency for plugins) 2018-12-26 19:07:31 +03:00
Dimitry Ivanov
eabe1d9994 Add image-okhttp module 2018-12-24 13:39:50 +03:00