summaryrefslogtreecommitdiffhomepage
path: root/ios
AgeCommit message (Collapse)AuthorFilesLines
2021-03-19SimulatorTunnelProviderHost: pick the actual tunnel based on relay constraintsAndrej Mihajlov7-38/+156
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-05Bump 2021.1 (build 2)ios/2021.1Andrej Mihajlov1-4/+4
2021-03-02Add a build script for wireguard-goAndrej Mihajlov2-3/+36
2021-03-02Disable precompiled headersAndrej Mihajlov1-0/+2
2021-03-02Remove unused bridging headers and wireguard version extraction scriptAndrej Mihajlov3-63/+2
2021-03-01Add iOS changelog entry about problem reportsLinus Färnstrand1-0/+7
2021-02-26Bump iOS version to 2021.1Andrej Mihajlov1-4/+4
2021-02-26Update CHANGELOG.mdAndrej Mihajlov1-0/+1
2021-02-26Fix the invalid initial text color of the "unsecured connection" label on iOS 12Andrej Mihajlov1-4/+1
Using a custom named color in Interface builder on iOS 12 results in the label overriding the text label color after viewDidLoad. Using any standard color, i.e white makes this problem go away
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 Mihajlov4-15/+46
2021-02-24Remove unused Data+HexCodingAndrej Mihajlov2-21/+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 Mihajlov13-12/+1338
2021-02-24Add endpoint to send problem reportsAndrej Mihajlov1-0/+18
2021-02-24Add custom navigation controllerAndrej Mihajlov3-1/+107
2021-02-24Add custom text field & text viewAndrej Mihajlov4-0/+201
2021-02-24Extract method swizzlingAndrej Mihajlov3-33/+45
2021-02-12Fix crash when pasting empty string into empty account token input fieldAndrej Mihajlov2-1/+2
2021-02-11Integrate WireGuardKitAndrej Mihajlov34-1703/+290
2021-01-27Update CHANGELOGAndrej Mihajlov1-0/+2
2020-11-02Bump 2020.5-b1Andrej Mihajlov1-8/+8
2020-10-27Fix regression where "Internal error" was displayed instead of server error ↵Andrej Mihajlov4-7/+35
(i.e too many WireGuard keys)
2020-09-15Use UInt32 constantsAndrej Mihajlov1-1/+1
2020-09-15Remove never unused optionsAndrej Mihajlov1-8/+2
2020-09-15Move AnyIPEndpoint to a separate file & implement CustomStringConvertible on ↵Andrej Mihajlov5-74/+76
IPEndpoint<T>
2020-09-15Update copyright notice in PacketTunnelSettingsGenerator.swiftAndrej Mihajlov1-0/+1
2020-09-11Edit changelog and add iOS 2020.4 release headerLinus Färnstrand1-4/+10
2020-09-10Screenshots: stop taking a screenshot of Login screenAndrej Mihajlov1-1/+0
2020-09-10Snapfile: clean up device status barAndrej Mihajlov2-37/+4
2020-09-10Update snapshot 2.158.0Andrej Mihajlov3-88/+66
2020-09-10Add missing button identifiersAndrej Mihajlov6-7/+13
2020-09-09Refactor DNS64 resolution codeAndrej Mihajlov3-40/+68
2020-09-09Add missing copyright noticesAndrej Mihajlov2-0/+2
2020-09-08Rename IpAddress+Codable.swift to IPAddress+Codable.swiftAndrej Mihajlov2-9/+9
Aligns the naming convention with other files.
2020-09-08Improve IPAddressRange and add testsAndrej Mihajlov3-35/+136
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 Mihajlov12-273/+111