Commit Graph

68 Commits

Author SHA1 Message Date
Josh Perez
b04fbb6d8d Do not allow replies to self story 2022-09-21 12:19:16 -07:00
Alvaro
383a0fd17f Added the time remaining for disappearing messages and stories 2022-09-09 11:35:00 -07:00
Scott Nonnenberg
026f574fdb Replace mentions with text when forwarding 2022-07-21 09:26:11 -07:00
Scott Nonnenberg
2f252b8e26 Repair broken attachments with non-array 'data' fields 2022-07-18 13:01:43 -07:00
Scott Nonnenberg
50222558bf Remove emoji, mentions and links when calculating text direction 2022-07-11 16:34:55 -07:00
Fedor Indutny
a450e13a99 Fetch PNI group credentials 2022-07-08 13:46:25 -07:00
Josh Perez
3e644f45cf Fixes story viewing behavior 2022-07-06 15:06:20 -04:00
Josh Perez
9155784d56 Sync my stories with primary device 2022-06-30 20:52:03 -04:00
Scott Nonnenberg
924c271b13 Convert js/modules/types/message to Typescript 2022-06-09 18:10:20 -07:00
Evan Hahn
f50a6abe36 Remove unused eslint-disables 2022-06-03 14:07:51 -07:00
Scott Nonnenberg
0ff2272d13 getMessagePropStatus: Move back to isOutgoing for in/out check 2022-06-01 11:40:36 -07:00
Scott Nonnenberg
6f2b01d98b Restore useful bubble for incoming messages with errors 2022-05-31 09:26:07 -07:00
Fedor Indutny
dfc310805a Allow manually retrying attachment downloads 2022-05-23 16:07:41 -07:00
Scott Nonnenberg
0ba6a0926e Support for incoming gift badges 2022-05-11 13:59:58 -07:00
Josh Perez
0ca66d6e95 Adjust story replies for direct conversations 2022-05-10 15:02:21 -04:00
Josh Perez
2f44e33c9c Move link notification to the conversation hero 2022-04-25 14:03:24 -07:00
Scott Nonnenberg
302604f67e Restore ability to message someone from embedded contact 2022-04-11 17:26:09 -07:00
Scott Nonnenberg
bb066d4a84 Reintroduce inline metadata with full RTL support 2022-03-23 13:23:28 -07:00
Fedor Indutny
e08d9baaba Remove createNonBreakingLastSeparator 2022-03-21 14:46:20 -07:00
Josh Perez
3620309f22 Show story replies in the timeline 2022-03-16 10:30:14 -07:00
Scott Nonnenberg
703bb8a3a3 Introduce new 'Block request' button in timeline 2022-03-15 17:11:28 -07:00
Josh Perez
eb91eb6fec Process incoming story messages 2022-03-04 13:14:52 -08:00
Scott Nonnenberg
0a52318be6 Delete for everyone: Track sends and show failure states 2022-03-04 11:22:31 -08:00
Scott Nonnenberg
4763831d3e background.ts: Introduce types for redux initialState 2022-02-23 12:48:40 -06:00
Evan Hahn
eed3e8e316 Disable "Call Again" if already on a call 2022-02-11 12:21:45 -06:00
Evan Hahn
f5a4cd9ce8 Peek group calls when opening conversations and leaving calls 2022-02-08 13:18:51 -06:00
Josh Perez
909453b20b Allow reactions in announcement only groups 2022-02-02 15:01:22 -05:00
Evan Hahn
f9440bf594 Timeline date headers 2022-01-26 17:05:26 -06:00
Scott Nonnenberg
34fd945f83 No Backbone in data layer; server/client interfaces are now similar 2021-12-10 16:51:54 -06:00
Josh Perez
2136c5311b Fix default conversation color overrides 2021-12-03 18:10:03 -08:00
Evan Hahn
c88cb62464 Hide "delete for everyone" button for pending messages 2021-12-02 13:28:19 -08:00
Evan Hahn
c63bf11a8f Show badges in reaction viewer 2021-11-17 22:11:46 +01:00
Evan Hahn
7d17158add Show badges on message avatars where applicable 2021-11-15 16:53:42 -06:00
Evan Hahn
4490d9f2d0 Upgrade Reselect to 4.1.2
Co-authored-by: Fedor Indutnyy <indutny@signal.org>
2021-11-12 16:37:44 -06:00
Scott Nonnenberg
edab7c7d83 Remember message Read More state when scrolling in virtualized container 2021-11-11 15:45:47 -08:00
Evan Hahn
5619eeca83 Upgrade Prettier to 2.4.1 2021-11-11 16:43:05 -06:00
Evan Hahn
8670a4d864 Retry outbound reactions for up to a day 2021-10-29 18:19:44 -05:00
Fedor Indutny
9458b399d8 Speed up getAuthor for message 2021-10-28 15:39:16 -07:00
Fedor Indutny
63fcdbe787 Use UUIDs in group database schema 2021-10-26 15:59:08 -07:00
Evan Hahn
74fde10ff5 Prefer import type when importing types 2021-10-26 14:15:33 -05:00
Josh Perez
65ddf0a9e8 Import log instead of using it off of window 2021-09-17 14:27:53 -04:00
Evan Hahn
a85dd1be36 Retry outbound "normal" messages for up to a day 2021-08-31 13:58:39 -07:00
Josh Perez
347f542ac0 Derive default conversation color from storage 2021-08-24 17:15:12 -07:00
Fedor Indutny
fe040a2873 Rename ContactType to EmbeddedContactType 2021-08-19 20:56:39 -05:00
Fedor Indutny
80c1ad6ee3 Don't mutate state in TimelineItem 2021-08-19 13:14:41 -07:00
Evan Hahn
b0750e5f4e Show "unplayed" dot on incoming audio messages 2021-08-12 13:15:55 -05:00
Fedor Indutny
d41e61a96b Optimize render part 2 2021-08-11 16:06:20 -07:00
Fedor Indutny
12c78c742f Optimize rendering 2021-08-11 09:23:21 -07:00
Fedor Indutny
a001882d58 Change Phone Number notifications 2021-08-05 16:34:49 -07:00
Scott Nonnenberg
bcb9d2d2f3 Modernize DeliveryIssueDialog, fix outline clipping in Modal 2021-08-02 14:19:18 -07:00