summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/Notifications/UI/NotificationBannerView.swift
AgeCommit message (Collapse)AuthorFilesLines
2025-06-23Enable more use of dynamic fontsBug Magnet1-0/+2
2025-06-12Rewrite Terms Of Service in SwiftUIBug Magnet1-2/+2
2025-03-27Replace PNGs with SVGs from `desktop/.../assets` where availableAndrew Bulhak1-1/+4
2025-02-04Update copyright string in switft filesOskar1-1/+1
2025-01-22Add in-app notification for latest changesmojganii1-15/+30
2023-08-10Remove iOS 13 codeAndrej Mihajlov1-8/+2
2023-08-10Fix notification action button layout priority on iOS14Jon Petersson1-5/+2
2023-05-30NotificationBanner: break down init() on smaller functionsAndrej Mihajlov1-13/+21
2023-05-30NotificationBanner: add system spacing between body and action buttonAndrej Mihajlov1-0/+1
2023-05-30Rename didPress to handleActionTapAndrej Mihajlov1-2/+2
2023-05-30Group in-app banner constants into UIMetrics.InAppBannerNotificationAndrej Mihajlov1-4/+6
2023-05-30UIMetrics: add severity indicator sizeAndrej Mihajlov1-6/+3
2023-05-30NotificationBanner: hide action button when it's not providedAndrej Mihajlov1-44/+34
2023-05-30NotificationBanner: Add missing trailing anchor for title labelAndrej Mihajlov1-4/+2
2023-05-30NotificationBanner: add target onceAndrej Mihajlov1-1/+2
2023-05-23Make the tappable area bigger for small buttonsMojgan1-2/+2
2023-04-28Rename actionHandler to actionAndrej Mihajlov1-3/+3
2023-04-28Set tint color for action buttonAndrej Mihajlov1-1/+2
2023-04-28Revert conformance to Equatable the way it wasAndrej Mihajlov1-1/+1
2023-04-26Change to directional layout marginsMojgan1-1/+1
2023-04-26Add in-app banner message for a new deviceMojgan1-6/+27
2022-12-09Move all notification related entities into separate filesAndrej Mihajlov1-0/+145