session-desktop/js
lilia de744a6c55 Fix messages being inserted in the wrong place
Usually new elements are inserted in a predictable order relative to the
sort order of the models/collection, but it's not garaunteed. This fixes
up message element insertion to handle the general case where elements
can be added in any order and must be displayed in correct order as
determined by the collection's sort function. In the worst case, we'll
have to iterate over the entire list of elements to find the right spot,
but in practice most of the time we can short circuit based on the index
of the model or by looking for the predecessor or successor of the
element in question.
2016-10-05 19:09:21 +09:00
..
models Insert inferred timer updates before the corresponding message 2016-10-05 19:09:21 +09:00
views Fix messages being inserted in the wrong place 2016-10-05 19:09:21 +09:00
background.js Use read receipt envelope to infer startExpirationTime 2016-09-28 17:20:02 -07:00
chromium.js Move chrome-specific calls to chromium.js 2016-09-20 13:37:50 -07:00
components.js Upgrade emoji support and switch to apple emoji 2016-09-01 11:51:53 -07:00
conversation_controller.js Ensure that expired messages are removed from the frontend 2016-09-28 17:20:02 -07:00
conversation_panel.js Remove erroneous license file and headers 2015-09-07 14:58:42 -07:00
database.js Add an index on message.expireTimer 2016-09-28 17:20:02 -07:00
debugLog.js Fix minor style errors 2016-02-18 13:45:22 -08:00
delivery_receipts.js Refactor delivery receipt tracking 2016-04-13 13:57:56 -07:00
emoji_util.js Fix search tests 2016-09-01 14:01:51 -07:00
expire.js Add build support for expiring old releases 2016-04-03 20:55:53 -07:00
expiring_messages.js Frontend for timer updates and timer indicator 2016-09-29 16:17:01 -07:00
index.js Load all inbox convos before rendering 2016-03-17 20:58:56 -07:00
libphonenumber-util.js Refactor number parsing and validation 2015-12-09 18:58:51 -08:00
libsignal-protocol-worker.js Update libsignal-protocol v1.0.0 2016-06-14 16:27:34 -07:00
libtextsecure.js Fix group timer updates 2016-10-05 19:09:20 +09:00
Mp3LameEncoder.min.js Add voice notes 2016-08-23 16:16:31 -07:00
notifications.js Log on notification removal 2016-08-01 20:19:16 -07:00
options.js Refactor registration event 2016-09-20 13:42:33 -07:00
panel_controller.js Clear window attention if all messages are marked read 2016-04-14 11:57:56 -07:00
read_receipts.js Use read receipt envelope to infer startExpirationTime 2016-09-28 17:20:02 -07:00
register.js Fix minor style errors 2016-02-18 13:45:22 -08:00
registration.js Refactor registration event 2016-09-20 13:42:33 -07:00
signal_protocol_store.js Log on session save failure 2016-06-29 18:22:27 -07:00
storage.js Log on failure to fetch storage 2016-08-11 12:22:32 -07:00
WebAudioRecorderMp3.js Add voice notes 2016-08-23 16:16:31 -07:00