summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/Containers/Root/RootContainerViewController.swift
AgeCommit message (Collapse)AuthorFilesLines
2025-09-30Apply new swift format rules to codebaseSteffen1-10/+15
# Conflicts: # ios/MullvadVPN/Coordinators/Settings/DAITA/SettingsDAITAView.swift # ios/MullvadVPN/View controllers/DeviceList/DeviceManagementView.swift
2025-03-27Replace PNGs with SVGs from `desktop/.../assets` where availableAndrew Bulhak1-2/+2
2025-02-20Make prefersNotificationBarHidden default to trueAndrew Bulhak1-1/+1
2025-02-04Update copyright string in switft filesOskar1-1/+1
2025-01-14Enable compilation with Swift 6 for most targetsBug Magnet1-4/+5
2024-10-02Fix filters in LocationCoordinatorBug Magnet1-34/+0
2023-10-20Prevent user from navigation while requesting in-app purchaseJon Petersson1-0/+5
2023-09-12Fix Swiftlint warnings in RootContainerViewControllerJon Petersson1-68/+129
2023-09-07Fix or report all current smaller Swiftlint warnings in xcodeJon Petersson1-0/+2
2023-08-23Introduce new Routing framework for high level router and coordinator codeJon Petersson1-0/+1
2023-08-22Fix void_function_in_ternary violationBug Magnet1-6/+10
2023-08-11Silence swiftlint errors, for nowBug Magnet1-0/+1
2023-07-12Implement redeeming voucher on creation accountMojgan1-4/+24
2023-07-10Hide notification bar at change logMojgan1-0/+22
2023-06-27New swiftformat rule, enable google swift guidelinesBug Magnet1-17/+13
2023-06-26Hide time left when it's close to expiry or expiredMojgan1-2/+5
2023-05-22Reformat the code for Swift 5.8Andrej Mihajlov1-5/+5
2023-05-11Show registered device banner when user comes from logged out to logged inMojgan1-2/+2
2023-05-05Add notification controller into root containerAndrej Mihajlov1-0/+56
2023-04-26Change to directional layout marginsMojgan1-4/+4
2023-04-26Add in-app banner message for a new deviceMojgan1-1/+1
2023-04-20Add a dedicated account button on the main view and remove it from settingsJon Petersson1-34/+92
2023-04-14Add device name and time left to headerMojgan1-0/+6
2023-03-22Add coordinators and app routerAndrej Mihajlov1-0/+676
Fixes IOS-10