Cable-Desktop/js
lilia cc5327dbc9 Fix group loop
All the group messages were being sent to the last recipient in the
list, due to the persistence of `var number` in later loops and async
calls. An easy mistake to make, when you use for instead of each.
2014-10-18 15:00:43 -07:00
..
models Put groupid back in id field also 2014-10-17 14:32:37 -07:00
views Use textsecure.messaging to create groups 2014-10-16 14:15:13 -07:00
api.js Refactor options page and style using bootstrap 2014-10-14 13:59:43 -07:00
background.js moved some chromium-specific code into chromium.js (using extension.navigator namespace) 2014-06-01 21:33:58 +02:00
chromium.js moved some chromium-specific code into chromium.js (using extension.navigator namespace) 2014-06-01 21:33:58 +02:00
crypto.js Remove reference to undefined function 2014-10-15 18:10:27 -07:00
fake_api.js Add closeSession tests as Alice and fix re-requesting prekeys 2014-07-24 20:15:27 -04:00
helpers.js Stringify incoming group ids 2014-10-16 17:39:45 -07:00
libphonenumber-util.js Move phonenumbery utils to libphonenumber object 2014-10-13 22:49:39 -07:00
options.js Refactor options page and style using bootstrap 2014-10-14 13:59:43 -07:00
popup.js Update records list in BBLocalStorage on fetch 2014-10-09 20:08:28 -07:00
sendmessage.js Fix group loop 2014-10-18 15:00:43 -07:00
test.js Add missing localStorage.clear() 2014-07-27 02:30:00 -04:00
testvectors.js Refactor a bunch of stuff re: session closing, add test cases 2014-07-25 19:55:49 -04:00
webcrypto.js Add human readable version of errors 2014-05-28 03:45:40 +02:00