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 800e5ab703 Pass protobuf attachment ids as strings
Latest protobuf.js requires that we pass in the sign value when making
longs from strings, ex: dcodeIO.Long.fromString(id, true);

However, it does the string->long conversion automatically if its given
a string for a fixed64 field, so we can pass our string ids right in!
ftw
11 years ago
..
models Don't warn on missing message bodies 11 years ago
storage Move storage objects to their own files 11 years ago
views Default avatars 11 years ago
api.js No, jQuery, don't processData! 11 years ago
background.js moved some chromium-specific code into chromium.js (using extension.navigator namespace) 11 years ago
chromium.js moved some chromium-specific code into chromium.js (using extension.navigator namespace) 11 years ago
crypto.js remove another unused function 11 years ago
helpers.js Move storage objects to their own files 11 years ago
index.js Remove unused popup.html 11 years ago
libphonenumber-util.js Move phonenumbery utils to libphonenumber object 11 years ago
options.js Refactor options page and style using bootstrap 11 years ago
protobufs.js Refactor textsecure.protos -> textsecure.protobuf 11 years ago
sendmessage.js Pass protobuf attachment ids as strings 11 years ago
storage.js Move storage objects to their own files 11 years ago
webcrypto.js Finish up webcrypto integration, Fixes #72 11 years ago