Closed JacobZ closed 10 years ago
Currently the Android Client does this:
Since the Uploader is busy with encrypting, nothing will be uploaded till this is done. In the same time the downloader does not find anything to download. After 5 retries it gives up and need to be started manually again. This is mostly an issue with large files since encrypting an image is pretty fast (depends on the device)
Most of the time uploads working pretty well. There is one issue when uploading the same file twice at the same time. Filecache uses the same File instance on its Filesystem which means that different Connections are trying to write to this file.
missbehavior: Once the sender chose its attachment and pressed the send button, the receiver displays the attachment in Download state. But the sender is not uploading it yet. First comes the encryption then the upload. Encryption can take a while for large files. On receiver side it looks like nothing happens and the download is stuck. When the sender finally uploaded the attachment, the reciever is still stuck and does not download. Pause and Continue starts the download finally.