Cable-Desktop/js
lilia 0434c4bc53 Fixes #663 Conversation list loads in reverse order
The onChangeActiveAt listener promotes newly activated conversations to
the top of the inbox. By firing on an 'add' event, if the conversation
list happened to load after the inbox frontend was initialized, each new
entry would be incorrectly moved to the top, effectively reversing the
list.

// FREEBIE
2016-03-12 15:34:33 -08:00
..
models Remove messages from notifications when read 2016-03-08 12:03:16 -08:00
views Fixes #663 Conversation list loads in reverse order 2016-03-12 15:34:33 -08:00
axolotl_store.js Allow promises to handle identity removal failure 2016-03-10 17:44:30 -08: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 Updated twemoji to v1.4.2 2016-03-09 12:43:29 -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 Fix session corruption due to database races 2016-03-10 18:37:18 -08: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