| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-03-20 | Update buildserver-upload.sh | David Lönnhager | 2 | -12/+19 | |
| Changes: - Handle checksums recursively in the upload directory - Add 'desktop-downloader' platform for uploading installer-downloader | |||||
| 2025-03-20 | Add --upload flag to installer-downloader build script | David Lönnhager | 1 | -2/+59 | |
| This flag causes a signed build to be uploaded to app-build-linux | |||||
| 2025-03-20 | Merge branch 'rework-gradle-verification-lockfile' | David Göransson | 7 | -2977/+2501 | |
| 2025-03-20 | Update verification-metadata.keys.xml description | David Göransson | 1 | -20/+4 | |
| 2025-03-20 | Add new files to verify locked down flow | David Göransson | 1 | -0/+4 | |
| 2025-03-20 | Add github action to verify dependency keys | David Göransson | 1 | -8/+22 | |
| 2025-03-20 | Refresh all keys | David Göransson | 2 | -2644/+1364 | |
| 2025-03-20 | Update lockfile | David Göransson | 2 | -229/+938 | |
| 2025-03-20 | Update lockfile script | David Göransson | 2 | -100/+193 | |
| - Add the ability to refresh all keys - Add script to verify lockfile keys | |||||
| 2025-03-20 | Merge branch 'invalidate-cdn-cache-on-linux-repo-upload' | Linus Färnstrand | 2 | -0/+25 | |
| 2025-03-20 | Add purging of Bunny CDN cache upon uploading new linux repository | Linus Färnstrand | 2 | -0/+25 | |
| 2025-03-20 | Use thread rng to generate ed25519 secret | David Lönnhager | 1 | -2/+1 | |
| 2025-03-20 | Merge branch 'fix-node-mod-from-tmp' | David Lönnhager | 2 | -1/+2 | |
| 2025-03-20 | Update changelog | David Lönnhager | 1 | -0/+1 | |
| 2025-03-20 | Add node modules to asarUnpack on Windows | David Lönnhager | 1 | -1/+1 | |
| 2025-03-19 | Merge branch 'rename-win-shortcuts' | David Lönnhager | 21 | -48/+55 | |
| 2025-03-19 | Move shortcut code to own module in windows-utils | David Lönnhager | 2 | -182/+185 | |
| 2025-03-19 | Rename win-shortcuts to windows-utils | David Lönnhager | 20 | -38/+42 | |
| 2025-03-19 | Merge branch 'implement-openvpn-warnings-des-1583' | Markus Pettersson | 11 | -45/+420 | |
| 2025-03-19 | Update translations | Oliver | 1 | -0/+82 | |
| 2025-03-19 | Use NotificationSubtitle component in NotificationArea | Oliver | 2 | -52/+5 | |
| 2025-03-19 | Add NotificationSubtitle | Oliver | 1 | -0/+71 | |
| 2025-03-19 | Add open vpn notifications to NotificationArea | Oliver | 1 | -9/+23 | |
| 2025-03-19 | Add no vpn server available notification | Oliver | 2 | -0/+123 | |
| 2025-03-19 | Add open vpn support ending notification | Oliver | 2 | -0/+66 | |
| 2025-03-19 | Add remove open vpn blog to urls | Oliver | 1 | -0/+1 | |
| 2025-03-19 | Add navigate-external notification type | Oliver | 2 | -3/+18 | |
| 2025-03-19 | Support notification subtitles composed of multiple elements | Oliver | 3 | -23/+43 | |
| 2025-03-19 | Add open vpn deprecation warning to tunnel protocol selector | Oliver | 1 | -3/+33 | |
| 2025-03-19 | Merge branch 'split-metadata-handling-out-of-4-make-release-des-1852' | Joakim Hulthe | 3 | -78/+144 | |
| 2025-03-19 | Split publishing of metadata from 4-make-release | Joakim Hulthe | 3 | -78/+144 | |
| 2025-03-19 | Merge branch 'wg-fix-ipv6-mtu' | David Lönnhager | 5 | -7/+22 | |
| 2025-03-19 | Update changelog | David Lönnhager | 1 | -0/+3 | |
| 2025-03-19 | Set MTU on IPv6 interface for wireguard-nt only if IPv6 is enabled | David Lönnhager | 4 | -7/+19 | |
| 2025-03-19 | Merge branch 'improve-tv-ui-experience' | David Göransson | 51 | -345/+1027 | |
| 2025-03-19 | Update verification-metadata.xml | Kalle Lindström | 1 | -0/+117 | |
| 2025-03-19 | Update changelog | Kalle Lindström | 1 | -0/+2 | |
| 2025-03-19 | Improve TV connect screen UI | Kalle Lindström | 49 | -345/+908 | |
| - Implements the navigation rail design for Android TV - Implements the TV notification banner design - Adds two new Gradle modules: * tv: contains the Android TV specific Compose components (e.g. the NavigationDrawerTV component) * ui/compose: contains Compose-specific code that is needed by both the app module and the tv module. | |||||
| 2025-03-18 | Merge branch 'add-support-for-external-links-in-link-component-des-1826' | Markus Pettersson | 22 | -142/+154 | |
| 2025-03-18 | Refactor app specific logic in Link into ExternalLink and InternalLink | Oliver | 6 | -35/+77 | |
| 2025-03-18 | Use as prop for polymorphism in Text | Oliver | 15 | -110/+75 | |
| 2025-03-18 | Add polymorphic prop type | Oliver | 2 | -0/+5 | |
| 2025-03-18 | Merge branch 'forbid-implicit_clone-clippy-lint' | Linus Färnstrand | 16 | -134/+92 | |
| 2025-03-18 | Remove superfluous .to_vec()'s, and replace some with vec![] | Linus Färnstrand | 1 | -114/+74 | |
| 2025-03-18 | Replace to_owned with clone where that's implicitly what was going on | Linus Färnstrand | 9 | -15/+12 | |
| 2025-03-18 | Remove needsless cloning of objects | Linus Färnstrand | 4 | -5/+4 | |
| 2025-03-18 | Make the clippy::implicit_clone lint trigger a warning | Linus Färnstrand | 2 | -0/+2 | |
| These seem to be reasonable lints that somewhat help clean up the code a bit. | |||||
| 2025-03-18 | Merge branch ↵ | Jonatan Rhodin | 3 | -1/+169 | |
| 'add-ci-workflow-to-guarantee-reproducible-builds-over-time-droid-1675' | |||||
| 2025-03-18 | Add workflow to ensure reproducibility | Jonatan Rhodin | 3 | -1/+169 | |
| Co-Authored-By: Albin <albin@mullvad.net> | |||||
| 2025-03-18 | Merge branch 'reuse-test-manager-windows' | Markus Pettersson | 2 | -8/+27 | |
