| Field and Description |
|---|
| com.bumptech.glide.load.model.Headers.NONE
Use Headers instead.
|
| Constructor and Description |
|---|
| com.bumptech.glide.ListPreloader(int)
Use ListPreloader instead. This constructor will be removed in Glide 4.0.
|
| com.bumptech.glide.load.model.stream.StreamByteArrayLoader(String)
Use GenericRequestBuilder 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. Scheduled to be removed in Glide 4.0
|