Cable-Desktop/js
lilia 1bdb42b67e Fix bug loading conversation upsidedown
Sometimes a conversation's messages would be reverse-ordered on first
load, correcting themselves after a refresh. This is an artifact of the
order we load messages from the database. To fix, load them in the
opposite order.

The alternative solution would be to reset the collection every time we
fetch new messages, but this would create an entirely new set of model
objects each time, which seems unnecessary.
2015-02-18 15:40:34 -08:00
..
models Fix bug loading conversation upsidedown 2015-02-18 15:40:34 -08:00
views Fix list_view-related error in background page 2015-02-18 11:26:18 -08:00
background.js Open conversation on receiving a message w/ errors 2015-02-18 12:17:46 -08:00
bimap.js Simplify panel state management and message passing 2015-02-11 17:37:56 -08:00
chromium.js Abstract chrome browser action and windows stuff 2015-02-11 17:37:56 -08:00
components.js Swap in unminified typeahead code 2015-02-12 13:21:16 -08:00
conversation_panel.js Remove uneeded render 2015-02-12 13:21:18 -08:00
database.js Add index on conversation type 2015-02-11 17:38:01 -08:00
inbox_controller.js Fix inbox comparator 2015-02-18 00:11:35 -08:00
index.js Setup loading gif on conversation list 2015-02-11 17:37:59 -08:00
libphonenumber-util.js Improve typeahead contact selector experience 2015-02-11 17:38:01 -08:00
libtextsecure.js Merge pull request #155 from WhisperSystems/closeSession 2015-02-13 10:44:06 -08:00
options.js s/textsecure.protocol/axolotl.protocol/ 2015-02-12 15:11:58 -08:00
panel_controller.js Fetch messages in the background 2015-02-12 13:21:17 -08:00