summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN
AgeCommit message (Expand)AuthorFilesLines
2021-03-23Extract LoginContentViewAndrej Mihajlov4-307/+340
2021-03-22RootContainer: Fix additionalSafeAreaInsets calculationAndrej Mihajlov1-2/+2
2021-03-22Use fixed dimensions for the split button side buttonAndrej Mihajlov1-19/+11
2021-03-22Extract the main content view into a separate classAndrej Mihajlov3-185/+218
2021-03-22Add LocationDataSourceAndrej Mihajlov11-487/+770
2021-03-22Add UIMetricsAndrej Mihajlov1-0/+19
2021-03-19SimulatorTunnelProviderHost: pick the actual tunnel based on relay constraintsAndrej Mihajlov5-27/+150
2021-03-19Add willExecute observer to operationsAndrej Mihajlov3-2/+22
2021-03-19Fix multiline error messageAndrej Mihajlov1-1/+6
2021-03-17Optimize RelayStatusIndicatorViewAndrej Mihajlov1-5/+8
2021-03-17Handle interface orientationAndrej Mihajlov2-0/+45
2021-03-02Remove unused bridging headers and wireguard version extraction scriptAndrej Mihajlov1-5/+0
2021-02-26Fix the invalid initial text color of the "unsecured connection" label on iOS 12Andrej Mihajlov1-4/+1
2021-02-25Use safeAreaLayoutGuide to workaround the AutoLayout behaviour in scroll viewsAndrej Mihajlov1-3/+6
2021-02-25Correct the constant for trailing constraint (should be negative)Andrej Mihajlov1-1/+1
2021-02-25Enable multiline placeholder in text viewsAndrej Mihajlov1-0/+1
2021-02-24Update the placeholder text for problem report message fieldAndrej Mihajlov1-1/+1
2021-02-24Implement problem report UI and log consolidationAndrej Mihajlov3-13/+40
2021-02-24Remove unused Data+HexCodingAndrej Mihajlov1-15/+0
2021-02-24Switch ApplicationConfiguration to enumAndrej Mihajlov1-1/+3
2021-02-24Use withCString instead of utf8CString.map {}Andrej Mihajlov1-8/+14
2021-02-24Use convenience method to access infoDictionaryAndrej Mihajlov1-1/+1
2021-02-24Implement problem report UI and log consolidationAndrej Mihajlov12-11/+1309
2021-02-24Add endpoint to send problem reportsAndrej Mihajlov1-0/+18
2021-02-24Add custom navigation controllerAndrej Mihajlov2-1/+103
2021-02-24Add custom text field & text viewAndrej Mihajlov3-0/+193
2021-02-24Extract method swizzlingAndrej Mihajlov2-33/+41
2021-02-12Fix crash when pasting empty string into empty account token input fieldAndrej Mihajlov1-1/+1
2021-02-11Integrate WireGuardKitAndrej Mihajlov14-456/+91
2020-10-27Fix regression where "Internal error" was displayed instead of server error (...Andrej Mihajlov3-6/+31
2020-09-15Remove never unused optionsAndrej Mihajlov1-8/+2
2020-09-15Move AnyIPEndpoint to a separate file & implement CustomStringConvertible on ...Andrej Mihajlov1-41/+7
2020-09-10Add missing button identifiersAndrej Mihajlov5-4/+10
2020-09-09Add missing copyright noticesAndrej Mihajlov1-0/+1
2020-09-08Rename IpAddress+Codable.swift to IPAddress+Codable.swiftAndrej Mihajlov1-1/+1
2020-09-08Improve IPAddressRange and add testsAndrej Mihajlov1-35/+78
2020-09-08Add missing copyright noticeAndrej Mihajlov1-0/+1
2020-09-03Add localization commentAndrej Mihajlov1-1/+1
2020-09-03Remove storyboards from projectAndrej Mihajlov2-3/+15
2020-09-03BasicTableViewCell already creates background viewsAndrej Mihajlov1-2/+0
2020-09-03Move SettingsViewController to XIBAndrej Mihajlov11-261/+111
2020-09-03Move ConnectViewController to XIBAndrej Mihajlov4-125/+134
2020-09-03Rename SelectLocationController to SelectLocationViewControllerAndrej Mihajlov4-11/+10
2020-09-03Move LoginViewController to XIBAndrej Mihajlov6-215/+214
2020-09-03Move ConsentViewController to XIBAndrej Mihajlov4-144/+161
2020-09-03Delegate view controller managementAndrej Mihajlov5-33/+83
2020-09-03RootContainer: add popToRootViewControllerAndrej Mihajlov1-0/+6
2020-09-03Move AccountViewController to XIBAndrej Mihajlov5-244/+257
2020-09-03SettingsController: add navigation route to wireguard keysAndrej Mihajlov1-3/+7
2020-09-03Move WireguardKeysViewController to XIBAndrej Mihajlov5-241/+264