| .. |
|
Attachments
|
Pass AppReadiness instance to a ton of classes that need to retain it as an instance var
|
2024-09-27 15:03:52 -07:00 |
|
BodyRanges
|
Backup integration tests for more chat items
|
2024-09-16 11:44:32 -07:00 |
|
DeviceSyncing
|
Support isSMS for messages restored from Backups
|
2024-09-23 17:42:11 -07:00 |
|
Edit
|
Support isSMS for messages restored from Backups
|
2024-09-23 17:42:11 -07:00 |
|
Interactions
|
Add AppReadiness wrapper for the few remaining objc callers
|
2024-09-27 10:00:53 -07:00 |
|
InvalidKeyMessages
|
Support isSMS for messages restored from Backups
|
2024-09-23 17:42:11 -07:00 |
|
OutgoingMessagePreparer
|
Migrate TSOutgoingMessageRecipientState off of Mantle
|
2024-08-23 16:17:26 -07:00 |
|
Payments
|
Support isSMS for messages restored from Backups
|
2024-09-23 17:42:11 -07:00 |
|
Reactions
|
Migrate TSOutgoingMessageRecipientState off of Mantle
|
2024-08-23 16:17:26 -07:00 |
|
Stickers
|
Pass AppReadiness instance to a bunch of usage sites that are only 1 layer deep
|
2024-09-27 14:02:07 -07:00 |
|
Stories
|
Provide appReadiness to warmCaches methods
|
2024-09-27 14:02:37 -07:00 |
|
UD
|
Pass AppReadiness instance to a ton of classes that need to retain it as an instance var
|
2024-09-27 15:03:52 -07:00 |
|
BlockedRecipientStore.swift
|
Migrate blocked recipients to dedicated table
|
2024-08-21 18:03:22 -05:00 |
|
BlockingManager.swift
|
Pass AppReadiness instance to a ton of classes that need to retain it as an instance var
|
2024-09-27 15:03:52 -07:00 |
|
DecryptedIncomingEnvelope.swift
|
Fold SignalCoreKit into SignalServiceKit
|
2024-06-26 08:44:41 -07:00 |
|
DeliveryReceiptContext.swift
|
Remove src/ prefix from SignalServiceKit files
|
2024-03-27 12:22:52 -05:00 |
|
DeviceMessage.swift
|
Store which devices received an SKDM
|
2024-07-03 11:11:47 -05:00 |
|
DisappearingMessagesFinder.swift
|
Remove extraneous disappearing message clause
|
2024-06-13 17:28:19 -05:00 |
|
EarlyMessageManager.swift
|
Pass AppReadiness instance to a bunch of usage sites that are only 1 layer deep
|
2024-09-27 14:02:07 -07:00 |
|
FailedAttachmentDownloadsJob.swift
|
Asyncify LaunchJobs
|
2024-07-25 01:48:18 -05:00 |
|
FailedMessagesJob.swift
|
Migrate TSOutgoingMessageRecipientState off of Mantle
|
2024-08-23 16:17:26 -07:00 |
|
IncomingPniChangeNumberProcessor.swift
|
Remove src/ prefix from SignalServiceKit files
|
2024-03-27 12:22:52 -05:00 |
|
IncompleteCallsJob.swift
|
Asyncify LaunchJobs
|
2024-07-25 01:48:18 -05:00 |
|
MessageBody.swift
|
Remove src/ prefix from SignalServiceKit files
|
2024-03-27 12:22:52 -05:00 |
|
MessageFetcherJob.swift
|
Pass AppReadiness instance to a ton of classes that need to retain it as an instance var
|
2024-09-27 15:03:52 -07:00 |
|
MessagePipelineSupervisor.swift
|
Fold SignalCoreKit into SignalServiceKit
|
2024-06-26 08:44:41 -07:00 |
|
MessageProcessor.swift
|
Pass AppReadiness instance to a ton of classes that need to retain it as an instance var
|
2024-09-27 15:03:52 -07:00 |
|
MessageReceiver.swift
|
Add CallLinkStateUpdater & CallLinkFetchJobRunner
|
2024-09-27 11:40:22 -05:00 |
|
MessageSender.swift
|
Don’t retry messages immediately on 5xx errors
|
2024-09-18 12:08:15 -05:00 |
|
MessageSender+Errors.swift
|
eliminate AnyPromise
|
2024-09-23 15:01:23 -05:00 |
|
MessageSender+SenderKey.swift
|
Swiftify OWSRequestFactory
|
2024-08-28 16:05:58 -05:00 |
|
MessageSendLog.swift
|
Migrate TSOutgoingMessageRecipientState off of Mantle
|
2024-08-23 16:17:26 -07:00 |
|
MessageTimestampGenerator.swift
|
Add MessageTimestampGenerator
|
2024-07-25 01:45:20 -05:00 |
|
MessageTimestampGeneratorTest.swift
|
Add MessageTimestampGenerator
|
2024-07-25 01:45:20 -05:00 |
|
MockIdentityManager.swift
|
Rename AccountId → RecipientUniqueId
|
2024-07-11 10:38:21 -05:00 |
|
OutgoingAttachmentInfo.swift
|
Preserve SignalAttachment's sourceFilename
|
2024-07-24 08:06:09 -07:00 |
|
OutgoingGroupUpdateMessage.swift
|
Use the withDefaults pattern for TSOutgoingMessageBuilder
|
2024-08-06 10:22:07 -07:00 |
|
OWSAddToContactsOfferMessage.h
|
Fix codegen formatting
|
2024-05-28 10:45:10 -04:00 |
|
OWSAddToContactsOfferMessage.m
|
Fix codegen formatting
|
2024-05-28 10:45:10 -04:00 |
|
OWSAddToContactsOfferMessage+SDS.swift
|
Support isSMS for messages restored from Backups
|
2024-09-23 17:42:11 -07:00 |
|
OWSAddToProfileWhitelistOfferMessage.h
|
Fix codegen formatting
|
2024-05-28 10:45:10 -04:00 |
|
OWSAddToProfileWhitelistOfferMessage.m
|
Fix codegen formatting
|
2024-05-28 10:45:10 -04:00 |
|
OWSAddToProfileWhitelistOfferMessage+SDS.swift
|
Support isSMS for messages restored from Backups
|
2024-09-23 17:42:11 -07:00 |
|
OWSDisappearingMessagesJob.swift
|
Pass AppReadiness instance to a ton of classes that need to retain it as an instance var
|
2024-09-27 15:03:52 -07:00 |
|
OWSIdentityManager.swift
|
Pass AppReadiness instance to a ton of classes that need to retain it as an instance var
|
2024-09-27 15:03:52 -07:00 |
|
OWSMessageContentJob.h
|
Run clang-format on SignalServiceKit/ files
|
2024-03-27 12:27:06 -05:00 |
|
OWSMessageContentJob.m
|
Remove “collection” concept from database types
|
2024-08-20 18:22:00 -05:00 |
|
OWSMessageContentJob+SDS.swift
|
Remove “collection” concept from database types
|
2024-08-20 18:22:00 -05:00 |
|
OWSMessageDecrypter.swift
|
Pass AppReadiness instance to a bunch of usage sites that are only 1 layer deep
|
2024-09-27 14:02:07 -07:00 |
|
OWSMessageSend.swift
|
Remove src/ prefix from SignalServiceKit files
|
2024-03-27 12:22:52 -05:00 |
|
OWSOutgoingNullMessage.h
|
Support isSMS for messages restored from Backups
|
2024-09-23 17:42:11 -07:00 |
|
OWSOutgoingNullMessage.m
|
Pare down TSInteraction initializers
|
2024-08-06 10:06:20 -07:00 |
|
OWSOutgoingResendRequest.h
|
Support isSMS for messages restored from Backups
|
2024-09-23 17:42:11 -07:00 |
|
OWSOutgoingResendRequest.m
|
Pare down TSInteraction initializers
|
2024-08-06 10:06:20 -07:00 |
|
OWSOutgoingResendRequest.swift
|
Remove src/ prefix from SignalServiceKit files
|
2024-03-27 12:22:52 -05:00 |
|
OWSOutgoingResendResponse.swift
|
Use the withDefaults pattern for TSOutgoingMessageBuilder
|
2024-08-06 10:22:07 -07:00 |
|
OWSOutgoingResendResponseTest.swift
|
Swiftify OWSOutgoingResendResponse
|
2024-06-28 17:47:01 -05:00 |
|
OWSOutgoingSenderKeyDistributionMessage.h
|
Pare down TSInteraction initializers
|
2024-08-06 10:06:20 -07:00 |
|
OWSOutgoingSenderKeyDistributionMessage.m
|
Pare down TSInteraction initializers
|
2024-08-06 10:06:20 -07:00 |
|
OWSProfileKeyMessage.h
|
Support isSMS for messages restored from Backups
|
2024-09-23 17:42:11 -07:00 |
|
OWSProfileKeyMessage.m
|
convert ProfileManagerProtocol and ProtoUtils to swift
|
2024-09-18 14:29:11 -05:00 |
|
OWSReadTracking.h
|
Remove src/ prefix from SignalServiceKit files
|
2024-03-27 12:22:52 -05:00 |
|
OWSReceiptManager.h
|
Add AppReadiness wrapper for the few remaining objc callers
|
2024-09-27 10:00:53 -07:00 |
|
OWSReceiptManager.m
|
Add AppReadiness wrapper for the few remaining objc callers
|
2024-09-27 10:00:53 -07:00 |
|
OWSReceiptManager.swift
|
Reformat code related to message requests
|
2024-08-12 11:46:41 -05:00 |
|
OWSRecoverableDecryptionPlaceholder.h
|
Support isSMS for messages restored from Backups
|
2024-09-23 17:42:11 -07:00 |
|
OWSRecoverableDecryptionPlaceholder.m
|
Support isSMS for messages restored from Backups
|
2024-09-23 17:42:11 -07:00 |
|
OWSRecoverableDecryptionPlaceholder.swift
|
Use RemoteConfig as an instance type
|
2024-08-23 14:59:44 -05:00 |
|
OWSRecoverableDecryptionPlaceholder+SDS.swift
|
Support isSMS for messages restored from Backups
|
2024-09-23 17:42:11 -07:00 |
|
OWSUnknownContactBlockOfferMessage.h
|
Fix codegen formatting
|
2024-05-28 10:45:10 -04:00 |
|
OWSUnknownContactBlockOfferMessage.m
|
Fix codegen formatting
|
2024-05-28 10:45:10 -04:00 |
|
OWSUnknownContactBlockOfferMessage+SDS.swift
|
Support isSMS for messages restored from Backups
|
2024-09-23 17:42:11 -07:00 |
|
OWSUnknownProtocolVersionMessage.h
|
Support isSMS for messages restored from Backups
|
2024-09-23 17:42:11 -07:00 |
|
OWSUnknownProtocolVersionMessage.m
|
Support isSMS for messages restored from Backups
|
2024-09-23 17:42:11 -07:00 |
|
OWSUnknownProtocolVersionMessage+SDS.swift
|
Support isSMS for messages restored from Backups
|
2024-09-23 17:42:11 -07:00 |
|
PniSignatureProcessor.swift
|
Fold SignalCoreKit into SignalServiceKit
|
2024-06-26 08:44:41 -07:00 |
|
ReceiptSender.swift
|
Pass AppReadiness instance to a ton of classes that need to retain it as an instance var
|
2024-09-27 15:03:52 -07:00 |
|
RecipientHidingManager.swift
|
More propertly handle "contact hidden and in message request state" from Backups
|
2024-09-24 10:00:36 -07:00 |
|
RecipientHidingManager+SignalServiceAddress.swift
|
More propertly handle "contact hidden and in message request state" from Backups
|
2024-09-24 10:00:36 -07:00 |
|
RecipientStateMerger.swift
|
Remove src/ prefix from SignalServiceKit files
|
2024-03-27 12:22:52 -05:00 |
|
ServerReceiptEnvelope.swift
|
Remove src/ prefix from SignalServiceKit files
|
2024-03-27 12:22:52 -05:00 |
|
TypingIndicatorMessage.swift
|
Use the withDefaults pattern for TSOutgoingMessageBuilder
|
2024-08-06 10:22:07 -07:00 |
|
ValidatedIncomingEnvelope.swift
|
Fold SignalCoreKit into SignalServiceKit
|
2024-06-26 08:44:41 -07:00 |