Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add UI to the updater process #39

Open
kkozmic opened this issue Aug 27, 2013 · 5 comments
Open

Add UI to the updater process #39

kkozmic opened this issue Aug 27, 2013 · 5 comments

Comments

@kkozmic
Copy link

kkozmic commented Aug 27, 2013

The problem is running updater takes a couple of seconds in my case.

During that time the main application is inaccessible, but since it's taking a while the users might want to relaunch it, thinking something has failed, and that it should have re-launched by now.

Having some sort of (other than the console) UI (A progress bar + some text saying "update in progress") would help.

@synhershko
Copy link
Owner

We might be able to remove the need for the external Updater entirely - would be a better solution

@kkozmic
Copy link
Author

kkozmic commented Aug 27, 2013

Agreed
On 27/08/2013 10:20 PM, "Itamar Syn-Hershko" [email protected]
wrote:

We might be able to remove the need for the external Updater entirely -
would be a better solution


Reply to this email directly or view it on GitHubhttps://github.com//issues/39#issuecomment-23331127
.

@robinwassen
Copy link
Collaborator

Any updates on this?

@synhershko
Copy link
Owner

I'm afraid I don't have enough time to work on this at the moment, PRs welcome

@robinwassen robinwassen changed the title Updater UI Add UI to the updater process Oct 25, 2015
@absinghal
Copy link

absinghal commented Mar 28, 2017

We are facing a similar issue and I propose the following solution:

Instead of adding UI, we can add callbacks to which the calling application should hook and display UI. This works perfectly during the checking, preparing and applying phases. The calling application is shut down only during cold update, which is typically a small part of the overall update process.

Can submit a pull request if the idea seems OK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants