summaryrefslogtreecommitdiffhomepage
path: root/ios
AgeCommit message (Expand)AuthorFilesLines
2020-01-23Remove WireGuard key from server on log outAndrej Mihajlov2-13/+71
2020-01-23Add API call to remove_wg_keyAndrej Mihajlov1-0/+9
2020-01-23Update wireguard-go to v0.0.20200121 and all deps (crypto, net, sys)Andrej Mihajlov2-4/+12
2020-01-23Sync wireguard-go-bridge from https://github.com/WireGuard/wireguard-apple (c...Andrej Mihajlov5-10/+17
2020-01-14Fix race condition when setting up the global loggerAndrej Mihajlov1-6/+6
2020-01-10Add function to copy account token to pasteboardAndrej Mihajlov2-30/+45
2020-01-10Implement data source using UITableViewDiffableDataSourceAndrej Mihajlov4-121/+120
2020-01-08Add Wireguard keys management viewAndrej Mihajlov6-28/+617
2020-01-08Add web link to manage keys pageAndrej Mihajlov1-1/+4
2020-01-08Propagate cell selection from StaticTableViewDataSourceAndrej Mihajlov1-0/+6
2020-01-08Rework spinner interface and expose thickness via IBAndrej Mihajlov3-20/+16
2020-01-08Add view for embedding another view using IBOutletAndrej Mihajlov2-0/+64
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 Mihajlov2-0/+56
2020-01-08Rename RelaySelectorTests to MullvadVPNTestsAndrej Mihajlov2-4/+29
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-07Add log categoriesAndrej Mihajlov1-0/+21
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-03Update project fileAndrej Mihajlov1-1/+15
2020-01-03Remove debug logAndrej Mihajlov1-5/+2
2020-01-03Move WireGuard related routine to WireguardDeviceAndrej Mihajlov7-299/+643
2019-12-10Show selected locationAndrej Mihajlov3-90/+233
2019-12-10Commit new project fileAndrej Mihajlov4-161/+370
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 Mihajlov3-92/+0
2019-12-09Add packet tunnel implementationAndrej Mihajlov15-21/+1001
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