Signal-iOS/Signal/src/ViewControllers/Donations
Igor Solomennikov 7a717b9c35
Fix an error and some warnings in Xcode 14.3
* Fix name collision.

`UIView.autoPinEdgesToSuperviewEdges(withInsets:)` declared in SignalUI
was doing the same thing as `-[UIView autoPinEdgesToSuperviewEdgesWithInsets:]`
in PureLayout. Xcode 14.3 has started treating this ObjC name collision as an error.

* Fix warnings that would be errors in Swift 6.
2023-03-27 16:36:43 -07:00
..
BadgeDetailsSheet.swift Only allow PayPal for one-time and gift donations 2022-12-01 14:39:03 -08:00
BadgeExpirationSheet.swift PayPal recurring donations 2023-01-18 14:48:50 -08:00
BadgeGiftingAlreadyRedeemedSheet.swift Remove final references to the word "gift" 2023-01-12 12:42:32 -06:00
BadgeGiftingThanksSheet.swift Update text on gifting "thanks" sheet 2023-01-11 08:55:19 -08:00
BadgeThanksSheet.swift Clear “display badge” when your last badge expires 2023-03-23 00:32:42 -07:00
CreditOrDebitCardDonationViewController.swift Gifting: add credit/debit card support 2023-01-15 09:53:34 -06:00
CreditOrDebitCardDonationViewController+3DSecure.swift Card donations: add more logging 2022-11-30 09:30:26 -06:00
CreditOrDebitCardDonationViewController+DonationMode.swift Gifting: add credit/debit card support 2023-01-15 09:53:34 -06:00
CreditOrDebitCardDonationViewController+FormFieldView.swift Card donations: tweak error font size and spacing 2022-12-14 11:47:13 -06:00
CreditOrDebitCardDonationViewController+FormState.swift Card donations: reorganize UI, add error messages 2022-11-30 12:53:58 -06:00
CreditOrDebitCardDonationViewController+GiftDonation.swift Update SignalCoreKit. Use explicit DispatchQueue instead of relying on the implicit type on promise 'on' params 2023-02-07 16:14:39 -08:00
CreditOrDebitCardDonationViewController+MonthlyDonation.swift Rename SubscriptionManagerProtocol 2023-03-14 17:44:38 -07:00
CreditOrDebitCardDonationViewController+OneTimeDonation.swift Rename SubscriptionManagerProtocol 2023-03-14 17:44:38 -07:00
CreditOrDebitCardReadMoreSheetViewController.swift Add "learn more" to credit/debit card screen 2022-11-28 17:45:25 -06:00
DonateChoosePaymentMethodSheet.swift Show "choose payment method" sheet for gift badges 2023-01-10 13:35:05 -06:00
DonateViewController.swift Fix an error and some warnings in Xcode 14.3 2023-03-27 16:36:43 -07:00
DonateViewController+DonationMode.swift Show "choose payment method" sheet for gift badges 2023-01-10 13:35:05 -06:00
DonateViewController+MonthlyApplePayDonation.swift Clear “display badge” when your last badge expires 2023-03-23 00:32:42 -07:00
DonateViewController+MonthlyPaypalDonation.swift Clear “display badge” when your last badge expires 2023-03-23 00:32:42 -07:00
DonateViewController+MonthlySubscriptionLevelView.swift Update Donation UI to handle inactive/failed payments 2023-02-06 13:31:07 -06:00
DonateViewController+OneTimeApplePayDonation.swift Clear “display badge” when your last badge expires 2023-03-23 00:32:42 -07:00
DonateViewController+OneTimePaypalDonation.swift Clear “display badge” when your last badge expires 2023-03-23 00:32:42 -07:00
DonateViewController+PKPaymentAuthorizationControllerDelegate.swift Remove SubscriptionManager.terminateTransactionIfPossible 2022-12-22 14:39:53 -08:00
DonateViewController+State.swift Rename SubscriptionManagerProtocol 2023-03-14 17:44:38 -07:00
DonationHeroView.swift Tweak spacing in donation hero views 2022-11-10 08:48:48 -08:00
DonationReadMoreSheetViewController.swift Remove localized string values from source 2022-11-09 13:50:00 -08:00
DonationViewsUtil.swift Rename SubscriptionManagerProtocol 2023-03-14 17:44:38 -07:00
DonationViewsUtil+Gifting.swift Rename SubscriptionManagerProtocol 2023-03-14 17:44:38 -07:00
DonationViewsUtil+LocalizedStripeError.swift PayPal recurring donations 2023-01-18 14:48:50 -08:00
DonationViewsUtil+MonthlyReceiptRedemption.swift Rename SubscriptionManagerProtocol 2023-03-14 17:44:38 -07:00
DonationViewsUtil+PaymentInProgressView.swift Update SignalCoreKit. Use explicit DispatchQueue instead of relying on the implicit type on promise 'on' params 2023-02-07 16:14:39 -08:00
DonationViewsUtil+Paypal.swift Update SignalCoreKit. Use explicit DispatchQueue instead of relying on the implicit type on promise 'on' params 2023-02-07 16:14:39 -08:00
DonationViewsUtil+WaitForSubscriptionJob.swift Rename SubscriptionManagerProtocol 2023-03-14 17:44:38 -07:00
OneTimeDonationCustomAmountTextField.swift Move money amounts to DonationUtilities instead of Stripe 2022-12-01 14:39:03 -08:00