.. |
Attachments
|
Image content types.
|
2018-06-20 17:13:31 -04:00 |
DeviceSyncing
|
Fix getter for contact threads, remove sneaky read transaction for DM config.
|
2018-07-10 13:25:38 -06:00 |
Interactions
|
Apply "disappearing messages disabled" icon.
|
2018-07-12 15:37:08 -04:00 |
InvalidKeyMessages
|
Handle malformed protos.
|
2018-04-16 16:15:46 -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
|
Detect and handle corrupt database views.
|
2018-04-25 09:30:23 -04:00 |
OWSBatchMessageProcessor.m
|
respond to code review
|
2018-05-07 12:51:55 -04:00 |
OWSBlockingManager.h
|
Respond to CR.
|
2018-05-14 16:56:49 -04:00 |
OWSBlockingManager.m
|
Refine home view.
|
2018-07-13 09:28:09 -04: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
|
ensure expirations started
|
2018-05-04 10:33:05 -04:00 |
OWSDisappearingMessagesFinder.m
|
Rebuild finder index.
|
2018-06-08 15:26:42 -04:00 |
OWSDisappearingMessagesJob.h
|
Don't use group name in message.
|
2018-06-14 15:21:24 -04:00 |
OWSDisappearingMessagesJob.m
|
Don't use group name in message.
|
2018-06-14 15:21:24 -04:00 |
OWSFailedAttachmentDownloadsJob.h
|
Detect and handle corrupt database views.
|
2018-04-25 09:30:23 -04:00 |
OWSFailedAttachmentDownloadsJob.m
|
Detect and handle corrupt database views.
|
2018-04-25 09:30:23 -04:00 |
OWSFailedMessagesJob.h
|
Detect and handle corrupt database views.
|
2018-04-25 09:30:23 -04:00 |
OWSFailedMessagesJob.m
|
Rework outgoing message state.
|
2018-04-25 10:49:19 -04:00 |
OWSIdentityManager.h
|
Rename TSStorageManager to OWSPrimaryStorage.
|
2018-03-06 17:12:13 -03:00 |
OWSIdentityManager.m
|
Replace remaining UI usage of interaction.description
|
2018-04-21 19:21:18 -04:00 |
OWSIncompleteCallsJob.h
|
Tweak system messages; incomplete vs. missed calls.
|
2018-07-11 15:34:16 -04:00 |
OWSIncompleteCallsJob.m
|
Tweak system messages; incomplete vs. missed calls.
|
2018-07-11 15:34:16 -04:00 |
OWSMessageDecrypter.h
|
Add protocol context to protocol kit.
|
2018-02-09 10:31:29 -05:00 |
OWSMessageDecrypter.m
|
Update recipient devices on successful decrypt to avoid wasting a valid session
|
2018-07-13 10:04:54 -06:00 |
OWSMessageHandler.h
|
Use longer delay when batch processing incoming messages.
|
2017-09-29 14:36:22 -04:00 |
OWSMessageHandler.m
|
less call logging
|
2018-06-12 15:03:41 -04:00 |
OWSMessageManager.h
|
Add protocol context to protocol kit.
|
2018-02-09 10:31:29 -05:00 |
OWSMessageManager.m
|
Sync colors with contacts
|
2018-07-10 13:25:38 -06:00 |
OWSMessageReceiver.h
|
Detect and handle corrupt database views.
|
2018-04-25 09:30:23 -04:00 |
OWSMessageReceiver.m
|
Detect and handle corrupt database views.
|
2018-04-25 09:30:23 -04:00 |
OWSMessageSender.h
|
Use explicit transactions.
|
2018-04-18 15:32:01 -04:00 |
OWSMessageSender.m
|
Use sending queue in websocket send failover to REST.
|
2018-07-05 09:57:28 -04:00 |
OWSMessageServiceParams.h
|
Update to the new GitHub organization name
|
2018-02-13 10:52:07 -05:00 |
OWSMessageServiceParams.m
|
Send silent messages where appropriate.
|
2017-09-27 17:13:29 -04:00 |
OWSMessageUtils.h
|
Introduce Thread view model
|
2018-04-21 19:21:18 -04:00 |
OWSMessageUtils.m
|
Respond to CR.
|
2018-05-11 15:45:38 -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
|
Fix build warnings.
|
2018-06-01 12:39:13 -04:00 |
OWSOutgoingCallMessage.m
|
Undo renaming of contactShare property of TSMessage.
|
2018-05-01 11:26:01 -04:00 |
OWSOutgoingNullMessage.h
|
Fix build warnings.
|
2018-06-01 12:39:13 -04:00 |
OWSOutgoingNullMessage.m
|
Undo renaming of contactShare property of TSMessage.
|
2018-05-01 11:26:01 -04:00 |
OWSProfileKeyMessage.h
|
Fix build warnings: mark initWithCoder as designated.
|
2018-06-11 09:56:14 -04:00 |
OWSProfileKeyMessage.m
|
Fix build warnings: mark initWithCoder as designated.
|
2018-06-11 09:56:14 -04:00 |
OWSReadReceiptManager.h
|
Start timer for expiring message based on when read receipt was sent
|
2018-04-18 15:32:01 -04:00 |
OWSReadReceiptManager.m
|
Update timer
|
2018-06-14 15:18:42 -04:00 |
OWSReadTracking.h
|
Start timer for expiring message based on when read receipt was sent
|
2018-04-18 15:32:01 -04:00 |
OWSSignalServiceProtos.pb.h
|
update protobufs to sync group color
|
2018-07-10 13:25:38 -06:00 |
OWSSignalServiceProtos.pb.m
|
update protobufs to sync group color
|
2018-07-10 13:25:38 -06: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
|
WIP: Framework-friendly - compiles but crashes on launch
|
2017-11-29 13:58:27 -08:00 |
PreKeyBundle+jsonDict.m
|
Fix build warnings from XCode 9.
|
2017-11-09 02:52:44 -05:00 |
TSCall.h
|
Tweak system messages; incomplete vs. missed calls.
|
2018-07-11 15:34:16 -04:00 |
TSCall.m
|
Tweak system messages; incomplete vs. missed calls.
|
2018-07-11 15:34:16 -04:00 |
TSGroupModel.h
|
Merge branch 'hotfix/2.19.7'
|
2018-02-16 10:49:52 -05:00 |
TSGroupModel.m
|
Merge branch 'hotfix/2.19.7'
|
2018-02-16 10:49:52 -05:00 |