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

Improve LiveActivities #1107

Open
BPerlakiH opened this issue Feb 8, 2025 · 7 comments · Fixed by #1114 or #1126
Open

Improve LiveActivities #1107

BPerlakiH opened this issue Feb 8, 2025 · 7 comments · Fixed by #1114 or #1126
Assignees
Labels
Milestone

Comments

@BPerlakiH
Copy link
Collaborator

  • Change background fill for live activities to mach other widgets
  • Make sure long running download processes still updates the progress of the live activity
  • Use "guess-timated" values for progress if needed, to make the updates more smooth
@BPerlakiH BPerlakiH added the iOS label Feb 8, 2025
@BPerlakiH BPerlakiH added this to the 3.8.0 milestone Feb 8, 2025
@BPerlakiH BPerlakiH self-assigned this Feb 8, 2025
@kelson42
Copy link
Contributor

Still not fully fixed

@kelson42 kelson42 reopened this Feb 16, 2025
@kelson42
Copy link
Contributor

kelson42 commented Feb 28, 2025

@BPerlakiH I'm still missing a new approach to speed up liveactivities refresh rate

@kelson42
Copy link
Contributor

kelson42 commented Mar 1, 2025

We still have massive problems.

First one is that the progressbar are not in sync at-all, even after waiting 10s. See

Image

The second one is that when I clicked on the live activity, it opens Kiwix, but not the book which is currently downloading.

@BPerlakiH
Copy link
Collaborator Author

BPerlakiH commented Mar 1, 2025

Well, the progress bar is either going to be in sync with the amount, but won't move for 10sec, or moving constantly but not in sync with the amount...

I was thinking about it, and maybe it would be better to just replace it with a spinning progress indicator, so that it's visible that something is happening, that way we do not need to be precise exactly where it is, and could leave the amount (MB / GB) text updated every 10 sec, and leave the count down in as well.

@kelson42
Copy link
Contributor

kelson42 commented Mar 1, 2025

Well, the progress bar is either going to be in sync with the amount, but won't move for 10sec, or moving constantly but not in sync with the amount...

It is not in sync even after 10s waiting. It's not a sync problem, it is a computation problem.

@kelson42
Copy link
Contributor

kelson42 commented Mar 1, 2025

Well, the progress bar is either going to be in sync with the amount, but won't move for 10sec, or moving constantly but not in sync with the amount...

It is not in sync even after 10s waiting. It's not a sync problem, it is a computation problem.

Honestly I really don't care much how this is done, but it shoukd be obvious that such a screenshot is not acceptable. Any download I do showes basically "random" values.

Please comment-out this feature, update the changelog and proceed with the release.

@kelson42 kelson42 modified the milestones: 3.8.0, 3.9.0 Mar 1, 2025
@BPerlakiH
Copy link
Collaborator Author

Ok, I've removed it from 3.8.0:
#1130

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