Signal-iOS/Signal/Registration
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
..
UserInterface Fix iOS 18 crash on launch due to offscreen rendering 2024-08-20 10:47:28 -04:00
PhoneNumberValidator.swift remove toE164 method from PhoneNumber 2024-08-07 16:16:02 -05:00
RegistrationCoodinatorShims.swift rename OWSAES256Key in swift to Aes256Key 2024-08-02 09:29:55 -05:00
RegistrationCoordinator.swift Fold SignalCoreKit into SignalServiceKit 2024-06-26 08:44:41 -07:00
RegistrationCoordinatorDependencies.swift Don't use backup internal registration step in tests 2024-05-14 17:59:52 -05:00
RegistrationCoordinatorImpl.swift rename OWSAES256Key in swift to Aes256Key 2024-08-02 09:29:55 -05:00
RegistrationCoordinatorImpl+Service.swift Launch KBS into the sun 2023-10-17 11:20:27 -07:00
RegistrationCoordinatorLoader.swift [ServiceId] Update registration code 2023-08-21 17:29:37 -05:00
RegistrationMode.swift [ServiceId] Update registration code 2023-08-21 17:29:37 -05:00
RegistrationStep.swift Add dev-only backup restore option for registraion flow. 2024-03-29 19:18:06 -05:00
RegistrationUtils.swift Fold SignalCoreKit into SignalServiceKit 2024-06-26 08:44:41 -07:00