History log of /frameworks/volley/src/com/android/volley/toolbox/ImageLoader.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ee9d4500c337d5d2371651764dfcbbf8d5502757 30-Mar-2014 Andrew Sutherland <dr3wsuth3rland@gmail.com> ImageLoader: setError after null check

if request was canceled it will have already been removed
from mInFlightRequests and cause NPE

Change-Id: I1ce78bb6b3b2964545a47b5e3bb59bdf1a6d940e
/frameworks/volley/src/com/android/volley/toolbox/ImageLoader.java
2952b728becbf317f88a627cf17d0b5b6645bb66 10-Jul-2013 Evan Charlton <evancharlton@gmail.com> Remote executable bit from ImageLoader

This shouldn't have been executable.

Change-Id: Ib5c23ed853a99a4db55f1f2605528f4d9717ad24
/frameworks/volley/src/com/android/volley/toolbox/ImageLoader.java
d843f88166f5a1a099cfc9ff35473b31b50b18af 10-Jun-2013 Ficus Kirkpatrick <ficus@android.com> Merge "Fixed bug caused by batching responses in the ImageLoader"
dc5355251132a447e384e273127b1a8bdaf32f5a 23-May-2013 Cameron Ketcham <cketcham@gmail.com> Fixed bug caused by batching responses in the ImageLoader

If the first call to batchResponse passes a VolleyError,
then all responses from that batch would show an error even
if some of them succeeded. This fixes the bug by setting the
error per BatchedImageRequest rather than for the batch.

Change-Id: I2543d2d6f4154c33ba072d7f97aee9dc67f3300e
Signed-off-by: Cameron Ketcham <cketcham@gmail.com>
/frameworks/volley/src/com/android/volley/toolbox/ImageLoader.java
285d4727a6c223e8f4c19b6b44078464605b7f8b 22-May-2013 andaagar <anders.aagaard@finn.no> adding isCached function to ImageLoader

Change-Id: I771a608910a7b2b1dc1fe1d30395a7bb0738592e
/frameworks/volley/src/com/android/volley/toolbox/ImageLoader.java
d62a616ebca5bfa4f9ec5517208e13f2d501b69a 08-May-2013 Aurash Mahbod <aurash@google.com> Add ImageLoader and NetworkImageView convenience classes

Change-Id: I5a1454c7c8d1ed62953b9cdaa9871b8cb40b23a7
/frameworks/volley/src/com/android/volley/toolbox/ImageLoader.java