summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/View controllers/AccountDeletion
AgeCommit message (Expand)AuthorFilesLines
2025-10-17Update strings based on other platformsmojganii1-1/+1
2025-09-30Fix UI testsJon Petersson1-0/+2
2025-09-30Apply new swift format rules to codebaseSteffen1-2/+3
2025-09-22Remove unnecessary targets from iOS localizationmojganii2-8/+9
2025-09-09Implement SwiftUI-based AccountDeletionView and ActivityIndicatorAndrew Bulhak5-514/+217
2025-08-08Extract strings to translatemojganii2-36/+7
2025-06-23Enable more use of dynamic fontsBug Magnet1-4/+9
2025-05-30Let users cancel sending a problem reportJon Petersson1-3/+1
2025-02-04Update copyright string in switft filesOskar4-4/+4
2025-01-14Enable compilation with Swift 6 for most targetsBug Magnet2-3/+4
2024-12-10Replace circular .description definition with .asStringAndrew Bulhak1-2/+2
2024-12-10Remove String conformance of AccessibilityIdentifierAndrew Bulhak1-3/+3
2024-12-10Replace read/write AccessibilityIdentifier field with setterAndrew Bulhak1-4/+4
2024-03-11Add account creation and deletion testsNiklas Berglund1-0/+2
2024-02-07Allow users to import settings by pasting JSON blobsJon Petersson1-1/+1
2024-02-06Refactor TunnelManager account setting methods replacing callbacks with asyncAndrew Bulhak2-6/+7
2024-01-25Update API access methods functionality UI to conform with designsJon Petersson1-1/+2
2024-01-08Change OK text into Delete Account textBug Magnet1-3/+3
2023-12-20Export identifiers for accessibility elementsJon Petersson1-9/+5
2023-12-04Refactor account deletion in TunnelManagerJon Petersson2-5/+3
2023-09-12fix misalignment buttons at the bottom of voucher viewMojgan1-1/+1
2023-09-11On delete account screen, add account number validation during inputJon Petersson1-4/+13
2023-09-04Fix UIKit nagging regarding to present alert top of keyboardMojgan2-15/+14
2023-08-29fix some linting violationsMojgan1-2/+4
2023-08-22Fix void_function_in_ternary violationBug Magnet1-1/+5
2023-08-10Remove iOS 13 codeAndrej Mihajlov1-4/+1
2023-08-10Rework change log to be compliant with our designJon Petersson1-4/+3
2023-08-03implement account deletionMojgan4-0/+542