Commit Graph

1868 Commits

Author SHA1 Message Date
Fedor Indutny
b9d6497cb1 Better types for WebAPI 2021-09-21 17:58:03 -07:00
Josh Perez
c05d23e628 Modernize ContactModal 2021-09-21 15:37:10 -07:00
Josh Perez
1d2fcde49f Moves navigateTo to util 2021-09-21 16:45:25 -04:00
Fedor Indutny
b64908d01d Fix sticker-creator startup issue 2021-09-21 12:17:17 -07:00
Evan Hahn
7937280971 Fix <Modal> scroll event handler 2021-09-21 09:25:21 -07:00
Evan Hahn
a68e3a6d20 Improve staged attachment designs 2021-09-20 18:23:55 -07:00
Josh Perez
4e6c415ad8 Ensure that delete logs timeout does not run after resolution 2021-09-20 20:25:29 -04:00
Evan Hahn
4e43459d34 Improve types for ConversationType's lastMessage 2021-09-20 14:20:53 -05:00
Fedor Indutny
c19a801b89 Use consistent check for timeline height recomputation 2021-09-20 14:19:55 -05:00
Scott Nonnenberg
250a89d953 Additional logging, new ability to force Conversation 'change' event 2021-09-20 11:51:30 -07:00
Josh Perez
e9ef239ff0 Move emoji loading into TS 2021-09-20 10:59:09 -07:00
Evan Hahn
48daaaa81d Ensure getLastConversationPreview never returns expired messages 2021-09-20 10:57:59 -07:00
Josh Perez
1b9d8dcb11 Ensure that both window and SignalWindow are defined 2021-09-20 10:29:37 -07:00
Josh Perez
e86a6119cd Moves stringToArrayBuffer into util folder 2021-09-20 12:27:15 -04:00
Josh Perez
829e42ca6e Move i18n setup to TypeScript 2021-09-17 20:30:08 -04:00
Fedor Indutny
4dcbb7352f CallScreen interactivity fixes 2021-09-17 20:20:29 -04:00
Josh Perez
427055ea47 Associate form control with label for choose group members 2021-09-17 19:48:57 -04:00
Fedor Indutny
b83c00f43f Defer unprocessed item attempt update 2021-09-17 16:11:24 -07:00
Josh Perez
7b5faa1cc1 Permissions popup context iso 2021-09-17 18:24:21 -04:00
Fedor Indutny
f3715411c6 Small UI fixes for left pane dialogs 2021-09-17 17:20:49 -05:00
Josh Perez
6c906d5da8 Enables context isolation for loading window 2021-09-17 18:12:58 -04:00
Josh Perez
277992a468 Make scrollbar overlay content in left pane 2021-09-17 14:03:18 -07:00
Scott Nonnenberg
e2454ef7c5 Improve a few strings, highlight back button on focus, proper key value 2021-09-17 13:57:54 -07:00
Josh Perez
65ddf0a9e8 Import log instead of using it off of window 2021-09-17 14:27:53 -04:00
Evan Hahn
7e7078e11a Fix lint error in <Linkify> stories 2021-09-17 11:28:26 -05:00
Quentin Hibon
756af78d57 Make emoji text matching case-insensitive
See [#5186][5186].

[5186]: https://github.com/signalapp/Signal-Desktop/pull/5186
2021-09-17 11:21:33 -05:00
jojomatik
51d85e58eb Linkify additional TLDs
See [#5170][0].

[0]: #5170
2021-09-17 10:14:42 -05:00
Evan Hahn
09d729a780 Support emoji 13.1 2021-09-16 16:25:11 -07:00
Fedor Indutny
ce0ccc9b58 Disable jumbomoji in quotes 2021-09-16 15:45:32 -07:00
Josh Perez
0f9b72d1db Ensure single upload for storage service 2021-09-16 18:25:49 -04:00
Fedor Indutny
87b56fcfd0 Use logger interface in main sql worker 2021-09-16 14:54:06 -07:00
Evan Hahn
9ff1c1e50d Recompute hero row size when it appears 2021-09-16 14:47:08 -07:00
Evan Hahn
11855d1585 Make onHeightChange a required prop of <ConversationHero> 2021-09-16 14:44:00 -07:00
Evan Hahn
f9095d372a Upgrade electron-mocha to v10.1.0 2021-09-16 14:00:52 -07:00
Evan Hahn
fda21edd23 Remove unnecessary disables of consistent-return lint rule 2021-09-16 15:25:55 -05:00
Fedor Indutny
f937eba94e Update socket status more eagerly 2021-09-16 13:18:42 -07:00
Evan Hahn
3cf6ea882b Remove unnecessary any casts from ts/Crypto.ts 2021-09-16 09:28:29 -07:00
Evan Hahn
eed7aff925 Remove unnecessary props from <ContactName> 2021-09-16 11:15:43 -05:00
Josh Perez
43685d15c6 Context isolation for About, ScreenShare, Preferences 2021-09-16 11:52:56 -04:00
Fedor Indutny
59ca63cd2e Use audio.ended in MessageAudio.tsx 2021-09-16 08:02:23 -07:00
Josh Perez
a5f44bc46c Only log to console if process.stdout is available 2021-09-16 07:33:17 -07:00
Evan Hahn
20be8a11fe Read and write preferred reactions to storage 2021-09-15 11:59:51 -07:00
Fedor Indutny
3f7957c20d Self-repairing message counter 2021-09-15 11:45:22 -07:00
Fedor Indutny
5780c3d4b8 Fix socket management for unlinkAndDisconnect 2021-09-15 11:44:27 -07:00
Fedor Indutny
039bd072ed Extra tests for SignalProtocolStore migration 2021-09-15 11:43:34 -07:00
Evan Hahn
ce1daef9f3 Fix <UniversalTimerNotification> stories 2021-09-15 09:04:42 -07:00
Evan Hahn
487d71464a Remove FontFace type definitions 2021-09-15 08:50:17 -05:00
Scott Nonnenberg
29a3a2ac58 WhatsNew: Save build creation time, use as displayed date 2021-09-13 14:00:32 -05:00
Evan Hahn
240585ef94 Allow duplicates in reaction palette 2021-09-13 10:04:45 -07:00
Fedor Indutny
5a57e2b704 Fix action propagation to timeline items 2021-09-12 19:36:41 -07:00