fix(sasayaki): add media notification actions#75
Conversation
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d775a2022c
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| actions.forEach { action -> | ||
| builder.addAction(action.toNotificationCompatAction(appContext, session.id)) |
There was a problem hiding this comment.
Add required Sasayaki release docs
This adds user-visible Sasayaki notification controls, but the commit leaves docs/CHANGELOG.md's [Unreleased] section empty and does not update docs/TODO.md. The repo instructions in AGENTS.md require user-visible fixes/features to be recorded in the changelog and TODO to be updated in the same commit, so this release would otherwise omit the fix from user-facing notes and current project status.
Useful? React with 👍 / 👎.
Summary
This is a smaller replacement for #72 that removes the settings toggle and device-specific fallback now that the SystemUI crash was traced to the incomplete media notification actions.
Testing