| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-05-28 | Do not disable progress bar if update is already downloaded | Tobias Järvelöv | 1 | -1/+10 | |
| 2025-05-28 | Adjust Split tunneling list item position in Settings view | Tobias Järvelöv | 1 | -7/+8 | |
| 2025-05-28 | Update test after copy changes | Tobias Järvelöv | 1 | -4/+2 | |
| 2025-05-28 | Update translations | Tobias Järvelöv | 1 | -15/+15 | |
| 2025-05-28 | Update translation strings | Tobias Järvelöv | 2 | -6/+6 | |
| The UX designers wanted to tweak the error messages after a QA session. | |||||
| 2025-05-28 | Fix translation file | Sebastian Holmin | 1 | -4/+0 | |
| 2025-05-28 | Fix run-function link color not being white | Tobias Järvelöv | 1 | -2/+5 | |
| 2025-05-28 | Add download timeout and retry logic (#8149) | Sebastian Holmin | 6 | -31/+179 | |
| * Add timeout to download * Retry failed downloads on network errors Previously, the download would either fail immediately or hang indefinitely if when the user e.g. changed their tunnel state. * Fix progress when resuming download * Import thiserror on all platforms * Add to installer downloader changelog | |||||
| 2025-05-28 | Refactor footer selection into object | Oliver | 1 | -24/+11 | |
| 2025-05-28 | Refactor app upgrade footer to height animation | Oliver | 3 | -11/+36 | |
| 2025-05-28 | Add useMeasure hook | Oliver | 2 | -0/+38 | |
| 2025-05-28 | Update translations | Tobias Järvelöv | 1 | -1/+1 | |
| 2025-05-28 | Add period at the end of sentence | Tobias Järvelöv | 1 | -1/+1 | |
| 2025-05-28 | Use correct button when blocked in the initial state | Tobias Järvelöv | 1 | -7/+5 | |
| 2025-05-28 | Always reset to `HasVersion` on new version | Sebastian Holmin | 2 | -46/+14 | |
| 2025-05-28 | Add `SuggestedUpgrade` gRPC mapper type | Markus Pettersson | 1 | -1/+1 | |
| 2025-05-28 | Update translations | Tobias Järvelöv | 1 | -15/+56 | |
| 2025-05-28 | Adjust E2E test to follow changes to implementation | Tobias Järvelöv | 2 | -42/+72 | |
| 2025-05-28 | Show progress bar as completed on installer failed AppUpgrade error | Tobias Järvelöv | 1 | -1/+5 | |
| 2025-05-28 | Reset app upgrade state if suggested upgrade changes | Tobias Järvelöv | 1 | -0/+11 | |
| 2025-05-28 | Add minor format and refactor | Tobias Järvelöv | 1 | -2/+4 | |
| 2025-05-28 | Use new values for AppUpgrade event | Tobias Järvelöv | 1 | -6/+9 | |
| To flag whether the installer is started manually or automatically | |||||
| 2025-05-28 | Rename AppUpgrade function to conform to naming standards | Tobias Järvelöv | 1 | -3/+3 | |
| 2025-05-28 | Handle new values for AppUpgrade event | Tobias Järvelöv | 1 | -1/+3 | |
| 2025-05-28 | Handle removal of AppUpgradeError value | Tobias Järvelöv | 2 | -23/+9 | |
| START_INSTALLER_AUTOMATIC_FAILED has been removed | |||||
| 2025-05-28 | Remove unused AppUpgrade hooks | Tobias Järvelöv | 4 | -49/+0 | |
| 2025-05-28 | Handle AppUpgrade error when installer fails to start | Tobias Järvelöv | 1 | -3/+35 | |
| 2025-05-28 | Handle case when installer fails after it was started | Tobias Järvelöv | 2 | -1/+39 | |
| 2025-05-28 | Update translators comment | Tobias Järvelöv | 1 | -1/+2 | |
| 2025-05-28 | Handle new values for AppUpgrade event | Tobias Järvelöv | 1 | -1/+15 | |
| 2025-05-28 | Handle removal of AppUpgradeError value | Tobias Järvelöv | 1 | -3/+1 | |
| 2025-05-28 | Update logic for when to show AppUpgrade in progress notification | Tobias Järvelöv | 2 | -6/+10 | |
| Replace use of AppUpgrade in progress hook with helper | |||||
| 2025-05-28 | Refactor AppUpgrade view to simplify UI logic | Tobias Järvelöv | 135 | -596/+743 | |
| 2025-05-28 | Handle removal of AppUpgradeError value | Tobias Järvelöv | 1 | -7/+0 | |
| The START_INSTALLER_AUTOMATIC_FAILED has been removed | |||||
| 2025-05-28 | Add helper to convert from AppUpgrade event to step | Tobias Järvelöv | 2 | -0/+26 | |
| 2025-05-28 | Add AppUpgradeStep type | Tobias Järvelöv | 1 | -0/+1 | |
| 2025-05-28 | Remove AppUpgradeError for automatic start of installer failing | Tobias Järvelöv | 1 | -5/+2 | |
| 2025-05-28 | Update AppUpgradeEventStatus types | Tobias Järvelöv | 1 | -8/+18 | |
| Add manual and automatic statuses | |||||
| 2025-05-28 | Add /inapp flag to in-app upgrade launcher | David Lönnhager | 1 | -1/+2 | |
| 2025-05-28 | Show appropriate message if in-app upgrade fails on Windows | David Lönnhager | 1 | -1/+22 | |
| 2025-05-28 | Minor fix | Sebastian Holmin | 1 | -4/+5 | |
| 2025-05-28 | Clean up upgrades download directory on daemon startup | David Lönnhager | 2 | -0/+24 | |
| 2025-05-28 | Add tests for in app upgrade tests in daemon (#8015) | Sebastian Holmin | 11 | -295/+888 | |
| Also add check for metadata version | |||||
| 2025-05-28 | Replace waitForNavigation with waitForRoute in App upgrade E2E test | Tobias Järvelöv | 1 | -5/+7 | |
| 2025-05-28 | Handle new return format of useAppUpgradeLastProgress | Tobias Järvelöv | 1 | -1/+1 | |
| 2025-05-28 | Update return format to conform to conventions | Tobias Järvelöv | 1 | -1/+5 | |
| 2025-05-28 | Use ReduxAction for reducer action type | Tobias Järvelöv | 1 | -2/+2 | |
| 2025-05-28 | Add AppUpgradeAction to ReduxAction | Tobias Järvelöv | 1 | -1/+2 | |
| 2025-05-28 | Skip AppUpgrade test on Linux | Tobias Järvelöv | 1 | -0/+4 | |
| 2025-05-28 | Restart app between each describe test block | Tobias Järvelöv | 1 | -11/+29 | |
