Signal-iOS/SignalMessaging/ViewControllers/AttachmentApproval
Michael Kirk c36d691d11 Fix: selecting last message from tileView doesn't focus
The mostRecentAttachment is a separate and redundant instance with whats in the
media gallery item cache.

Alternatively, we could double down on the one-instance-per-value paradigm by
creating a way to manually add existing instances to the cache, but the value
semantics proposed here seemed more natural.

I wish we could have just made RailViewItem: Equatable, but alas "protocol can
only be used as a generic constraint because it has Self or associated type
requirements"
2019-07-17 14:54:51 -06:00
..
ApprovalRailCellView.swift Rename SignalAttachmentItem -> AttachmentApprovalItem 2019-05-01 09:58:00 -06:00
AttachmentApprovalInputAccessoryView.swift Allow multi-send from camera; allow per-message expiration from camera roll. 2019-07-10 13:39:26 -03:00
AttachmentApprovalViewController.swift Fix: selecting last message from tileView doesn't focus 2019-07-17 14:54:51 -06:00
AttachmentCaptionToolbar.swift Remove sendingMediaWithOversizeText feature flag. 2019-06-17 11:17:52 -04:00
AttachmentCaptionViewController.swift Rename SignalAttachmentItem -> AttachmentApprovalItem 2019-05-01 09:58:00 -06:00
AttachmentItemCollection.swift Fix: selecting last message from tileView doesn't focus 2019-07-17 14:54:51 -06:00
AttachmentPrepViewController.swift Rename SignalAttachmentItem -> AttachmentApprovalItem 2019-05-01 09:58:00 -06:00
AttachmentTextToolbar.swift Allow multi-send from camera; allow per-message expiration from camera roll. 2019-07-10 13:39:26 -03:00
AttachmentTextView.swift Pull out attachment text toolbar and text view classes. 2019-03-14 12:40:29 -04:00