Commit Graph

2108 Commits

Author SHA1 Message Date
Jamie 5590a935d2 Ignore CHANGELOG.md files in lint license comments 2026-07-13 20:45:39 +00:00
Jamie b4c4a9d6b1 Setup changesets to publish packages 2026-07-10 14:16:57 -07:00
trevor-signal 16a13ae9af Validate link previews in edits 2026-07-10 19:56:32 +00:00
Jamie 79837471fc Migrate to new color system 2026-07-10 12:25:08 -07:00
ayumi-signal cee7e78ea6 Fix RTL layout in debug log and other popup windows 2026-07-09 15:42:29 -07:00
ayumi-signal e6fa173bc3 Add staged sticker replies to FunPicker 2026-07-09 10:32:56 -07:00
Scott Nonnenberg 9cf1d09850 Standalone: Support for creating a Signal PIN 2026-07-08 09:58:45 +10:00
Jamie 5cda83c71e Register error when sending to zero devices after filter
Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
2026-07-07 22:44:32 +00:00
Jamie 4846d11bbf Init @signalapp/types package 2026-07-06 16:07:13 -07:00
Jamie 605aa9e41a Add feature flag for disappearing calls 2026-06-30 13:03:26 -07:00
Jamie 31efc8776f Disappearing call messages follow ups 2026-06-30 12:52:43 -07:00
trevor-signal ab0e24eaa6 Update display behavior for unregistered accounts 2026-06-27 06:18:47 +10:00
trevor-signal a88f41e45f Tweaks to attachment missing from backup CDN toast 2026-06-26 10:26:50 -07:00
Jamie 1da25e6ddd Fix call log sync when call isnt latest message 2026-06-25 11:59:48 -07:00
Jamie d46081f4e4 Support disappearing message timers for call history 2026-06-25 00:03:14 +00:00
Fedor Indutny d553336adc Fix crash on Linux when calling memoryUsage 2026-06-24 13:24:03 -07:00
Fedor Indutny 86d105dea0 Update copy and UI for MAS 2026-06-24 13:20:50 -07:00
trevor-signal 7c467ef85c Update pinnedMessageLimit flag name 2026-06-23 18:53:37 +00:00
trevor-signal cfe2193db0 Harden attachment file ref-counting when reusing files on disk 2026-06-17 12:52:25 -04:00
trevor-signal 7b1db7325c Request backfill and skip queueing for undownloadable attachments 2026-06-17 13:55:11 +00:00
trevor-signal ab91e69cac Respect global pinned chat remoteConfig value 2026-06-13 04:13:30 +10:00
trevor-signal 4e6edd921a Require confirmation on recovery key paste 2026-06-09 22:43:36 -04:00
trevor-signal 6a31fbc05c Improve error dialogs during local backups setup 2026-06-09 16:36:09 -04:00
Fedor Indutny d7082bad17 Add 5% jitter to CheckScheduler 2026-06-09 18:51:28 +00:00
ayumi-signal ffd3b9ea35 Save JPEG files with jpg extension and update default filename 2026-06-08 14:33:30 -04:00
trevor-signal add9b36540 Use libsignal API for 1:1 sends 2026-06-05 09:18:33 +10:00
Fedor Indutny f39a576b67 Add usernameChangeSyncMessage capability 2026-06-03 10:50:23 -07:00
Scott Nonnenberg 866ca8e830 getConversationForTargetMessage: Search in-memory messages first 2026-06-03 09:51:26 -04:00
trevor-signal 706c0020cc Don't show lonely-in-group messages as read 2026-06-01 09:35:04 -04:00
ayumi-signal 2ddc8fc5fd Update sticker preview modal and fix usage in sticker manager 2026-05-29 15:22:17 -07:00
trevor-signal 89550b31fe Refactor attachment download error states 2026-05-29 10:57:54 -07:00
trevor-signal b5bfaff82d Improve proxy agent log 2026-05-29 10:36:34 -07:00
Scott Nonnenberg ca0990c001 sendProfileKey: Send in response to fewer incoming messages 2026-05-28 04:31:09 +10:00
trevor-signal 02bd907768 Preserve reactions for view once messages 2026-05-26 13:54:43 -07:00
Jamie c83efc3b6e Update all type methods to use property syntax 2026-05-22 07:12:56 -07:00
Jamie 89f418b11f Upgrade build dependencies 2026-05-19 07:53:50 +10:00
Jamie 1ffe46f587 Remove group send endorsement toasts 2026-05-18 14:40:54 -07:00
gram-signal ef970f74c8 Remote config for requirePqRatio 2026-05-18 16:23:50 -04:00
Jamie 5fc45209f9 Fix contact nickname in story reaction notification 2026-05-14 11:13:32 -07:00
trevor-signal 6482dff544 Fixup mute options and clarify setMuteDuration 2026-05-12 16:31:26 -04:00
Jamie e0ef26bb4f Migrate simple modals to Axo dialogs 2026-05-08 13:50:18 -07:00
trevor-signal 7c68acfb1e Use CORS for more images 2026-05-08 09:48:20 -07:00
Scott Nonnenberg eecb7bf966 sendToGroup: Ensure endorsements are fetched with alreadyInQueue=true 2026-05-08 08:06:55 +10:00
Jamie 9ba7277c72 Init AxoConfirmDialog and replace ConfirmationDialog 2026-05-07 09:52:50 -07:00
Jamie d7ee96cc04 Axo improvements and documentation 2026-05-06 10:37:35 -07:00
trevor-signal 2ed50fa045 Fix image editing in MediaEditor 2026-05-06 09:37:19 -04:00
trevor-signal 97106e0d6e Add confirmation dialog when linking to new account 2026-05-05 15:57:18 -04:00
Jamie 592e1b4476 Init new emoji data/api 2026-05-04 16:14:53 -07:00
Scott Nonnenberg 71fe87c611 groupSendEndorsements: Ensure that group updates happen on queue
Co-authored-by: Jamie <113370520+jamiebuilds-signal@users.noreply.github.com>
2026-05-05 08:45:10 +10:00
Scott Nonnenberg a8722716c1 Delete All Data: Delete account when device is standalone
Co-authored-by: ayumi-signal <143036029+ayumi-signal@users.noreply.github.com>
2026-05-05 05:16:48 +10:00