BitmapFactory.decodeStream() no longer works with GIFs in SDK 35?
For a long time I’ve been using Picasso to load images into my ImageView. I noticed that on newer devices (Android 35+) the behaviour of BitmapFactory.decodeStream() has changed to now return null for image/gif mime types. This affects Picasso as well as several other Image loading/caching libraries.