The Add-on Store no longer fails to reopen after an add-on installation and before NVDA restart#19901
Merged
SaschaCowley merged 2 commits intonvaccess:betafrom Apr 9, 2026
Merged
Conversation
…nd before NVDA restart
Contributor
Author
|
I have opened this PR against beta. And should I add an item in the change for developers (depending if it is considered API-breaking)... |
seanbudd
previously approved these changes
Apr 7, 2026
Member
|
I think it should be considered API breaking and a warning should happen for the highest level public classes which inherit ( |
seanbudd
approved these changes
Apr 9, 2026
Contributor
Author
|
Thanks. In the first place, why have we made public classe inherit from private ones? This makes API checking more difficult... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Link to issue number:
Fixes #19900
Summary of the issue:
After an add-on had been installed and the Store closed, the Store could not be reopened until NVDA was restarted.
Description of user facing changes:
The Add-on Store can now be reopened after an add-on has been installed, even before NVDA has been restarted.
For add-ons pending install, the install date is not provided since the installation is completed after NVDA has restarted.
Add-ons without install date are sorted after all other add-ons.
Description of developer facing changes:
N/A
Description of development approach:
_AddonManifestModel.installDatenow returnsNoneif the add-on is not completely installed; take this into account when using this value.installDateisNone, usedatetime.maxto sort the add-on after all other ones.Testing strategy:
Manual tests:
Known issues with pull request:
None
Code Review Checklist: