Signal-iOS/SignalServiceKit/src/Messages
2020-04-30 12:30:27 -03:00
..
Attachments Add CDN key and number to AttachmentPointer proto message 2020-04-09 12:47:23 -07:00
DeviceSyncing Fix build warnings around initializers. 2020-04-08 16:05:54 -03:00
Interactions Debug UI for screenshots without assets. 2020-04-29 17:43:16 -03:00
InvalidKeyMessages Fix production build break. 2020-04-08 17:04:20 -03:00
Reactions Fix build warnings around initializers. 2020-04-08 16:05:54 -03:00
Stickers Avoid rate limits while doing profile fetches. 2020-04-15 17:03:33 -03:00
UD Avoid rate limits while doing profile fetches. 2020-04-15 17:03:33 -03:00
MessageFetcherJob.swift Respond to CR. 2020-02-06 10:26:02 -03:00
MessageProcessing.swift Improve logging around message processing. 2020-04-30 12:30:27 -03:00
OutgoingMessagePreparer.swift Fix test breakage. 2019-08-13 17:33:22 -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 regen 2020-01-30 20:10:55 -08: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 regen 2020-01-30 20:10:55 -08:00
OWSBatchMessageProcessor.h Fix build warnings around initializers. 2020-04-08 16:05:54 -03:00
OWSBatchMessageProcessor.m Prepare for per-group queues in group message processing. 2020-04-13 17:36:36 -03:00
OWSBatchMessageProcessor+SDS.swift Clean up code generation. 2020-04-02 13:31:14 -03:00
OWSBlockingManager.h Sync message request response 2020-02-20 17:06:24 -08:00
OWSBlockingManager.m Make read receipts for linked devices durable. 2020-04-03 16:13:04 -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 Integrate group updates and disappearing message configuration updates. 2020-02-21 13:05:20 -03:00
OWSFailedAttachmentDownloadsJob.h Add LaunchJobs. 2019-09-27 16:10:48 -03:00
OWSFailedAttachmentDownloadsJob.m Fix failed attachment download job 2020-02-17 19:05:48 -08:00
OWSFailedMessagesJob.h Add LaunchJobs. 2019-09-27 16:10:48 -03:00
OWSFailedMessagesJob.m Add LaunchJobs. 2019-09-27 16:10:48 -03:00
OWSGroupInfoRequestMessage.h Clean up ahead of PR. 2020-02-06 10:26:02 -03:00
OWSGroupInfoRequestMessage.m Add additional recipients for v2 group updates. 2020-02-06 10:26:02 -03:00
OWSIdentityManager.h Convert conversation settings view to Swift. 2020-04-02 13:11:53 -03:00
OWSIdentityManager.m Make read receipts for linked devices durable. 2020-04-03 16:13:04 -03:00
OWSIncompleteCallsJob.h Add LaunchJobs. 2019-09-27 16:10:48 -03:00
OWSIncompleteCallsJob.m Add LaunchJobs. 2019-09-27 16:10:48 -03:00
OWSMessageDecrypter.h Remove more usage of primary storage. 2019-08-07 17:41:11 -03:00
OWSMessageDecrypter.m Respond to CR. 2020-01-27 11:26:38 -03:00
OWSMessageHandler.h Code generate Swift wrappers for protocol buffers. 2018-08-03 14:05:20 -04:00
OWSMessageHandler.m Fix descriptions of key requests. 2019-12-13 14:52:03 -03:00
OWSMessageManager.h Clean up ahead of PR. 2020-01-23 12:00:42 -03:00
OWSMessageManager.m Clean up lingering groups v2-related TODOs. 2020-04-16 16:10:09 -03:00
OWSMessageReceiver.h Fix build warnings around initializers. 2020-04-08 16:05:54 -03:00
OWSMessageReceiver.m extract DebugFlags from FeatureFlags 2020-02-12 15:19:55 -07:00
OWSMessageReceiver.swift update GRDB 2019-09-04 18:23:01 -06:00
OWSMessageReceiver+SDS.swift Clean up code generation. 2020-04-02 13:31:14 -03:00
OWSMessageSend.swift Use appropriate sender certificate depending on capabilities 2020-01-31 20:33:57 -07:00
OWSMessageSender.h Respond to CR; add a unit test around the "special messages" finder method. 2019-08-26 12:29:43 -03:00
OWSMessageSender.m Debug UI for screenshots without assets. 2020-04-29 17:43:16 -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 Remove usage of primary storage. 2019-07-29 17:25:59 -03:00
OWSMessageUtils.m Remove YDB header usage. 2019-08-29 10:24:27 -03:00
OWSOutgoingCallMessage.h Clean up ahead of PR. 2020-02-06 10:26:02 -03:00
OWSOutgoingCallMessage.m Add additional recipients for v2 group updates. 2020-02-06 10:26:02 -03:00
OWSOutgoingNullMessage.h Clean up ahead of PR. 2020-02-06 10:26:02 -03:00
OWSOutgoingNullMessage.m Add additional recipients for v2 group updates. 2020-02-06 10:26:02 -03:00
OWSOutgoingReceiptManager.h Partial Revert of 'Mark messages locally as read but wait to send receipts until the message request is approved.' 2020-02-15 11:37:24 -07:00
OWSOutgoingReceiptManager.m Make read receipts for linked devices durable. 2020-04-03 16:13:04 -03:00
OWSProfileKeyMessage.h Fix build warnings around initializers. 2020-04-08 16:05:54 -03:00
OWSProfileKeyMessage.m Whitelisting a group does not inherently approve all group members for profile sharing outside of the group. 2020-04-01 13:47:24 -07:00
OWSReadReceiptManager.h Fix build warnings around initializers. 2020-04-08 16:05:54 -03:00
OWSReadReceiptManager.m Make read receipts for linked devices durable. 2020-04-03 16:13:04 -03:00
OWSReadReceiptManager.swift Make read receipts for linked devices durable. 2020-04-03 16:13:04 -03:00
OWSReadReceiptManager+SDS.swift Clean up code generation. 2020-04-02 13:31:14 -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 regen 2020-01-30 20:10:55 -08:00
OWSUnknownProtocolVersionMessage.h Fix build warnings around initializers. 2020-04-08 16:05:54 -03:00
OWSUnknownProtocolVersionMessage.m Fix build warnings around initializers. 2020-04-08 16:05:54 -03:00
OWSUnknownProtocolVersionMessage+SDS.swift regen 2020-01-30 20:10:55 -08: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 Fix build warnings around initializers. 2020-04-08 16:05:54 -03:00
TSCall.m Fix build warnings around initializers. 2020-04-08 16:05:54 -03:00
TSCall+SDS.swift regen 2020-01-30 20:10:55 -08:00
TypingIndicatorMessage.swift Add additional recipients for v2 group updates. 2020-02-06 10:26:02 -03:00