Signal-iOS/SignalUI/ImageEditor
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
..
ImageAttachmentPrepViewController.swift Fold SignalCoreKit into SignalServiceKit 2024-06-26 08:44:41 -07:00
ImageEditorBlurRegionsItem.swift Move around files in SignalUI/ and the share ext 2024-03-25 14:22:28 -05:00
ImageEditorCanvasView.swift Create StickerMetadata from TSResourceStream 2024-05-03 16:26:01 -07:00
ImageEditorContents.swift Move around files in SignalUI/ and the share ext 2024-03-25 14:22:28 -05:00
ImageEditorCropView.swift Fold SignalCoreKit into SignalServiceKit 2024-06-26 08:44:41 -07:00
ImageEditorCropViewController.swift Work around use of deprecated UIButton API 2024-07-03 14:27:48 -04:00
ImageEditorItem.swift Move around files in SignalUI/ and the share ext 2024-03-25 14:22:28 -05:00
ImageEditorModel.swift migrate NSData+Image to swift 2024-04-26 05:24:55 -05:00
ImageEditorPanGestureRecognizer.swift Fold SignalCoreKit into SignalServiceKit 2024-06-26 08:44:41 -07:00
ImageEditorPinchGestureRecognizer.swift convert OWSMath.h to swift 2024-04-21 23:26:16 -05:00
ImageEditorSliderView.swift Move around files in SignalUI/ and the share ext 2024-03-25 14:22:28 -05:00
ImageEditorStickerItem.swift Move around files in SignalUI/ and the share ext 2024-03-25 14:22:28 -05:00
ImageEditorStrokeItem.swift convert OWSMath.h to swift 2024-04-21 23:26:16 -05:00
ImageEditorTextItem.swift Move around files in SignalUI/ and the share ext 2024-03-25 14:22:28 -05:00
ImageEditorToolbar.swift Work around use of deprecated UIButton API 2024-07-03 14:27:48 -04:00
ImageEditorTransform.swift Move around files in SignalUI/ and the share ext 2024-03-25 14:22:28 -05:00
ImageEditorTransformable.swift Move around files in SignalUI/ and the share ext 2024-03-25 14:22:28 -05:00
ImageEditorView.swift convert OWSMath.h to swift 2024-04-21 23:26:16 -05:00
ImageEditorViewController.swift Fix iOS 18 crash on launch due to offscreen rendering 2024-08-20 10:47:28 -04:00
ImageEditorViewController+Blur.swift Fold SignalCoreKit into SignalServiceKit 2024-06-26 08:44:41 -07:00
ImageEditorViewController+Draw.swift Fold SignalCoreKit into SignalServiceKit 2024-06-26 08:44:41 -07:00
ImageEditorViewController+StrokeWidthSlider.swift Fold SignalCoreKit into SignalServiceKit 2024-06-26 08:44:41 -07:00
ImageEditorViewController+Text.swift Fold SignalCoreKit into SignalServiceKit 2024-06-26 08:44:41 -07:00
PermissiveGestureRecognizer.swift Move around files in SignalUI/ and the share ext 2024-03-25 14:22:28 -05:00
RotationControl.swift Remove required from every init that is not dynamically dispatched 2024-04-01 15:27:20 -07:00