Signal-iOS/Signal/src/ViewControllers/MediaGallery
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
..
Transitions Lint 2022-01-12 23:19:36 -08:00
MediaDetailViewController.h Add SignalUI framework target. 2021-10-19 09:39:53 -03:00
MediaDetailViewController.m Fix typos 2022-03-18 11:31:06 -07:00
MediaGallery.swift Add an NSNotification for new downloaded attachments 2022-08-17 14:08:16 -07:00
MediaPageViewController.swift Propagate ThreadAssociatedData audioPlaybackRate down to CVComponentAudioAttachment 2022-08-04 15:53:11 -07:00
MediaTileViewController.swift MediaGallery: Correctly respond to external deletion 2022-05-31 10:55:31 -07:00