summaryrefslogtreecommitdiffhomepage
path: root/ios
AgeCommit message (Expand)AuthorFilesLines
2020-02-06Replace Amagicom AB with Mullvad VPN AB in iOS source filesLinus Färnstrand69-69/+69
2020-02-04Bump iOS build number to 6Linus Färnstrand1-4/+4
2020-02-04Fix placeholder color so it remains the same in dark modeAndrej Mihajlov1-0/+3
2020-02-04Reuse existing colorAndrej Mihajlov1-1/+1
2020-02-04Use weak references in handleEventsAndrej Mihajlov1-6/+6
2020-02-03Bump iOS build (5)Andrej Mihajlov1-4/+4
2020-02-03Drop dev1 suffixAndrej Mihajlov1-2/+0
2020-01-30Update iOS build instructions to use 2096 bit keysLinus Färnstrand1-1/+1
2020-01-30Bump iOS build number to 4Linus Färnstrand1-4/+4
2020-01-30Correct the iOS signingCertificate nameLinus Färnstrand1-1/+1
2020-01-30Add build script and instructions for iOSAndrej Mihajlov4-10/+352
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