Janez T
6e9e9e397d
Fix RX advert data parsing
2026-03-14 16:34:31 +01:00
Janez T
a3147e9d7c
Summarize repo changes
2026-03-14 10:39:27 +01:00
Janez T
5e1912d9f2
Remove artificial UI delays
2026-03-14 10:24:50 +01:00
Janez T
b42328bd82
Ensure contact sync waits
2026-03-14 10:24:14 +01:00
Janez T
13a729492f
fix: update meshcore client ref
...
ref:
2026-03-13 19:56:50 +01:00
Janez T
d5684c51c7
Fix channel sync and logging
2026-03-13 19:24:42 +01:00
Janez T
ced39b6992
Fix channel sync errors
2026-03-13 19:15:41 +01:00
Janez T
083b715039
Add clearChannelMessages to Messages
2026-03-13 18:55:05 +01:00
Janez T
36584be0ab
Fix channel deletion state
2026-03-13 18:49:54 +01:00
Janez T
dc19296804
Fix channel overwrite bug
2026-03-13 18:48:17 +01:00
Janez T
40072175e3
Prevent duplicate hash channels
2026-03-13 18:46:33 +01:00
Janez T
24e715d01e
Bump iOS project version
2026-03-13 14:18:27 +01:00
Janez T
1e70f52069
Allow overriding contact name
2026-03-13 10:16:04 +01:00
Janez T
d2e6b692f3
Fix voice quality regression
2026-03-12 19:38:41 +01:00
Janez T
abb73a4c65
Fix retry flow and contact filters
2026-03-12 14:39:44 +01:00
Janez T
467371946d
Add channel slot detection fix
2026-03-11 15:30:31 +01:00
Janez T
2d23328ad0
Fix empty channel slot handling
2026-03-11 15:10:57 +01:00
Janez T
ae1ea71f58
Analyze MeshCore BLE scan logs
2026-03-09 19:39:14 +01:00
Janez T
17d7c43745
Implement meshcore-open route reload
2026-03-08 14:26:05 +01:00
Janez T
1c3af4f927
Upgrade flutter packages and limit
2026-03-07 20:59:01 +01:00
Janez T
3433eae3a6
Remove unused path_provider entry
2026-03-07 20:23:09 +01:00
Janez T
0e4f727e26
Add swarm mode transport doc
2026-03-07 14:13:54 +01:00
Janez T
f6c5a3a4ca
Add transmission timing details
2026-03-07 09:05:55 +01:00
Janez T
85d0b26c67
Add retransmission handling
2026-03-06 20:12:12 +01:00
Janez T
96feb75712
feat: save all pending work
...
ref:
2026-03-06 20:01:56 +01:00
Janez T
03c0c7ad38
fix: safe scan notifications
...
ref:
2026-03-05 20:10:08 +01:00
Janez T
0cb1d49804
Fix null check crash in TabBar
2026-03-05 11:41:15 +01:00
Janez T
84a6f81c26
feat: replace SSE client with direct TCP/WiFi connection
...
- Remove SseClientService and ConnectionMode.sseClient
- Add ConnectionMode.tcp with MeshCoreTcpService (port 5000)
- NetworkScannerService: scan TCP port 5000 via raw Socket.connect
- mDNS service type changed to _meshcore._tcp
- connection_dialog: connect via connectTcp() instead of connectToSseServer()
- home_screen: show WiFi icon and label for TCP mode
- Bump meshcore_client to pick up TCP transport support
2026-03-04 19:11:16 +01:00
Janez T
4d0c45c11c
Include client repeat info
2026-03-02 09:02:20 +01:00
Janez T
474fd02635
fix: retain voice codec settings now
...
ref:
2026-03-01 11:00:30 +01:00
Janez T
f96d8022ac
feat: add Codec2 voice messages over LoRa mesh (iOS/macOS only)
...
Push-to-talk voice messaging using the Codec2 ultra-low-bitrate speech
codec, transmitted as V: prefixed packets over the existing MeshCore
LoRa mesh pipeline.
Voice recording UI (long-press send button or + menu) is gated behind
Platform.isIOS || Platform.isMacOS since the `record` package only
supports microphone capture on those platforms in this build.
Key changes:
- VoiceRecorderService: streams 8kHz mono PCM chunks via `record` package
- VoicePlayerService: decodes Codec2 bytes to WAV and plays via audioplayers
- VoiceCodecService: async Codec2 encode/decode in background isolates
- VoiceProvider: reassembles multi-packet sessions, drives playback
- VoiceMessageBubble: shows packet progress, play/stop controls
- MessagesProvider: detects V: prefix, routes to VoiceProvider
- MessagesTab: PTT long-press gesture + recording indicator (iOS/macOS)
- Message model: isVoice + voiceId fields for session tracking
- Auto-selects codec mode from radio bandwidth (700C/1200/1300 bps)
- codec2_flutter + meshcore_client switched from path to git deps
2026-02-28 19:19:46 +01:00
Janez T
c39e0e1344
refactor: extract BLE protocol stack into meshcore_client package
...
Move BLE communication layer (command queue, frame parser/builder,
protocol constants, data models) into a standalone reusable Dart package
at ../meshcore_client. App model files become thin re-export wrappers,
keeping all existing consumers working without import changes.
2026-02-28 14:09:30 +01:00
Janez T
6bd7517180
fix: init tabs advert quick add
...
ref:
2026-02-28 11:29:28 +01:00
Janez T
baf49d27d8
feat: MeshCore SAR - Flutter BLE mesh radio companion app
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-02-28 10:11:33 +01:00