| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-03-05 | Do not serialize rollout if 1 | David Lönnhager | 1 | -0/+51 | |
| 2025-03-05 | Print reason for error | David Lönnhager | 4 | -8/+24 | |
| 2025-03-05 | Select random mirror for downloading | David Lönnhager | 3 | -2/+10 | |
| 2025-03-05 | Add improved error messages | David Lönnhager | 18 | -39/+418 | |
| Co-authored-by: Joakim Hulthe <joakim.hulthe@mullvad.net> | |||||
| 2025-03-05 | Add arrow to 'stable link' on Windows | David Lönnhager | 2 | -11/+55 | |
| 2025-03-05 | Implement beta downloader | David Lönnhager | 10 | -18/+217 | |
| 2025-03-05 | Add API client for mullvad-update | David Lönnhager | 10 | -220/+431 | |
| 2025-03-05 | Decouple download directory from mullvad-update | David Lönnhager | 7 | -82/+170 | |
| 2025-03-05 | Remove installer if verification fails | David Lönnhager | 1 | -1/+12 | |
| 2025-03-05 | Add launch step to installer downloader | David Lönnhager | 12 | -14/+98 | |
| 2025-03-05 | Set app download cache to a read-only directory | David Lönnhager | 9 | -8/+106 | |
| Notably, this means that the loader must run as a privileged user | |||||
| 2025-03-05 | Don't hide cancel button if download fails | David Lönnhager | 1 | -2/+0 | |
| 2025-03-05 | Always fail if there are duplicate versions | David Lönnhager | 1 | -14/+15 | |
| 2025-03-05 | Add improved API response parse tests | David Lönnhager | 9 | -5/+192 | |
| 2025-03-05 | Update version response format | David Lönnhager | 4 | -112/+149 | |
| 2025-03-05 | Test expired metadata | David Lönnhager | 3 | -8/+20 | |
| 2025-03-05 | Add documentation to mullvad-update format module | David Lönnhager | 1 | -0/+13 | |
| 2025-03-05 | Remove signature download step | David Lönnhager | 3 | -27/+1 | |
| 2025-03-05 | Add GHA workflow for regression testing installer-downloader size | David Lönnhager | 2 | -0/+112 | |
| 2025-03-05 | Add build script for installer-downloader | David Lönnhager | 1 | -0/+28 | |
| 2025-03-05 | Update test data | David Lönnhager | 3 | -93/+73 | |
| 2025-03-05 | Add mullvad-version-metadata tool | David Lönnhager | 10 | -246/+502 | |
| `format` was also updated to support signing | |||||
| 2025-03-05 | Implement version provider for API responses | David Lönnhager | 12 | -696/+394 | |
| This also replaces the PGP verifier with a SHA256 checksum verifier | |||||
| 2025-03-05 | Replace `AppDownloaderFactory` trait with `From` impl (#7606) | Sebastian Holmin | 3 | -46/+20 | |
| Small refactoring that replaces a custom trait with a `From` implementation. | |||||
| 2025-03-05 | Add initial web installer and upgrades scaffold | David Lönnhager | 38 | -103/+4658 | |
| 2025-03-05 | Fix relay list preparation | Albin | 1 | -3/+3 | |
| 2025-03-05 | Revert "Set debugSymbolLevel to full" | Albin | 1 | -1/+0 | |
| This reverts commit e96254b9b484f0411f50de5255487d3a4b15de5b. The commit was reverted due to it not producing the expected output. | |||||
| 2025-03-05 | Merge branch ↵ | Joakim Hulthe | 1 | -1/+1 | |
| 'fix-cargo-deny-action-failing-due-to-missing-musl-toolchain-des-1790' | |||||
| 2025-03-05 | Update cargo-deny github action to v2 | Joakim Hulthe | 1 | -1/+1 | |
| 2025-03-05 | Merge branch 'move-daita-warning-to-first-page-update-text-des-1693' | Markus Pettersson | 2 | -14/+32 | |
| 2025-03-05 | Update translations | Tobias Järvelöv | 1 | -1/+1 | |
| 2025-03-05 | Add TRANSLATORS comments to translation strings | Tobias Järvelöv | 1 | -0/+15 | |
| 2025-03-05 | Update DAITA warning | Tobias Järvelöv | 1 | -1/+4 | |
| Include info about latency, speed and battery being affected. | |||||
| 2025-03-05 | Move DAITA warning to top of first carousel page | Tobias Järvelöv | 1 | -13/+13 | |
| Also move the last text block of the first page to the second page to keep the pages similar in height. | |||||
| 2025-03-05 | Merge branch 'make-button-component-composable-des-1754' | Markus Pettersson | 14 | -105/+202 | |
| 2025-03-05 | Consolidate Button styles into styled component | Oliver | 1 | -55/+58 | |
| 2025-03-05 | Add ButtonBase | Oliver | 2 | -0/+13 | |
| 2025-03-05 | Make button composable | Oliver | 13 | -64/+145 | |
| 2025-03-05 | Merge branch 'fix-desktop-e2e-workflow' | Markus Pettersson | 4 | -17/+25 | |
| 2025-03-05 | Fix incorrectly named variable in `runner-image.sh` | Markus Pettersson | 1 | -2/+2 | |
| 2025-03-05 | Build binaries only if the target platform is Linux | Markus Pettersson | 1 | -0/+16 | |
| 2025-03-05 | Build `test-manager` before running (if necessary) | Markus Pettersson | 1 | -2/+2 | |
| 2025-03-05 | Fix `download_` functions not being sourced | Markus Pettersson | 1 | -0/+3 | |
| 2025-03-05 | Fix build of `mullvad-version` binary being gated on wrong condition | Markus Pettersson | 1 | -1/+0 | |
| 2025-03-05 | Remove unnecessary desktop e2e workflow step | Markus Pettersson | 1 | -7/+0 | |
| 2025-03-05 | Prepare Linux build container in desktop e2e workflow always | Markus Pettersson | 1 | -3/+0 | |
| 2025-03-05 | Fix run correct desktop e2e-script on Windows and macOS | Markus Pettersson | 1 | -2/+2 | |
| 2025-03-05 | Merge branch 'upload-native-debug-symbols-to-play-store-droid-1819' | Albin | 1 | -4/+1 | |
| 2025-03-05 | Set debugSymbolLevel to full | Kalle Lindström | 1 | -0/+1 | |
| 2025-03-05 | Revert "Remove debug symbols for aab bundles" | Kalle Lindström | 1 | -4/+0 | |
| We want to include the symbol files in the aab archive as this will enable us to see symbolized stack traces in the play console. This reverts commit ca687173e28a4b9acf69b1b99e9ee83da9ebd40a. | |||||
