Alex Hart
|
471b214b4a
|
Extract Media and TransformProperties to core/util/models.
|
2026-01-20 15:21:27 -04:00 |
|
Greyson Parrelli
|
bd38c4f5d2
|
Update Groups.proto to match shared spec.
|
2026-01-13 14:01:46 -05:00 |
|
Michelle Tang
|
f7d87f3436
|
Allow 1:1 polls and raise character limit.
|
2026-01-08 07:39:48 -05:00 |
|
Greyson Parrelli
|
706d89db87
|
Introduce core-models module.
Needed to share some key components with feature modules without having
to depend on libsignal-service.
|
2025-12-02 16:00:54 -06:00 |
|
Michelle Tang
|
a79a059816
|
Make ending a poll a blocking job.
|
2025-11-05 15:58:44 -05:00 |
|
Michelle Tang
|
b8e4ffb5ae
|
Release polls behind feature flag.
|
2025-10-02 12:56:04 -04:00 |
|
Greyson Parrelli
|
52005cf62c
|
Fix bug when replying with a voice note.
|
2025-09-17 13:30:02 -04:00 |
|
Greyson Parrelli
|
662404d335
|
Migrate quotes to have a separate quoteTargetContentType.
|
2025-09-04 16:35:05 -04:00 |
|
Greyson Parrelli
|
d4c1c39179
|
Generate thumbnails for quote attachments.
|
2025-09-04 16:35:05 -04:00 |
|
Michelle Tang
|
141faf3fb6
|
Avoid uploading story-only media to backups.
|
2025-07-16 13:10:32 -04:00 |
|
Alex Hart
|
250ac481c8
|
Move cancel and retry to bg thread.
|
2025-04-15 13:15:16 -03:00 |
|
Greyson Parrelli
|
e2b0567534
|
Update note to self sending flow.
|
2025-02-11 15:31:06 -05:00 |
|
Greyson Parrelli
|
ead66cdfc0
|
Migrate linked device status to the SignalStore.
|
2024-10-29 14:36:34 -04:00 |
|
Greyson Parrelli
|
1ac19e84c2
|
Fix issues with archive uploads matching digest.
|
2024-09-20 10:52:18 -04:00 |
|
Nicholas Tinsley
|
d683b8a321
|
Preclude cancelation of pre-uploaded video attachments.
Addresses ##10225.
|
2024-08-30 12:55:23 -04:00 |
|
Cody Henthorne
|
1f196f74ff
|
Add support for versioned expiration timers.
Co-authored-by: Greyson Parrelli <greyson@signal.org>
|
2024-08-30 12:55:22 -04:00 |
|
Cody Henthorne
|
c80ccd70ec
|
Add additional delete sync support.
|
2024-06-24 15:04:02 -04:00 |
|
Greyson Parrelli
|
b6a4e1f145
|
Rewrite the AppDependencies system.
|
2024-06-05 15:46:00 -04:00 |
|
Greyson Parrelli
|
227a279131
|
Make sure note to self is included in backupsV2.
|
2024-05-16 10:16:10 -04:00 |
|
Greyson Parrelli
|
825ca0d737
|
Remove more SMS vestiges.
|
2024-03-18 19:21:08 -04:00 |
|
Greyson Parrelli
|
276e253fdf
|
Fix individual send metrics.
|
2024-03-06 20:42:01 -04:00 |
|
Greyson Parrelli
|
fe39b5e4e2
|
Clean up AttachmentTable schema.
|
2024-01-09 11:12:48 -04:00 |
|
Greyson Parrelli
|
3554f82ea3
|
Convert AttachmentTable and models to kotlin.
|
2024-01-09 11:12:48 -04:00 |
|
Greyson Parrelli
|
c4f5110148
|
Stop falling back to CDN0 for attachments.
|
2023-10-30 18:09:17 -04:00 |
|
Greyson Parrelli
|
6b3f41d675
|
Merge IncomingTextMessages into IncomingMessage.
|
2023-10-25 14:30:23 -04:00 |
|
Cody Henthorne
|
efbd5cab85
|
Convert SignalService, Database, Group, Payment, and other remaining protos to wire.
|
2023-09-21 13:59:52 -03:00 |
|
Greyson Parrelli
|
c5d9346370
|
Convert all group code to be based on ServiceIds.
|
2023-08-10 15:05:18 -03:00 |
|
Greyson Parrelli
|
279ad7945e
|
Move to defined from_recipient_id and to_recipient_id columns on message table.
|
2023-04-20 13:50:11 -04:00 |
|
Cody Henthorne
|
67fb9d09d4
|
Fix scheduled send in note to self with no linked devices.
|
2023-02-06 16:53:08 -04:00 |
|
Cody Henthorne
|
56a44ae65c
|
Enforce expected ordering when scheduling text and media messages.
|
2023-02-02 17:22:40 -05:00 |
|
Greyson Parrelli
|
e2fb65920c
|
Ensure SMS and MMS messages are sent appropriately.
|
2023-01-06 11:27:33 -05:00 |
|
Greyson Parrelli
|
fecfd7cd78
|
Remove the rest of MmsSmsTable.
|
2022-12-31 13:43:12 -05:00 |
|
Greyson Parrelli
|
6cd6073bc7
|
Migrate most of MmsSmsTable.
|
2022-12-30 18:24:00 -05:00 |
|
Greyson Parrelli
|
3708cc5583
|
Add additional protections around recipientIds and threadIds matching.
|
2022-12-30 16:54:49 -05:00 |
|
Greyson Parrelli
|
d83ef56ab1
|
Remove SmsMessageRecord.
|
2022-12-30 15:11:56 -05:00 |
|
Greyson Parrelli
|
c6f29fc950
|
Migrate queued jobs during SMS migration.
|
2022-12-30 15:11:56 -05:00 |
|
Greyson Parrelli
|
32b66643c5
|
Rename PushMediaSendJob -> IndividualSendJob.
|
2022-12-30 15:11:56 -05:00 |
|
Greyson Parrelli
|
60ae883df6
|
Rename SignalDatabase.sms/mms to SignalDatabase.messages
|
2022-12-30 15:11:56 -05:00 |
|
Greyson Parrelli
|
a7e3bdc892
|
Rename OutgoingMediaMessage -> OutgoingMessage.
|
2022-12-30 15:11:56 -05:00 |
|
Greyson Parrelli
|
9b60bd9a4b
|
Remove OutgoingTextMessage and PushTextSendJob.
|
2022-12-30 15:11:56 -05:00 |
|
Greyson Parrelli
|
e9d98b7d39
|
Migrate SMS messages into the MMS table.
|
2022-12-30 15:11:56 -05:00 |
|
Cody Henthorne
|
c56e63d62f
|
Convert OutgoingMediaMessage and it's couterparts to kotlin.
|
2022-12-16 15:22:04 -05:00 |
|
Greyson Parrelli
|
260e572071
|
Fix bug where disappearing timer was applied to sent group stories.
|
2022-12-05 17:36:57 -05:00 |
|
Greyson Parrelli
|
7949996c5c
|
Renamed database classes to table classes.
Because they're not databases. They're tables.
|
2022-11-30 17:10:36 -05:00 |
|
Cody Henthorne
|
1dc29fda12
|
Add in-chat payment messages.
|
2022-11-10 16:58:25 -05:00 |
|
Alex Hart
|
428ab65d8a
|
Prevent expiry timers from being sent to distribution lists.
|
2022-10-24 14:07:44 -03:00 |
|
Cody Henthorne
|
55d437e54b
|
Make group updates not mark a thread as unread.
|
2022-10-11 15:13:17 -04:00 |
|
Cody Henthorne
|
c6e3c9dd35
|
Fix thread not updating after group creation.
|
2022-10-10 15:43:36 -04:00 |
|
Greyson Parrelli
|
6417f5cce0
|
Improve logging around attachment compression failures.
|
2022-09-14 15:30:43 -04:00 |
|
Alex Hart
|
ba7319e215
|
Respect proper media upload requirements for stories.
|
2022-08-02 14:36:30 -04:00 |
|