Commit Graph

1637 Commits

Author SHA1 Message Date
Fedor Indutny
a001882d58 Change Phone Number notifications 2021-08-05 16:34:49 -07:00
Evan Hahn
4b82ac387b Incoming call bar design updates 2021-08-05 18:31:34 -05:00
Scott Nonnenberg
3d8976d030 requestResend: Show decryption error toast only for RESENDABLE/DEFAULT 2021-08-05 10:25:59 -07:00
Josh Perez
db0c9f0f49 Allows you to turn off announcements only if already on 2021-08-05 10:23:50 -07:00
Scott Nonnenberg
ebb87b12d5 Standardize feature flag for internal testing 2021-08-05 10:00:33 -07:00
Evan Hahn
0af53ef120 Fix extra prop in <AvatarPopup> 2021-08-05 11:14:57 -05:00
Evan Hahn
b95a6b6cb1 Fix React warning in <CallingButton> stories 2021-08-05 10:22:00 -05:00
Evan Hahn
6b290a0f0c @mentions notifications 2021-08-05 07:35:33 -05:00
Scott Nonnenberg
3bbe859452 Partially revert "Sender Key: Prepare for testing in beta"
Partial revert of commit ab5a12fded
2021-08-04 16:49:05 -07:00
Fedor Indutny
674ea824c2 Update electron, electron-builder, @electron/fuses 2021-08-04 15:15:38 -07:00
Fedor Indutny
c68fd3d727 confirmCode endpoint shouldn't reconnect socket 2021-08-04 13:12:35 -07:00
Scott Nonnenberg
f048066693 Sender Key: Flags to disable, send to unrestricted 2021-08-03 18:02:35 -07:00
Fedor Indutny
d5810d6bac Support more WebSocket endpoints 2021-08-03 17:37:17 -07:00
Scott Nonnenberg
0fb3951078 _maybeMigrateSession: Directly update cache or save session if needed 2021-08-03 15:42:23 -07:00
Scott Nonnenberg
a78d30cb5a Simplify signed prekey handling - always save for 30 days, always save five 2021-08-03 15:26:00 -07:00
Fedor Indutny
6d04bfdf67 Fix undefined log function 2021-08-03 12:05:20 -05:00
Evan Hahn
3b476fb60d Fix tooltip placement bugs by upgrading Popper 2021-08-03 12:04:49 -05:00
Rik Smeets
26b7652492 Don't close emoji picker when Ctrl key is pressed
See [#5431][0].

[0]: https://github.com/signalapp/Signal-Desktop/pull/5431
2021-08-03 10:05:22 -05:00
Evan Hahn
f33a0db32c Convert the loading window to TypeScript 2021-08-03 09:28:45 -05:00
Scott Nonnenberg
310f0dc88f Sender Key: Proper 409-handling, save new members earlier 2021-08-02 17:42:00 -07:00
Scott Nonnenberg
ab5a12fded Sender Key: Prepare for testing in beta 2021-08-02 19:12:49 -05:00
Fedor Indutny
c5de4c6284 Revert "Process read syncs after batches of messages"
This reverts commit eccace481b.
2021-08-02 15:47:33 -07:00
Fedor Indutny
6637fc2b95 Migrate sourceDevice from TEXT to INTEGER 2021-08-02 14:55:31 -07:00
Evan Hahn
eccd682920 Remove unused ConversationModel#getName 2021-08-02 14:26:54 -07:00
Scott Nonnenberg
bcb9d2d2f3 Modernize DeliveryIssueDialog, fix outline clipping in Modal 2021-08-02 14:19:18 -07:00
Fedor Indutny
21ffb7c054 Unseal envelope in a separate step for better logs 2021-08-02 14:17:56 -07:00
Fedor Indutny
907e1d32ec Handle message render errors in timeline 2021-08-02 13:55:47 -07:00
Evan Hahn
1891375c6c Remove "delete for everyone" option from failed messages 2021-08-02 12:26:48 -07:00
Fedor Indutny
f82639dc3a Suspend AudioContext to save resources 2021-08-02 13:31:01 -05:00
Evan Hahn
73bcd3b531 Remove the word "receipt" from read syncs code 2021-08-02 11:47:59 -05:00
Fedor Indutny
926283a114 Fix uncaught error in markMessageRead 2021-07-30 15:13:52 -07:00
Fedor Indutny
eccace481b Process read syncs after batches of messages 2021-07-30 15:39:41 -05:00
Scott Nonnenberg
bf7da5ca2e DeliveryIssueDialog: Add learn more button linking to support 2021-07-30 13:30:59 -07:00
Evan Hahn
d0bf9f929b Remove unused getExpiresAt function 2021-07-30 14:54:34 -05:00
Scott Nonnenberg
0ab09711a4 Track performance of message sends 2021-07-30 11:37:03 -07:00
Evan Hahn
2d3b1918b3 Decrease GPU usage when window is invisible 2021-07-30 13:35:43 -05:00
Scott Nonnenberg
9fb8114691 Sender Key: Track registrationIds in senderKeyState 2021-07-30 11:35:25 -07:00
Evan Hahn
689542a9b4 Show additional data in debug log header 2021-07-30 09:43:16 -07:00
Fedor Indutny
03874a788f Use smaller batches for receipts and syncs 2021-07-29 18:08:04 -07:00
Evan Hahn
8775c711ae Mark many of SendMessage's arguments as readonly 2021-07-29 12:00:11 -07:00
Fedor Indutny
93f60ee5a6 Don't forget to cleanup in-memory sticker pack 2021-07-29 11:59:26 -07:00
Fedor Indutny
d4a30a0165 Properly handle connection timeout on unauthenticated websocket 2021-07-29 09:25:21 -07:00
Evan Hahn
8cadc40975 Replace MessageModel#isUnread with isMessageUnread utility 2021-07-29 09:29:07 -05:00
Fedor Indutny
0acefaa656 Add assert to messages endpoint 2021-07-29 01:20:18 -07:00
Fedor Indutny
4a402126b4 Make sure to restore registration before relink 2021-07-29 01:19:26 -07:00
Evan Hahn
b826097237 Show window titlebar in test 2021-07-28 16:46:25 -07:00
Fedor Indutny
6e4a3561f1 Redecode unknown protobuf fields before writing 2021-07-28 16:44:58 -07:00
Fedor Indutny
1c1d0e2da0 Move to websocket for requests to signal server 2021-07-28 14:37:09 -07:00
Evan Hahn
8449f343a6 Fix send sync message bugs 2021-07-28 13:53:18 -05:00
Scott Nonnenberg
4b92e12f83 Group Details: Show unregistered users in member list 2021-07-28 13:52:49 -05:00