Commit Graph

128 Commits

Author SHA1 Message Date
Fedor Indutny bb07abb8b1 Remove emoji-datasource-apple 2026-04-14 16:39:11 -07:00
Jamie 1d53ccfee1 Setup knip 2026-04-13 12:50:00 -07:00
Scott Nonnenberg cb2b0708fb A few improvements for the save attachment workflow 2026-04-10 16:54:54 -04:00
Jamie 6cbd3b9334 Enable more oxlint typescript rules 2026-04-02 16:30:34 -07:00
Jamie f3595e0784 Migrate scripts to ESM and ts-check 2026-04-02 13:20:15 -07:00
Scott Nonnenberg 245c98b875 CollapseSet: Size limit, some new message types added/excluded 2026-03-31 17:56:21 -07:00
Fedor Indutny bb111a3107 Bundle everything with rolldown 2026-03-30 11:54:59 -07:00
Jamie caa10d02c3 Switch from eslint to oxlint 2026-03-27 13:40:46 -07:00
Fedor Indutny a048f83dbc Remove use of __dirname from main process 2026-03-27 10:55:37 -07:00
Scott Nonnenberg c353d41794 Collapsing Items: A few improvements 2026-03-25 07:00:02 +10:00
Scott Nonnenberg 3cf38b1b40 Collapse items into multi-day sets, handling start/end incomplete days 2026-03-21 07:15:42 +10:00
Scott Nonnenberg 27ad6f3294 Collapse already-seen sets of timeline items 2026-03-21 02:58:24 +10:00
Jamie 023ae37492 Replace typescript compiler with native tsgo compiler 2026-03-17 14:38:10 -07:00
trevor-signal 4f3d25c4c5 Fix optimization path for unicodeSlice 2026-03-16 13:21:35 -07:00
Jamie 1d45a52da7 Enable tsconfig noUncheckedIndexedAccess 2026-03-12 16:24:01 -07:00
Fedor Indutny 52ba69a6f2 Remove protobufjs 2026-03-11 16:35:04 -07:00
Fedor Indutny c4ee32e9ee Use protopiler for protocol buffers
Co-authored-by: Jamie Kyle <jamie@signal.org>
2026-03-10 15:31:29 -07:00
Fedor Indutny f1c5f73b39 Simplify ContactsParser 2026-03-09 12:08:02 -07:00
adel-signal 772c3c22ad Update RingRTC to 2.65.2
Co-authored-by: emir-signal <emir@signal.org>
2026-02-22 23:53:57 -08:00
Fedor Indutny fa60a257be Update electron to 40.1.0 2026-02-04 10:31:45 -08:00
Fedor Indutny f9bd84445c Follow up Key Transparency changes
Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
2026-02-04 06:59:44 -08:00
Scott Nonnenberg 09c71ad356 Support for Group Member Labels 2026-02-02 13:06:25 -05:00
Fedor Indutny a500ee9a0f Fix crash report stack traces 2026-01-07 19:04:38 +01:00
Scott Nonnenberg f6bc8078a5 When checking files, handle trailing whitespace 2025-12-19 09:59:31 -08:00
Scott Nonnenberg 1925044e9d Chat folders: for unread, check setting and active notification profile 2025-11-05 13:06:52 -08:00
Jamie a5b90fdca9 Fix badge counts for include muted setting 2025-10-28 12:44:56 -07:00
Fedor Indutny 44076ece79 Rename files 2025-10-16 23:45:44 -07:00
Fedor Indutny 3387cf6a77 Prepare for adding file suffixes 2025-10-16 23:45:44 -07:00
Fedor Indutny 41a6cfaf63 Remove window.i18n in favor of SignalContext.i18n 2025-10-10 13:48:40 -07:00
Scott Nonnenberg f7d5a91772 Log when we clear profile name 2025-10-09 16:49:38 -07:00
Fedor Indutny bcac163e73 Remove window.textsecure global 2025-10-09 13:03:13 -07:00
Fedor Indutny f6df564aa9 Simplify source file dependency graph 2025-10-02 13:43:11 -07:00
Miriam Zimmerman dd1b7e6fc1 Remove last use of Buffer in ringrtc API
Co-authored-by: Jim Gustafson <jim@signal.org>
2025-10-01 13:57:39 -07:00
Jamie Kyle ec7d07269d Init Chat Folders UI 2025-09-30 08:34:24 +10:00
Fedor Indutny 9c97d3e73c Show ready-to-download documents in media gallery 2025-09-23 11:53:41 -07:00
Fedor Indutny 40eaf078cc Qualify CJS-only module imports 2025-09-19 13:05:51 -07:00
yash-signal 93ae2a4c48 Initial Poll message receive support 2025-09-18 11:06:43 -05:00
Fedor Indutny c02565eaa8 Enforce node: schema for builtins, import extensions 2025-09-16 17:39:03 -07:00
ayumi-signal 14e0086943 Fixes for donation amount picker 2025-09-03 10:47:19 -07:00
emir-signal ebf2892039 Add support for call link epochs
Co-authored-by: trevor-signal <trevor@signal.org>
2025-08-07 15:12:56 -04:00
ayumi-signal d737383612 Improve amount picker custom input and sort currency list 2025-08-04 16:22:22 -07:00
Scott Nonnenberg 510b4f2df7 Privacy: Additional tweaks to debug log generation 2025-07-22 11:08:36 -07:00
Scott Nonnenberg 387fb8bfc1 Privacy.ts: Additional safety for debug logs 2025-07-22 06:44:08 +10:00
ayumi-signal 26933bf8d7 Initial donation amount picker
Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
2025-07-15 09:52:56 -07:00
trevor-signal 843f545ceb Reorganize test cases 2025-06-26 09:24:07 -07:00
Fedor Indutny 4347964030 Scope pino lines with filename 2025-06-16 11:59:31 -07:00
Fedor Indutny b0634f9a9d Replace buffer.slice() with buffer.subarray() 2025-06-09 14:37:30 -07:00
ayumi-signal a91f429236 Upgrade electron to 35.0.2
Co-authored-by: Fedor Indutny <indutny@signal.org>
2025-03-17 14:35:03 -07:00
trevor-signal 6f9438c74f Improve handling of edited long message attachments 2025-02-25 11:23:36 -08:00
Scott Nonnenberg d26d915a44 Update to the latest SignalService.proto 2025-02-11 08:20:14 +10:00