ericz
3fe5cdf55d
update to current dev a50c0d0b2d
2026-05-20 23:20:16 +02:00
ericz
9ada4ea601
add toggle for autmatically translated messages for notification and chat or manual translation on message action. Due to heavy battery usage.
2026-05-20 21:24:54 +02:00
PacoX
945a118853
expose mode 3 in UI
2026-05-20 08:50:17 +02:00
HDDen
7a823654df
Telemetry: room-server request fix #2
...
The telemetry parser has been expanded and should now support significantly more metrics. It has been ported from the Python implementation of meshcore_py.
2026-05-19 23:17:06 +03:00
HDDen
425229fce8
Telemetry request: map and autorefresh
2026-05-19 20:37:34 +03:00
HDDen
c4b3971bdd
Squashed commit of the following:
...
commit 83ffe44025
Author: HDDen <62592944+HDDen@users.noreply.github.com >
Date: Tue May 19 19:16:48 2026 +0300
fix Flutter SDK update
2026-05-19 19:17:13 +03:00
PacoX
01d4f002f8
add unit tests
2026-05-19 10:50:18 +02:00
PacoX
9331b02f94
Merge pull request #1 from ericszimmermann/ez_snr_multibyte2
...
Multibyte Support for SNR-Indicator, channel message_bubble and Setting
2026-05-19 10:14:03 +02:00
PacoX
27f7932db9
fix import
2026-05-19 08:52:44 +02:00
PacoX
4a39a7cd46
fix from copilot review + doc fix
2026-05-19 08:49:52 +02:00
zjs81
a50c0d0b2d
Merge pull request #453 from HDDen/mcoa-roomsrv-alfa
...
Room-server: fixed first message letters trim
2026-05-18 15:49:04 -07:00
ericz
3f1bd54889
fix wrong hop count in channel_message_path_screen observed path chooser.
2026-05-18 22:49:56 +02:00
ericz
91759f531a
fix double entry due to mixed 1byte and 2byte paths
2026-05-18 21:30:37 +02:00
ericz
87708e2684
fixes direct repeater mixing 1 byte paths with 2 byte Indicator, and wrong description.
2026-05-18 20:42:40 +02:00
ericz
73e5b80232
add HashMode Setting
2026-05-18 19:17:53 +02:00
ericz
28a5913ba3
multibyte for snr_indicator and map_filtering.
2026-05-18 19:00:07 +02:00
PacoX
091c754584
clean
2026-05-18 09:00:30 +02:00
PacoX
cf27c59c84
path aware fix
2026-05-18 08:57:13 +02:00
PacoX
119590434a
path aware
2026-05-17 20:14:16 +02:00
PacoX
dc82414447
rollback-pr review
2026-05-17 19:37:43 +02:00
PacoX
23f29f2cda
rollback-pr review
2026-05-17 17:44:30 +02:00
PacoX
d66b16a4e8
PR review modif + packet aware
2026-05-17 15:53:00 +02:00
PacoX
d6647f4701
PR review modif + packet aware
2026-05-17 15:50:25 +02:00
HDDen
72448f67d0
Room-server: fixed first message letters trim
2026-05-17 13:20:49 +03:00
ericz
bc5f299350
try fix codex sync problem
2026-05-17 10:47:50 +02:00
zjs81
6d97ad6855
Merge pull request #449 from Stempit/add-runssian-presets
...
Add Russian regional presets
2026-05-15 12:28:10 -07:00
PacoX
87b0fd6fc7
removed distance-based rejection filter
2026-05-14 12:55:46 +02:00
ericz
1fbe1823cb
only take translated result if status==completed
2026-05-13 18:06:26 +02:00
PacoX
4a066e08dc
fix from PR review
2026-05-13 13:44:42 +02:00
ZIER
f941f0dbfa
avoid double translation and strip replyInfo from translated text.
2026-05-13 13:20:07 +02:00
PacoX
94ed729985
bug fix
2026-05-13 10:43:57 +02:00
PacoX
8296f44a4e
update doc
2026-05-13 09:09:11 +02:00
PacoX
4e70fd2a5e
clean
2026-05-13 08:51:44 +02:00
PacoX
ca02197414
UI fix
2026-05-13 08:49:24 +02:00
Stempit
352a6c427e
Reorder alphabetically
2026-05-13 01:49:51 +03:00
Stempit
5f9259e41f
Add Russian regional presets
2026-05-13 01:33:05 +03:00
ZIER
75ae903b99
implement flutter_langdetect
2026-05-12 20:58:46 +02:00
zjs81
8892823337
Merge pull request #444 from sethoscope/fix-channel-chat-icon
...
Use correct channel icons in channel chat screen
2026-05-12 09:55:30 -07:00
zjs81
e738664f89
Merge pull request #448 from zjs81/main
...
Main
2026-05-12 09:54:39 -07:00
zjs81
e37616fa15
Merge pull request #145 from pioneer/unread-peoplefirst
...
Unread badges for tabs
2026-05-12 09:53:33 -07:00
PacoX
6e2abfeb2d
multi-byte paths-doc
2026-05-12 16:40:34 +02:00
PacoX
b62c1c7338
multi-byte paths-debug
2026-05-12 16:33:33 +02:00
PacoX
17379394bd
multi-byte paths
2026-05-12 16:08:19 +02:00
Seth Golub
2763d83fe4
Use correct channel icons in channel chat screen
...
At the top of the channel chat screen is an icon, indicating the
channel type.
Previously, the public icon was used correctly, but the
hashtag icon was used for all other types.
Now, consistent with the channels screen, we use the lock icon for
private channels, and the composite icons for community public &
community hashtag types.
The fix for private channels was trivial, as we can identify hashtag
channels by their name. Finding out whether a channel belongs to a
community is much more involved. All the hard-working code was copied
from channels_screen.dart. (I tried refactoring to reduce duplication,
but my results were complex and not worth it.)
Closes #432
2026-05-11 21:13:50 -07:00
Serge Tarkovski
77018dc358
Recompute channels unread total after cachedChannels is updated
2026-05-12 00:47:26 +03:00
ericz
1f6b2dacf9
changed translation prompt back to specific input.
2026-05-11 07:15:39 +02:00
zjs81
21c58d4e13
Merge pull request #443 from Maxb0tbeep/dev
...
Add "NRF52" as a device name prefix
2026-05-10 21:05:59 -07:00
Max Cooley
3af97ff6dd
Accidentally wrote quotes instead of backticks...oops
2026-05-10 17:19:57 -07:00
Max Cooley
703d5a1ec4
Add "NRF52" as a device name prefix
2026-05-10 17:12:48 -07:00
ericz
d2a6fbe182
translate notifications.
2026-05-10 11:09:25 +02:00