Commit Graph

856 Commits

Author SHA1 Message Date
Tara Vancil 074bb66a4c Add tests for messages model.
Closes #222
2015-04-22 13:45:32 -07:00
Matt Corallo 4157c2c7a4 Merge pull request #227 from WhisperSystems/devices
Remove unsued argument from getDeviceObject
2015-04-21 13:14:35 -07:00
lilia 37e09da1cc Remove unsued argument from getDeviceObject
Last usage of the `returnIdentityKey` argument was removed in 8b9a16852.
2015-04-20 17:20:58 -07:00
lilia 5a46300581 Reorder database.js include in test 2015-04-15 18:11:06 -07:00
lilia 5888039123 Reorder database.js include
Prep to use indexedDB for axolotl storage.
2015-04-15 18:06:33 -07:00
lilia 026f110d36 Delete the database once, before tests run 2015-04-15 18:02:44 -07:00
lilia c68bf07409 Don't jscs the generated key_worker.js 2015-04-15 17:06:06 -07:00
lilia bdecf5cc44 Generate key_worker.js
Instead of calling importScripts, which is prone to relative path
issues, generate the worker script with everything it needs included.
2015-04-15 15:38:57 -07:00
lilia 7af42a27c5 Fix registerKeys using array indices for key ids
preKeys is an array whose indices may or may not be keyId-based. Since
we have an inline keyId property, use that instead.
2015-04-15 15:23:08 -07:00
lilia 00989962d8 Rename worker script file 2015-04-15 14:42:01 -07:00
lilia de65f9e6bd Add missing resolve 2015-04-15 12:24:29 -07:00
Patrick Connolly b5d724ffc3 Replaced frontend getString calls broken in d3c158f.
Closes #224
2015-04-15 11:56:36 -07:00
lilia 90c742d57c More error logging 2015-04-09 14:45:46 -07:00
lilia c6b0b71383 Change progress dialog header 2015-04-05 16:50:35 -07:00
lilia 25224da12e Fix unsafe eval warning on registration page 2015-04-05 16:42:08 -07:00
lilia 23feeecbcf Wrap libts, don't leak into global namespace 2015-04-05 16:42:08 -07:00
lilia c51773ab0e More helpful error logging 2015-04-05 16:42:07 -07:00
lilia 9effa85e40 Remove libaxolotl concat task 2015-04-05 16:42:07 -07:00
lilia 319332bb6f Add missing semicolon
:[
2015-03-29 16:37:26 -07:00
lilia 5d4298697c Use view.$ shorthand for scoped jquery searches
Wish I'd noticed that one earlier. http://backbonejs.org/#View-dollar
2015-03-29 16:29:05 -07:00
lilia 0373252901 Update stylesheet 2015-03-27 16:45:44 -07:00
lilia 13ce354ab8 Registration UX improvements
Add some nice modal dialogs instead of confirmation alerts.
2015-03-26 15:20:17 -07:00
lilia 6d9c7182c4 Let the key worker close itself when done 2015-03-26 15:18:57 -07:00
lilia d3dbf2328f Set unread count badge when background page is refreshed
Refreshing the background page unsets the badge.
2015-03-26 10:50:25 -07:00
lilia bfe23d86aa Run key generation in a worker
Ground work for a smoother registration flow. Overall UX still needs
some polish but at least now we can have a progress gif or animation or
whatever. Also adds the phonenumber-confirmation step as a simple alert
box, which will be replaced with a nice dialogue in a later commit.
2015-03-26 10:49:52 -07:00
lilia 0a9598ae21 Update CONTRIBUTING.md 2015-03-26 10:46:40 -07:00
Tara Vancil d65e0e5eda Add tests for message and conversation models
Closes #218
2015-03-25 13:45:52 -07:00
lilia 196aa28873 Fix NaN badge
lolNaNcat
2015-03-25 13:09:15 -07:00
Matt Corallo 8b9a168524 Store session information separately 2015-03-25 11:56:28 -07:00
Matt Corallo e33c6fddda Do not rely on deviceObject.sessions anywhere in sendmessage 2015-03-25 11:56:27 -07:00
Matt Corallo 6c0f3ff1f0 Move session-storage logic to storage/devices from axolotl_wrapper 2015-03-25 11:56:27 -07:00
Matt Corallo 169097a409 Remove stale comments in axolotl_wrapper 2015-03-25 11:56:26 -07:00
Matt Corallo 89fefe4323 Create a textsecure.storage.impl to be overriden if desired 2015-03-25 11:56:26 -07:00
Matt Corallo 56bffdcfd3 Prefix libaxolotl-stored objects with "libaxolotl" 2015-03-25 11:56:26 -07:00
Matt Corallo 00cb420d37 Merge (un)encrypted storage layers 2015-03-25 11:56:25 -07:00
Matt Corallo 454b4726bd Replace load/decode/index around our own number with helpers 2015-03-25 11:54:55 -07:00
lilia 3759fe46e9 Account for -1 HTTPError code 2015-03-25 11:46:14 -07:00
lilia c3d875305d Restore delivery receipt checkmarks 2015-03-25 11:40:33 -07:00
lilia e52224e481 Remove libtextsecure's jquery dependency
Use only the finest, hand-crafted, artisanal XMLHttpRequests.
2015-03-25 10:32:14 -07:00
lilia a2d88b4fad Don't trigger notifications for sync messages 2015-03-24 18:12:33 -07:00
lilia 923bb8bbc9 Fix crash in message detail view
Fix crash when there's no contact for a group member.
2015-03-24 11:36:42 -07:00
lilia e8cb4efaa4 Allow key conflict resolution for group updates
Creating a group with a member who's identity key has changed would
previously fail silently. Now, we catch and save the error, allowing the
same conflict resolution process as with regular messages.

Fixes #205
2015-03-24 10:11:39 -07:00
lilia 4bd46f80e7 Allow empty group avatar file input 2015-03-23 19:24:26 -07:00
lilia ce36c36bd0 Include outgoing control messages in message history
So you know it worked.
2015-03-23 19:24:12 -07:00
lilia f067bb9954 Remove dead code 2015-03-23 18:41:17 -07:00
lilia fdb0935d6a Fix resolveConflicts for groups 2015-03-23 18:36:38 -07:00
lilia 6c3ac2de02 Collapse two views into one
We used to have a subview that branched on content/control messages, but
no more.
2015-03-23 18:30:16 -07:00
lilia caddb8dc09 Smoother group create experience
Previously there was a long pause between confirming the group details
and opening the conversation. Fix by first saving/opening the
conversation, rather than waiting for the initial group update to finish
transmitting.
2015-03-23 17:33:46 -07:00
lilia 74e01c2a95 Re-render control messages if necessary 2015-03-23 16:41:03 -07:00
lilia 48b0e8832d Fix message detail contacts for incoming group message
Previously the From-field displayed all the group contacts.
2015-03-23 16:12:26 -07:00