| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-05-28 | Evaluate AppUpgrade event type directly instead of using hook | Tobias Järvelöv | 2 | -5/+7 | |
| 2025-05-28 | Replace use of fallback value with last progress from Redux | Tobias Järvelöv | 4 | -11/+11 | |
| 2025-05-28 | Set lastProgress as required and make its default 0 | Tobias Järvelöv | 1 | -2/+2 | |
| 2025-05-28 | Add check that path exists before trying to start installer | Tobias Järvelöv | 1 | -22/+58 | |
| Otherwise abort the process and emit an error. | |||||
| 2025-05-28 | Update conditions for displaying download complete message | Tobias Järvelöv | 1 | -1/+1 | |
| Only show the the download complete message when a verified installer exists and the upgrade has not been invoked yet. | |||||
| 2025-05-28 | Send AppUpgrade error message before sending event | Tobias Järvelöv | 1 | -1/+1 | |
| 2025-05-28 | Make "Update available" system notification navigate to upgrade route | Tobias Järvelöv | 1 | -3/+3 | |
| 2025-05-28 | Make notification action conditionally navigate to AppUpgrade route | Tobias Järvelöv | 1 | -13/+28 | |
| If an upgrade exists then the user can upgrade from within the app, rather than visiting the website to download an installer. | |||||
| 2025-05-28 | Pass suggestedUpgrade to unsupported notification provider | Tobias Järvelöv | 1 | -0/+1 | |
| 2025-05-28 | Update unsupported version notification to receive suggestedUpgrade | Tobias Järvelöv | 1 | -0/+2 | |
| 2025-05-28 | Update class in test with new methods from implementation | Tobias Järvelöv | 1 | -0/+4 | |
| 2025-05-28 | Add handling of 'navigate-internal' system notification action | Tobias Järvelöv | 1 | -2/+11 | |
| 2025-05-28 | Add 'navigate-internal' SystemNotificationAction | Tobias Järvelöv | 1 | -8/+17 | |
| 2025-05-28 | Add listener and handler for app-openRoute | Tobias Järvelöv | 1 | -0/+6 | |
| 2025-05-28 | Add method for dispatching app-openRoute messages | Tobias Järvelöv | 1 | -0/+4 | |
| 2025-05-28 | Add app-openRoute to IPC schema | Tobias Järvelöv | 1 | -0/+1 | |
| 2025-05-28 | Update import path for routes | Tobias Järvelöv | 66 | -65/+66 | |
| 2025-05-28 | Move routes to shared folder | Tobias Järvelöv | 1 | -0/+0 | |
| 2025-05-28 | Update system notifications to use 'navigate-external' type | Tobias Järvelöv | 4 | -14/+22 | |
| 2025-05-28 | Update notification controller to expect 'navigate-external' actions | Tobias Järvelöv | 1 | -3/+3 | |
| For system notifications all notifications should now use the 'navigate-external' type instead of 'open-url'. | |||||
| 2025-05-28 | Replace 'open-url' with 'navigate-external' for SystemNotificationAction | Tobias Järvelöv | 1 | -4/+6 | |
| 2025-05-28 | Rename NotificationAction to SystemNotificationAction | Tobias Järvelöv | 2 | -4/+4 | |
| 2025-05-28 | Remove NotificationAction from InAppNotificationAction | Tobias Järvelöv | 1 | -1/+0 | |
| The system notifications and in app notifications should no longer use the same types. | |||||
| 2025-05-28 | Update click handling to expect 'navigate-external' action types | Tobias Järvelöv | 1 | -5/+5 | |
| For in app notifications all notifications should now use the 'navigate-external' type instead of 'open-url'. | |||||
| 2025-05-28 | Migrate in app notifications to use 'navigate-external' action type | Tobias Järvelöv | 2 | -3/+11 | |
| 2025-05-28 | Expand navigate-external link props to include withAuth | Tobias Järvelöv | 1 | -1/+1 | |
| 2025-05-28 | Add support to external links to open with auth | Tobias Järvelöv | 1 | -3/+8 | |
| 2025-05-28 | Update translations | Tobias Järvelöv | 1 | -7/+3 | |
| 2025-05-28 | Remove specific error message when error count is exceeded | Tobias Järvelöv | 1 | -10/+0 | |
| We always want to show the error message based on the AppUpgrade error value now that the Manual download link includes parts of this text. | |||||
| 2025-05-28 | Update test to handle changes to manual download fallback | Tobias Järvelöv | 2 | -7/+6 | |
| It is now a link and has different copy. | |||||
| 2025-05-28 | Remove conditional display of RetryButton | Tobias Järvelöv | 1 | -1/+2 | |
| It should always be shown. | |||||
| 2025-05-28 | Refactor ManualDownload from Button to Link | Tobias Järvelöv | 4 | -33/+28 | |
| - Convert from button to link - Update copy | |||||
| 2025-05-28 | Rename ManualDownloadButton to ManualDownloadLink | Tobias Järvelöv | 10 | -17/+17 | |
| 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 | 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 | 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 | |
