5 Commits

Author SHA1 Message Date
Dimitry Ivanov
c20f1520ab Fix recursive factory call in OkHttpImagesPlugin 2019-06-19 00:40:09 +03:00
Zac Sweers
b30a1e10a8 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-19 00:39:22 +03: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