BUG] Fix the apps sync over github and prepare entry for CLI #25
Merged
Conversation
Contributor
|
[CHANGE LOG] 📋 Changelog updated for PR #25. View changelog |
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.
Changes Made
apps/bt/main.py— Auto-starts a scan when BT is toggled on so nearby devices appear immediately; replaces stub "Pair queued" notification with realstart_pair()call and surfaces success/failure in the notification; contextual hint bar now shows "A=Connect" on a nearby device row vs "A=toggle" elsewhere.apps/store/main.py— Switcheditem["installed"]toitem.get("installed")to avoidKeyErroron catalogue entries that haven't had the flag back-filled yet.oreoOS/store.py— Removed stale module-level docstring; after eachrefresh(), stampsinstalledon every catalogue entry and prunes orphaned.pyicon files from the icons cache dir.oreoOS/config.py— BumpedVERSIONfromv1.4.26→v1.4.28.tools/deploy.py— Added--override=<csv>(and bare--overridedefaulting togallery,reader) flag that wipes named app trees on device before the push and drops their hash-cache entries so they get re-uploaded in the same run.Checklist
=, no pathlib, no walrus in modules that ship to flash