-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
UI improvements in InstantUploadActivity #138
Comments
@davivel why we need this activity at all ? If a instantUpload is not working it will be retried after the connection is established. We just need a listener which checks if the connection is there ? Or did I miss something ? |
@zerginator The problem is that the automatic recovery is not always working fine. Repairing this one would be a preferable solution, but maybe a bit harder. Or maybe not. As stated in some issue over there, the automatic recovery is triggered when a new Wi-Fi connection is got. There are two problems in this:
|
to 1. I'm reviewing the code of this. What could be a solution for this ? Check every 15 min if we have access to the server ? If (InstantUploadEnabled && online && (ping from server == true) ) |
the 15 min check will only be done if there are some files waiting for upload |
No, please, don't define arbitrary polling periods to check. Just adding some other events, such as a new synchronization started or the main activtiy is created. |
In my opinion, it is not every time the best solution to try to automate something. |
Text size is too small. --> what is the smallest size you can go with. |
changes in progress #138 UI - improvements in InstantUploadActivity
Text in the list should be the same size that in the regular list of files. Same for buttons. |
This activtiy was finally discarded. |
Add GetRemoteUserAvatarOperation to get data and metadata of current user avatar.
The text was updated successfully, but these errors were encountered: