summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
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-08Merge branch 'localize-errors'Andrej Mihajlov13-33/+253
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-08Merge branch 'increase-openvpn-timeout'Linus Färnstrand2-1/+4
2020-01-08Increase OpenVPN ping timeout from 20 to 25 secondsLinus Färnstrand2-1/+4
2020-01-08Merge branch 'improve-buildserver-build-script'Linus Färnstrand2-16/+43
2020-01-08Upload PDB debugging filesLinus Färnstrand2-3/+34
2020-01-08Compute correct hash for commitsLinus Färnstrand1-13/+9
2020-01-07Merge branch 'security-docs'Linus Färnstrand3-40/+254
2020-01-07Fix according to feedbackLinus Färnstrand1-8/+9
2020-01-07Improve mobile section. Mostly iOSLinus Färnstrand1-7/+9
2020-01-07Shorten text on "kill switch"Linus Färnstrand1-7/+4
2020-01-07Improve README and add section leading to security docsLinus Färnstrand1-1/+18
2020-01-07Add section on desktop GUI and system serviceLinus Färnstrand1-1/+25
2020-01-07Slightly clarify on DNSLinus Färnstrand1-4/+4
2020-01-07Mention again that firewall rules are changed atomicallyLinus Färnstrand1-7/+9
2020-01-07Clarify and be more exact regarding allowing traffic to VPN serverLinus Färnstrand1-6/+12
2020-01-07Describe rules for IPv6 NDP betterLinus Färnstrand1-2/+3
2020-01-07Clarify always allowed trafficLinus Färnstrand1-4/+4
2020-01-07Add dotLinus Färnstrand1-1/+1
2020-01-07Remove "always allowed traffic" headerLinus Färnstrand1-2/+0
2020-01-07Clarify what "that" isLinus Färnstrand1-2/+2
2020-01-07Add initial macOS deviationsLinus Färnstrand1-0/+5
2020-01-07Restrict DHCP rules to only allow over UDPLinus Färnstrand1-6/+7
2020-01-07Small fixesLinus Färnstrand1-2/+2
2020-01-07Add section on AndroidLinus Färnstrand1-1/+10
2020-01-07Remove strange commaLinus Färnstrand1-1/+1
2020-01-07Link "strict firewall rules" back to state sectionLinus Färnstrand1-4/+5
2020-01-07Add header to separate always allowed trafficLinus Färnstrand1-0/+2
2020-01-07Add more security docs, improving existing textsLinus Färnstrand1-47/+92
2020-01-07Add security documentation describing app statesLinus Färnstrand2-32/+135
2020-01-07Merge branch 'stop-version-updater-on-shutdown'Janito Vaqueiro Ferreira Filho4-65/+95
2020-01-07Stop version updater if receiving end is closedJanito Vaqueiro Ferreira Filho1-0/+4
2020-01-07Use `UnboundedSender` instead of `mpsc::Sender`Janito Vaqueiro Ferreira Filho4-53/+72
2020-01-07Stop version updater if sending failsJanito Vaqueiro Ferreira Filho1-1/+7
2020-01-07Replace closure with sender in `VersionUpdater`Janito Vaqueiro Ferreira Filho2-16/+17
2020-01-07Merge branch 'handle-no-service-connection'Janito Vaqueiro Ferreira Filho10-51/+94