You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-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.
11 years ago
..
models Fix bug loading conversation upsidedown 11 years ago
views Fix list_view-related error in background page 11 years ago
background.js Open conversation on receiving a message w/ errors 11 years ago
bimap.js Simplify panel state management and message passing 11 years ago
chromium.js Abstract chrome browser action and windows stuff 11 years ago
components.js Swap in unminified typeahead code 11 years ago
conversation_panel.js Remove uneeded render 11 years ago
database.js Add index on conversation type 11 years ago
inbox_controller.js Fix inbox comparator 11 years ago
index.js Setup loading gif on conversation list 11 years ago
libphonenumber-util.js Improve typeahead contact selector experience 11 years ago
libtextsecure.js Merge pull request #155 from WhisperSystems/closeSession 11 years ago
options.js s/textsecure.protocol/axolotl.protocol/ 11 years ago
panel_controller.js Fetch messages in the background 11 years ago