-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix problems with upload #456
Comments
@httpdispatch can you check this? First the item 2, please. @jmathai, I don't like the first one. That means that user would not be able to send images in the 3G until he changes the default option. |
I meant just for auto upload. |
@jmathai, in that case I also agree. @httpdispatch |
The application doesn't have a place where user can retry failed uploads manually except it clicks on failed notification and presses upload button again in the upload activity. Also if upload fails it will not retry immediately until app restart or connectivity state changed or user will upload new photo. So i need some more explanation for item 2 As for the first item. When we added the option we had a discussion about autoupload/regular upload. The thing is that both uploads uses same queue and we don't separate them there. Upload process is automatic and if it fails it will start again on connectivity state changed. If user has regular and autouploads in the queue which failed for the first time or connection was absent when they were added and user connects to 3G both regular and automatically added images will retry to reupload if no WiFi only upload option is specified. So the first item also requires some clarification |
We need to implement these actions:
The text was updated successfully, but these errors were encountered: