History log of /frameworks/volley/src/com/android/volley/toolbox/NetworkImageView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c3dce982fb05a7674d360255a9831adf83475099 01-Jul-2013 Vladimir Baryshnikov <vovkab@gmail.com> NetworkImage - fix nullPointerException.

1. getLayoutParams() can be null.
2. old version used LinearLayout.LayoutParams instead of ViewGroup.LayoutParams
/frameworks/volley/src/com/android/volley/toolbox/NetworkImageView.java
aa6a5e69c646e8ef926a794a031ca4a9b5526a89 09-Jun-2013 Aurash Mahbod <aurash@google.com> Fix WRAP_CONTENT//WRAP_CONTENT case in NIV.

If the NIV is WRAP_CONTENT for both width / height,
skip the check that makes sure that it is measured before
fetching the image.
/frameworks/volley/src/com/android/volley/toolbox/NetworkImageView.java
b25a6e0f4d3bfdeddfc10e8f5518bab5c16634fd 20-May-2013 Aurash Mahbod <aurash@google.com> Don't requestLayout in layout pass in NIV
/frameworks/volley/src/com/android/volley/toolbox/NetworkImageView.java
da703141dabd9cae3f71e15a4b9cbb79f6d5d4b8 15-May-2013 Evan Charlton <evancharlton@gmail.com> Don't trample on the user-supplied tag

Store the ImageContainer in a member variable instead of in the tag
field (since the tag field buys us nothing, anyway).
/frameworks/volley/src/com/android/volley/toolbox/NetworkImageView.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/NetworkImageView.java