| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-05-28 | Update App Upgrade redux namespace to add reset error action/reducer | Tobias Järvelöv | 2 | -0/+15 | |
| 2025-05-28 | Update translations | Tobias Järvelöv | 1 | -0/+124 | |
| 2025-05-28 | Add app-upgrade route | Tobias Järvelöv | 2 | -1/+3 | |
| 2025-05-28 | Add app-upgrade view | Tobias Järvelöv | 71 | -0/+875 | |
| 2025-05-28 | Add app-upgrade-view localization context | Tobias Järvelöv | 1 | -1/+2 | |
| 2025-05-28 | Update AppUpgrade hooks to handle new value for AppUpgradeError | Tobias Järvelöv | 2 | -3/+16 | |
| 2025-05-28 | Add new value for AppUpgradeError type | Tobias Järvelöv | 1 | -1/+4 | |
| START_INSTALLER_AUTOMATIC_FAILED should be used when the app evaluted whether start the installer automatically, but the conditions were not right for it to start automatically. | |||||
| 2025-05-28 | Refactor hook useShouldAppUpgradeInstallManually | Tobias Järvelöv | 1 | -17/+18 | |
| Make the conditions' relationships more explicit by refactoring early returns into if/else. | |||||
| 2025-05-28 | Update AppUpgrade in progress hook to use AppUpgrade pending hook | Tobias Järvelöv | 1 | -16/+4 | |
| 2025-05-28 | Add hook to determine if AppUpgrade is pending | Tobias Järvelöv | 2 | -0/+18 | |
| 2025-05-28 | Add AppUpgrade hook to determine if upgrade has been initiated | Tobias Järvelöv | 2 | -0/+10 | |
| 2025-05-28 | Set error when update installer cannot be started automatically | Tobias Järvelöv | 1 | -2/+7 | |
| 2025-05-28 | Update AppUpgrade start installer logic to use Electron function | Tobias Järvelöv | 1 | -6/+6 | |
| 2025-05-28 | Update eslint config to ignore build-standalone folder | Tobias Järvelöv | 1 | -1/+1 | |
| 2025-05-28 | Update Dot component to use min-* rule for width/height | Tobias Järvelöv | 1 | -2/+2 | |
| To ensure proper size when used inside a flex parent. | |||||
| 2025-05-28 | Update usePushAppUpgrade history hook to use correct route | Tobias Järvelöv | 1 | -2/+2 | |
| It didn't exist when the hook was added, but it exists now. | |||||
| 2025-05-28 | Add usePushProblemReport history hook | Tobias Järvelöv | 2 | -0/+22 | |
| 2025-05-28 | Sort exports in history hooks | Tobias Järvelöv | 1 | -1/+1 | |
| 2025-05-28 | Update daemon ownership check for Mac OS | Tobias Järvelöv | 1 | -2/+6 | |
| On Mac OS the daemon socket is owned by root as the user and daemon as the group. Their ids are: root: 0 daemon: 1 | |||||
| 2025-05-28 | Refactor changelog view | Tobias Järvelöv | 3 | -14/+6 | |
| - Add component to display "No changes for this platform" - Reuse ChangeLogList component - Reuse global redux selector hooks - Move logic into hooks | |||||
| 2025-05-28 | Use suggested upgrade version property | Oliver | 1 | -1/+1 | |
| 2025-05-28 | Update translations | Tobias Järvelöv | 1 | -0/+3 | |
| 2025-05-28 | Refactor changelog view | Tobias Järvelöv | 9 | -31/+69 | |
| - Add component to display "No changes for this platform" - Reuse ChangeLogList component - Reuse global redux selector hooks - Move logic into hooks | |||||
| 2025-05-28 | Add translators note | Tobias Järvelöv | 1 | -2/+14 | |
| Also pass in h1 tag as a simple double quoted string | |||||
| 2025-05-28 | Add a changelog list component | Tobias Järvelöv | 2 | -0/+31 | |
| 2025-05-28 | Add hook for userinterface changelog | Tobias Järvelöv | 2 | -0/+8 | |
| 2025-05-28 | Rename files to fix incorrect extension (tsx -> ts) | Tobias Järvelöv | 2 | -0/+0 | |
| 2025-05-28 | Update test to handle change to suggestedUpgrade changelog | Tobias Järvelöv | 1 | -0/+1 | |
| The suggestedUpgrade.changelog property is no longer optional in the proto file. | |||||
| 2025-05-28 | Use gRPC to AppVersionInfo converter | Tobias Järvelöv | 2 | -2/+5 | |
| 2025-05-28 | Add converter for gRPC to IAppVersionInfo | Tobias Järvelöv | 1 | -0/+19 | |
| We want to parse the changelog for the new version in the same way we do it for the changelog we bundle with each release. | |||||
| 2025-05-28 | Update suggestedUpgrade changelog property as required | Tobias Järvelöv | 1 | -1/+1 | |
| The proto file has been updated and the changelog field is no longer optional there, so we should reflect that in our types as well. | |||||
| 2025-05-28 | Reuse IChangelog type for suggested upgrade changelog | Tobias Järvelöv | 1 | -1/+3 | |
| 2025-05-28 | Fix hide in-app upgrade errors on some platforms | Markus Pettersson | 2 | -9/+13 | |
| Linux and Android does not have the in-app upgrade feature, thus exposing the errors related to that feature does not make any sense. | |||||
| 2025-05-28 | Update `test/Cargo.lock` | Markus Pettersson | 1 | -0/+1 | |
| 2025-05-28 | Implement new version check and app downloader | David Lönnhager | 20 | -439/+1402 | |
| This also fixes 'latest_beta' being required in the API Co-authored-by: Sebastian Holmin <sebastian.holmin@mullvad.net> Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net> | |||||
| 2025-05-28 | Make bin_path public | David Lönnhager | 1 | -1/+1 | |
| 2025-05-28 | Add skeleton for missing gRPC functions in `mullvad-daemon` | Markus Pettersson | 1 | -0/+19 | |
| 2025-05-28 | Make mullvad-version build on iOS and other unsupported targets | David Lönnhager | 3 | -121/+146 | |
| 2025-05-28 | Verify ownership of daemon before registering listeners | Tobias Järvelöv | 1 | -0/+4 | |
| 2025-05-28 | Add logic to verify ownership of socket/named pipe | Tobias Järvelöv | 1 | -0/+18 | |
| 2025-05-28 | Add new constant to use DAEMON_RPC_PATH without prefix | Tobias Järvelöv | 1 | -2/+4 | |
| 2025-05-28 | Add Linux support for update download handling | Oliver | 5 | -4/+35 | |
| 2025-05-28 | Add useVersionSuggestedIsBetaHook | Oliver | 2 | -0/+6 | |
| 2025-05-28 | Add animation for UpdateAvailableListItem entering | Oliver | 1 | -11/+16 | |
| 2025-05-28 | Update animation component to allow passing multiple animations | Oliver | 12 | -46/+208 | |
| 2025-05-28 | Allow ListItem to grow and shrink by default | Oliver | 1 | -1/+1 | |
| 2025-05-28 | Rename ListItemText props type | Oliver | 1 | -2/+2 | |
| 2025-05-28 | Update translations | Oliver | 1 | -0/+96 | |
| 2025-05-28 | Add app upgrade available notification | Oliver | 3 | -41/+109 | |
| 2025-05-28 | Add app upgrade ready notification | Oliver | 3 | -1/+70 | |
