summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/Containers/Root/HeaderBarView.swift
AgeCommit message (Collapse)AuthorFilesLines
2025-09-30Apply new swift format rules to codebaseSteffen1-2/+2
# Conflicts: # ios/MullvadVPN/Coordinators/Settings/DAITA/SettingsDAITAView.swift # ios/MullvadVPN/View controllers/DeviceList/DeviceManagementView.swift
2025-08-08Extract strings to translatemojganii1-24/+4
2025-07-17Fix dynamic sizing and layout issues across multiple viewsmojganii1-3/+5
- Fix font scaling and overlapping in device management - Adjust font size for account number - Scale info button dynamically - Resolve dynamic size issues in: - Settings - IP overrides - API access - Filter view and filter chips - Select location - Edit API access method - MullvadList - Fix line breaks in settings view - Unify padding across pages
2025-06-23Enable more use of dynamic fontsBug Magnet1-0/+2
2025-06-12Use new SoT values for the global header bar viewBug Magnet1-2/+2
2025-06-12Rewrite Terms Of Service in SwiftUIBug Magnet1-2/+2
2025-03-27Replace PNGs with SVGs from `desktop/.../assets` where availableAndrew Bulhak1-9/+4
2025-02-04Update copyright string in switft filesOskar1-1/+1
2024-12-10Replace read/write AccessibilityIdentifier field with setterAndrew Bulhak1-4/+4
2024-01-31Add setup and teardown for iOS UI testsNiklas Berglund1-0/+1
2024-01-16Added iOS login testsNiklas Berglund1-0/+1
2023-12-20Export identifiers for accessibility elementsJon Petersson1-3/+2
2023-07-12Implement redeeming voucher on creation accountMojgan1-4/+8
2023-07-07Fix increased touch areas for buttons in header bar viewJon Petersson1-6/+17
2023-06-26Hide time left when it's close to expiry or expiredMojgan1-34/+53
2023-05-24HeaderBar: hide brand name when buttons overlap itAndrej Mihajlov1-44/+40
2023-05-23Make the tappable area bigger for small buttonsMojgan1-4/+4
2023-05-11Show registered device banner when user comes from logged out to logged inMojgan1-1/+1
2023-04-26Change to directional layout marginsMojgan1-4/+3
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-49/+68
2023-04-19Shrink the device name when the content size of time left is biggerMojgan1-2/+5
2023-04-14Add device name and time left to headerMojgan1-3/+62
2023-03-22Add coordinators and app routerAndrej Mihajlov1-0/+134
Fixes IOS-10