Commit Graph

327 Commits

Author SHA1 Message Date
Jamie Kyle
1eaabb6734 Calls Tab & Group Call Disposition 2023-08-08 17:53:06 -07:00
Jamie Kyle
4455328312 Expose i18n globals in SignalContext across all windows 2023-08-07 13:28:09 -07:00
Fedor Indutny
55394e17c0 Upgrade electron to 25.4.0 2023-08-07 11:42:01 -07:00
Scott Nonnenberg
e3ffc70389 Apply existing formatting to pasted content, preserve whitespace 2023-08-04 09:29:47 -07:00
Scott Nonnenberg
40c21b1666 Improved windows notifications 2023-08-01 09:06:29 -07:00
Jamie Kyle
1143c0e9ba macOS: Add support for 12/24-hour time display preferences 2023-07-31 09:23:19 -07:00
Scott Nonnenberg
716f852970 New getRecentStoryReplies function to clean up replies in multiple convos 2023-07-21 15:10:32 -07:00
Fedor Indutny
e1d2dbd8ff Username Link QR Code 2023-07-20 05:14:08 +02:00
Scott Nonnenberg
b6445a6af0 Support for loading, storing, and using kyber keys in decryption 2023-07-19 16:21:30 -07:00
dependabot[bot]
5c4d93e103 Bump protobufjs from 6.11.3 to 7.2.4
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fedor Indutnyy <indutny@signal.org>
2023-07-12 19:54:37 +02:00
trevor-signal
9c6fb29edb Include @mentioned names in search results 2023-06-26 14:25:48 -04:00
Scott Nonnenberg
6e1916030d Formatting: Expand exceptions to multi-newline ops, multiple ops 2023-06-08 14:50:44 -07:00
Fedor Indutny
557b86f52e Use electron's DNS resolver, prioritizing ipv4 connections 2023-05-30 16:57:16 -07:00
Fedor Indutny
c0663ed57c Use libsignal-client for username validation 2023-05-23 17:07:59 -07:00
trevor-signal
d012779e87 Show mentioned badges & enable scrolling to mentions in conversations 2023-05-23 14:59:07 -07:00
Jamie Kyle
0032d49e23 Fixes for locale matching 2023-05-17 10:19:27 -07:00
Josh Perez
46942ece00 Send proper sync message for edit msg in all contexts 2023-05-09 18:25:37 -07:00
Scott Nonnenberg
2177a79080 Formatting: A few more changes 2023-05-09 18:23:56 -07:00
Scott Nonnenberg
b4caf67bf9 Allow copy/paste of formatting and mentions 2023-05-09 17:40:19 -07:00
Josh Perez
272b81c7cf Adds a pop and whoosh sound for message receive/sent 2023-05-09 10:52:42 -04:00
Jamie Kyle
ed539c31b8 Remap zh-TW to zh-Hant to match Traditional Chinese in other regions 2023-05-09 10:52:42 -04:00
trevor-signal
ff4ea76005 Exclude domains from link previews 2023-05-09 10:52:33 -04:00
Josh Perez
e211837bcd Enables sandbox for all windows except main 2023-04-20 17:23:19 -04:00
Jamie Kyle
0e490542a7 RTL 2023-04-20 10:03:43 -07:00
Jamie Kyle
cdc68d1c34 Use LocaleMatcher to resolve system preferred locales 2023-04-17 12:26:57 -07:00
Scott Nonnenberg
9bfbee464b Support for sending formatting messages 2023-04-14 11:16:28 -07:00
Scott Nonnenberg
d9d820e72a Support for receiving formatted messages
Co-authored-by: Alvaro Carrasco <alvaro@signal.org>
2023-04-10 09:31:45 -07:00
Fedor Indutny
0e606c45b0 Use DoH for query fallback 2023-04-05 14:49:33 -07:00
Fedor Indutny
f61d8f38b0 Context menu for left pane list items 2023-04-05 13:48:00 -07:00
Jamie Kyle
a4055cec40 Match multiple locales for spellchecker 2023-03-31 15:36:14 -07:00
Jamie Kyle
5e647c55d1 Fully migrate to ICU 2023-03-29 17:03:25 -07:00
Jim Gustafson
43e70720f7 Update to RingRTC v2.26.2 2023-03-29 14:16:19 -07:00
Jamie Kyle
11cfcb4e32 Make valid-i18n-keys rule strict and fix most exceptions 2023-03-29 10:15:54 -07:00
Jamie Kyle
1d549a9991 Multi-select forwarding and deleting 2023-03-20 15:23:53 -07:00
Fedor Indutny
f84b6a31dc Remove Sticker Creator in favor of Web App 2023-03-15 17:59:30 -07:00
Fedor Indutny
5d07167222 Use libsignal-client validation for nicknames 2023-03-08 16:58:54 -08:00
Fedor Indutny
1e7d658109 Graceful rimraf in updater 2023-03-02 09:57:36 -08:00
Fedor Indutny
f59e35ea0a confine art creator to staging for now 2023-03-01 12:03:21 -08:00
Fedor Indutny
fad0529080 New sticker creator button 2023-02-27 14:34:43 -08:00
veekas ashoka
0100866d0a Fix keyboard search when left pane is narrow
This PR fixes Cmd+f/Ctrl+f functionality in the left pane.
Using a keyboard to search across all
conversations should now automatically change the left pane width
to accommodate the search input component.

Resolves: #6281
2023-02-22 14:21:59 -05:00
Fedor Indutny
486cbe0471 Support reporting token on envelope 2023-02-07 16:55:12 -08:00
Jamie Kyle
2bbcc4676e Move receipt queues into conversation queue to handle 428s 2023-02-06 09:24:34 -08:00
Alvaro
d64e0b65c4 Switched ForwardMessageModal to use ListTile 2023-01-25 16:51:08 -07:00
Jamie Kyle
da0a741a36 Use preferred system locales and add Farsi font stack 2023-01-24 16:54:46 -08:00
Fedor Indutny
6ddb12cd99 Fully remove DQS from SQL queries 2023-01-18 17:06:07 -08:00
Jim Gustafson
01eb3b73b4 Update to RingRTC v2.23.0 2023-01-09 10:38:57 -08:00
Jamie Kyle
465b4cb0fb Treat 413 and 429 as rate limits everywhere 2023-01-05 15:29:02 -07:00
Jamie Kyle
3705b959d6 Remove end year from licenses 2023-01-03 11:55:46 -08:00
Josh Perez
0b83ab497d Removes ReactWrapperView 2022-12-21 22:07:45 -05:00
Fedor Indutny
ed271d92ea Add no-misused/floating-promises lint rule 2022-12-21 10:41:48 -08:00