History log of /frameworks/volley/src/main/java/com/android/volley/toolbox/ImageLoader.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
79d00f42dd34d409cd3b2deb0a82e99a0417e340 06-Mar-2015 Ficus Kirkpatrick <ficus@android.com> Merge "fix ImageLoader.getCacheKey()"
d95219cb1c414de049f90c97fccad638b11bdc85 05-Mar-2015 Ralph Bergmann <ralph@the4thfloor.eu> fix ImageLoader.getCacheKey()

The ScaleType was missing.

Change-Id: I57cba7cbf60df1e47ea9d8baf480765c6e39d821
Signed-off-by: Ralph Bergmann <ralph@the4thfloor.eu>
/frameworks/volley/src/main/java/com/android/volley/toolbox/ImageLoader.java
f58de9c02dfc64c1ec4743ba040debc5cf87b560 05-Mar-2015 Ralph Bergmann <ralph@the4thfloor.eu> clean up a little bit

Change-Id: Ibbe796c05e406acd48a0d59090e6be746db24867
Signed-off-by: Ralph Bergmann <ralph@the4thfloor.eu>
/frameworks/volley/src/main/java/com/android/volley/toolbox/ImageLoader.java
a67f7d1922920d115101a266e8902325800c5fb9 16-Feb-2015 Narayan Kamath <narayan@google.com> Fix volley related build breakage.

(cherry picked from commit 46741f2f5165cbf3cdc0c51107e5ffff8002af5b)

Change-Id: I6fc32971f03d7958a75250e14a7efdb0a12d8d30
/frameworks/volley/src/main/java/com/android/volley/toolbox/ImageLoader.java
ced8a98b9ffa3612656b7979f8933ae9cf19d657 16-Dec-2013 Ralph Bergmann <ralph@the4thfloor.eu> Use the view size and scale type to restrict NIV requests.

Change-Id: I77e705c09937f78af746cd73b6e6d94fd4ee2a03
/frameworks/volley/src/main/java/com/android/volley/toolbox/ImageLoader.java
b9b8dc3d98fb1a8c3f02c2c2fcc18cbd344c05cb 29-Nov-2014 Ficus Kirkpatrick <ficus@android.com> Migrate from Gradle to Maven.

- Restructure source to src/{main,test} style
- Add pom.xml and update Android.mk
- Migrate all tests to JUnit4 and Robolectric
- RequestQueueTest is currently @Ignored as fixing it will
involve more extensive refactoring.
- Main library still builds in Gradle; tests do not

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