Commit Graph

181 Commits (19edeab9d53c3479dc93d6bf6073725e4be56b9c)

Author SHA1 Message Date
Specter242 50ab46ed40 Remove incidental whitespace-only diff from protocol PR
5 months ago
Specter242 dc193be8ed Trim protocol PR to explicit RESP_CODE_ERR handling only
5 months ago
Specter242 8a804a3706 Remove unused protocol placeholder field and unify version source
5 months ago
Specter242 1dc90d0e89 Add device protocol version tracking and error frame handling
5 months ago
zjs81 4239fb11ed Fix radio settings to only send repeat byte when the current state is known
5 months ago
zjs81 5fae2e5f73 fix formatting
5 months ago
zjs81 947fafbbb7 Refactor radio settings and localization updates
5 months ago
zjs81 72f0aa7208 Update dependencies and improve code consistency across multiple files
5 months ago
zjs81 9250dfec31 Gate the turn on BLE button to android
5 months ago
zjs81 37db955ab2 Fixed banner flash, added enable bluetooth button fixed theme to use app theme colors removed FAB overrides because material 3 does this for us, fixed missing translations.
5 months ago
zjs81 739d9475c0 Merge remote-tracking branch 'origin/main' into enhancement/bluetooth-disabled-warning
5 months ago
Winston Lowe 73081862ad
Add path tracing functionality (#165)
5 months ago
just_stuff_tm fac062a100
Refine device info layout and add collapsible map legend (#164)
5 months ago
Leah ef6bd78632
Merge branch 'enhancement/bluetooth-disabled-warning' of github.com:ChaoticLeah/meshcore-open into enhancement/bluetooth-disabled-warning
5 months ago
Leah 01c8390989
make stuff unawaited + maybe fix edge case?
5 months ago
Leah c05f813d65
Update lib/screens/scanner_screen.dart
5 months ago
just_stuff_tm 6a666839b6 Fix battery chemistry dropdown layout overflow
5 months ago
Leah bc77f7e287
Remove unused translation
5 months ago
Leah 9332d8126f
linted and added greying out
5 months ago
Leah 9ce00556ec
Add warning when bluetooth is off
5 months ago
Ded 67816130ac
Merge pull request #152 from zjs81/remove-wakelock
5 months ago
Ded 2a3f2b3a24
Merge pull request #150 from ericszimmermann/german
5 months ago
Ded 5fc4b80b16
Merge pull request #144 from zjs81/support-whisperos
5 months ago
446564 84a32c1e67 remove wakelock
5 months ago
ericz 607583060a translations to german updated.
5 months ago
spfmoby 04021a39a1 Better french translations
5 months ago
446564 fe23e9f7a0 add support for whipseros
5 months ago
Ryan Malloy daca42701c
Notification rate limiting (#110)
5 months ago
Ded ea43cf17eb
reduce map marker size (#131)
5 months ago
Ded 8ef6e2c656
Merge pull request #130 from zjs81/path-map-rotation
5 months ago
Winston Lowe 0fd841b5b5
Merge branch 'main' into dev-gpx
5 months ago
Winston Lowe 2db30ace6a Integrate SharePlus plugin for enhanced sharing functionality across platforms
5 months ago
Winston Lowe 0d8801fa75 Add scrollbar to path trace details list for improved navigation
5 months ago
Winston Lowe bcae6ac19f Updated GPX export functionality for contacts and repeaters in multiple languages.
5 months ago
Winston Lowe 2f4b230b31 Add localization for missing location error in path tracing
5 months ago
Winston Lowe 98e0b05e73 Implement PathTraceMapScreen and refactor path tracing functionality across screens
5 months ago
Winston Lowe 2a909e6081 Enhance GPX export functionality with customizable parameters and improved metadata
5 months ago
Winston Lowe d1009d3c20 ran formating
5 months ago
Winston Lowe 978ea4790d Refactor GPX export constants to use lowercase naming convention and improve export function error handling
6 months ago
Winston Lowe 8b1228bf8d Add GPX export functionality and related UI components
6 months ago
446564 6a3c59fa2c remove rotation in path map
6 months ago
446564 05fb5a13fa remove direct msg notification prefix
6 months ago
zjs81 c320378be1
Refactor unread message tracking and implement channel caching (#126)
6 months ago
446564 8d15f7cef6 wrap returns from if blocks
6 months ago
446564 b34d684e67 format dart files
6 months ago
Ded 488a286701
Merge pull request #59 from 446564/community-#-names
6 months ago
Zach c742d98fbb issue #112 fixes and more
6 months ago
Zach 818f514702 The first issue was that the toggle switch states weren't being initialized when settings were refreshed from the device. The code would correctly update the interval values themselves, but failed to set the corresponding boolean flags that control whether the toggles appear as "on" or "off". This meant that if you refreshed settings from a device that had advertisements disabled (with an interval of zero), the toggles would incorrectly show as enabled even though the device was actually broadcasting no advertisements. We fixed this by adding two lines that explicitly set _advertEnable = _advertInterval > 0 and _floodAdvertEnable = _floodAdvertInterval > 0 after parsing the interval values from device responses.
6 months ago
Zach be54419e5b Merge remote-tracking branch 'origin/main' into advert-intervals
6 months ago
Zach 79ffc21bd6 fix commit
6 months ago

Powered by TurnKey Linux.