Signal-iOS/Signal/ConversationView/CellViews
Adam Sharp 1a8c9fb5c6
Fix iOS 18 crash on launch due to offscreen rendering
Creating a UIImageView outside a view hierarchy now crashes on iOS 18. We can
avoid this offscreen rendering technique by removing UIImage.asTintedImage(),
configuring the tint colour and template rendering on the UIImage directly, and
rendering with UIGraphicsImageRenderer instead of lower-level Core Graphics
APIs.
2024-08-20 10:47:28 -04:00
..
AudioMessagePlaybackRateView.swift Fix iOS 18 crash on launch due to offscreen rendering 2024-08-20 10:47:28 -04:00
AudioMessageView.swift Fix iOS 18 crash on launch due to offscreen rendering 2024-08-20 10:47:28 -04:00
AudioWaveformProgressView.swift Modernize + asyncify AudioWaveformManager 2024-04-29 13:11:16 -07:00
CVAttachmentProgressView.swift Update misleading log line 2024-08-13 16:55:22 -05:00
CVColorOrGradientView.swift Remove required from every init that is not dynamically dispatched 2024-04-01 15:27:20 -07:00
CVContactShareView.swift Move around a bunch of files in Signal/ 2024-03-25 13:26:31 -05:00
CVMediaAlbumView.swift Move around thumbnail constants to new file 2024-06-18 08:44:17 -07:00
CVMediaView.swift Add invalid v2 Attachment content type 2024-05-07 15:06:59 -07:00
CVReactionCountsView.swift remove the last chunk of objc in the main app target 2024-05-13 12:35:01 -05:00
CVStackView.swift Fold SignalCoreKit into SignalServiceKit 2024-06-26 08:44:41 -07:00
CVWallpaperBlurView.swift Fold SignalCoreKit into SignalServiceKit 2024-06-26 08:44:41 -07:00
GiftBadgeView.swift Update to Lottie v4.4.3 2024-04-25 18:19:25 -05:00
LoadMoreMessagesView.swift Fold SignalCoreKit into SignalServiceKit 2024-06-26 08:44:41 -07:00
MessageSelectionView.swift Fold SignalCoreKit into SignalServiceKit 2024-06-26 08:44:41 -07:00
MessageTimerView.swift Fold SignalCoreKit into SignalServiceKit 2024-06-26 08:44:41 -07:00
QuotedMessageView.swift Add invalid v2 Attachment content type 2024-05-07 15:06:59 -07:00
ReusableMediaView.swift Fold SignalCoreKit into SignalServiceKit 2024-06-26 08:44:41 -07:00