Commit Graph

7232 Commits

Author SHA1 Message Date
Sidney Keese fbf93374c1 Replace Draft with Quill for composition area
Co-authored-by: Sidney Keese <sidney@carbonfive.com>
2020-11-04 13:00:40 -06:00
Evan Hahn 544995cc21 Clean up <LeftPane /> tests 2020-11-04 13:00:40 -06:00
Josh Perez 7d29cb5edf Calling participants list 2020-11-04 13:00:40 -06:00
Evan Hahn 2491486aff Minor: remove WhatIsThis type from storage.onready 2020-11-04 13:00:40 -06:00
Evan Hahn 5275915072 Minor: fix calling button <Tooltip> warning 2020-11-04 13:00:40 -06:00
Evan Hahn 48e8cd0138 Remove unused callState prop from <CallingLobby> 2020-11-04 13:00:40 -06:00
Scott Nonnenberg a7c87dd119 ConversationListItem: Prevent vertical scrollbar in name area 2020-11-04 13:00:40 -06:00
Evan Hahn e7fb38473d Update calling PiP icons 2020-11-04 13:00:40 -06:00
Scott Nonnenberg 18c71b291c Fix left pane draft display and GV2 typing indicators 2020-11-03 16:16:20 -08:00
Scott Nonnenberg ab89c6c704 Lightbox.tsx: Fix formatting 2020-11-02 17:12:27 -08:00
Vin Howe 526ab4fe29 Add menu option for copying supported images in lightbox (#4614) 2020-11-02 16:47:46 -08:00
nsunderland1 2373209834 Don't enable webcam on audio call startup (#4602) 2020-11-02 16:47:18 -08:00
hashes4merkle b8dbd5970d Fixing spelling errors (#4615) 2020-11-02 16:46:49 -08:00
Romain Ricard 4bb8ed0a3e Fix max size for animated stickers (#4625) 2020-11-02 16:45:55 -08:00
Scott Nonnenberg 0626a94288 v1.37.3-beta.1 v1.37.3-beta.1 2020-11-02 15:23:16 -08:00
Evan Hahn 1d548d10ba Add timeout to a link previews test for Windows CI 2020-11-02 14:49:32 -08:00
Scott Nonnenberg 29eaa7b9a2 Cleanup: Reactions, Delete for Everyone 2020-11-02 14:49:07 -08:00
Scott Nonnenberg e8759fc81b Fix out-of-order applications of reaction and delete-for-everyone 2020-11-01 09:06:41 -06:00
Scott Nonnenberg 05f905fd10 A few small bugfixes 2020-10-30 10:56:03 -07:00
Scott Nonnenberg cd9aee84f5 Always share profile on send; no profile sharing UI if no messages 2020-10-28 17:40:50 -07:00
Scott Nonnenberg 8eea20ea91 Reliability fixes for conversation formatting and message send 2020-10-28 14:54:33 -07:00
Scott Nonnenberg fa2d300714 Show 'accept invite UI' for re-invite, calm progress spinner 2020-10-26 15:55:27 -07:00
Scott Nonnenberg 5c0fcad6b1 Properly prepare, await and hand response for sync message send 2020-10-26 15:48:44 -07:00
Scott Nonnenberg 89d29b49a3 Conversation reducer: sort by received_at then sent_at like Backbone 2020-10-26 15:48:44 -07:00
jimio-signal 1c057323ba Point to support flow instead of github 2020-10-26 15:48:44 -07:00
Scott Nonnenberg 74de4ea6f6 Capture original error stack when sending messages 2020-10-26 15:48:44 -07:00
Vladimir Skuratovich a4c6003f34 Prefer audio device 0 if no device preference has been saved 2020-10-26 15:48:44 -07:00
Scott Nonnenberg 04b7a29229 Modern profile sharing in 1:1 and GroupV1 groups 2020-10-26 15:48:44 -07:00
Evan Hahn 60f2422e2a Consolidate sleep usages into a tested utility function 2020-10-26 15:48:44 -07:00
Evan Hahn c4de9436f3 Fix error thrown on message retry 2020-10-22 10:32:23 -07:00
Josh Perez 96f5430779 v1.37.2-beta.1 v1.37.2-beta.1 2020-10-20 21:07:19 -04:00
Scott Nonnenberg 26b2fd911e Update strings 2020-10-20 20:58:31 -04:00
Scott Nonnenberg 3e42a47415 GroupsV2: Use full group state if change actions incompatible 2020-10-20 17:39:13 -07:00
Josh Perez df2fa3c7b1 updateLastMessage: Use MessageController for latest data 2020-10-20 16:26:58 -07:00
Evan Hahn de5595514b Ensure left pane properly handles just pinned/archived 2020-10-16 15:05:40 -07:00
Josh Perez fb7c1e9030 Use a diff type of blur one that does not flicker 2020-10-15 19:00:36 -04:00
Chris Svenningsen e5fae1a346 Fix shortcuts with pinned chats 2020-10-15 19:00:15 -04:00
Sidney Keese b199d5fe58 Stop event propagation on reaction skin tone selection 2020-10-15 19:00:02 -04:00
Chris Svenningsen fdc3476106 Fix a few pinned chat sync issues 2020-10-15 18:59:45 -04:00
Scott Nonnenberg e8664213d3 Reactions: Don't apply to messages with errors 2020-10-15 18:58:50 -04:00
Josh Perez 5e2a1410e7 v1.37.1-beta.2 v1.37.1-beta.2 2020-10-15 15:04:22 -04:00
Scott Nonnenberg d0cfd7b7db Remove 'call you' from message requests copy 2020-10-15 15:03:28 -04:00
Scott Nonnenberg ac60d5db57 Small fix to ensure spinner and error dialog show properly 2020-10-15 15:03:08 -04:00
Josh Perez fac1f26ad2 Better logging for pin/unpin 2020-10-15 14:35:57 -04:00
Josh Perez 8446b2dc61 Calling: Match buttons in other clients 2020-10-15 14:35:51 -04:00
Chris Svenningsen fe7008b6b1 Do not show headers in LeftPane without multiple Conversation types 2020-10-15 14:35:44 -04:00
Evan Hahn dd57963dab Outbound link previews: more lenient loading
Signed-off-by: Josh Perez <josh.p@signal.org>
2020-10-15 14:34:45 -04:00
Scott Nonnenberg 75c7c526a6 setProfileKey: Drop profileAvatar when we get new profileKey 2020-10-14 11:50:17 -05:00
Josh Perez 1507dea351 Move calling duration timer into redux state 2020-10-13 14:02:43 -07:00
Josh Perez 8a121f1ff7 v1.37.1-beta.1 v1.37.1-beta.1 2020-10-12 18:48:40 -04:00