summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2022-07-18Fix potential leak window on shutdownDavid Lönnhager1-7/+7
2022-07-15Merge branch 'add-localization-helper-script'Oskar Nyberg5-65/+164
2022-07-15Update android readme with reference to gui/locales/README.mdOskar Nyberg1-0/+7
2022-07-15Update locales readme with instructions for localization scriptOskar Nyberg1-36/+19
2022-07-15Add localization scriptOskar Nyberg1-0/+105
2022-07-15Move build.sh logging functions to separate fileOskar Nyberg2-29/+33
2022-07-15Merge branch 'quit-when-renderer-is-killed'Oskar Nyberg2-6/+11
2022-07-15Quit without disconnecting when renderer process is killed or crashesOskar Nyberg2-6/+11
2022-07-15Merge branch 'pq-over-tcp'David Lönnhager2-11/+38
2022-07-15Update changelogDavid Lönnhager1-0/+1
2022-07-15Restart local obfuscation server after PQ exchangeDavid Lönnhager1-11/+37
2022-07-14Merge branch 'fix-obfs-ipv6'David Lönnhager2-2/+4
2022-07-14Update changelogDavid Lönnhager1-0/+2
2022-07-14Connect to udp2tcp (tcp2udp) endpoints over v6David Lönnhager1-2/+2
2022-07-13Download and fix translationsOskar Nyberg57-3791/+6204
2022-07-12Merge branch 'fix-mapkit-rendering-issues'Andrej Mihajlov5-46003/+53
2022-07-12Move geojson under AssetsAndrej Mihajlov2-12/+4
2022-07-12Make geojson loader saferAndrej Mihajlov1-4/+17
2022-07-12Use our own parser for geojsonAndrej Mihajlov2-31/+3
MKGeoJSONDecoder extracts interior polygons from geojson which does not seem to work properly with map view.
2022-07-12Draw interior polygons above exteriorAndrej Mihajlov1-9/+15
MapKit has issues drawing interior polygons.
2022-07-12Migrate geojson to modern swiftAndrej Mihajlov1-3/+3
2022-07-12Drop parsing unused fields from geojsonAndrej Mihajlov1-54/+11
2022-07-12Drop Antarctica from data sourceAndrej Mihajlov1-45891/+1
2022-07-12Merge branch 'windows-auto-set-mtu'Jonathan3-6/+69
2022-07-12Windows automatically detects and set locally correct MTUJonathan3-6/+69
Let Windows daemon detect the MTU for default routing interface and set that MTU as the default. This is implementing the changes that have already been provided in the linux version.
2022-07-11Merge branch 'reject-invalid-ports'David Lönnhager7-84/+148
2022-07-11Update changelogDavid Lönnhager1-0/+2
2022-07-11Validate WireGuard port selection in the CLIDavid Lönnhager1-2/+20
2022-07-11Send endpoint data to frontendsDavid Lönnhager3-32/+91
2022-07-11Return RelayList object instead of a stream in proto fileDavid Lönnhager6-51/+36
2022-07-08Merge branch 'fix-ipv6-mtu'Jonathan1-19/+25
2022-07-08Optimize tunnel MTU when IPv4 is used for peerFrançois Guerraz1-19/+25
Only calculate the mtu automatically if the user has not set any
2022-07-08Merge branch 'fix-text-views-sometimes-missing'Albin6-104/+168
2022-07-08Fix texts missing/flickering sometimesAlbin6-104/+168
2022-07-08Merge branch 'disable-badge-for-tunnel-state'Albin4-2/+6
2022-07-08Update changelogAlbin1-0/+1
2022-07-08Disable badge for tunnel stateAlbin3-2/+5
2022-07-07Merge branch 'fix-skipped-welcome-view'Albin3-21/+24
2022-07-07Fix welcome view not showingAlbin3-21/+24
2022-07-07Merge branch 'relays-validate-ports'David Lönnhager19-822/+590
2022-07-07Implement functions for extracting relays in mullvad-api as methodsDavid Lönnhager1-108/+113
2022-07-07Adapt Android to new relay structureAlbin7-16/+29
2022-07-07Update unit tests to use shared endpoint dataDavid Lönnhager1-142/+34
2022-07-07Update GUI to handle new proto fileDavid Lönnhager3-80/+15
2022-07-07Update CLI to handle new relay typeDavid Lönnhager2-12/+5
2022-07-07Convert new relay message to and from protobufDavid Lönnhager2-4/+77
2022-07-07Add serialization and deserialization functions for google.protobuf.AnyDavid Lönnhager1-0/+19
2022-07-07Move shared endpoint data to the top of the relay listDavid Lönnhager8-497/+335
2022-07-07Merge branch 'win-fix-power-mgmt-queue'David Lönnhager2-8/+29
2022-07-07Fix app occasionally getting stuck in the offline state after being suspendedDavid Lönnhager2-8/+29