summaryrefslogtreecommitdiffhomepage
path: root/ios
AgeCommit message (Expand)AuthorFilesLines
2023-03-27Change a few title textsJon Petersson2-2/+2
2023-03-27Change all straight apostrophes to curly in textJon Petersson3-3/+3
2023-03-24Remove custom data source snapshot from device management viewJon Petersson4-715/+71
2023-03-23Pass animated flag to beginHorizontalFlowAndrej Mihajlov1-18/+14
2023-03-23Reorder dismissal during log out so that Login appears beneath SettingsAndrej Mihajlov1-8/+16
2023-03-23Non-exclusive routes should not be blocking each otherAndrej Mihajlov1-1/+1
2023-03-22Add coordinators and app routerAndrej Mihajlov202-1981/+3490
2023-03-22Migrate LocationDataSource from traditional to diffableJon Petersson4-369/+216
2023-03-22Cancel all pending network operations when a logout action is triggeredJon Petersson2-2/+8
2023-03-20Fix VPN settings list being emptyJon Petersson1-3/+4
2023-03-17Change key rotation interval on Android and iOSEmīls2-1/+2
2023-03-17Change 'Preferences' to 'VPN Settings'Jon Petersson3-3/+3
2023-03-17Fix string formatting of error message that causes an exception in login viewJon Petersson1-1/+1
2023-03-17Migrate PreferencesDataSource from traditional to diffableJon Petersson5-319/+352
2023-03-14Migrate SettingsDataSource from traditional to diffableJon Petersson5-185/+225
2023-03-08Add ci script to build & publish iOS appsEmīls1-1/+1
2023-03-08PacketTunnel: wrap start/stop in dispatch queueAndrej Mihajlov1-79/+81
2023-03-07Xcode: upgrade schemasAndrej Mihajlov11-14/+12
2023-03-07Display remaining account time in years if equal to or more than two years, o...Jon Petersson3-10/+49
2023-03-06Add background observer for IPC operationsAndrej Mihajlov2-2/+31
2023-03-06Update WireGuardKit to https://github.com/mullvad/wireguard-apple/commit/7c01...Emīls2-2/+2
2023-03-06Update WireGuardKit to https://github.com/mullvad/wireguard-apple/commit/7c01...Emīls2-2/+2
2023-03-06Swap vertical position of country and city labels on connection viewJon Petersson2-8/+9
2023-03-06Update WireGuardKit to https://github.com/mullvad/wireguard-apple/commit/4dc2...Andrej Mihajlov2-2/+2
2023-03-03Bump ios version to 2023.1-7ios/2023.1Emīls1-1/+1
2023-03-03Fix typoAndrej Mihajlov1-1/+1
2023-03-03Add additional guard to restrict connectivity check to connecting and connect...Andrej Mihajlov1-3/+3
2023-03-03Use NEPacketTunnelProvider.defaultPath instead of path monitorAndrej Mihajlov4-54/+54
2023-03-03PacketTunnel: ignore all requests to reconnect after the first call to stopTu...Andrej Mihajlov1-0/+8
2023-03-03TunnelMonitor: rework to use locks and introduce .recovering stateAndrej Mihajlov3-118/+137
2023-03-03Serialize calls to reconnect tunnelAndrej Mihajlov1-4/+36
2023-03-02Pinger: lock send(to:)Andrej Mihajlov1-2/+2
2023-03-02Swiftformat: disable hoistTry ruleAndrej Mihajlov1-1/+1
2023-03-02Remove dangling files that were previous removedAndrej Mihajlov3-514/+0
2023-03-01Bump iOS CPV to 6Emīls1-1/+1
2023-02-28Replace OperationCompletion with ResultAndrej Mihajlov49-637/+460
2023-02-15Logging: add logger levelAndrej Mihajlov1-0/+2
2023-02-15PacketTunnel: tune down error verbosityAndrej Mihajlov1-3/+3
2023-02-15TunnelMonitor: move happy path into do {} block to avoid return in catch.Andrej Mihajlov1-5/+3
2023-02-15TunnelMonitor: tune down log levelsAndrej Mihajlov1-17/+19
2023-02-15Pinger: remove loggerAndrej Mihajlov1-13/+1
2023-02-14Update changelogAndrej Mihajlov1-0/+1
2023-02-14Update gems, add 6.7 inch device to configAndrej Mihajlov2-18/+16
2023-02-13Bump iOS/2023.1 (build 5)ios/2023.1-build5Andrej Mihajlov1-1/+1
2023-02-13Ignore error to delete device on logoutAndrej Mihajlov1-23/+10
2023-02-10Move build version into Version.xcconfigAndrej Mihajlov5-53/+21
2023-02-10Disable retry strategy for access tokensAndrej Mihajlov5-51/+17
2023-02-06Bump iOS/2023.1 (build 4)Andrej Mihajlov1-28/+28
2023-02-06Backport automatic tracking of modal overlay dismissalAndrej Mihajlov4-10/+61
2023-02-06REST: migrate app/v1/create-apple-payment to use access token authorizationAndrej Mihajlov3-27/+23