Signal-iOS/SignalServiceKit/src
Jordan Rose 7c78505a5b Add an NSNotification for new downloaded attachments
Both MediaGallery and the conversation settings view care about added
or deleted media attachment streams (that is, attachments that are
downloaded and accessible), but not other updates to the attachments
table. Listening for just those notifications is more efficient than
listening to all database changes (though we still have to handle
background changes coming from other processes, like the share
extension).

Additionally, while here, don't immediately refresh the conversation
settings view if it's not currently showing (say, because it's covered
by the All Media view).
2022-08-17 14:08:16 -07:00
..
Account Remove unnecessary NotificationCenter.removeObserver calls 2022-08-02 17:43:52 -07:00
Contacts Shorten disappearing countdown description in message details 2022-08-16 14:35:15 -05:00
Devices Parse gift badges on incoming sync messages 2022-07-07 10:46:50 -07:00
groups Serialize group updates using OWSOperation 2022-08-17 13:18:31 -07:00
Messages Use subclass of outgoing message for group updates 2022-08-16 14:45:51 -05:00
Network Update comments that reference server code 2022-08-15 11:54:48 -05:00
Payments SignalServiceKit: no longer a separate pod 2022-08-05 16:14:15 -05:00
Protocols Index name components if available 2022-08-02 11:52:20 -07:00
Protos Remove unused relay field from envelope proto 2022-07-29 11:35:55 -05:00
Remote Attestation Update to LibSignalClient v0.15.0 2022-03-24 11:55:45 -07:00
Security Fix SwiftLint shorthand_operator violations 2022-06-07 14:51:57 +00:00
Storage Add an NSNotification for new downloaded attachments 2022-08-17 14:08:16 -07:00
TestUtils Video Story muting/unmuting 2022-08-10 16:25:49 -07:00
Util Shorten disappearing countdown description in message details 2022-08-16 14:35:15 -05:00
SignalServiceKit.h Use durable job for sending badge gifts 2022-07-01 17:10:31 -05:00
SSKEnvironment.h Support two SignalProtocolStores in SSKEnvironment 2022-03-16 14:31:06 -07:00
SSKEnvironment.m Initial story sending support 2022-06-10 22:28:03 -04:00
TSConstants.swift Update server params for LibSignalClient upgrade 2022-08-08 11:23:29 -05:00