summaryrefslogtreecommitdiff
path: root/client/changes/bug_fix-order-of-incoming-document-events
AgeCommit message (Collapse)Author
2015-08-26[pkg] fold in changes0.7.2Ivan Alejandro
2015-07-27[bug] fix order of incoming document eventsdrebs
The incoming documents events are meant to be used by a progress bar for soledad sync, yet to be implemented. When deferred decryption was used, the events were sent out of order, depending on the order of arrival of the documents. This commit changes it so that the content of the emited events are in order, so it is meaningful for the implementation of a progress bar. Note that even after documents are received from the server, they will still be decrypted asynchronously, so another signal could be implemented to signal for the waiting of the decryption of incoming documents.