summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/Notifications
AgeCommit message (Expand)AuthorFilesLines
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-05-22Reformat the code for Swift 5.8Andrej Mihajlov5-14/+14
2023-05-11Show registered device banner when user comes from logged out to logged inMojgan10-38/+65
2023-05-09Move action handling into notification manager delegateAndrej Mihajlov7-38/+97
2023-05-05Clip notification bannerAndrej Mihajlov1-0/+1
2023-05-04Improve behavior when there's no networkJon Petersson2-16/+43
2023-04-28Move constants from notification providers into NotificationConfigurationAndrej Mihajlov3-11/+27
2023-04-28Refactor notification manager code a bitAndrej Mihajlov1-9/+6
2023-04-28TunnelManager: pass previous DeviceState to observersAndrej Mihajlov3-13/+12
2023-04-28Rename actionHandler to actionAndrej Mihajlov2-4/+4
2023-04-28Reformat codeAndrej Mihajlov1-3/+1
2023-04-28Set tint color for action buttonAndrej Mihajlov1-1/+2
2023-04-28Revert conformance to Equatable the way it wasAndrej Mihajlov2-10/+12
2023-04-26Change to directional layout marginsMojgan1-1/+1
2023-04-26Add in-app banner message for a new deviceMojgan6-21/+150
2023-03-28Swiftformat: update --maxwidth to 120Andrej Mihajlov1-2/+1
2023-03-27Fix many typosAlexander Seiler1-1/+1
2023-02-03Show configuration errors in tunnel status notificationAndrej Mihajlov1-7/+1
2022-12-13Add periodic refresh to account expiry in-app notificationAndrej Mihajlov4-123/+190
2022-12-09Use given deviceStateAndrej Mihajlov1-1/+1
2022-12-09Move notification response matching into notification manager and system prov...Andrej Mihajlov3-10/+43
2022-12-09Move all notification related entities into separate filesAndrej Mihajlov12-3/+666
2022-12-09Handle application updates with settings migrationsajacl1-2/+7
2022-11-09Remove shared instancesAndrej Mihajlov2-6/+5
2022-09-26Replace ChainedError with WrappingErrorAndrej Mihajlov1-2/+2
2022-08-30Add new tunnel monitoringAndrej Mihajlov3-109/+199
2022-08-03Format source code with swiftformatAndrej Mihajlov2-12/+38
2022-08-01Add device stateAndrej Mihajlov2-11/+54
2022-06-20Move background task handling to AppDelegateAndrej Mihajlov2-0/+10
2022-05-31Drop base language translationsAndrej Mihajlov2-1/+7
2022-05-30TunnelManager: use new settings and REST proxiesAndrej Mihajlov2-12/+12
2022-05-30Notifications: abandon hungarian convention in constantsAndrej Mihajlov1-5/+5
2021-09-30Display tunnel errors in in-app bannerAndrej Mihajlov1-0/+58
2021-07-23Declare localization used in NSString.localizedUserNotificationStringAndrej Mihajlov1-2/+19
2021-06-11Add account expiry notificationAndrej Mihajlov1-0/+123