Skip to content
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

Implement event source monitoring with app-specific heuristics #218

Merged
merged 3 commits into from
Mar 8, 2024

Conversation

starbugs
Copy link
Contributor

@starbugs starbugs commented Mar 6, 2024

Fixes #205.

@starbugs starbugs changed the title Implement event source monitoring with app-specific heuristics #205 Implement event source monitoring with app-specific heuristics Mar 8, 2024
@starbugs starbugs marked this pull request as ready for review March 8, 2024 09:33
@starbugs starbugs changed the title #205 Implement event source monitoring with app-specific heuristics Implement event source monitoring with app-specific heuristics Mar 8, 2024
Copy link
Member

@alanhamlett alanhamlett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should remove all apps except Figma from electronAppIds since we used that to attempt enabling electron's accessibility features, which are usually disabled for Electron apps by default. I did something bad, and used that isElectronApp to decide when to use the window's title as entity but we should change it back to only using isElectronApp for enabling Electron's accessibility features, and instead use isXcodeApp to decide when to use mouse & keyboard polling or not.

WakaTime/Helpers/MonitoringManager.swift Outdated Show resolved Hide resolved
Copy link
Member

@alanhamlett alanhamlett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@starbugs starbugs merged commit d8562df into main Mar 8, 2024
6 checks passed
@starbugs starbugs deleted the feature/eventsource branch March 8, 2024 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support new app: Notion and Apple Notes
2 participants