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 2861fa26a7 Implement infinite scrolling message lists
Only load the most recent messages when initially rendering a
conversation. Scrolling to the top of a message list loads older
messages.

This required some slight refactoring of how we insert message elements
into the dom. If the message is added to the end of the collection,
append it at the end. Otherwise, assume it is an older message and
prepend it.

When adding elements to the top, reset the scrollPosition to its
previous distance from scrollHeight. This keeps the current set of
elements fixed in the viewport.

// FREEBIE
10 years ago
..
models Implement infinite scrolling message lists 10 years ago
views Implement infinite scrolling message lists 10 years ago
axolotl_store.js Clear session store when re-registering 10 years ago
background.js Refactor new message notification and frontend updates 10 years ago
bimap.js Remove erroneous license file and headers 10 years ago
chromium.js Use onClosed instead of onSuspend 10 years ago
components.js Terminate cursor cleanly when using limit and index 10 years ago
conversation_controller.js Revert "Remove global updateInbox method" 10 years ago
conversation_panel.js Remove erroneous license file and headers 10 years ago
database.js Add search field to inbox 10 years ago
debugLog.js Make debug log handle multiple arguments 10 years ago
index.js Refactor index.js 10 years ago
libaxolotl-worker.js Use a worker to facilitate key generation 10 years ago
libphonenumber-util.js Remove erroneous license file and headers 10 years ago
libtextsecure.js Remove 'Textsecure' from error message in api.js 10 years ago
notifications.js Include image previews in notifications 10 years ago
options.js Auto-populate device name 10 years ago
panel_controller.js Use onClosed instead of onSuspend 10 years ago
register.js Fix standalone registration 10 years ago
storage.js Remove erroneous license file and headers 10 years ago