Develop - circle to search improvements, flashlight live update fix, auto app lock delay, and some bug fixes#381
Merged
Conversation
…ch overlay logic
…r Circle to Search gesture
…le states and update notification ID
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.
This pull request introduces several new features and improvements across the codebase, with a focus on enhancing app lock security, gesture overlay customization, and UI component flexibility. It also removes the
SecurityHandlerclass and related logic, streamlining the security handling process. The most significant changes are grouped by theme below.App Lock Security Enhancements:
app_lock_auto_lock_delay_indexsetting and logic inAppFlowHandler, which tracks last leave times and removes authentication after the delay. [1] [2] [3] [4]Gesture Overlay Customization:
circle_to_search_gesture_height) and enable a preview mode (circle_to_search_preview_enabled). The overlay's appearance and dimensions are updated in real time based on these preferences. [1] [2] [3] [4] [5]UI Components:
ConfigPickerItem, providing a reusable, customizable picker UI for configuration options with integrated haptic feedback and dropdown menu support.Flashlight Notification Handling:
Security Handling Refactor:
SecurityHandlerclass and all related code from the accessibility service, simplifying the security flow and moving direct lock actions into the service itself. [1] [2] [3] [4] [5] [6] [7]These changes collectively improve user experience, app security, and maintainability of the codebase.