mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
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:
parent
d1f0539bbe
commit
959cff3ae2
4 changed files with 36 additions and 38 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue