Conversation
|
Good pull request! Just please be aware that this has already been fixed in #3204 |
|
"Thanks for the heads-up @LagradOst! I reviewed #3204—the new Compose UI and GithubViewModel refactor look great. The main enhancement in this PR (#3214) was implementing silent background pre-downloading (downloading the update APK quietly first, then prompting the user so clicking 'Update' triggers immediate installation without download wait-times). Since #3204 overhauls the updater architecture, I will close this PR and rebase/port the silent background pre-download & cached installation logic directly onto your #3204 Compose branch (GithubViewModel / ApkUpdater)." |
|
Thanks for the heads-up @LagradOst! I reviewed #3204—the new Compose UI and GithubViewModel refactor look really clean. The main intent behind this PR was introducing silent background pre-downloading (fetching the update APK quietly in the background first, so that when the update prompt is shown, clicking 'Update' installs immediately with zero download wait time). Since #3204 refactors the entire updater foundation, I will close this PR and port the silent background pre-download & cached install logic on top of your #3204 Compose branch. |
Summary
Improves the in-app update flow by pre-downloading update APKs quietly in the background and adding an in-app progress dialog during installation.
Key Changes
Verification