summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN
AgeCommit message (Expand)AuthorFilesLines
2020-01-08Add view for embedding another view using IBOutletAndrej Mihajlov1-0/+60
2020-01-08Remove sample map background imageAndrej Mihajlov2-21/+0
2020-01-08Gray out disabled buttonsAndrej Mihajlov1-0/+1
2020-01-08Enable multiline support on failure label on Login viewAndrej Mihajlov1-2/+2
2020-01-08Display error failure reason on Login viewAndrej Mihajlov1-5/+1
2020-01-08Change wordingAndrej Mihajlov1-1/+1
2020-01-08Present errorsAndrej Mihajlov2-4/+13
2020-01-08Make formattedRemainingTime fallibleAndrej Mihajlov2-6/+9
2020-01-08Add extension for UIAlertController to present ErrorsAndrej Mihajlov1-0/+52
2020-01-08Remove tableName from localizationAndrej Mihajlov4-12/+12
2020-01-08Implement LocalizedError for JsonRpcResponseErrorAndrej Mihajlov1-0/+29
2020-01-08Implement LocalizedError for TunnelManagerErrorAndrej Mihajlov1-0/+60
2020-01-08Implement LocalizedError for AccountErrorAndrej Mihajlov1-0/+42
2020-01-03Formalize color paletteAndrej Mihajlov10-25/+177
2020-01-03Fix the commentAndrej Mihajlov1-1/+1
2020-01-03Rework MutallyExclusivePublisher to improve thread safety and Combine integra...Andrej Mihajlov1-16/+92
2020-01-03Add TunnelManager facilities to get the public key and regenerate the private...Andrej Mihajlov1-0/+94
2020-01-03Add WireguardPrivateKey.creationDate metadataAndrej Mihajlov2-16/+45
2020-01-03Scope MullvadAPIError into MullavdAPI as Error and add response codes expect...Andrej Mihajlov3-35/+85
2020-01-03Add ResponseCode type to JsonRpcResponseAndrej Mihajlov1-6/+11
2020-01-03Move WireGuard related routine to WireguardDeviceAndrej Mihajlov2-3/+16
2019-12-10Show selected locationAndrej Mihajlov3-90/+233
2019-12-10Add methods to refresh header bar appearanceAndrej Mihajlov1-10/+11
2019-12-10Filter attempts to unwind to exactly the same controllerAndrej Mihajlov1-0/+3
2019-12-10Update StoryboardAndrej Mihajlov2-91/+309
2019-12-10Update colorsAndrej Mihajlov1-11/+23
2019-12-10Add TunnelControlViewControllerAndrej Mihajlov1-0/+96
2019-12-10Update title colors on custom buttonsAndrej Mihajlov1-1/+3
2019-12-10Wireup Connect controller with the tunnel managerAndrej Mihajlov1-3/+135
2019-12-10Remove CocoaPodsAndrej Mihajlov1-49/+0
2019-12-09Add packet tunnel implementationAndrej Mihajlov7-8/+160
2019-12-06Adjust settings cell margins and fix disclosure tint colorAndrej Mihajlov2-8/+26
2019-12-06Add version suffix and display it under SettingsAndrej Mihajlov3-4/+33
2019-12-05Wire up Settings with the new Account facilitiesAndrej Mihajlov1-13/+2
2019-12-05Remove Optional+UnwrapAndrej Mihajlov1-23/+0
2019-12-05Remove WeakBoxAndrej Mihajlov1-17/+0
2019-12-05Use enum for SegueIdentifierAndrej Mihajlov1-3/+3
2019-12-05Adjust Login controller to the new Account facilitiesAndrej Mihajlov2-28/+16
2019-12-05Wire up AppDelegate with TunnelManagerAndrej Mihajlov3-15/+44
2019-12-05Wire up Account with TunnelManagerAndrej Mihajlov5-329/+87
2019-12-05Add NEVPNStatus+DebugAndrej Mihajlov1-0/+33
2019-12-05Add TunnelManagerAndrej Mihajlov1-0/+683
2019-12-04Add naive relay selectorAndrej Mihajlov3-0/+169
2019-12-04Remove unused codeAndrej Mihajlov1-46/+0
2019-12-04Migrate to RelayList v3Andrej Mihajlov1-19/+51
2019-12-04Rewrite MullvadAPI using CombineAndrej Mihajlov1-42/+122
2019-12-04Add MutuallyExclusive publisherAndrej Mihajlov1-0/+58
2019-12-04Migrate RelayCache to CombineAndrej Mihajlov1-123/+145
2019-12-03Add PacketTunnel IPCAndrej Mihajlov2-0/+171
2019-12-03Add tunnel configurationAndrej Mihajlov6-0/+490