-
-
Notifications
You must be signed in to change notification settings - Fork 111
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
feat(windows): Online Update check stream update data 💽 #10042
feat(windows): Online Update check stream update data 💽 #10042
Conversation
Starts to refactor the online update check in Windows so that the results are stored to disk and can be checked at any time. This commit: * removes keepintouch frame * adds update frame * adds serialization of update check data * presents the serialized update check data in the update frame Online updates won't currently work.
User Test ResultsTest specification and instructions ERROR: user tests have not yet been defined |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Note: the 'SKUpdate_...' text will be replaced with the actual update description in a full build.
I assume these lines in the table are keyboards that have an update available?
Co-authored-by: Eberhard Beilharz <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Yes |
Just a note I think the "strings.xml" update must be missing from this check-in. It is needed for display the "Apply updates now" and the "Check for new updates". Also not sure which icon image is used for the windows update. I can add these quickly but thought I might mention it in the off chance @mcdurdin still has the update on his machine. |
I don't think I have them? I'm not 100% sure what you are looking for though? |
No problem I have added them on one of my branches. |
Fixes #10045
Relates to #10038.
Starts to refactor the online update check in Windows so that the results are stored to disk and can be checked at any time. This commit:
Online updates won't currently work, as more work is needed in follow-up PRs
Screenshots
When no update is available:
When updates are available:
Note: the 'SKUpdate_...' text will be replaced with the actual update description in a full build.
TODO