Commit graph

1940 commits

Author SHA1 Message Date
ayumi-signal
8f6fe60342
Fix floating date header when not scrolling 2023-11-02 00:05:35 -07:00
Fedor Indutny
0ce593bf0d
Remove support for E164-based numbers 2023-11-01 15:55:30 -07:00
Fedor Indutny
aa03ac36bc
Remove safetyNumberAci remote configuration 2023-11-01 13:35:55 -07:00
ayumi-signal
6d216a3eca
Calling: Add local video/mute to local preview; button order 2023-11-01 10:56:38 -07:00
ayumi-signal
a33e7d7622
Restyle CallLobby and ringing screens 2023-10-31 15:32:56 -04:00
trevor-signal
fcf2c0a3f0
Clarify function of "Delete" option when deleting conversation messages 2023-10-30 17:02:50 -07:00
ayumi-signal
953a1dd2a0
Fix calling participant appearance 2023-10-30 13:31:54 -07:00
Jamie Kyle
6bd802a03d
Apply mention ranges to body when multi-forwarding 2023-10-30 11:39:14 -07:00
Scott Nonnenberg
99b2bc304e
Use streams to download attachments directly to disk
Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
2023-10-30 09:24:28 -07:00
trevor-signal
00d96888e7
Add new toast region for calling button toasts 2023-10-26 11:26:25 -07:00
Scott Nonnenberg
90eae4b4bf
Fix string: Messages can be edited up to 24 hours after send 2023-10-26 10:00:35 -07:00
Scott Nonnenberg
a49a6ec078 Add release notes for 6.37 2023-10-25 17:10:21 -07:00
Scott Nonnenberg
f960c6b5db
Enable Hide Contact for all users 2023-10-25 16:01:16 -07:00
trevor-signal
be7b178817
Update toast replacement animation styles in Calling UI 2023-10-25 13:47:09 -07:00
ayumi-signal
8bb355f971
New call UI and controls 2023-10-25 09:40:22 -04:00
trevor-signal
33c5c683c7
Fix handling of pointer events for calling toasts 2023-10-24 13:28:42 -07:00
Scott Nonnenberg
a1e7efee12
ConverationView.onPaste: Better handling of clipboard contents 2023-10-24 10:18:58 -07:00
trevor-signal
607349e0b8
Update React Profiler reference 2023-10-24 09:53:20 -07:00
Fedor Indutny
dd2493a353
Show Session Switchover Events
Co-authored-by: Scott Nonnenberg <scott@signal.org>
2023-10-23 10:40:42 -07:00
Scott Nonnenberg
de025bb6f1
ConversationView/onPaste: Only process items of kind 'file' 2023-10-20 11:05:13 -07:00
ayumi yu
283a5b9d7d Release notes for v6.36.0-beta.1 2023-10-19 20:40:48 -07:00
trevor-signal
0c896ca1f2
Centralize calling toasts and add imperative API 2023-10-19 11:59:21 -07:00
Jamie Kyle
dd45b08b0f
Fix stories tab title to be i18n 2023-10-19 11:08:47 -07:00
Scott Nonnenberg
5ccb3af040
onCapturePaste: stop propagation in more scenarios 2023-10-18 14:35:06 -07:00
trevor-signal
777b9d52e9
Blur participant videos when calls are reconnecting 2023-10-16 13:58:51 -04:00
ayumi-signal
c892febdbc
Bump DOE timer from 3h to 24h 2023-10-13 14:54:36 -07:00
Josh Perez
37b3a6de4b Release notes for 6.35 2023-10-11 20:48:29 -04:00
Jamie Kyle
502ea174ab
Upgrade Storybook
Co-authored-by: Scott Nonnenberg <scott@signal.org>
2023-10-11 12:06:43 -07:00
ayumi-signal
24f17f2cf9
Fix group typing bubble less x animation 2023-10-06 14:30:36 -07:00
trevor-signal
363142569b
Disable selecting existing group members in add members modal 2023-10-06 11:45:43 -04:00
Fedor Indutnyy
f5636fbdee Release notes for v6.34.0-beta.1 2023-10-05 10:18:34 -07:00
Jamie Kyle
0f6d82dc42
Fix ConversationHeader context menu getting cut off 2023-10-05 09:26:15 -07:00
Jamie Kyle
4973dac57a
Refactor portals/outside clicks in sticker creator 2023-10-05 05:28:36 +02:00
ayumi-signal
69c0cad14c
Only animate typing when viewing conversation 2023-10-02 13:18:28 -07:00
Fedor Indutnyy
0e194975a2 Release notes for v6.33 2023-09-28 19:05:00 -07:00
Scott Nonnenberg
108c313659 Add release notes for v6.32 2023-09-28 18:07:11 -07:00
ayumi-signal
da113c1fa1
Fix typing bubble timeline scroll jumping 2023-09-28 09:54:56 -07:00
ayumi-signal
283ef57779
Group Typing Bubble Animations 2023-09-27 17:23:52 -04:00
Josh Perez
1d0157877a
Fix: media editor nits 2023-09-27 08:39:54 -07:00
Fedor Indutny
190ec43703
Fix message timestamp in Lightbox 2023-09-26 20:04:41 +02:00
Jamie Kyle
15e9bb3d12
Fix themed styles for LeftPaneDialog, add stories 2023-09-26 09:13:57 -07:00
Fedor Indutny
1a2976dae4
Support duplicate attachments in lightbox 2023-09-26 17:38:21 +02:00
Josh Perez
1cfc396d65
Media editor polish 2023-09-21 09:54:28 -07:00
Jamie Kyle
bc67d421ab
Track acceptedTime during call, fix call screen duration 2023-09-20 10:00:01 -04:00
Jamie Kyle
f115ba5873
Fix timeline scrolling automatically while emoji picker is open 2023-09-19 12:01:04 -07:00
Fedor Indutny
959b8ef457
Add keyboard navigation to SafetyNumberViewer 2023-09-19 19:08:36 +02:00
ayumi-signal
e4238de4db
Multiple person typing indicators in groups 2023-09-18 14:17:26 -07:00
Jamie Kyle
17ea2b58de
Fix hover/focus bg overriding active bg in ConversationList
Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
2023-09-18 14:00:26 -07:00
Josh Perez
d0296ececa
Improvements to the media editor 2023-09-14 10:04:48 -07:00
trevor-signal
e8eb7638c4
Scroll to bottom of conversation when message is sent 2023-09-14 09:57:38 -07:00
ayumi-signal
7ea945c157
Fix Message Detail Reaction Viewer overflow (#6239) 2023-09-12 12:52:16 -07:00
Jamie Kyle
6ae0edcc1e
Fix sidebar notices in collapsed mode 2023-09-11 22:55:51 +02:00
trevor-signal
90d36350a7
Improve handling of payment notification messages 2023-09-11 09:58:34 -07:00
Jamie Kyle
ccb517a218
Fix sidebar staying collapsed when about to search 2023-09-11 09:57:42 -04:00
trevor-signal
c5d4dc7753 Update release notes 2023-09-06 16:02:39 -04:00
Scott Nonnenberg
507986db92
Show 'join anyway' in verify dialog when joining call 2023-09-05 17:34:51 -07:00
Josh Perez
8538e43c7e
Change text of send edit warn dialog 2023-08-30 21:18:13 -04:00
Jamie Kyle
a4fffdfbfb
Fix speaker view not auto switching on presenting 2023-08-30 14:34:58 -07:00
ayumi-signal
f394fd65fb
Only show message react and reply hover buttons when actionable 2023-08-30 08:38:21 -07:00
Fedor Indutny
4ebd9a02c2
Fix incorrect My Story name in SendStoryModal 2023-08-29 03:38:29 +02:00
Fedor Indutny
ccb5eb0dd2
Atomic linking 2023-08-28 17:41:32 -07:00
Fedor Indutnyy
d6571b04ac Release notes 2023-08-21 15:10:43 -07:00
Jamie Kyle
c26cb0a3e4
Fix several call tabs UI issues 2023-08-21 22:36:28 +02:00
Jamie Kyle
0e19255256
Only count unread stats for other tabs 2023-08-21 16:12:27 -04:00
trevor-signal
1d03b8e478
Prevent long system contact names from wrapping in group call participant list 2023-08-21 12:24:22 -07:00
Jamie Kyle
7c16b16ee0
Revert to previous method of rendering calling notifications 2023-08-21 19:09:54 +02:00
Josh Perez
3beea78aff Fix message details scrolled down 2023-08-21 09:30:34 -07:00
Fedor Indutny
b7b725f74c Add done button to UsernameLinkModalBody 2023-08-21 09:30:33 -07:00
Fedor Indutny
e56d0ed9fb Add extra slash to username link 2023-08-21 09:30:33 -07:00
Jamie Kyle
0f377de29e Fix call list scroll jumping 2023-08-21 09:30:33 -07:00
Jamie Kyle
ef0a3de636 Fix legacy call-history messages without a callId
Co-authored-by: Scott Nonnenberg <scott@signal.org>
2023-08-21 09:30:33 -07:00
Scott Nonnenberg
7969dd881e Use shouldLinkifyMessage in MessageBody/ReadMore 2023-08-21 09:30:33 -07:00
Fedor Indutny
8b0da36caa Migrate schema to service ids 2023-08-21 09:30:33 -07:00
Jamie Kyle
55c96ba7ae Fix marked unread label not being sr-only 2023-08-21 09:30:32 -07:00
Josh Perez
b2319b43d6 Tracks send state for edited messages 2023-08-21 09:30:32 -07:00
Jamie Kyle
9c7dc22a23 Update nav tab badges, fix several call tabs issues 2023-08-21 09:30:32 -07:00
Jamie Kyle
3268d3e6eb Update call tab design based on feedback 2023-08-21 09:30:32 -07:00
Jamie Kyle
ce28993c78 Fix sticker pack preview modal scrollbars and modal scroll dividers 2023-08-21 09:30:32 -07:00
Fedor Indutny
366b875fd2 Introduce Service Id Types
Co-authored-by: Scott Nonnenberg <scott@signal.org>
2023-08-21 09:30:32 -07:00
hackerbirds
9b0ff4320c Modernize chat session refreshed modal
* Hard-coded background colors were removed
* Buttons were moved to Modal's footer
* Use <Button> instead of HTML <button>, removed the old buttons CSS
2023-08-17 17:12:59 +02:00
Jamie Kyle
e78da67a51
Put MyStories into NavSidebar 2023-08-09 09:42:27 -07:00
Jamie Kyle
1eaabb6734
Calls Tab & Group Call Disposition 2023-08-08 17:53:06 -07:00
Scott Nonnenberg
b20c49fb55 Add release notes for 6.29.x 2023-08-08 16:40:00 -07:00
Josh Perez
3ec235bc56
Reorders useEffect so that draft content is retained 2023-08-07 13:31:18 -07:00
Jamie Kyle
4455328312
Expose i18n globals in SignalContext across all windows 2023-08-07 13:28:09 -07:00
Jamie Kyle
7b6cd00b3f
fix layout of story views/replies modal 2023-08-04 17:54:05 -07:00
Scott Nonnenberg
e3ffc70389
Apply existing formatting to pasted content, preserve whitespace 2023-08-04 09:29:47 -07:00
dasois
e4ab71eb78 feat(input): added ascii to emoji conversion 2023-08-03 09:44:52 +02:00
Scott Nonnenberg
269cd9b51d
Spoilers: Keep non-overlapping bodyRanges separate 2023-08-01 12:06:20 -07:00
Jamie Kyle
1c9651f557
Revert "optimize timeline scroll performance" 2023-08-01 10:24:45 -07:00
Scott Nonnenberg
40c21b1666
Improved windows notifications 2023-08-01 09:06:29 -07:00
Jamie Kyle
a9dea2c7fc release notes 2023-07-31 12:52:59 -07:00
Jamie Kyle
e5635726ac
optimize timeline scroll performance 2023-07-31 11:46:16 -07:00
Jamie Kyle
1143c0e9ba
macOS: Add support for 12/24-hour time display preferences 2023-07-31 09:23:19 -07:00
Jordan Rose
f8beea915d
Include a (non-localized) message on startup screens in staging
Co-authored-by: Scott Nonnenberg <scott@signal.org>
2023-07-28 11:59:55 -07:00
Josh Perez
48e210c9b2
Aligns edit buttons with emoji picker 2023-07-27 19:36:14 -07:00
Jamie Kyle
2e25967756
Wrap full link preview content in dir=auto 2023-07-27 10:00:56 -07:00
Josh Perez
4ec94367c9
Adds transitions to panels
Co-authored-by: Jamie Kyle <jamie@signal.org>
2023-07-26 15:23:32 -07:00
Jamie Kyle
6c70cd450b
Add useSizeObserver and replace most react-measure 2023-07-26 01:56:56 +02:00
trevor-signal
82e058f2b8
Conversation open speed benchmarking for staging builds
Co-authored-by: Fedor Indutnyy <indutny@signal.org>
2023-07-21 00:37:56 +02:00