Handle Cold-Start Notification Actions and Delivery Reliability on Android#3296
Open
ScottMorris wants to merge 9 commits intotauri-apps:v2from
Open
Handle Cold-Start Notification Actions and Delivery Reliability on Android#3296ScottMorris wants to merge 9 commits intotauri-apps:v2from
ScottMorris wants to merge 9 commits intotauri-apps:v2from
Conversation
can register them; fix Android incorrectly storing actions in an action group
…d round-trip test
…callback compatibility
45004aa to
93c552a
Compare
This was referenced Mar 1, 2026
ScottMorris
added a commit
to liminal-hq/threshold
that referenced
this pull request
Mar 1, 2026
## Summary - Update Cargo.lock to resolve tauri-plugin-notification from ScottMorris/tauri-plugins-workspace branch notification-actions-fix - Point the lockfile revision at the rebased branch head so Threshold validates the latest notification plugin fixes ## Notes - This PR intentionally contains only the lockfile update - Follow-up updates to the plugin branch will be reflected by refreshing this lockfile if needed ## Related Upstream PRs - Plugin implementation: tauri-apps/plugins-workspace#3296 - Companion docs update: tauri-apps/tauri-docs#3743
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR improves Android notification action reliability by adding queue/replay handling for cold starts, a listener-ready handshake path, and payload/typing consistency updates across the Rust, Android, and JS bridge.
It builds directly on #2805, which fixes a critical usability issue with the core Android action-group write/read path.
What This PR Adds
Why
onActionis attachedFollow-ups