Signal-iOS/SignalServiceKit/src/Messages
2020-10-30 09:20:51 -03:00
..
Attachments Migrate groups from v1 to v2. 2020-10-30 09:04:12 -03:00
DeviceSyncing Improve group id mapping. 2020-10-30 09:07:38 -03:00
Interactions Refine group migrations. 2020-10-30 09:20:51 -03:00
InvalidKeyMessages Rename singleton accessors. 2020-09-17 21:11:09 -03:00
Reactions Rename singleton accessors. 2020-09-17 21:11:07 -03:00
Stickers Avoid assert around gif stickers. 2020-10-15 13:57:39 -03:00
UD Fix some of the performance tests. 2020-10-16 10:15:16 -03:00
EarlyMessageManager.swift Handle x-signal-timestamp header 2020-08-20 16:48:54 -07:00
MessageBody.swift Full suppoort for ention send + receive 2020-08-04 14:08:30 -07:00
MessageFetcherJob.swift Rename singleton accessors. 2020-09-17 21:11:07 -03:00
MessagePipelineSupervisor.swift Move everything to the new ContactDiscoveryTask 2020-08-06 12:57:39 -07:00
MessageProcessing.swift Rename singleton accessors. 2020-09-17 21:11:07 -03:00
MessageSender.h Rework message sending. 2020-09-17 21:37:38 -03:00
MessageSender.m Rework updates to recipient devices. 2020-10-15 14:03:55 -03:00
MessageSender.swift Migrate groups from v1 to v2, part 2. 2020-10-30 09:05:13 -03:00
OutgoingMessagePreparer.swift Reduce database writes used by message sends. 2020-06-11 12:37:01 -03:00
OWSAddToContactsOfferMessage.h Revert "streamline interaction writes" refinements. 2019-10-17 10:32:21 -03:00
OWSAddToContactsOfferMessage.m Fix rebase breakage. 2019-10-15 11:44:08 -03:00
OWSAddToContactsOfferMessage+SDS.swift codegen 2020-08-20 16:48:54 -07:00
OWSAddToProfileWhitelistOfferMessage.h Fix rebase breakage. 2019-10-15 11:50:25 -03:00
OWSAddToProfileWhitelistOfferMessage.m Fix rebase breakage. 2019-10-15 11:50:25 -03:00
OWSAddToProfileWhitelistOfferMessage+SDS.swift codegen 2020-08-20 16:48:54 -07:00
OWSBatchMessageProcessor.h Fix spurious test failures. 2020-09-17 17:30:38 -03:00
OWSBatchMessageProcessor.m Fix spurious test failures. 2020-09-17 17:30:38 -03:00
OWSBatchMessageProcessor+SDS.swift codegen 2020-08-20 16:48:54 -07:00
OWSBlockingManager.h Rename singleton accessors. 2020-09-17 21:11:09 -03:00
OWSBlockingManager.m Improve group id mapping. 2020-10-30 09:07:38 -03:00
OWSDisappearingMessagesFinder.h Rework OWSDisappearingMessagesFinder to support GRDB. 2019-08-22 17:30:11 -03:00
OWSDisappearingMessagesFinder.m Respond to CR. 2019-10-01 13:08:59 -03:00
OWSDisappearingMessagesJob.h Integrate group updates and disappearing message configuration updates. 2020-02-21 13:05:20 -03:00
OWSDisappearingMessagesJob.m Ensure app readiness during app launch. 2020-10-22 16:25:04 -03:00
OWSFailedAttachmentDownloadsJob.h Add LaunchJobs. 2019-09-27 16:10:48 -03:00
OWSFailedAttachmentDownloadsJob.m Label the "slow write transactions" logging with the source of the transaction. 2020-06-07 10:37:55 -03:00
OWSFailedMessagesJob.h Add LaunchJobs. 2019-09-27 16:10:48 -03:00
OWSFailedMessagesJob.m Label the "slow write transactions" logging with the source of the transaction. 2020-06-07 10:37:55 -03:00
OWSGroupInfoRequestMessage.h Clean up ahead of PR. 2020-02-06 10:26:02 -03:00
OWSGroupInfoRequestMessage.m Add TSIncomingMessageBuilder. 2020-05-11 09:28:13 -03:00
OWSIdentityManager.h Rename singleton accessors. 2020-09-17 21:11:09 -03:00
OWSIdentityManager.m Rename OWSMessageSender -> MessageSender. 2020-09-17 21:35:35 -03:00
OWSIncompleteCallsJob.h Add LaunchJobs. 2019-09-27 16:10:48 -03:00
OWSIncompleteCallsJob.m Label the "slow write transactions" logging with the source of the transaction. 2020-06-07 10:37:55 -03:00
OWSMessageDecrypter.h Remove more usage of primary storage. 2019-08-07 17:41:11 -03:00
OWSMessageDecrypter.m Add trustLevel to SignalServiceAddress 2020-08-05 14:36:43 -07:00
OWSMessageHandler.h Code generate Swift wrappers for protocol buffers. 2018-08-03 14:05:20 -04:00
OWSMessageHandler.m Update protocol buffer and behavior for multi-ring 2020-05-08 15:50:49 -07:00
OWSMessageManager.h Handle x-signal-timestamp header 2020-08-20 16:48:54 -07:00
OWSMessageManager.m Refine group migrations. 2020-10-30 09:13:06 -03:00
OWSMessageReceiver.h codegen 2020-08-20 16:48:54 -07:00
OWSMessageReceiver.m Migrate groups from v1 to v2, part 3. 2020-10-30 09:06:40 -03:00
OWSMessageReceiver.swift update GRDB 2019-09-04 18:23:01 -06:00
OWSMessageReceiver+SDS.swift codegen 2020-08-20 16:48:54 -07:00
OWSMessageSend.swift Rework updates to recipient devices. 2020-10-15 14:03:55 -03:00
OWSMessageServiceParams.h MessageSend vs. SignalServiceAddress 2019-07-10 22:53:52 -06:00
OWSMessageServiceParams.m Fix build warnings. 2020-04-08 16:05:54 -03:00
OWSMessageUtils.h Rename singleton accessors. 2020-09-17 21:11:09 -03:00
OWSMessageUtils.m Rename OWSMessageSender -> MessageSender. 2020-09-17 21:35:35 -03:00
OWSOutgoingCallMessage.h Adjust protocol definitions 2020-05-08 15:50:49 -07:00
OWSOutgoingCallMessage.m Add TSIncomingMessageBuilder. 2020-05-11 09:28:13 -03:00
OWSOutgoingNullMessage.h Clean up ahead of PR. 2020-02-06 10:26:02 -03:00
OWSOutgoingNullMessage.m Add TSIncomingMessageBuilder. 2020-05-11 09:28:13 -03:00
OWSOutgoingReceiptManager.h Rename singleton accessors. 2020-09-17 21:11:09 -03:00
OWSOutgoingReceiptManager.m Rename OWSMessageSender -> MessageSender. 2020-09-17 21:35:35 -03:00
OWSProfileKeyMessage.h Respond to CR. 2020-05-11 10:19:52 -03:00
OWSProfileKeyMessage.m Respond to CR. 2020-05-11 10:19:52 -03:00
OWSReadReceiptManager.h Rename singleton accessors. 2020-09-17 21:11:09 -03:00
OWSReadReceiptManager.m Fix build warnings. 2020-09-25 15:16:19 -03:00
OWSReadReceiptManager.swift Respond to CR. 2020-05-11 10:19:52 -03:00
OWSReadTracking.h plumb through thread to read receipt manager 2020-02-16 13:13:12 -07:00
OWSSignalAddress.swift Linking flow 2019-10-17 10:19:32 -06:00
OWSUnknownContactBlockOfferMessage.h Fix rebase breakage. 2019-10-15 11:50:25 -03:00
OWSUnknownContactBlockOfferMessage.m Fix rebase breakage. 2019-10-15 11:50:25 -03:00
OWSUnknownContactBlockOfferMessage+SDS.swift codegen 2020-08-20 16:48:54 -07:00
OWSUnknownProtocolVersionMessage.h Add mentions to the database 2020-08-04 14:08:29 -07:00
OWSUnknownProtocolVersionMessage.m Add mentions to the database 2020-08-04 14:08:29 -07:00
OWSUnknownProtocolVersionMessage+SDS.swift codegen 2020-08-20 16:48:54 -07:00
PreKeyBundle+jsonDict.h WIP: Framework-friendly - compiles but crashes on launch 2017-11-29 13:58:27 -08:00
PreKeyBundle+jsonDict.m Pull out SignalCoreKit. 2018-10-01 09:06:40 -04:00
TSCall.h Don't use CallKit for video calls received while the app is active 2020-08-17 15:41:10 -07:00
TSCall.m Restyle system messages 2020-08-17 17:11:24 -07:00
TSCall+SDS.swift codegen 2020-08-20 16:48:54 -07:00
TypingIndicatorMessage.swift Respond to CR. 2020-08-13 10:07:45 -03:00