Meshtastic-Android/app/src/main/java/com/geeksville/mesh/service
James Rich b3ebe760dd
feat: Refactor MeshService into smaller, single-responsibility components (#4108)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2026-01-02 17:13:38 +00:00
..
BootCompleteReceiver.kt refactor(service): Simplify boot-time service startup (#3730) 2025-11-18 18:42:20 +00:00
ConnectionStateHandler.kt feat: Refactor MeshService into smaller, single-responsibility components (#4108) 2026-01-02 17:13:38 +00:00
Constants.kt feat: Refactor MeshService into smaller, single-responsibility components (#4108) 2026-01-02 17:13:38 +00:00
FromRadioPacketHandler.kt feat: Refactor MeshService into smaller, single-responsibility components (#4108) 2026-01-02 17:13:38 +00:00
MeshActionHandler.kt feat: Refactor MeshService into smaller, single-responsibility components (#4108) 2026-01-02 17:13:38 +00:00
MeshCommandSender.kt feat: Refactor MeshService into smaller, single-responsibility components (#4108) 2026-01-02 17:13:38 +00:00
MeshConfigFlowManager.kt feat: Refactor MeshService into smaller, single-responsibility components (#4108) 2026-01-02 17:13:38 +00:00
MeshConfigHandler.kt feat: Refactor MeshService into smaller, single-responsibility components (#4108) 2026-01-02 17:13:38 +00:00
MeshConnectionManager.kt feat: Refactor MeshService into smaller, single-responsibility components (#4108) 2026-01-02 17:13:38 +00:00
MeshDataHandler.kt feat: Refactor MeshService into smaller, single-responsibility components (#4108) 2026-01-02 17:13:38 +00:00
MeshDataMapper.kt feat: Refactor MeshService into smaller, single-responsibility components (#4108) 2026-01-02 17:13:38 +00:00
MeshHistoryManager.kt feat: Refactor MeshService into smaller, single-responsibility components (#4108) 2026-01-02 17:13:38 +00:00
MeshLocationManager.kt feat: Refactor MeshService into smaller, single-responsibility components (#4108) 2026-01-02 17:13:38 +00:00
MeshMessageProcessor.kt feat: Refactor MeshService into smaller, single-responsibility components (#4108) 2026-01-02 17:13:38 +00:00
MeshMqttManager.kt feat: Refactor MeshService into smaller, single-responsibility components (#4108) 2026-01-02 17:13:38 +00:00
MeshNeighborInfoHandler.kt feat: Refactor MeshService into smaller, single-responsibility components (#4108) 2026-01-02 17:13:38 +00:00
MeshNodeManager.kt feat: Refactor MeshService into smaller, single-responsibility components (#4108) 2026-01-02 17:13:38 +00:00
MeshRouter.kt feat: Refactor MeshService into smaller, single-responsibility components (#4108) 2026-01-02 17:13:38 +00:00
MeshService.kt feat: Refactor MeshService into smaller, single-responsibility components (#4108) 2026-01-02 17:13:38 +00:00
MeshServiceBroadcasts.kt feat: Refactor MeshService into smaller, single-responsibility components (#4108) 2026-01-02 17:13:38 +00:00
MeshServiceNotificationsImpl.kt Implements#4054 - Add channel name to channel message notification (#4069) 2025-12-27 13:02:16 +00:00
MeshServiceStarter.kt feat(logging): Replace Timber with Kermit for multiplatform logging (#4083) 2025-12-28 14:30:15 +00:00
MeshTracerouteHandler.kt feat: Refactor MeshService into smaller, single-responsibility components (#4108) 2026-01-02 17:13:38 +00:00
PacketHandler.kt feat: Refactor MeshService into smaller, single-responsibility components (#4108) 2026-01-02 17:13:38 +00:00
RadioNotConnectedException.kt feat: Refactor MeshService into smaller, single-responsibility components (#4108) 2026-01-02 17:13:38 +00:00
ReplyReceiver.kt Modularize messaging code (#3435) 2025-10-12 17:07:03 +00:00