Skip to content

feat: Send emoji codepoint in reaction packets#4123

Merged
jamesarich merged 2 commits into
mainfrom
fix/reacts
Jan 3, 2026
Merged

feat: Send emoji codepoint in reaction packets#4123
jamesarich merged 2 commits into
mainfrom
fix/reacts

Conversation

@jamesarich

Copy link
Copy Markdown
Collaborator

This commit adds the integer codepoint of the emoji to reaction packets. This allows other clients and the device firmware to correctly handle reactions without needing to parse the string representation.

It also introduces an AtomicBoolean in NsdManager to prevent multiple resume calls in the service resolution coroutine, improving its robustness. Additionally, the MeshActionHandler is refactored for better readability by extracting logic into separate private functions.

This commit adds the integer codepoint of the emoji to reaction packets. This allows other clients and the device firmware to correctly handle reactions without needing to parse the string representation.

It also introduces an `AtomicBoolean` in `NsdManager` to prevent multiple resume calls in the service resolution coroutine, improving its robustness. Additionally, the `MeshActionHandler` is refactored for better readability by extracting logic into separate private functions.

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
@github-actions github-actions Bot added the bugfix PR tag label Jan 3, 2026
Disables the `org.gradle.vfs.watch` property.

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
@codecov

codecov Bot commented Jan 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (5b1693a) to head (1bfbcb1).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #4123   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files          2       2           
  Lines         19      19           
  Branches       7       7           
=====================================
  Misses        19      19           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jamesarich jamesarich added this pull request to the merge queue Jan 3, 2026
Merged via the queue into main with commit c9259c7 Jan 3, 2026
6 checks passed
@jamesarich jamesarich deleted the fix/reacts branch January 3, 2026 03:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix PR tag

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant