From 8a18611fa4868b42999a48f728da5a9884d8cb62 Mon Sep 17 00:00:00 2001 From: drebs Date: Thu, 23 Jul 2015 18:03:39 -0300 Subject: [bug] fix order of incoming document events 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. --- client/changes/bug_fix-order-of-incoming-document-events | 1 + 1 file changed, 1 insertion(+) create mode 100644 client/changes/bug_fix-order-of-incoming-document-events (limited to 'client/changes') diff --git a/client/changes/bug_fix-order-of-incoming-document-events b/client/changes/bug_fix-order-of-incoming-document-events new file mode 100644 index 00000000..0cdb5d3d --- /dev/null +++ b/client/changes/bug_fix-order-of-incoming-document-events @@ -0,0 +1 @@ + o Fix the order of the events emited for incoming documents. -- cgit v1.2.3