summaryrefslogtreecommitdiffhomepage
path: root/ios
AgeCommit message (Expand)AuthorFilesLines
2021-06-28Bump 2021.3 (1)Andrej Mihajlov1-8/+8
2021-06-21Update CHANGELOG with the missing entry.Andrej Mihajlov1-0/+3
2021-06-21Login: add login buttonAndrej Mihajlov4-71/+172
2021-06-21PacketTunnel: update WireGuardKitAndrej Mihajlov3-8/+6
2021-06-16RootContainer: fix unbalanced appearance calls when `setViewControllers` is c...Andrej Mihajlov1-10/+49
2021-06-14PacketTunnel: refactor and remove dead codeAndrej Mihajlov5-187/+21
2021-06-11Update CHANGELOGAndrej Mihajlov1-1/+2
2021-06-11Xcode: remove system frameworks as they are linked implicitly.Andrej Mihajlov1-10/+0
2021-06-11Add account expiry notificationAndrej Mihajlov17-32/+830
2021-06-08Connect: Add blur background behind "Select location" and "Disconnect" buttonsAndrej Mihajlov3-25/+39
2021-06-08SelectLocationCell: replace RelayStatusIndicatorView with a plain old UIViewAndrej Mihajlov5-95/+34
2021-06-04Accessibility: add custom action to collapse or expand the location cellAndrej Mihajlov2-1/+26
2021-06-04Accessibility: add .notEnabled trait when SelectLocationCell is disabledAndrej Mihajlov1-0/+6
2021-06-04Accessibility: hide map from accessibilityAndrej Mihajlov1-0/+1
2021-06-04Accessibility: add label for settings button and set header view accessibilit...Andrej Mihajlov2-0/+3
2021-06-04Accessibility: add label to reconnect buttonAndrej Mihajlov3-0/+25
2021-06-04Update SnapfileAndrej Mihajlov1-1/+2
2021-06-04Mark 2021.2 release in iOS CHANGELOGAndrej Mihajlov1-0/+3
2021-05-28Bump 2021.2 (build 3)ios/2021.2Andrej Mihajlov1-4/+4
2021-05-27Screenshots: add iPad 12.9-inch support and adapt the screenshotter script fo...Andrej Mihajlov2-10/+19
2021-05-27Add missing accessibility identifiersAndrej Mihajlov3-1/+7
2021-05-27LaunchScreen: disable localizationAndrej Mihajlov2-15/+4
2021-05-27Remove unused Main.storyboardAndrej Mihajlov2-45/+0
2021-05-27Xcode: remove CODE_SIGN_INDENTITY overrideAndrej Mihajlov1-2/+0
2021-05-27Xcode: remove SKIP_INSTALL override which does not seem to have any effectAndrej Mihajlov1-2/+0
2021-05-27Xcode: remove CLANG_WARN_UNGUARDED_AVAILABILITY overrideAndrej Mihajlov1-2/+0
2021-05-27Xcode: remove TARGETED_DEVICE_FAMILY and IPHONEOS_DEPLOYMENT_TARGET overrides...Andrej Mihajlov1-14/+2
2021-05-27SelectLocation: rework header footer view layoutAndrej Mihajlov2-69/+62
2021-05-27Add empty table header footer viewAndrej Mihajlov4-34/+58
2021-05-27Update changelogAndrej Mihajlov1-0/+1
2021-05-27PacketTunnel: configure DNS using new DNSSettingsAndrej Mihajlov1-1/+16
2021-05-27Add preferencesAndrej Mihajlov8-1/+337
2021-05-27TunnelManager: expose tunnel settings via propertyAndrej Mihajlov7-174/+125
2021-05-27Add DNSSettingsAndrej Mihajlov1-4/+42
2021-05-27Map: disable user interactionAndrej Mihajlov1-0/+3
2021-05-26REST: handle 200 in POST to v1/wireguard-keysAndrej Mihajlov1-1/+9
2021-05-21Rest: handle HTTP 200 and 201 in /v1/create-apple-paymentAndrej Mihajlov3-30/+80
2021-05-21Update URL to the new Apple WWDRC certificateAndrej Mihajlov1-6/+6
2021-05-21Update instructions regarding removing old keys and certificatesAndrej Mihajlov1-0/+31
2021-05-21Upgrade Xcode project to the latestAndrej Mihajlov6-6/+8
2021-05-21Replace class with AnyObject in protocol inheritanceAndrej Mihajlov12-13/+13
2021-05-18Add SSL pinningAndrej Mihajlov8-3/+137
2021-05-18RootContainer: delegate disablesAutomaticKeyboardDismissal to the top controllerAndrej Mihajlov1-0/+4
2021-05-18AutomaticKeyboard: improve form sheet detection when contained inside of othe...Andrej Mihajlov1-2/+18
2021-05-18Resolve the actual presentation style in willPresentWithAdaptiveStyleAndrej Mihajlov1-7/+12
2021-05-18Assign presentation controller delegate after modalPresentationStyleAndrej Mihajlov1-12/+8
2021-05-12Bump 2021.2 (build 2)Andrej Mihajlov1-4/+4
2021-05-12Update CHANGELOGAndrej Mihajlov1-0/+1
2021-05-12HeaderBar: add dividerAndrej Mihajlov7-16/+49
2021-05-12Connect: add mapAndrej Mihajlov6-1/+46304