Commit Graph

122 Commits (b05b62eeee8431ab4c8bea0582fd9eadebec6426)

Author SHA1 Message Date
Winston Lowe b05b62eeee
Changed all map lables to look the same across all map ui (#206)
5 months ago
just_stuff_tm 061b715694
Fix repeater battery % inconsistency and add configurable repeater battery chemistry (#199)
5 months ago
Winston Lowe 304c389669
Refactor label display in Line Of Sight and Map screens for improved alignment and styling (#204)
5 months ago
Winston Lowe 7acfe47fd7
Refactor map legend and filtering logic for contacts with location, to show count of active markers. (#203)
5 months ago
just_stuff_tm f4b18d97a1
Added Line Of Sight Feature for repeater placement, Added app wide Units Setting (#198)
5 months ago
Winston Lowe d2b693e5ce
Add a signal readout for the nearest repeater. With improvements to app bar and other UI polish. (#200)
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 9332d8126f
linted and added greying out
5 months ago
Leah 9ce00556ec
Add warning when bluetooth is off
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 0d8801fa75 Add scrollbar to path trace details list for improved navigation
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
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
446564 4f83d87f8c use switch for advert enable/disable
6 months ago
Winston Lowe 33680f0cb9 Replace action buttons with a popup menu for better UI/UX on channels and map screens
6 months ago
Winston Lowe 5115d8bbe3 Added zero-hop contact sharing functionality and related UI updates
6 months ago
Winston Lowe 8470171e88 Merge branch 'dev-shareContacts' into dev-shareContact
6 months ago
446564 ede3142d40 allow disable repeater adverts
6 months ago
Ded 7b519854d7
Merge branch 'main' into community-#-names
6 months ago
Zach 90ce46392a feat: optimize reaction message format to reduce airtime
6 months ago
Zach d61ec217fc feat: add Russian and Ukrainian to language selector
6 months ago
Zach cdacc54421 Merge remote-tracking branch 'origin/main' into dev-pathtrace
6 months ago
Zach 92d2b224e7 fix: address PR review issues
6 months ago

Powered by TurnKey Linux.