summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
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
2021-05-05RootContainer: add missing completion handlersAndrej Mihajlov1-4/+4
2021-05-05Merge branch 'bugfix-long-text-become-gigantic-on-title-field'Aleksandr Granin8-0/+8
2021-05-05Set 1 line limit for expanded title to prevent wrong calcalution of height sc...Aleksandr Granin8-0/+8
2021-05-04Merge branch 'login-keyboard-accessory-ipad'Andrej Mihajlov1-12/+15
2021-05-04Login: set inputAccessoryView only on iPhoneAndrej Mihajlov1-12/+15
2021-05-04Bump Android version in build.gradleLinus Färnstrand1-2/+2
2021-05-04Update android automatic changelog and rename beta -> defaultLinus Färnstrand2-5/+1
2021-05-04Add android/2021.1 to changelogLinus Färnstrand1-1/+9
2021-05-04Merge branch 'fix-content-height'Oskar Nyberg2-12/+54
2021-05-03Add log message if content height is incorrectOskar Nyberg1-0/+20
2021-05-03Add workaround for wrong content heightOskar Nyberg1-12/+34
2021-05-03Merge branch 'extract-consent-content-view'Andrej Mihajlov4-157/+177
2021-05-03Consent: add content viewAndrej Mihajlov4-157/+177
2021-05-03Merge branch 'select-location-ipad'Andrej Mihajlov1-27/+74
2021-05-03SelectLocation: show header view at the bottom when presented inline and at t...Andrej Mihajlov1-7/+55
2021-05-03SelectLocation: avoid lazy initializationAndrej Mihajlov1-21/+20
2021-05-03Merge branch 'app-button-fixes'Andrej Mihajlov3-13/+9
2021-05-03DisconnectSplitButton: remove font overrideAndrej Mihajlov1-1/+0
2021-05-03AppButton: fix font to 18pt semiboldAndrej Mihajlov2-3/+1
2021-05-03LinkButton: add titleString to handle the link titleAndrej Mihajlov1-9/+7
2021-05-03LinkButton: fix the horizontal content alignment to leading (default: center)Andrej Mihajlov1-0/+1