History log of /frameworks/support/volley/src/com/android/volley/toolbox/ImageRequest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c21893eac195508dab45d795322e3278ebb9fe1f 17-Sep-2012 Jorim Jaggi <jjaggi@google.com> Do not upscale images in Volley library.

This changes prevents that images received from the web don't get upscaled
locally. Previously, they got upscaled to match mMaxWidth and mMaxHeight,
which is wrong because mMaxWidth and mMaxHeight only specify the maximum
width and height and not the actual one.

Change-Id: I410bb73b330daeb88387584d71c1e58fa2f610a9
/frameworks/support/volley/src/com/android/volley/toolbox/ImageRequest.java
3713094c56d25e25df2a508dbee4aea869ffdea1 03-Nov-2011 Ficus Kirkpatrick <ficus@android.com> Volley: an HTTP RPC library.

Change-Id: I05bb67da2bdcaf127dcaf772947ba56cd115b00a
/frameworks/support/volley/src/com/android/volley/toolbox/ImageRequest.java