Interface and Description |
---|
com.bumptech.glide.module.GlideModule
Libraries should use
LibraryGlideModule and Applications should use
AppGlideModule . |
Class and Description |
---|
com.bumptech.glide.integration.okhttp.OkHttpGlideModule
replaced with com.bumptech.glide.integration.okhttp3.OkHttpGlideModule.
|
com.bumptech.glide.integration.okhttp3.OkHttpGlideModule
Replaced by
OkHttpLibraryGlideModule for Applications that use Glide's
annotations. |
com.bumptech.glide.integration.okhttp.OkHttpStreamFetcher
replaced with com.bumptech.glide.integration.okhttp3.OkHttpStreamFetcher.
|
com.bumptech.glide.integration.okhttp.OkHttpUrlLoader
replaced with com.bumptech.glide.integration.okhttp3.OkHttpUrlLoader.
|
com.bumptech.glide.integration.volley.VolleyGlideModule
Replaced with
VolleyLibraryGlideModule . |
Field and Description |
---|
com.bumptech.glide.load.model.Headers.NONE
Use
Headers.DEFAULT instead. |