meshtastic-android/core
James Rich 115bef717a feat: Add Status Message module
This commit introduces support for the Status Message module.

- Adds a `StatusMessage` message type and its corresponding port number (`NODE_STATUS_APP_VALUE`).
- Implements a new settings screen to configure the `StatusMessageConfig`.
- Updates the `Node` data model and database entity to store the `nodeStatus` string.
- Displays the received status message in the node list and node details screens.
- Handles incoming status packets in `MeshDataHandler`.

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2026-01-10 21:17:43 -06:00
..
analytics chore(deps): update datadog to v3.5.0 (#4161) 2026-01-08 16:06:32 +00:00
common refactor(build): Centralize Dokka configuration into convention plugin (#4173) 2026-01-09 15:40:00 +00:00
data Dedup repeat messages/reactions due to sfpp (#4174) 2026-01-09 21:56:20 +00:00
database feat: Add Status Message module 2026-01-10 21:17:43 -06:00
datastore refactor(build): Centralize Dokka configuration into convention plugin (#4173) 2026-01-09 15:40:00 +00:00
di refactor: Migrate to Android Gradle Plugin 9.0 (#4072) 2025-12-28 13:47:12 +00:00
model feat: Add Status Message module 2026-01-10 21:17:43 -06:00
navigation feat: Add Status Message module 2026-01-10 21:17:43 -06:00
network refactor(build): Centralize Dokka configuration into convention plugin (#4173) 2026-01-09 15:40:00 +00:00
prefs fix(meshlog): Change default retention to 30 days (#4177) 2026-01-09 22:38:36 +00:00
proto chore(deps): update core/proto/src/main/proto digest to 1a63a3d (#4180) 2026-01-10 21:35:17 +00:00
service feat: Add mute node functionality (#4181) 2026-01-10 21:35:01 +00:00
strings feat: Add Status Message module 2026-01-10 21:17:43 -06:00
ui feat: Add "now" string and update formatAgo function (#4183) 2026-01-11 02:25:21 +00:00