apps-android-commons/commons/res/layout
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
..
activity_about.xml Add minimal About activity 2013-04-09 22:54:14 +05:30
activity_contributions.xml Minor stylistic fixes 2013-02-22 00:47:40 +05:30
activity_login.xml Tweak input boxes so the IME doesn't eat fullscreen in landscape 2013-05-09 16:16:52 -07:00
activity_multiple_uploads.xml Add editable swipeable multiple upload view 2013-03-20 01:17:17 +05:30
activity_post_upload.xml Initial cut of Modifications syncing 2013-03-27 18:12:49 +05:30
activity_share.xml Add post-upload categorization to Multiple Upload 2013-03-31 09:17:21 +05:30
fragment_categorization.xml RTL: use start/end properties as well as left/right 2013-05-21 09:59:08 -07:00
fragment_contributions.xml Localize messages for first sync / no images 2013-05-06 11:53:31 -07:00
fragment_media_detail.xml Volley images 2013-06-12 20:44:57 +00:00
fragment_media_detail_pager.xml Add minimal detail view as a fragment 2013-02-21 21:09:04 +05:30
fragment_multiple_uploads_list.xml Tweak input boxes so the IME doesn't eat fullscreen in landscape 2013-05-09 16:16:52 -07:00
fragment_single_upload.xml RTL: use start/end properties as well as left/right 2013-05-21 09:59:08 -07:00
layout_categories_item.xml Add proper categorization view on post upload 2013-03-30 03:52:56 +05:30
layout_contribution.xml Volley images 2013-06-12 20:44:57 +00:00
layout_upload_item.xml Add post-upload categorization to Multiple Upload 2013-03-31 09:17:21 +05:30
login.xml Removed unneccessary listView in LoginView 2013-02-17 11:54:35 +05:30