[FEAT]: Attached the Updates page in the settings #20
Merged
Conversation
Contributor
|
[CHANGE LOG] 📋 Changelog updated for PR #20. 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/settings/main.py— Replaced three inline OTA rows (Version / Check Update / Install Update) with a single "Version" action row that opens the dedicated Updates app. Removed ~100 lines of OTA logic (_check_update,_install_update,_set_ota_status,_ota_safe) from Settings.apps/about/main.py— AddedBTN_Ahandler so pressing A on the About page launches the Updates app, matching the Settings → Version flow.apps/launcher/main.py— Added"updates"toDRAWER_HIDDENso the Updates tile doesn't clutter the drawer (reachable from Settings/About only).apps/store/main.py— New App Market tile: listsapps_market/catalogue, install/uninstall viaoreoOS.store, scrollable card UI with action chips.apps/store/__init__.py— New package init for the Market app.CONTRIBUTING.md— Documented theapps/(default-installed) vsapps_market/(opt-in) directory distinction and how deploy + Market interact.README.md— Updated app count to "14 default apps + an App Market", added App Market section with install/uninstall flow and programmatic API docs, reorganized tile grid.Checklist
=, no pathlib, no walrus in modules that ship to flashtools/deploy.pyDEPLOY list /tools/build_release.pySHIP_PATTERNS