Signal-iOS/SignalUI/Views
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
..
BodyRanges Remove required from every init that is not dynamically dispatched 2024-04-01 15:27:20 -07:00
Tooltips Fold SignalCoreKit into SignalServiceKit 2024-06-26 08:44:41 -07:00
ApprovalFooterView.swift Move around files in SignalUI/ and the share ext 2024-03-25 14:22:28 -05:00
AvatarImageView.swift Remove unnecessary "@objc" in SignalUI. 2023-05-16 16:39:19 -07:00
BezierPathView.swift Convert two "fingerprint" VCs to Swift. 2023-06-01 13:28:35 -07:00
CaptchaView.swift Update CaptchaView to use async delegate methods 2024-08-05 10:29:39 -04:00
CircleButton.swift Add a button to share your username from profile settings 2023-01-27 16:22:34 -08:00
CircleView.swift Remove required from every init that is not dynamically dispatched 2024-04-01 15:27:20 -07:00
ColorPickerBar.swift Fold SignalCoreKit into SignalServiceKit 2024-06-26 08:44:41 -07:00
ConversationAvatarView.swift Stop putting kLocalProfileUniqueId in addresses 2024-04-23 13:58:27 -05:00
CustomKeyboard.swift Fix attachment/media keyboard not appearing 2024-07-09 12:17:37 -04:00
DirectionalPanGestureRecognizer.swift
DisappearingTimerConfigurationView.swift Remove some debug/verbose lines 2024-03-19 19:24:54 -05:00
GalleryRailView.swift Fold SignalCoreKit into SignalServiceKit 2024-06-26 08:44:41 -07:00
GradientView.swift Fold SignalCoreKit into SignalServiceKit 2024-06-26 08:44:41 -07:00
InputAccessoryViewPlaceholder.swift Add necessary imports to Swift files. 2023-06-13 14:46:12 -07:00
LinkingTextView.swift Add necessary imports to Swift files. 2023-06-13 14:46:12 -07:00
LoopingVideoView.swift Use TSResource in ViewOnceMessageViewController 2024-05-07 15:04:01 -07:00
ManualLayoutView.swift Remove required from every init that is not dynamically dispatched 2024-04-01 15:27:20 -07:00
ManualStackView.swift Tweak some info and warning lines 2024-04-16 18:10:49 -05:00
MediaMessageView.swift Handle TSResource in AudioPlayer, take 2 2024-05-21 10:14:07 -07:00
MediaTextView.swift Remove some debug/verbose lines 2024-03-19 19:24:54 -05:00
OWSActionSheets.swift When editing a message, prompt before discarding current draft 2024-06-03 12:23:09 -04:00
OWSBubbleShapeView.swift Fold SignalCoreKit into SignalServiceKit 2024-06-26 08:44:41 -07:00
OWSButton.swift Update call header for controls drawer 2024-07-22 13:35:04 -06:00
OWSFlatButton.swift Work around use of deprecated UIButton API 2024-07-03 14:27:48 -04:00
OWSLayerView.swift Fold SignalCoreKit into SignalServiceKit 2024-06-26 08:44:41 -07:00
OWSNavigationBar.swift Remove simple availability checks for iOS 15 2024-07-10 09:40:13 -04:00
OWSSearchBar.swift Fix iOS 18 crash on launch due to offscreen rendering 2024-08-20 10:47:28 -04:00
OWSStackView.swift Make retroactive conformances conditional on compiler version 2024-07-03 11:28:45 -04:00
OWSTextField.swift Create Nicknames View Controller 2024-03-27 10:38:03 -06:00
OWSTextView.swift Convert OWSTextView to Swift 2022-11-29 23:06:14 -08:00
PaymentActionSheets.swift remove import SignalMessaging statements 2024-03-12 03:35:34 -05:00
PaymentOnboarding.swift remove import SignalMessaging statements 2024-03-12 03:35:34 -05:00
PrimaryImageView.swift remove OWSNavigationControllerBase 2024-04-28 23:19:43 -05:00
ProfileDetailLabel.swift convert PhoneNumber to swift 2024-08-07 16:16:02 -05:00
ReminderView.swift Fix contact access banner background 2024-02-14 17:58:06 -07:00
ResizingScrollView.swift Fold SignalCoreKit into SignalServiceKit 2024-06-26 08:44:41 -07:00
RoundMediaButton.swift Work around use of deprecated UIButton API 2024-07-03 14:27:48 -04:00
RTLEnabledCollectionViewFlowLayout.swift Attachment keyboard: flip UI horizontally for RTL interfaces. 2023-05-02 11:38:37 -07:00
TappableStackView.swift Fold SignalCoreKit into SignalServiceKit 2024-06-26 08:44:41 -07:00
TappableView.swift Fold SignalCoreKit into SignalServiceKit 2024-06-26 08:44:41 -07:00
TextAttachmentView.swift migrate AppContext protoocl to swift 2024-05-08 07:37:37 -05:00
TextFieldFormatting.swift convert PhoneNumber to swift 2024-08-07 16:16:02 -05:00
TextFieldWithPlaceholder.swift Fold SignalCoreKit into SignalServiceKit 2024-06-26 08:44:41 -07:00
TextViewWithPlaceholder.swift remove OWSNavigationControllerBase 2024-04-28 23:19:43 -05:00
Toast.swift Remove simple availability checks for iOS 15 2024-07-10 09:40:13 -04:00
VideoPlayerView.swift convert OWSMath.h to swift 2024-04-21 23:26:16 -05:00