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

Delay on startup #6

Open
NathanBnm opened this issue Dec 2, 2019 · 3 comments
Open

Delay on startup #6

NathanBnm opened this issue Dec 2, 2019 · 3 comments
Labels
enhancement New feature or request Todo

Comments

@NathanBnm
Copy link
Contributor

NathanBnm commented Dec 2, 2019

Like you say in your README file, there is a delay before the app starts. I guess it's because it's retrieving licenses from the Web. I think you should add a loading view to your app while retrieving them.

@mirkobrombin
Copy link
Member

You got it. I don't have much development experience with Vala and I would like to explore the async topic.

@erazemk
Copy link

erazemk commented Mar 19, 2020

Since licences usually don't change (a version increment defines a new license), why not just store the licenses as a part of the application, which would additionally mean the app wouldn't need internet access to work.

@mirkobrombin
Copy link
Member

Since licences usually don't change (a version increment defines a new license), why not just store the licenses as a part of the application, which would additionally mean the app wouldn't need internet access to work.

It is an excellent and simple solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Todo
Projects
None yet
Development

No branches or pull requests

3 participants