Add notification-backed voice queue and related UI fixes#97
Open
Add notification-backed voice queue and related UI fixes#97
Conversation
… to session Android durable notifications for session_attention now use the session title as the content title instead of the generic "Latest assistant reply" label. Tapping a notification opens or activates the linked session's chat panel via a new openSession bridge event, matching the behavior of the in-app notification panel. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Use bitwise AND (hashCode & 0x7FFFFFFF) instead of Math.abs to avoid Integer.MIN_VALUE returning a negative value. Compute request codes with addition instead of multiplication to prevent int overflow. Fix 2-space indentation in buildAdapterTtsRequestBody/StopRequestBody to match the 4-space convention used everywhere else. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Record session activity before publishing the notification so the notification carries the post-bump revision. Wrap recordSessionActivity in try/catch so a session-index write failure does not poison the completed turn — falls back to the pre-bump summary when needed. Adds a test that asserts the published notification uses the post-activity revision, not the pre-activity one. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
Verification