Skip to content

feat(notifications): add Reply and Mark as Read actions to chat notifications#921

Merged
bmc08gt merged 1 commit into
code/cashfrom
feat/chat-notifications-actions
Jun 16, 2026
Merged

feat(notifications): add Reply and Mark as Read actions to chat notifications#921
bmc08gt merged 1 commit into
code/cashfrom
feat/chat-notifications-actions

Conversation

@bmc08gt

@bmc08gt bmc08gt commented Jun 16, 2026

Copy link
Copy Markdown
Collaborator

Inline Reply and Mark as Read buttons on MessagingStyle chat notifications so users can respond or clear unread state directly from the notification shade without opening the app.

  • Add NotificationActionReceiver handling ACTION_REPLY and ACTION_MARK_READ
  • Add ChatCoordinator.markAsRead(chatId) convenience method
  • Add buildSelfPerson/toCircularBitmap shared helpers (NotificationPersons)
  • Resolve device owner profile photo for selfPerson via ContactsContract.Profile
  • Thread notification group key through action intents to preserve grouping
  • Add ic_reply and ic_mark_read vector drawables

…ications

Inline Reply and Mark as Read buttons on MessagingStyle chat notifications
so users can respond or clear unread state directly from the notification
shade without opening the app.

- Add NotificationActionReceiver handling ACTION_REPLY and ACTION_MARK_READ
- Add ChatCoordinator.markAsRead(chatId) convenience method
- Add buildSelfPerson/toCircularBitmap shared helpers (NotificationPersons)
- Resolve device owner profile photo for selfPerson via ContactsContract.Profile
- Thread notification group key through action intents to preserve grouping
- Add ic_reply and ic_mark_read vector drawables

Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
@bmc08gt bmc08gt self-assigned this Jun 16, 2026
@bmc08gt bmc08gt merged commit bfc6292 into code/cash Jun 16, 2026
@bmc08gt bmc08gt deleted the feat/chat-notifications-actions branch June 16, 2026 16:51
@github-actions github-actions Bot added type: feature New functionality area: notifications Push notifications, in-app messaging labels Jun 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: notifications Push notifications, in-app messaging type: feature New functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant