summaryrefslogtreecommitdiffhomepage
path: root/desktop
AgeCommit message (Collapse)AuthorFilesLines
2025-05-28Add minor format and refactorTobias Järvelöv1-2/+4
2025-05-28Use new values for AppUpgrade eventTobias Järvelöv1-6/+9
To flag whether the installer is started manually or automatically
2025-05-28Rename AppUpgrade function to conform to naming standardsTobias Järvelöv1-3/+3
2025-05-28Handle new values for AppUpgrade eventTobias Järvelöv1-1/+3
2025-05-28Handle removal of AppUpgradeError valueTobias Järvelöv2-23/+9
START_INSTALLER_AUTOMATIC_FAILED has been removed
2025-05-28Remove unused AppUpgrade hooksTobias Järvelöv4-49/+0
2025-05-28Handle AppUpgrade error when installer fails to startTobias Järvelöv1-3/+35
2025-05-28Handle case when installer fails after it was startedTobias Järvelöv2-1/+39
2025-05-28Update translators commentTobias Järvelöv1-1/+2
2025-05-28Handle new values for AppUpgrade eventTobias Järvelöv1-1/+15
2025-05-28Handle removal of AppUpgradeError valueTobias Järvelöv1-3/+1
2025-05-28Update logic for when to show AppUpgrade in progress notificationTobias Järvelöv2-6/+10
Replace use of AppUpgrade in progress hook with helper
2025-05-28Refactor AppUpgrade view to simplify UI logicTobias Järvelöv135-596/+743
2025-05-28Handle removal of AppUpgradeError valueTobias Järvelöv1-7/+0
The START_INSTALLER_AUTOMATIC_FAILED has been removed
2025-05-28Add helper to convert from AppUpgrade event to stepTobias Järvelöv2-0/+26
2025-05-28Add AppUpgradeStep typeTobias Järvelöv1-0/+1
2025-05-28Remove AppUpgradeError for automatic start of installer failingTobias Järvelöv1-5/+2
2025-05-28Update AppUpgradeEventStatus typesTobias Järvelöv1-8/+18
Add manual and automatic statuses
2025-05-28Add /inapp flag to in-app upgrade launcherDavid Lönnhager1-1/+2
2025-05-28Replace waitForNavigation with waitForRoute in App upgrade E2E testTobias Järvelöv1-5/+7
2025-05-28Handle new return format of useAppUpgradeLastProgressTobias Järvelöv1-1/+1
2025-05-28Update return format to conform to conventionsTobias Järvelöv1-1/+5
2025-05-28Use ReduxAction for reducer action typeTobias Järvelöv1-2/+2
2025-05-28Add AppUpgradeAction to ReduxActionTobias Järvelöv1-1/+2
2025-05-28Skip AppUpgrade test on LinuxTobias Järvelöv1-0/+4
2025-05-28Restart app between each describe test blockTobias Järvelöv1-11/+29
2025-05-28Add missing AppUpgrade events to testsTobias Järvelöv1-0/+2
2025-05-28Remove erroneous conditionTobias Järvelöv1-3/+0
Progressbar should be visible
2025-05-28Simplify IPC usage and extract reusable code to a separate fileTobias Järvelöv2-178/+188
2025-05-28Move app upgrade test to its own folderTobias Järvelöv1-3/+3
2025-05-28Refactor app upgrade tests to improve structureOliver1-291/+278
2025-05-28Add AppUpgrade testTobias Järvelöv1-0/+361
2025-05-28Refactor location state options to use objectsOliver3-4/+10
2025-05-28Adjust spacing between visual element and labelOliver4-4/+4
2025-05-28Remove conditional rendering app upgrade label and progressOliver1-9/+3
2025-05-28Use last progress as fallback valueOliver1-1/+5
2025-05-28Set last progress when receiving download progress eventsOliver1-0/+4
2025-05-28Add hook to access last progressOliver2-0/+6
2025-05-28Add set last progress actions and reducersOliver2-1/+20
2025-05-28Disable app upgrade download progress if download is stoppedOliver4-3/+18
2025-05-28Show download progress if upgrade has initiatedOliver1-10/+5
2025-05-28Remove connection block check from UpdateAvailableListItemOliver1-3/+2
2025-05-28Allow Progress to grow and shrinkOliver1-1/+1
2025-05-28Remove listener on child process when exit or error is emittedTobias Järvelöv1-2/+2
2025-05-28Update how installer is spawned on windowsTobias Järvelöv1-3/+8
2025-05-28Hide Install button on AppUpgrade for most errorsTobias Järvelöv1-10/+19
If we have an error we want to hide the install button until the error has been handled, however if the error is for failing to automatically start the installer then we can show the Install button.
2025-05-28Update logic for when Cancel button should be displayedTobias Järvelöv1-7/+3
2025-05-28Enable Cancel button when download is initiatedTobias Järvelöv1-0/+1
2025-05-28Send AppUpgrade exit event if installer fails to startTobias Järvelöv1-0/+3
2025-05-28Add hook to return if app upgrade is preparingTobias Järvelöv2-0/+17