Signal-iOS/SignalServiceKit/tests/Messages
Michelle Linington a660a81d0f IOS-668: Reorganize how ContactsUpdater interacts with CDS operations
- Removes ContactsUpdater singleton. It wasn't really tracking much
  state anyway
- Introduces ContactDiscoveryTask. This creates a
  ContactDiscoveryOperation (modern or legacy) and updates the
  SignalRecipients database on completion. Returns a promise.
- Begin migrating away from operation queues

PromiseKit is weird about priority propogation, so this shouldn't be
used yet. Since all then closures are asynced, priorities don't
propogate down to underlying queues. This means the a
ContactDiscoveryTask on the main queue will not boost the priority on
the ModernContactDiscoverOperation's owned operation queue
2020-08-06 12:55:32 -07:00
..
Interactions Add TSIncomingMessageBuilder. 2020-05-11 09:28:13 -03:00
Stickers Fix build breakage around nil Randomness. 2019-07-29 14:52:56 -03:00
MessagePipelineSupervisorTest.swift Adds a whole bunch of tests for MessagePipelineSupervisor 2020-07-22 21:10:27 -07:00
MessageProcessingIntegrationTest.swift Fix broken tests. 2020-06-23 10:04:39 -03:00
OWSDisappearingMessageFinderTest.m Add TSIncomingMessageBuilder. 2020-05-11 09:28:13 -03:00
OWSDisappearingMessagesJobTest.m Add TSIncomingMessageBuilder. 2020-05-11 09:28:13 -03:00
OWSIncomingMessageFinderTest.m Add TSIncomingMessageBuilder. 2020-05-11 09:28:13 -03:00
OWSLinkPreviewTest.swift Remove usage of retainUntilComplete. 2020-05-22 09:51:12 -03:00
OWSMessageManagerTest.m IOS-668: Reorganize how ContactsUpdater interacts with CDS operations 2020-08-06 12:55:32 -07:00
OWSMessageSenderTest.m Respond to CR. 2020-05-11 10:19:52 -03:00
OWSSignalAddressTest.swift fixup test typo 2019-10-17 10:43:13 -06:00
OWSUDManagerTest.swift Remove usage of retainUntilComplete. 2020-05-22 09:51:12 -03:00
SignalServiceAddressTest.swift Add trustLevel to SignalServiceAddress 2020-08-05 14:36:43 -07:00
TestProtocolRunnerTest.swift Sending perf test - baseline 2019-09-04 18:21:40 -06:00