Alex Hart
|
a8349671d0
|
Add Receive support for the new CallLogEvent proto messages.
|
2023-07-19 17:12:18 -04:00 |
|
Alex Hart
|
b0ca66cc1a
|
Add new active column to ThreadTable.
|
2023-07-18 09:55:01 -04:00 |
|
Cody Henthorne
|
bfcd57881e
|
Add test to verify sync behavior during VERIFIED to DEFAULT change.
|
2023-07-12 15:48:51 -04:00 |
|
Cody Henthorne
|
979a50716e
|
Fix most android tests.
Co-authored-by: Greyson Parrelli <greyson@signal.org>
|
2023-07-12 15:48:51 -04:00 |
|
Cody Henthorne
|
c17d62aeab
|
Update ktlint and gradle plugin.
|
2023-06-28 17:13:15 -04:00 |
|
Clark
|
4a9a07a9ef
|
Run post transaction tasks only after root transaction ends.
|
2023-05-24 12:05:23 -04:00 |
|
Greyson Parrelli
|
44ab1643fa
|
Fix group membership recipient remapping.
|
2023-05-17 15:30:26 -04:00 |
|
Alex Hart
|
0c57113d8e
|
Add migration for call link recipient link.
|
2023-05-17 15:30:26 -04:00 |
|
Alex Hart
|
5c78de2f46
|
Update nullability of CallLinkTable column.
|
2023-05-17 15:30:09 -04:00 |
|
Alex Hart
|
a1eb33b1f6
|
CallLinkTable migration to add necessary columns for integration.
|
2023-05-09 13:41:27 -04:00 |
|
Greyson Parrelli
|
63ce2de3bf
|
Add some more missing indexes for foreign keys and create test.
|
2023-05-05 09:27:40 -04:00 |
|
Greyson Parrelli
|
646f79be7d
|
Fix DatabaseConsistencyTest.
|
2023-04-20 13:50:12 -04: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 |
|
Greyson Parrelli
|
56e008ea4f
|
Add database consistency test, fix calling migration.
|
2023-04-13 17:26:26 -04:00 |
|
Alex Hart
|
433e8266c9
|
Add stricter call row identification.
|
2023-04-12 16:31:27 -04:00 |
|
Alex Hart
|
f9548dcffe
|
Add support for group call disposition.
Co-authored-by: Cody Henthorne <cody@signal.org>
|
2023-04-05 16:40:23 -03:00 |
|
Greyson Parrelli
|
cf64f06c36
|
Add a new test case for recipient merging.
|
2023-03-20 17:39:09 -04:00 |
|
Greyson Parrelli
|
35571e7ab2
|
Added another RecipientTable.getAndPossiblyMerge test case.
|
2023-03-20 17:39:09 -04:00 |
|
Cody Henthorne
|
c0aff46e31
|
Add message processing performance test.
|
2023-03-04 10:52:21 -05:00 |
|
Cody Henthorne
|
e303e80f17
|
Fix instrumentation tests and group member regression.
|
2023-03-04 10:52:21 -05:00 |
|
Alex Hart
|
e2c3db3eda
|
Fix miscalculation of groups in common.
|
2023-02-15 13:24:15 -05:00 |
|
Greyson Parrelli
|
684150dc1e
|
Handle split contacts in storage service when in PNP mode.
|
2023-02-14 14:02:22 -05:00 |
|
Greyson Parrelli
|
fdcf0a76e8
|
Split unregistered contacts when in PNP mode.
|
2023-02-14 14:02:22 -05:00 |
|
Greyson Parrelli
|
9e056e5dd0
|
Add support for rendering session switchover events.
|
2023-02-14 14:02:22 -05:00 |
|
Alex Hart
|
605289aca4
|
Upgrade ktlint and add twitter compose rules.
|
2023-02-14 14:02:22 -05:00 |
|
Greyson Parrelli
|
61e127fabf
|
Fix method to find MMS group.
|
2023-02-08 21:13:14 -05:00 |
|
Alex Hart
|
32dd227ab6
|
Utilize left join instead of inner join when querying groups.
|
2023-01-25 17:02:41 -05:00 |
|
Greyson Parrelli
|
a7d9bd944b
|
Insert session switchover events when appropriate.
|
2023-01-25 17:02:41 -05:00 |
|
Alex Hart
|
1b7e4e047c
|
Introduce ManyToMany table for group membership.
|
2023-01-24 14:18:28 -05:00 |
|
Cody Henthorne
|
a13599ae2a
|
Add payment activation capability.
|
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
|
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
|
4990778a97
|
Fix recipient remapping of sms/mms records.
|
2022-12-13 09:54:53 -05:00 |
|
Alex Hart
|
d7fb05f596
|
Fix integration tests.
|
2022-12-07 13:03:02 -05:00 |
|
Nicholas
|
22b73494a7
|
Rename *Database androidTest classes to *Table.
|
2022-12-01 18:15:37 -05:00 |
|
Greyson Parrelli
|
3fd5e55363
|
Improve RecipientDatabase tests.
|
2022-11-16 15:05:47 -04:00 |
|
Greyson Parrelli
|
ccee7577f7
|
Do not double-insert change number events.
|
2022-11-11 12:14:13 -05:00 |
|
Greyson Parrelli
|
739a8e9451
|
Add PNP change number insert events and tests.
|
2022-11-09 19:26:48 -05:00 |
|
Alex Hart
|
dbbae7f13f
|
Fix a few flaky instrumentation tests to ensure suite passes.
|
2022-11-09 19:26:48 -05:00 |
|
Greyson Parrelli
|
8ab16164eb
|
Fix PNP issue around thread merging.
|
2022-11-02 15:31:52 -04:00 |
|
Greyson Parrelli
|
3e3296da5b
|
Convert ThreadDatabase to kotlin.
|
2022-11-02 15:31:52 -04:00 |
|
Greyson Parrelli
|
906441c90c
|
Revert "Convert ThreadDatabase to kotlin."
This reverts commit 1e88fb428d .
|
2022-10-27 16:54:06 -04:00 |
|
Greyson Parrelli
|
1e88fb428d
|
Convert ThreadDatabase to kotlin.
|
2022-10-24 21:22:50 -03:00 |
|
Greyson Parrelli
|
62d5777c39
|
Inline the RecipientMergeV2 flag.
|
2022-10-24 21:01:41 -03:00 |
|
Alex Hart
|
04eeb434c9
|
Add ability to hide contacts behind a feature flag.
|
2022-09-28 11:34:12 -04:00 |
|
Greyson Parrelli
|
9bb089d198
|
Add interfaces for tables that reference RecipientIds or thread IDs.
|
2022-09-28 11:33:36 -04:00 |
|
Cody Henthorne
|
ca0e52e141
|
Fix bug with stale linked devices when changing number.
|
2022-09-13 13:07:42 -04:00 |
|
Greyson Parrelli
|
61498037f3
|
Add support for PniSignatureMessages.
|
2022-08-24 18:16:42 -04:00 |
|