Deprecated API


Contents
Deprecated Methods
com.bumptech.glide.BitmapRequestBuilder.animate(Animation)
           
com.bumptech.glide.DrawableRequestBuilder.animate(Animation)
           
com.bumptech.glide.GenericRequestBuilder.animate(Animation)
          If this builder is used for multiple loads, using this method will result in multiple view's being asked to start an animation using a single Animation object which results in views animating repeatedly. Use GenericRequestBuilder.animate(int) or GenericRequestBuilder.animate(com.bumptech.glide.request.animation.ViewPropertyAnimation.Animator). Scheduled to be removed in Glide 4.0. 
com.bumptech.glide.GifRequestBuilder.animate(Animation)
           
com.bumptech.glide.load.model.GenericLoaderFactory.buildModelLoader(Class, Class, Context)
          Use GenericLoaderFactory.buildModelLoader(Class, Class) instead. Scheduled to be removed in Glide 4.0. 
com.bumptech.glide.DrawableRequestBuilder.crossFade(Animation, int)
           
com.bumptech.glide.GifRequestBuilder.crossFade(Animation, int)
           
com.bumptech.glide.RequestManager.fromUrl()
          The URL class has a number of performance problems and should generally be avoided when possible. Prefer RequestManager.load(android.net.Uri) or RequestManager.load(String). 
com.bumptech.glide.load.resource.bitmap.TransformationUtils.getOrientation(String)
          No longer used by Glide, scheduled to be removed in Glide 4.0 
com.bumptech.glide.util.Util.getSize(Bitmap)
          Use Util.getBitmapByteSize(android.graphics.Bitmap) instead. Scheduled to be removed in Glide 4.0. 
com.bumptech.glide.RequestManager.load(byte[], String)
          Use RequestManager.load(byte[]) along with GenericRequestBuilder.signature(com.bumptech.glide.load.Key) instead. Scheduled to be removed in Glide 4.0. 
com.bumptech.glide.RequestManager.load(URL)
          The URL class has a number of performance problems and should generally be avoided when possible. Prefer RequestManager.load(android.net.Uri) or RequestManager.load(String). 
com.bumptech.glide.RequestManager.loadFromMediaStore(Uri, String, long, int)
          Use RequestManager.loadFromMediaStore(android.net.Uri), MediaStoreSignature, and DrawableRequestBuilder.signature(com.bumptech.glide.load.Key) instead. Scheduled to be removed in Glide 4.0. 
com.bumptech.glide.load.resource.bitmap.TransformationUtils.orientImage(String, Bitmap)
          No longer used by Glide, scheduled to be removed in Glide 4.0 
 

Deprecated Constructors
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.