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
|