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 1f8040998f Fix up array buffer comparison
Well that didn't work. Luckily this comparison is primarily enforced at
the libaxolotl level.

With this and the corresponding change to libaxolotl, remote identity
keys are always going to be stored as array buffers going forward. This
will cause incompatibility with existing keys stored as strings, so
updating to this point requires you to purge your identity key and
session store.
11 years ago
..
models Change default value for active_at 11 years ago
views Change default value for active_at 11 years ago
axolotl_store.js Fix up array buffer comparison 11 years ago
background.js Change default value for active_at 11 years ago
bimap.js Simplify panel state management and message passing 11 years ago
chromium.js Fix for conversation & inbox windows closing callbacks never called. 11 years ago
components.js 239 Auto-expand message area when typing 11 years ago
conversation_panel.js Apply custom chrome to conversation windows 11 years ago
database.js Move local identitykey and registrationid to indexeddb 11 years ago
index.js Keep inbox window open, but allow it to be hidden 11 years ago
libaxolotl-worker.js Use a worker to facilitate key generation 11 years ago
libphonenumber-util.js jshint all the things 11 years ago
libtextsecure.js Use Promise.reject for simplicity 11 years ago
notifications.js Remove remaining traces of localStorage 11 years ago
options.js Cleanup 'Too many devices' dialog 11 years ago
panel_controller.js Update notification code to new avatar format 11 years ago
register.js Fix registration page 11 years ago
storage.js Fix tests 11 years ago