Field and Description |
---|
com.bumptech.glide.load.model.Headers.NONE
Use
Headers.DEFAULT instead. |
Constructor and Description |
---|
com.bumptech.glide.ListPreloader(int)
Use
ListPreloader.ListPreloader(com.bumptech.glide.ListPreloader.PreloadModelProvider,
com.bumptech.glide.ListPreloader.PreloadSizeProvider, int) instead. This constructor will be removed in Glide
4.0. |
com.bumptech.glide.load.model.stream.StreamByteArrayLoader(String)
Use
GenericRequestBuilder.signature(com.bumptech.glide.load.Key)
and the empty constructor instead. Scheduled to be removed in Glide 4.0. |
Enum Constant and Description |
---|
com.bumptech.glide.load.DecodeFormat.ALWAYS_ARGB_8888
Use the equivalent but less misleadingly named
DecodeFormat.PREFER_ARGB_8888 . Scheduled to be removed
in Glide 4.0 |