-
-
Notifications
You must be signed in to change notification settings - Fork 61
feat: hook NavBarEventHelper #134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
PR Compliance Guide 🔍(Compliance updated until commit 7c3ff84)Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label Previous compliance checksCompliance check up to commit 7c3ff84
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||
User description
Fix #121
PR Type
Enhancement
Description
Add NavBarEventHelperHooker to intercept long press gestures
Hook into NavBarEventHelper's onLongPress method
Trigger circle-to-search on long press when gesture enabled
Integrate hooker into ModuleMain initialization chain
Diagram Walkthrough
File Walkthrough
ModuleMain.kt
Register NavBarEventHelperHooker in module initializationapp/src/main/java/com/parallelc/micts/ModuleMain.kt
NavBarEventHelperHooker.kt
New NavBarEventHelper hooker for gesture interceptionapp/src/main/java/com/parallelc/micts/hooker/NavBarEventHelperHooker.kt