summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2025-04-28Add waitForRoute utilityTobias Järvelöv1-0/+17
2025-04-28Ensure currentRoute only executes js when window is foundTobias Järvelöv1-7/+13
2025-04-28Add max width to Lang and LayoutOskar2-0/+2
2025-04-28Remove WillExit component and useWillExit hookOskar3-36/+5
These will no longer be needed when we switch to the ViewTransition API for view transitions. It feels unnecessary to merge a suboptimal solution in the meanwhile.
2025-04-28Adjust components to new transition systemOskar13-59/+64
2025-04-28Replace TransitionContainer with ViewTransition APIOskar2-445/+41
2025-04-28Implement transitions with ViewTransition APIOskar6-53/+182
2025-04-28Merge branch 'create-an-e2e-test-for-device-management-droid-1952'Albin5-2/+66
2025-04-28Add mock api test for manage devices screenKalle Lindström5-2/+66
2025-04-28Merge branch 'use-mullvad-api-to-implement-a-devicehandling-ios-1103'Bug Magnet14-102/+883
2025-04-28Implement DeviceProxy to use Mullvad APImojganii14-102/+883
2025-04-25Merge branch ↵Jon Petersson9-21/+51
'convert-the-checkboxes-to-match-the-design-source-of-truth-ios-1135'
2025-04-24Fix checkbox appearance on iOSSteffen Ernst9-21/+51
2025-04-24Merge branch 'expose-transport-selector-to-mullvad-api-ios-1042'Bug Magnet58-224/+1408
2025-04-24Expose TransportSelector to mullvad-iosJon Petersson58-224/+1408
2025-04-24Merge branch 'remove-same-ip-logging'David Lönnhager1-27/+1
2025-04-24Remove same-IP loggingDavid Lönnhager1-27/+1
2025-04-24Merge branch 'replace-gulp-and-browserify-des-1728'Markus Pettersson19-9369/+188
2025-04-24Update package-lock.jsonTobias Järvelöv1-9030/+23
2025-04-24Print the name of the produced test executable when completedTobias Järvelöv1-1/+3
2025-04-24Remove gulp and browserify dependenciesTobias Järvelöv1-8/+0
As well as dependencies only used in the gulp & browserify build, namely: - tsc-watch - vinyl-buffer - vinyl-source-stream
2025-04-24Remove linting config for removed gulp-related filesTobias Järvelöv1-1/+1
2025-04-24Remove displayName for exports in tasks/distribution.jsTobias Järvelöv1-4/+0
This was only used in the now removed gulp build
2025-04-24Remove entry point for old gulp buildTobias Järvelöv1-1/+0
2025-04-24Remove old gulp build filesTobias Järvelöv5-317/+0
These have been replaced by the vite build and are not in use anymore.
2025-04-24Replace gulp command with npm script to build standaloneTobias Järvelöv1-1/+1
2025-04-24Add npm script build:standaloneTobias Järvelöv1-0/+1
2025-04-24Replace gulp in npm scripts with the equivalent task scriptTobias Järvelöv1-6/+6
2025-04-24Add task to package build for WindowsTobias Järvelöv1-0/+3
2025-04-24Add task to package build for Mac OSTobias Järvelöv1-0/+3
2025-04-24Add task to package build for LinuxTobias Järvelöv1-0/+3
2025-04-24Add task to build the standalone buildTobias Järvelöv1-0/+21
2025-04-24Add task to build a test buildTobias Järvelöv1-0/+9
2025-04-24Add task to build a production buildTobias Järvelöv1-0/+9
2025-04-24Add build utilities used by tasksTobias Järvelöv1-0/+39
2025-04-24Add utilities used by tasksTobias Järvelöv1-0/+66
2025-04-24Merge branch 'investigate-and-fix-issue-with-openvpn-warning-being-des-2046'Markus Pettersson3-11/+64
2025-04-24Remove language from URL pathTobias Järvelöv1-1/+1
The language should not be specified as it will be handled by the server. The server will redirect the user to the final URL based on the language their browser sends in the Accept-Language header.
2025-04-24Ensure OpenVPN ending notification only displays for associated relaysTobias Järvelöv2-10/+63
The notification should only be displayed if the user has selected a bridge or openvpn relay.
2025-04-24Merge branch 'add-google-play-file-pot-file'Jonatan Rhodin2-0/+143
2025-04-24Add russian translation for google play descriptionJonatan Rhodin1-0/+77
2025-04-24Add google_play.pot file to localesJonatan Rhodin1-0/+66
2025-04-23Merge branch 'changelog'Joakim Hulthe1-0/+1
2025-04-23Add changelog entry about default route grace timeJoakim Hulthe1-0/+1
2025-04-23Merge branch 'macos-ipv6-dissapearing-route'Joakim Hulthe7-316/+828
2025-04-23Compare routes by interface_index instead of link addrJoakim Hulthe1-19/+21
2025-04-23Handle changes to best default route betterJoakim Hulthe6-276/+698
2025-04-23Implement Debug for RouteSocketAddress manuallyJoakim Hulthe1-1/+35
2025-04-23Ensure that default route still exist on route eventsJoakim Hulthe1-17/+72
2025-04-23Rename _err to _would_blockJoakim Hulthe1-1/+1