Show upload progress in my contributions

Abandoned local broadcast based approach, and 'went with the flow'.
Now have a 'transferred' column in sqlite database & the
content provider
This commit is contained in:
YuviPanda 2013-02-04 01:28:30 +05:30
parent d1f0539bbe
commit 959cff3ae2
4 changed files with 36 additions and 38 deletions

View file

@ -39,7 +39,8 @@
<string name="title_activity_contributions">My Contributions</string>
<string name="contribution_state_queued">Queued</string>
<string name="contribution_state_failed">Failed</string>
<string name="contribution_state_in_progress">Uploading</string>
<string name="contribution_state_in_progress">%1$d%% complete</string>
<string name="contribution_state_starting">Uploading</string>
<string name="menu_from_gallery">From Gallery</string>
<string name="menu_from_camera">Take Photo</string>
</resources>