summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2021-05-12Update CHANGELOGAndrej Mihajlov1-0/+2
2021-05-12TunnelManager: improve VPN configuration and tunnel settings consistency duri...Andrej Mihajlov4-70/+225
2021-05-12TunnelSettingsManager: add method to verify the existence of configuration in...Andrej Mihajlov1-0/+18
2021-05-12Account: add method to forget that user was logged inAndrej Mihajlov1-0/+17
2021-05-12Merge branch 'etag-ios'Andrej Mihajlov8-105/+295
2021-05-12Update CHANGELOGAndrej Mihajlov1-0/+2
2021-05-12Drop configurability of URLSession in MullvadRestAndrej Mihajlov7-14/+9
2021-05-12Rework response handling and add support for HTTP caching via ETag headerAndrej Mihajlov2-91/+284
2021-05-11Merge branch 'localize-skerror'Andrej Mihajlov2-3/+24
2021-05-11Update CHANGELOGAndrej Mihajlov1-0/+1
2021-05-11Localize SKErrorAndrej Mihajlov1-3/+23
2021-05-11Merge branch 'fw-connecting-state-with-tunnel'David Lönnhager7-11/+51
2021-05-11Reapply connecting firewall policy when the tunnel interface has beenDavid Lönnhager7-11/+51
2021-05-11Merge branch 'ipad-adaptive-ui'Andrej Mihajlov6-22/+298
2021-05-11Update changelogAndrej Mihajlov1-0/+1
2021-05-11Connect: use default blue header bar when logged out (relevant for iPad app)Andrej Mihajlov1-1/+20
2021-05-11Connect: avoid fatal error as traitCollection can be .unknown on iOS 12 even ...Andrej Mihajlov1-1/+1
2021-05-11CustomSplitViewController: override primary controller's horizontal size clas...Andrej Mihajlov1-0/+14
2021-05-11AppDelegate: adapt the user interface for iPadAndrej Mihajlov2-15/+210
2021-05-11Connect: show "select location" button on iPad in compact modeAndrej Mihajlov1-5/+31
2021-05-11Root: make it possible to override header bar visibilityAndrej Mihajlov1-0/+21
2021-05-11Merge branch 'change-unsecured-to-unsecure'Oskar Nyberg4-6/+9
2021-05-11Replace "unsecured" with "unsecure"Oskar Nyberg4-6/+9
2021-05-11Merge branch 'delay-rotation-reconnect'David Lönnhager1-2/+2
2021-05-10Increase key generation reconnect delay to 4 minutesDavid Lönnhager1-1/+1
2021-05-10Delay reconnect after regenerating WireGuard keyDavid Lönnhager1-1/+1
2021-05-10Merge branch 'macos-squircle-icon'Oskar Nyberg14-4/+18
2021-05-10Add icon update to changelogOskar Nyberg1-0/+3
2021-05-10Use macOS specific iconOskar Nyberg1-0/+2
2021-05-10Create icns file for macOS iconsOskar Nyberg2-4/+13
2021-05-10Add macOS squircle iconsOskar Nyberg10-0/+0
2021-05-06Merge branch 'upgrade-wintun-0.10.4'David Lönnhager5-3/+5
2021-05-06Update changelogDavid Lönnhager1-0/+2
2021-05-06Fix driverlogic importDavid Lönnhager1-1/+1
2021-05-06Update references to ´wintun.dll´ after wintun files were movedOdd Stranne2-2/+2
2021-05-06Bump binaries submoduleDavid Lönnhager1-0/+0
2021-05-05Merge branch 'fix-tunnel-manager-settings-migration'Andrej Mihajlov2-2/+3
2021-05-05TunnelManager: fix bug where the account migration was not performedAndrej Mihajlov2-1/+2
2021-05-05TunnelManager: fix typoAndrej Mihajlov1-1/+1
2021-05-05Merge branch 'fix-tunnel-manager-stop-bug'Andrej Mihajlov2-1/+5
2021-05-05TunnelManager: properly finish operation in stopTunnel()Andrej Mihajlov2-1/+5
2021-05-05Merge branch 'wireup-controller-delegates'Andrej Mihajlov6-223/+369
2021-05-05AppDelegate: extract tunnel error presentation into a functionAndrej Mihajlov1-22/+15
2021-05-05AppDelegate: wire up controller delegatesAndrej Mihajlov2-64/+342
2021-05-05Connect: add delegateAndrej Mihajlov1-159/+35
2021-05-05RelayCache: update the error message when reading the relay cache to determin...Andrej Mihajlov1-1/+1
2021-05-05Xcode: clean missing or broken refsAndrej Mihajlov1-2/+1
2021-05-05Consent: reverse the code from the future commitsAndrej Mihajlov1-2/+2
2021-05-05Consent: pass self in completion handlerAndrej Mihajlov1-1/+1
2021-05-05AppDelegate: use UIDevice.current.userInterfaceIdiomAndrej Mihajlov1-2/+2