mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-26 11:35:47 +03:00
[GH-ISSUE #156] Installing new version after update notification blocks UI #620
Labels
No labels
1.0
1.0
1.0
2.0
Feature
Feature request
Google
Google Calendar
async
attachement
auto-migrated
auto-migrated
auto-migrated
bug
critical
enhancement
help wanted
implemented
pull-request
solved
solved
sourceforge
sourceforge
sourceforge
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/outlookcaldavsynchronizer#620
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gmta on GitHub (Aug 20, 2016).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/156
Whenever a new update of Outlook CalDAV synchronizer is released, an update window is shown with an "Install new version" button. If I click that, the UI hangs for a few seconds - presumably while downloading the installer - before proceeding with the setup. It would be better to show a progress bar or a spinner instead of locking up the UI.
@aluxnimm commented on GitHub (Aug 20, 2016):
downloading 3mb shouldn't take that long but you are right of course.
@gmta commented on GitHub (Aug 20, 2016):
It shouldn't, but it still takes anywhere between 3 and 6 seconds for me :)
@aluxnimm commented on GitHub (Aug 22, 2016):
Implemented async download with progressBar in
dd7640b502