-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
feat: added "count-as-active" setting to always count some apps/titles as active #375
feat: added "count-as-active" setting to always count some apps/titles as active #375
Conversation
- Never treat some app with process names or titles matching a Regex pattern as AFK - Added a browser setting for the same - Future todo can be to implement a server query function of the form filter_keyvalues_regex( <events>, "*", <Regex> ) which will match all attr's of event like categorize() (future url support etc.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice! Thank you so much for this!
Just some comments, eager to merge soon :)
Codecov ReportBase: 25.58% // Head: 25.69% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #375 +/- ##
==========================================
+ Coverage 25.58% 25.69% +0.10%
==========================================
Files 26 26
Lines 1442 1448 +6
Branches 226 229 +3
==========================================
+ Hits 369 372 +3
- Misses 1020 1046 +26
+ Partials 53 30 -23
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
- remove ActivityData wrapping - Added some consumer friendly explanation in Settings - Added validation to skip some events
Added some validation and did some testing, works great now! Thank you for your contribution @ShootingKing-AM ❤️ |
Example data,
Pre-Filter setting,
Setting,
Post-Filter setting,
Relevant issues: ActivityWatch/activitywatch#261