Commit graph

16 commits

Author SHA1 Message Date
Nicolas Raoul
97a57be47a Modified namespace so that app can be published on Google Play 2015-09-08 10:08:34 +09:00
YuviPanda
81e79cf096 Make thumbnails load faster by loading smaller Thumbnails
GitHub: https://github.com/wikimedia/apps-android-commons/pull/25
Change-Id: I0af540a1d84348a7a3e67c6037cd509b88b84b21
2013-07-10 20:44:59 +00:00
YuviPanda
b0bc8d0532 Add a progress bar to display upload progress, instead of just text
Change-Id: Id858ce3e508031435f7ceda3b2ffe2372b0c5510
GitHub: https://github.com/wikimedia/apps-android-commons/pull/11
2013-06-17 17:48:50 +00:00
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
YuviPanda
f721b163d1 Prevent upload status from overlapping with the title of upload
Bug: 47458
2013-04-24 01:24:14 +05:30
YuviPanda
2976268291 Fix styling on 2.3
Also switch to Holo Dark, which is what we wanted anyway
2013-03-20 15:11:50 +05:30
YuviPanda
9aebac8c23 (Bug 45360) Restrict file names to 2 lines at most 2013-02-27 07:34:49 +05:30
YuviPanda
48b292ed25 Show sequence numbers in the background as images load in list
Idea from ragesoss
2013-02-23 02:24:22 +05:30
YuviPanda
ea6da19d3c Minor stylistic fixes 2013-02-22 00:47:40 +05:30
YuviPanda
ee35a5c1d0 Minor size modifications to fit with 48 based android grid 2013-02-18 15:02:45 +05:30
YuviPanda
95c659afca Make contribution thumbnails square on grids (sortof) 2013-02-02 23:42:22 +05:30
YuviPanda
35d9e8f69c Adjustmenst for better experience in tablets 2013-02-02 23:33:19 +05:30
YuviPanda
bc036c929d Minor cosmetic changes 2013-02-02 15:39:43 +05:30
YuviPanda
da92ec7235 Show uploaded date in my contributions 2013-02-02 15:22:25 +05:30
YuviPanda
1ac8d3d879 Show images of your contributions (from current device) 2013-02-02 02:30:51 +05:30
YuviPanda
d128e74fc8 Add missing layout file for my contributions 2013-02-02 01:58:30 +05:30