We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f0a2e6 commit df5bdf8Copy full SHA for df5bdf8
CHANGELOG.md
@@ -10,6 +10,7 @@ Version 2.2.0 *(2014-01-31)*
10
* Add API to supply custom `Bitmap.Config` for decoding.
11
* Performance: Reduce GC by reusing same `StringBuilder` instance on main thread for key creation.
12
* Performance: Reduce default buffer allocation to 4k for `MarkableInputStream`.
13
+ * Fix: Detect and decode WebP streams from byte array.
14
* Fix: Non-200 HTTP responses will now display error drawable if supplied.
15
* Fix: All exceptions during decode will now dispatch a failure.
16
* Fix: Catch `OutOfMemory` errors, dispatch a failure, and output stats in logcat.
0 commit comments