Skip to content

Add notification content filtering support#1

Open
shalecraig wants to merge 1 commit intomasterfrom
claude/add-notification-filtering-ozbKt
Open

Add notification content filtering support#1
shalecraig wants to merge 1 commit intomasterfrom
claude/add-notification-filtering-ozbKt

Conversation

@shalecraig
Copy link
Copy Markdown
Owner

Add FilterPattern (0x32) to TimelineAttribute enum for filtering
notifications by content substring matching.

  • Add filterPattern field to NotificationAppItem data class
  • Serialize/deserialize filter pattern in BlobDB entries
  • Add updateAppFilterPattern method to DAO and NotificationApps interface
  • Add text input field in NotificationAppScreen for user configuration

The watch firmware can now use this pattern to silently drop notifications
containing matching text (e.g., filter "typing" for Snapchat).

Add FilterPattern (0x32) to TimelineAttribute enum for filtering
notifications by content substring matching.

- Add filterPattern field to NotificationAppItem data class
- Serialize/deserialize filter pattern in BlobDB entries
- Add updateAppFilterPattern method to DAO and NotificationApps interface
- Add text input field in NotificationAppScreen for user configuration

The watch firmware can now use this pattern to silently drop notifications
containing matching text (e.g., filter "typing" for Snapchat).
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.

2 participants