| Method and Description |
|---|
| com.squareup.picasso.Picasso.Builder.debugging(boolean)
Use
Picasso.Builder.indicatorsEnabled(boolean) instead.
Whether debugging is enabled or not. |
| com.squareup.picasso.Downloader.Response.getBitmap()
Use
RequestHandler for directly loading Bitmap instances. |
| com.squareup.picasso.Picasso.isDebugging()
Use
Picasso.areIndicatorsEnabled() and Picasso.isLoggingEnabled() instead. |
| com.squareup.picasso.Picasso.setDebugging(boolean)
Use
Picasso.setIndicatorsEnabled(boolean) and Picasso.setLoggingEnabled(boolean)
instead. |
| com.squareup.picasso.RequestCreator.skipMemoryCache() |
| Constructor and Description |
|---|
| com.squareup.picasso.Downloader.Response(Bitmap, boolean)
Use
RequestHandler for directly loading Bitmap instances. |
| com.squareup.picasso.Downloader.Response(Bitmap, boolean, long)
The
contentLength argument value is ignored. Use #Response(Bitmap,
boolean). |
| com.squareup.picasso.Downloader.Response(InputStream, boolean)
Use
Response#Response(java.io.InputStream, boolean, long) instead. |
Copyright © 2013–2016 Square, Inc.. All rights reserved.