| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-03-23 | Extract LoginContentView | Andrej Mihajlov | 5 | -311/+345 | |
| 2021-03-22 | Tests: use project wide deployment target (iOS 12.0) | Andrej Mihajlov | 1 | -2/+0 | |
| 2021-03-22 | RootContainer: Fix additionalSafeAreaInsets calculation | Andrej Mihajlov | 1 | -2/+2 | |
| Take into account view's safeAreaInsets when calculating additionalSafeAreaInsets. | |||||
| 2021-03-22 | Use fixed dimensions for the split button side button | Andrej Mihajlov | 1 | -19/+11 | |
| Fixes recursive layout loop when using .bounds observer to adjust the title label | |||||
| 2021-03-22 | Extract the main content view into a separate class | Andrej Mihajlov | 4 | -189/+222 | |
| 2021-03-22 | Add LocationDataSource | Andrej Mihajlov | 13 | -522/+774 | |
| 2021-03-22 | Add UIMetrics | Andrej Mihajlov | 2 | -0/+23 | |
| 2021-03-19 | SimulatorTunnelProviderHost: pick the actual tunnel based on relay constraints | Andrej Mihajlov | 7 | -38/+156 | |
| 2021-03-19 | Add willExecute observer to operations | Andrej Mihajlov | 3 | -2/+22 | |
| 2021-03-19 | Fix multiline error message | Andrej Mihajlov | 1 | -1/+6 | |
| 2021-03-17 | Optimize RelayStatusIndicatorView | Andrej Mihajlov | 1 | -5/+8 | |
| 2021-03-17 | Handle interface orientation | Andrej Mihajlov | 2 | -0/+45 | |
| 2021-03-05 | Bump 2021.1 (build 2)ios/2021.1 | Andrej Mihajlov | 1 | -4/+4 | |
| 2021-03-02 | Add a build script for wireguard-go | Andrej Mihajlov | 2 | -3/+36 | |
| 2021-03-02 | Disable precompiled headers | Andrej Mihajlov | 1 | -0/+2 | |
| 2021-03-02 | Remove unused bridging headers and wireguard version extraction script | Andrej Mihajlov | 3 | -63/+2 | |
| 2021-03-01 | Add iOS changelog entry about problem reports | Linus Färnstrand | 1 | -0/+7 | |
| 2021-02-26 | Bump iOS version to 2021.1 | Andrej Mihajlov | 1 | -4/+4 | |
| 2021-02-26 | Update CHANGELOG.md | Andrej Mihajlov | 1 | -0/+1 | |
| 2021-02-26 | Fix the invalid initial text color of the "unsecured connection" label on iOS 12 | Andrej Mihajlov | 1 | -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-25 | Use safeAreaLayoutGuide to workaround the AutoLayout behaviour in scroll views | Andrej Mihajlov | 1 | -3/+6 | |
| 2021-02-25 | Correct the constant for trailing constraint (should be negative) | Andrej Mihajlov | 1 | -1/+1 | |
| 2021-02-25 | Enable multiline placeholder in text views | Andrej Mihajlov | 1 | -0/+1 | |
| 2021-02-24 | Update the placeholder text for problem report message field | Andrej Mihajlov | 1 | -1/+1 | |
| 2021-02-24 | Implement problem report UI and log consolidation | Andrej Mihajlov | 4 | -15/+46 | |
| 2021-02-24 | Remove unused Data+HexCoding | Andrej Mihajlov | 2 | -21/+0 | |
| 2021-02-24 | Switch ApplicationConfiguration to enum | Andrej Mihajlov | 1 | -1/+3 | |
| 2021-02-24 | Use withCString instead of utf8CString.map {} | Andrej Mihajlov | 1 | -8/+14 | |
| 2021-02-24 | Use convenience method to access infoDictionary | Andrej Mihajlov | 1 | -1/+1 | |
| 2021-02-24 | Implement problem report UI and log consolidation | Andrej Mihajlov | 13 | -12/+1338 | |
| 2021-02-24 | Add endpoint to send problem reports | Andrej Mihajlov | 1 | -0/+18 | |
| 2021-02-24 | Add custom navigation controller | Andrej Mihajlov | 3 | -1/+107 | |
| 2021-02-24 | Add custom text field & text view | Andrej Mihajlov | 4 | -0/+201 | |
| 2021-02-24 | Extract method swizzling | Andrej Mihajlov | 3 | -33/+45 | |
| 2021-02-12 | Fix crash when pasting empty string into empty account token input field | Andrej Mihajlov | 2 | -1/+2 | |
| 2021-02-11 | Integrate WireGuardKit | Andrej Mihajlov | 34 | -1703/+290 | |
| 2021-01-27 | Update CHANGELOG | Andrej Mihajlov | 1 | -0/+2 | |
| 2020-11-02 | Bump 2020.5-b1 | Andrej Mihajlov | 1 | -8/+8 | |
| 2020-10-27 | Fix regression where "Internal error" was displayed instead of server error ↵ | Andrej Mihajlov | 4 | -7/+35 | |
| (i.e too many WireGuard keys) | |||||
| 2020-09-15 | Use UInt32 constants | Andrej Mihajlov | 1 | -1/+1 | |
| 2020-09-15 | Remove never unused options | Andrej Mihajlov | 1 | -8/+2 | |
| 2020-09-15 | Move AnyIPEndpoint to a separate file & implement CustomStringConvertible on ↵ | Andrej Mihajlov | 5 | -74/+76 | |
| IPEndpoint<T> | |||||
| 2020-09-15 | Update copyright notice in PacketTunnelSettingsGenerator.swift | Andrej Mihajlov | 1 | -0/+1 | |
| 2020-09-11 | Edit changelog and add iOS 2020.4 release header | Linus Färnstrand | 1 | -4/+10 | |
| 2020-09-10 | Screenshots: stop taking a screenshot of Login screen | Andrej Mihajlov | 1 | -1/+0 | |
| 2020-09-10 | Snapfile: clean up device status bar | Andrej Mihajlov | 2 | -37/+4 | |
| 2020-09-10 | Update snapshot 2.158.0 | Andrej Mihajlov | 3 | -88/+66 | |
| 2020-09-10 | Add missing button identifiers | Andrej Mihajlov | 6 | -7/+13 | |
| 2020-09-09 | Refactor DNS64 resolution code | Andrej Mihajlov | 3 | -40/+68 | |
| 2020-09-09 | Add missing copyright notices | Andrej Mihajlov | 2 | -0/+2 | |
