Signal-iOS/Signal/Registration/UserInterface
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
..
ContactSupportAlert+Registration.swift Fold SignalCoreKit into SignalServiceKit 2024-06-26 08:44:41 -07:00
RegistrationCaptchaViewController.swift Fold SignalCoreKit into SignalServiceKit 2024-06-26 08:44:41 -07:00
RegistrationChangeNumberSplashViewController.swift Move around a bunch of files in Signal/ 2024-03-25 13:26:31 -05:00
RegistrationChangePhoneNumberConfirmationViewController.swift convert PhoneNumber to swift 2024-08-07 16:16:02 -05:00
RegistrationChangePhoneNumberViewController.swift remove toE164 method from PhoneNumber 2024-08-07 16:16:02 -05:00
RegistrationConfirmModeSwitchViewController.swift Move around a bunch of files in Signal/ 2024-03-25 13:26:31 -05:00
RegistrationLoadingViewController.swift Fold SignalCoreKit into SignalServiceKit 2024-06-26 08:44:41 -07:00
RegistrationNavigationController.swift Correctly show new PIN entry after skipping old PIN entry post-registration 2024-05-15 10:27:36 -07:00
RegistrationPermissionsViewController.swift Fold SignalCoreKit into SignalServiceKit 2024-06-26 08:44:41 -07:00
RegistrationPhoneNumberDiscoverabilityViewController.swift migrate two factory methods of UIImage+OWS to swift 2024-04-22 00:17:31 -05:00
RegistrationPhoneNumberInputView.swift remove toE164 method from PhoneNumber 2024-08-07 16:16:02 -05:00
RegistrationPhoneNumberViewController.swift Drop our custom ContextMenuButton 2024-07-22 11:38:39 -07:00
RegistrationPhoneNumberViewState.swift Move around a bunch of files in Signal/ 2024-03-25 13:26:31 -05:00
RegistrationPinAttemptsExhaustedAndMustCreateNewPinViewController.swift Work around use of deprecated UIButton API 2024-07-03 14:27:48 -04:00
RegistrationPinViewController.swift Drop our custom ContextMenuButton 2024-07-22 11:38:39 -07:00
RegistrationProfileViewController.swift Move around a bunch of files in Signal/ 2024-03-25 13:26:31 -05:00
RegistrationReglockTimeoutViewController.swift Work around use of deprecated UIButton API 2024-07-03 14:27:48 -04:00
RegistrationRestoreFromBackupViewController.swift Fix missing DebugUI symbol when building for profiling 2024-05-16 15:16:22 -04:00
RegistrationSplashViewController.swift Move around a bunch of files in Signal/ 2024-03-25 13:26:31 -05:00
RegistrationTransferChoiceViewController.swift Move around a bunch of files in Signal/ 2024-03-25 13:26:31 -05:00
RegistrationTransferProgressViewController.swift Work around use of deprecated UIButton API 2024-07-03 14:27:48 -04:00
RegistrationTransferQRCodeViewController.swift Fix iOS 18 crash on launch due to offscreen rendering 2024-08-20 10:47:28 -04:00
RegistrationVerificationCodeView.swift remove the last chunk of objc in the main app target 2024-05-13 12:35:01 -05:00
RegistrationVerificationViewController.swift Drop our custom ContextMenuButton 2024-07-22 11:38:39 -07:00
RegistrationViewUtil.swift convert PhoneNumber to swift 2024-08-07 16:16:02 -05:00