Add continuous monitoring for pre-lock conditions#270
Open
marcoscaceres wants to merge 6 commits into
Open
Conversation
- Added monitoring step in 'apply orientation lock' algorithm - Ensures pre-lock conditions (fullscreen, installed app status) are continuously checked - Automatically runs 'fully unlock' steps when conditions no longer hold - Provides general catch-all beyond existing Fullscreen API integration - Improves user experience and security by preventing stale orientation locks Fixes #243
Contributor
There was a problem hiding this comment.
Pull Request Overview
Adds a continuous monitoring step to the “apply orientation lock” algorithm so that pre-lock conditions are re-checked and the orientation lock is fully unlocked when those conditions cease to hold. This aims to prevent stale orientation locks outside of the Fullscreen API hooks.
- Add a monitoring step to run “fully unlock” when pre-lock conditions no longer hold
- Integrate the step to run in parallel with the algorithm’s processing
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Closed
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.
Closes #243
The following tasks have been completed:
Implementation commitment:
Preview | Diff