session-ios/SignalServiceKit/src/Messages
Matthew Chen 6d4a05bbea Improving handling of edge cases in conversation view. 2017-11-20 14:44:10 -05:00
..
Attachments Improving handling of edge cases in conversation view. 2017-11-20 14:44:10 -05:00
DeviceSyncing Fix calling; be explicit about which messages should be saved. 2017-11-15 20:52:07 -05:00
Interactions Fix group creation. 2017-11-17 16:06:30 -05:00
InvalidKeyMessages Fix message processing edge cases. 2017-09-21 17:06:08 -04:00
OWSAddToContactsOfferMessage.h Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
OWSAddToContactsOfferMessage.m Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
OWSAddToProfileWhitelistOfferMessage.h Add “add to profile whitelist” offer. 2017-08-04 15:23:02 -04:00
OWSAddToProfileWhitelistOfferMessage.m Add “add to profile whitelist” offer. 2017-08-04 15:23:02 -04:00
OWSBatchMessageProcessor.h Decrypt and process messages in batches. 2017-09-20 10:56:04 -04:00
OWSBatchMessageProcessor.m Respond to CR. 2017-11-15 13:15:48 -05:00
OWSBlockingManager.h Respond to "sync block list" request. 2017-10-04 09:23:14 -04:00
OWSBlockingManager.m Respond to CR. 2017-11-15 13:21:31 -05:00
OWSCallAnswerMessage.h Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
OWSCallAnswerMessage.m Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
OWSCallBusyMessage.h Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
OWSCallBusyMessage.m Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
OWSCallHangupMessage.h Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
OWSCallHangupMessage.m Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
OWSCallIceUpdateMessage.h Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
OWSCallIceUpdateMessage.m Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
OWSCallOfferMessage.h Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
OWSCallOfferMessage.m Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
OWSDisappearingMessagesFinder.h Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
OWSDisappearingMessagesFinder.m Fix build warnings from XCode 9. 2017-11-09 02:52:44 -05:00
OWSDisappearingMessagesJob.h Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
OWSDisappearingMessagesJob.m Rework the "update with..." methods to avoid re-saving deleted models. 2017-11-15 07:16:12 -05:00
OWSFailedAttachmentDownloadsJob.h Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
OWSFailedAttachmentDownloadsJob.m Fix build warnings from XCode 9. 2017-11-09 02:52:44 -05:00
OWSFailedMessagesJob.h Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
OWSFailedMessagesJob.m Fix build warnings from XCode 9. 2017-11-09 02:52:44 -05:00
OWSIdentityManager.h Fix message processing edge cases. 2017-09-21 17:06:08 -04:00
OWSIdentityManager.m Respond to CR. 2017-11-15 13:21:31 -05:00
OWSMessageDecrypter.h Respond to CR. 2017-09-21 14:42:05 -04:00
OWSMessageDecrypter.m Fix build warnings from XCode 9. 2017-11-09 02:52:44 -05:00
OWSMessageHandler.h Use longer delay when batch processing incoming messages. 2017-09-29 14:36:22 -04:00
OWSMessageHandler.m Fix build warnings from XCode 9. 2017-11-09 02:52:44 -05:00
OWSMessageManager.h Pull out TSMessageDecrypter class. 2017-09-21 14:38:30 -04:00
OWSMessageManager.m Imitate Android's behavior of delaying local notifications based on incoming sync messages. 2017-11-16 10:18:02 -05:00
OWSMessageReceiver.h Decrypt and process messages in batches. 2017-09-20 10:56:04 -04:00
OWSMessageReceiver.m Respond to CR. 2017-11-15 13:15:48 -05:00
OWSMessageSender.h Respond to CR. 2017-11-15 13:21:31 -05:00
OWSMessageSender.m Fix calling; be explicit about which messages should be saved. 2017-11-15 20:52:07 -05:00
OWSMessageServiceParams.h Send silent messages where appropriate. 2017-09-27 17:13:29 -04:00
OWSMessageServiceParams.m Send silent messages where appropriate. 2017-09-27 17:13:29 -04:00
OWSNotifyRemoteOfUpdatedDisappearingConfigurationJob.h Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
OWSNotifyRemoteOfUpdatedDisappearingConfigurationJob.m Respond to CR. 2017-11-15 13:21:31 -05:00
OWSOutgoingCallMessage.h Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
OWSOutgoingCallMessage.m Fix calling; be explicit about which messages should be saved. 2017-11-15 20:52:07 -05:00
OWSOutgoingNullMessage.h Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
OWSOutgoingNullMessage.m Fix calling; be explicit about which messages should be saved. 2017-11-15 20:52:07 -05:00
OWSProfileKeyMessage.h profile key flag and debug action 2017-08-29 10:35:54 -04:00
OWSProfileKeyMessage.m Fix calling; be explicit about which messages should be saved. 2017-11-15 20:52:07 -05:00
OWSReadReceiptManager.h CR: Avoid potential transaction nesting 2017-10-03 11:11:15 -04:00
OWSReadReceiptManager.m Improving handling of edge cases in conversation view. 2017-11-20 14:44:10 -05:00
OWSReadTracking.h crashfix: on addObject, presumably it's nil. 2017-09-01 12:56:50 -04:00
OWSSignalServiceProtos.pb.h Add read receipts field/configuration protos 2017-10-02 16:03:17 -04:00
OWSSignalServiceProtos.pb.m Add read receipts field/configuration protos 2017-10-02 16:03:17 -04:00
OWSUnknownContactBlockOfferMessage.h Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
OWSUnknownContactBlockOfferMessage.m Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
PreKeyBundle+jsonDict.h Don't crash when messaging user with malformed profile 2017-07-24 13:01:43 -04:00
PreKeyBundle+jsonDict.m Fix build warnings from XCode 9. 2017-11-09 02:52:44 -05:00
TSCall.h Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
TSCall.m Fix build warnings from XCode 9. 2017-11-09 02:52:44 -05:00
TSGroupModel.h Compose View: collation index and group search 2017-10-16 12:22:02 -07:00
TSGroupModel.m Compose View: collation index and group search 2017-10-16 12:22:02 -07:00