apps-android-commons/commons
YuviPanda 57888260ec Volley images
Add support for using Volley to load remote images instead of UIL

1. Gives us Caching
2. Load images at full resolution, rather than hardcode them. This is done by trying to fetch an image at highest width possible for the particular view. If it 500s, we assume that the image is smaller than the requested width and just request the full size image
3. Created a MediaWikiImageView, to which you can pass a Media object and it will display it. Takes care of sizing, etc. Optionally you can also specify a view to use as the 'loading' view.

TODO:
Loading from content:// URIs still use UIL. Need to write a Volley HTTP Stack that can fake responses for content:// URIs.

GitHub: https://github.com/wikimedia/apps-android-commons/pull/1
Change-Id: Ia21a7b19fefa552d5a0b013085d0f5f1f80dc5ff
2013-06-12 20:44:57 +00:00
..
androlog Mavenized (almost) everything - Transcode feature removed 2013-01-25 03:04:21 +05:30
assets/fontconfig Mavenized (almost) everything - Transcode feature removed 2013-01-25 03:04:21 +05:30
jni Mavenized (almost) everything - Transcode feature removed 2013-01-25 03:04:21 +05:30
res Volley images 2013-06-12 20:44:57 +00:00
src/main Volley images 2013-06-12 20:44:57 +00:00
AndroidManifest.xml Bump version to 1.0alpha1 2013-05-21 14:18:24 -07:00
commons.iml Make Android Studio happy with mvn->iml project updates :P 2013-05-21 09:40:13 -07:00
default.properties Mavenized (almost) everything - Transcode feature removed 2013-01-25 03:04:21 +05:30
pom.xml Volley images 2013-06-12 20:44:57 +00:00