Commit Graph

845 Commits

Author SHA1 Message Date
Fedor Indutny
63cac44853 Remove unused capabilities 2025-08-08 11:31:08 -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
Fedor Indutny
ec8d6a7359 Faster CI runs 2025-08-07 10:33:21 -07:00
yash-signal
5d4beb277d Fix self badge retrieval 2025-08-07 09:59:40 -07:00
ayumi-signal
a4ef26877d Style donations card form 2025-08-01 07:48:12 +10:00
trevor-signal
d5c18f2810 Backups: remove legacy locators 2025-07-31 10:53:15 -04:00
Scott Nonnenberg
fd794ae90d Donations: Introduce timeouts in early stages of the workflow 2025-07-31 07:15:59 +10:00
Scott Nonnenberg
cde504957a Contact Sync: Retry failed contacts sync downloads; don't try if offline 2025-07-30 08:18:16 -05:00
Scott Nonnenberg
004dfb0af4 Donations: Show confirmation toast on startup at INTENT_METHOD
Co-authored-by: ayumi-signal <143036029+ayumi-signal@users.noreply.github.com>
2025-07-30 07:35:10 +10:00
Scott Nonnenberg
048b075c70 Donations: Select default currency via user's phone number 2025-07-29 02:08:05 +10:00
Jamie Kyle
56223905da Reduce number of log.error calls
Co-authored-by: ayumi-signal <ayumi@signal.org>
Co-authored-by: Scott Nonnenberg <scott@signal.org>
2025-07-24 10:18:29 -07:00
Scott Nonnenberg
9fc0cedebb Donations: Show progress, error and verify dialogs 2025-07-22 07:21:41 +10:00
trevor-signal
96099da737 Inline long-text messages in the backup proto 2025-07-21 12:49:34 -05:00
trevor-signal
a8a7dc8965 Refactor backup media download progress tracking 2025-07-18 14:21:15 -04:00
trevor-signal
f471b75a5f Stop round-tripping wallpaper data 2025-07-17 11:20:00 -04:00
Miriam Zimmerman
e6a57f69d8 RingRTC: Conversions from Buffer->Uint8Array 2025-07-17 10:38:35 -04:00
Scott Nonnenberg
e17bcb2409 Donations: Show toasts when resuming after startup
Co-authored-by: ayumi-signal <143036029+ayumi-signal@users.noreply.github.com>
2025-07-17 04:33:41 +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
2579dfd9d9 Only queue backfilled attachments after backfill response 2025-07-15 10:42:57 -04:00
Scott Nonnenberg
470cd1624d Donations: Finish wiring up the 3ds validation flow 2025-07-10 10:13:32 -07:00
Scott Nonnenberg
437e791573 Donations: Make workflow more robust 2025-07-10 07:34:42 +10:00
Jordan Rose
b440aec88c Set Accept-Language at the connection level for chat connections 2025-07-09 10:57:01 -07:00
trevor-signal
bce305e3d0 Preserve conversation list ordering for message request response events 2025-07-08 13:12:36 -04:00
Scott Nonnenberg
6db7bedc8c Simplify donation receipts 2025-07-02 06:33:36 +10:00
trevor-signal
746b22d3dc Backups: update integration tests 2025-06-30 16:54:21 -05:00
adel-signal
0771075a75 Update to RingRTC v2.54.1
Co-authored-by: Miriam Zimmerman <mutexlox@signal.org>
2025-06-30 13:32:52 -07:00
trevor-signal
3e24e510e6 Limit linked device interaction with backup service 2025-06-30 13:18:52 -07:00
Fedor Indutny
e4e8fadb0f Update libsignal-client to 0.76.0 2025-06-30 11:43:41 -07:00
Jordan Rose
e55efbd6ee Link previews for image URLs 2025-06-30 12:41:09 -04:00
ayumi-signal
f2241cf613 Initial workflow for donations
Co-authored-by: Scott Nonnenberg <scott@signal.org>
2025-06-27 13:48:50 -07:00
yash-signal
2028c95d08 Donations UI Receipt Generation 2025-06-25 16:16:46 -07:00
trevor-signal
2e9dae6b1f Backups: subscription info improvements 2025-06-25 14:56:52 -04:00
Fedor Indutny
8251720444 Use new compact representations in protobufs
Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
2025-06-25 10:30:40 -07:00
trevor-signal
fb0c414702 Backups: use new locatorInfo & mediaName (#10627) 2025-06-18 13:16:29 -04:00
Fedor Indutny
4347964030 Scope pino lines with filename 2025-06-16 11:59:31 -07:00
Fedor Indutny
f6c19c548e Better usage of pino 2025-06-16 09:47:18 -07:00
yash-signal
8ea030074e Release notes bug fixes, unit tests 2025-06-10 16:33:00 -05:00
Scott Nonnenberg
c3b2c7af27 When a profile fetch fails, warn and don't log callstack 2025-06-10 16:16:26 -04:00
Fedor Indutny
9a4972d59e Refactor build expiration checks 2025-06-10 12:17:07 -07:00
Fedor Indutny
b0634f9a9d Replace buffer.slice() with buffer.subarray() 2025-06-09 14:37:30 -07:00
ayumi-signal
5b25de10f1 Add settings for local backups 2025-06-04 13:42:00 -07:00
Jim Gustafson
eb670fb89a Update to RingRTC v2.53.0 2025-06-03 11:56:23 -07:00
Scott Nonnenberg
799a0dcc54 Move Profile Editor into the new Settings Tab 2025-06-03 09:46:52 +10:00
yash-signal
829b84a54e Remove Release Notes Feature Flag 2025-06-02 16:37:00 -07:00
Fedor Indutny
8be2e8e527 Delay storage service sync until empty
Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
2025-05-30 10:39:39 -04:00
Fedor Indutny
136740840a Drop pni call messages 2025-05-27 15:00:06 -07:00
Fedor Indutny
8d8e0329cf Be more lenient to misplaced pni in conversations 2025-05-22 11:59:12 -07:00
Fedor Indutny
d0dc1747da Allow exporting pni-only contacts 2025-05-22 11:06:37 -07:00
Fedor Indutny
770b01de6a Be more lenient with profile change export 2025-05-22 10:42:55 -07:00
trevor-signal
3828cf276c Fix subscription response schema 2025-05-21 12:21:43 -04:00