summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN
AgeCommit message (Collapse)AuthorFilesLines
2019-12-02Add iOS iconAndrej Mihajlov18-0/+0
2019-09-23Add RelayCacheAndrej Mihajlov4-35/+321
2019-09-09Adjust header alpha on iOSLinus Färnstrand1-1/+1
2019-08-16Add wireguard related API methodsAndrej Mihajlov7-27/+267
2019-08-13Make sure that the new observer is registered in the observers array before ↵Andrej Mihajlov1-3/+5
calling makePeriodicUpdateProcedure
2019-06-14Add bridging header to MullvadVPN targetAndrej Mihajlov1-0/+5
2019-05-29Fix the header bar marginAndrej Mihajlov2-6/+3
2019-05-29Add account expiry refreshAndrej Mihajlov6-11/+226
2019-05-28Add account viewAndrej Mihajlov31-349/+1181
2019-05-22Remove default case in favor of listing all of the cases manuallyAndrej Mihajlov1-2/+2
2019-05-22Disable the settings button on successful loginAndrej Mihajlov2-7/+18
2019-05-22Update title labelAndrej Mihajlov2-6/+25
2019-05-22Add account input validationAndrej Mihajlov2-1/+12
2019-05-22Scope colors into UIColor sub-structsAndrej Mihajlov4-14/+17
2019-05-22Show login errorsAndrej Mihajlov7-40/+312
2019-05-17Implement account verification and loginAndrej Mihajlov10-41/+531
2019-05-17Unpack the JSON RPC errorsAndrej Mihajlov1-7/+9
2019-05-14Add SelectLocation controllerAndrej Mihajlov23-104/+956
2019-05-14Add Optional.unwrapAndrej Mihajlov1-0/+23
2019-05-14Add RelayList typesAndrej Mihajlov1-0/+35
2019-05-14Add JsonRpc helpersAndrej Mihajlov1-0/+70
2019-03-27Bootstrap iOS appAndrej Mihajlov121-0/+1654