signal-desktop/js
lilia 762cb68721 Serialize sending and adding messages to a convo
Previously, if a message was sent in between the receive time of an
incoming message and the time it is actually added to the conversation's
message collection (which only occurs later after several async
callbacks), the incoming message would be inserted not-at-the-end of the
collection since it is ordered by receive time. This tricked the front
end into assuming the message was an older message instead of a new one.

Fixes #490

// FREEBIE
2016-03-17 15:41:01 -07:00
..
models Serialize sending and adding messages to a convo 2016-03-17 15:41:01 -07:00
views Fixes #663 Conversation list loads in reverse order 2016-03-12 15:34:33 -08:00
axolotl_store.js Turn off session logging 2016-03-14 11:33:20 -07:00
background.js Fix getUnread query 2016-02-26 12:25:56 -08:00
chromium.js Fix exception when drawAttention is called too early 2016-03-10 17:44:30 -08:00
components.js Perform components concatenation missed in ec6948 2016-03-12 16:28:14 -08:00
conversation_controller.js Fix conversation list ordering 2016-03-04 06:34:31 -08:00
conversation_panel.js Remove erroneous license file and headers 2015-09-07 14:58:42 -07:00
database.js Track and sync unread messages 2016-02-22 17:11:17 -08:00
debugLog.js Fix minor style errors 2016-02-18 13:45:22 -08:00
emoji_util.js Add title text for emoji in messages. 2016-03-09 12:46:33 -08:00
index.js Log global errors 2015-12-07 13:54:51 -08:00
libaxolotl-worker.js Use a worker to facilitate key generation 2015-05-05 17:44:55 -07:00
libphonenumber-util.js Refactor number parsing and validation 2015-12-09 18:58:51 -08:00
libtextsecure.js Update libaxolotl 2016-03-14 11:28:53 -07:00
notifications.js Clear notification when the last one is removed 2016-02-22 17:11:17 -08:00
options.js Display a message when provisioning socket fails 2016-02-09 16:23:17 -08:00
panel_controller.js Add logging when opening inbox 2016-02-27 15:30:02 -08:00
register.js Fix minor style errors 2016-02-18 13:45:22 -08:00
storage.js Warn if writing to storage too early 2016-03-10 17:44:29 -08:00