Signal-iOS/SignalMessaging
Evan Hahn 829370bdff Add more logging when sending badge gifts
Here's a truncated sample of what it looks like:

    [BadgeGiftingChooseBadgeViewController.swift:67 loadData()]: [Gifting] Fetching badge data...
    [BadgeGiftingChooseBadgeViewController.swift:70 loadData()]: [Gifting] Populating badge assets...
    [BadgeGiftingConfirmationViewController.swift:128 showSafetyNumberConfirmationIfNecessary()]: [Gifting] Not showing safety number confirmation sheet; it was not needed
    [BadgeGiftingConfirmationViewController.swift:168 checkRecipientAndRequestApplePay()]: [Gifting] Requesting Apple Pay...
    [BadgeGiftingConfirmationViewController.swift:128 showSafetyNumberConfirmationIfNecessary()]: [Gifting] Not showing safety number confirmation sheet; it was not needed
    [SendGiftBadgeJobQueue.swift:87 addJob(_:transaction:)]: [Gifting] Adding a "send gift badge" job
    [SendGiftBadgeJobQueue.swift:226 run()]: [Gifting] Ensuring we can still message recipient...
    [SendGiftBadgeJobQueue.swift:232 run()]: [Gifting] Confirming payment intent...
    [SendGiftBadgeJobQueue.swift:236 run()]: [Gifting] Charge succeeded! Getting receipt credential...
    [SendGiftBadgeJobQueue.swift:239 run()]: [Gifting] Enqueueing messages...
    [SendGiftBadgeJobQueue.swift:251 didSucceed()]: [Gifting] Gift sent! Finishing up...

This may be useful for debugging.
2022-07-18 17:06:02 -05:00
..
attachments Prevent non-temporary-file attachments from being deleted when shared 2022-06-22 13:15:04 -07:00
calls Ignore peek call errors in staging 2022-06-29 14:32:19 -05:00
categories Merge branch igor/media-editor-updates. 2022-07-06 14:54:26 -07:00
contacts Prefer foo != nil to _ = foo 2022-07-07 11:09:00 -07:00
Donations Add more logging when sending badge gifts 2022-07-18 17:06:02 -05:00
environment Ignore checkpointing errors on launch 2022-06-24 22:27:01 -05:00
groups Allow outgoing changes with only ban actions 2022-07-18 15:03:33 -07:00
Notifications DRY out GroupUpdateCopy construction 2022-07-18 15:03:21 -07:00
Payments Fix SwiftLint is_disjoint violations 2022-05-25 14:17:10 +00:00
profiles Initial story sending support 2022-06-10 22:28:03 -04:00
Storage Service PR Feedback 2022-07-15 15:05:03 -07:00
Subscriptions Save a receipt when you send someone a badge 2022-07-08 13:17:30 -05:00
test Fix SwiftLint shorthand_operator violations 2022-06-07 14:51:57 +00:00
utils Add the editing of private stories 2022-07-15 15:05:03 -07:00
Info.plist Shared framework between app and extension 2017-11-29 13:58:27 -08:00
SignalMessaging-Prefix.pch minor changes due to changed name of NSLocalizedStringFromAppBundle (now OWSLocalizedString) and new location of swift function and preprocessor definition 2022-03-11 14:08:26 +01:00
SignalMessaging.h Copy in AFNetworking's query string encoding implementation 2021-12-17 14:52:59 -08:00