Commit Graph

618 Commits (54d3ee4856dcc993a22f21d4f687b1f55cb8e7d6)

Author SHA1 Message Date
just-stuff-tm 29660d520e feat: Linux BLE pairing support via bluetoothctl
4 months ago
Winston Lowe dbefb0b5f4 feat: Enhance MeshCoreConnector with storage metrics and improve error handling
4 months ago
Winston Lowe 4f609f160f feat: Add location validation and improve contact latitude/longitude handling
4 months ago
Winston Lowe e313bea3fc Remove unused _sendAdvert method from SettingsScreen
4 months ago
Winston Lowe 77be2b8e6f Refactor code structure for improved readability and maintainability
4 months ago
Winston Lowe c81c3efe7c Add show overlaps in public keys of repeaters functionality and localization support
4 months ago
Winston Lowe cac0cc15eb feat: Enhance privacy settings and telemetry (#308)
4 months ago
Winston Lowe 1392c2d00f feat: Enhance privacy settings and telemetry (#308)
4 months ago
zjs81 4ad4a93a20 formatted code
4 months ago
zjs81 4962a48e64 Msg Retry fixes, channel message fixes. Notification fixes. Make more desktop friendly. Enhance retry algo. Fix predicted location clustering add retries to reactions and fix the reactions in private DMS centralize and cleanup code in var areas
4 months ago
ericszimmermann b88e5e647a
Potential fix for pull request finding
4 months ago
ericszimmermann 87d11c2e6b
Potential fix for pull request finding
4 months ago
ericz 7b3c099736 reduce zoomlevel
4 months ago
ericz 11cb14a925 focus on hop if you click on one in the legend.
4 months ago
ericszimmermann d2df2b0bed
Potential fix for pull request finding
4 months ago
ericz 723bf7293c location aware channel_message_path
4 months ago
ericszimmermann 0ef2194fb0
codex suggested fix: explicit check if contact location is not null
4 months ago
ericz 3664ae34cd reimplement location aware snr-indikator after alpha7
4 months ago
zjs81 9199aab7f7
Merge pull request #297 from zjs81/dev-improments
4 months ago
zjs81 60e8ee0130 fix: simplify method call for writing data in UsbSerialService
4 months ago
zjs81 6dfb7a4b69 fix: auto-add flag parsing, contact cache restore, and USB reconnect
4 months ago
zjs81 28a423e0a8 fix: correct location validation and clean up target contact handling
4 months ago
Winston Lowe 3593cfa843
Potential fix for pull request finding
4 months ago
Winston Lowe dc85e7a41c
Potential fix for pull request finding
4 months ago
Winston Lowe 9265daaf16
Potential fix for pull request finding
4 months ago
Winston Lowe 4b744184c2
Potential fix for pull request finding
4 months ago
zjs81 3dd9037be3 Merge remote-tracking branch 'origin/main' into ez_group_dropdown3
4 months ago
zjs81 566e3aadf8 fix: migrate filter menus to type-safe generics and harden popup dismissal
4 months ago
Winston Lowe 06a906f4f7 Enhance location handling and improve path trace functionality across screens
4 months ago
zjs81 fffcff3b74 fix: cancel persist timer on dispose to prevent post-dispose writes
4 months ago
zjs81 b336aedbc5 fix: address PR #296 code review feedback
4 months ago
zjs81 2ee2358ecc feat: add ML-based adaptive timeout prediction using LinearRegressor
4 months ago
ericz 86e9b7fe01 squashed commit of ez_group_dropdown
4 months ago
Winston Lowe 24fa78741b add TCP server address and port settings to AppSettings and update TcpScreen
4 months ago
Winston Lowe 79a45c527b Unify contact retrieval by introducing allContacts getter
4 months ago
zjs81 fa4da979af feat: enhance location update feedback and improve message retry error handling
4 months ago
zjs81 91608ff09e feat: improve message matching logic and update notification IDs for advertisements
4 months ago
zjs81 71f59d23df feat: add set-as-my-location from map long-press, connector and UI improvements
4 months ago
Zach db935a7454 refactor(tcp): promote MeshCoreTcpConnector, fix translations, harden UI
4 months ago
Winston Lowe 1ad5db27ca
Merge branch 'main' into tcp
4 months ago
Winston Lowe 81758adc61
Dev discovery (#291)
4 months ago
Winston Lowe c81791cf1e
Migrate legacy storage keys to scoped keys in various store classes (#289)
4 months ago
Winston Lowe 1fba5312a2
Refactor storage classes to include companion's public key (#277)
4 months ago
just-stuff-tm 2f770bbd53 fix(tcp): reset state on aborted pre-handshake connect
4 months ago
just-stuff-tm 9db79e9d40 test(tcp): harden cancel-race handling and add coverage
4 months ago
just-stuff-tm 1913a5aa11 fix(tcp): guard connect cancellation race and align USB screen actions
4 months ago
just-stuff-tm 929c1c3d28 `fix(tcp): cancel pending connects on disconnect and propagate remote close`
4 months ago
just-stuff-tm 7a2bb20bf7 feat: Add TCP connection support and UI integration
5 months ago
zjs81 a1b77bb29b
Merge pull request #269 from zjs81/dev-latLonFix
5 months ago
zjs81 e4285774a0 Merge branch 'main' into feature/usb
5 months ago
zjs81 b2da695102 Run dart format
5 months ago
zjs81 e1327a93c7 Fix contact sync fallback when channel 0 never arrives
5 months ago
zjs81 421bc71bb7 Enhance USB port opening and reading logic with improved error handling and debug logging
5 months ago
zjs81 fef73b7b62 Refactor USB screen, add debug logging, fix UI issues
5 months ago
Winston Lowe 84ec139ce6 Add latitude and longitude fields to contact handling in MeshCoreConnector
5 months ago
Winston Lowe b748b96237
Enhance contact handling logic in MeshCoreConnector to support conditional addition based on auto-add settings (#268)
5 months ago
Winston Lowe c2671ac2ae
Refactor data handling of contacts (#267)
5 months ago
just-stuff-tm 8238b6197f Regenerated localization files
5 months ago
just_stuff_tm 435ba89982
Merge branch 'zjs81:main' into feature/usb
5 months ago
just-stuff-tm 0565cee461 Enhance message merging logic and improve USB port listing
5 months ago
just-stuff-tm ab2b509d6a Merge branch 'main' into feature/usb
5 months ago
zjs81 eba95af31f
Merge pull request #259 from ericszimmermann/ez_shorten_lastSeen
5 months ago
zach 81548fdc21 ai fixes
5 months ago
zach b2770ef028 fix ai suggestions
5 months ago
zach 7c479f9121 Formatted
5 months ago
zach 1f2dfc555b Add guessed node location map keys and translations
5 months ago
zjs81 8eb6f32fef
Merge pull request #239 from zjs81/dev-notifyListener
5 months ago
zjs81 d96cd34771
Merge pull request #251 from zjs81/dev-discoverScreen
5 months ago
just-stuff-tm fb58a3262c addressed codex review cleanup
5 months ago
just-stuff-tm f584c4fba0 added linux notification service
5 months ago
just_stuff_tm 524558c511 clean
5 months ago
just_stuff_tm 367e47bb1e Fix USB device name matching and correct localization strings
5 months ago
just_stuff_tm 21ff765e41 Refactor USB permission handling and reset initial channel sync flag
5 months ago
just_stuff_tm 38d40ca0a4 Enhance USB error handling and improve user feedback
5 months ago
just_stuff_tm 7cb84dbf6f Dart Format
5 months ago
just_stuff_tm 44c0670dae Refine USB transport flow
5 months ago
Ben Allfree 3c0c0d1dea wip
5 months ago
Ben Allfree e6c9a3fea7 wip
5 months ago
just_stuff_tm f5154b0033 Improve sender name resolution for room server messages by handling missing room-contact keys
5 months ago
just_stuff_tm 4c7ee3b3b0 Enhance USB serial services with debug logging and reset functionality
5 months ago
just_stuff_tm c2f544eeba I restored the Web BLE behavior in [meshcore_connector.dart] to the earlier Windows/Chrome-working state aligned with the logic that was present around commit `fcef3de57837983a300634aa3e0a77622e945cc2`,
5 months ago
just_stuff_tm 98cdac4309 Refactor MeshCoreConnector to streamline connection handling and remove web-specific logic for contact synchronization... Back to the way it was before.. For some reason the fix worked on my machine but wwhen i built web from upstream it didnt work
5 months ago
just_stuff_tm d6d11eaad2 Update active USB port key and label on connection, notify listeners
5 months ago
just_stuff_tm 3cef9e81b6 Remove unawaited background service start during USB connection initialization
5 months ago
just_stuff_tm 5216e00807 Refactor USB port handling to introduce display labels and improve state management
5 months ago
just_stuff_tm a0feb129e1 Add post-frame callback to disconnect USB transport on dispose if not navigated to contacts
5 months ago
just_stuff_tm f39a22668e Add initial load scheduling and tests for USB screen and frame codec functionality
5 months ago
just_stuff_tm 781090243c Enhance USB functionality by adding request port label management and platform support checks
5 months ago
just_stuff_tm ca5784f3f8 Add post-frame callback to ensure disconnection on dispose when navigation hasn't changed
5 months ago
just_stuff_tm dcad5c586d Refactor USB connection handling to use scheduled closure and improve error management in USB services
5 months ago
just_stuff_tm 4b24506310 Remove unused import of 'dart:typed_data' in usb_serial_service_web.dart
5 months ago
just_stuff_tm 47c4e0fb82 Fix USB permission receiver registration for compatibility with Android Tiramisu
5 months ago
just_stuff_tm c041e05972 Improve error message for unavailable RX characteristic in USB communication
5 months ago
just_stuff_tm 612612795a Update French localization for connection choice subtitle
5 months ago
just_stuff_tm 3cec3dc233 Improve USB disconnection handling and add payload length validation for USB frames
5 months ago
just_stuff_tm 3542adad1d Update USB communication note for clarity in Swedish localization
5 months ago
just_stuff_tm 115689ad95 Improve USB connection handling by preventing connection attempts when already connected
5 months ago
just_stuff_tm 9a0572e8e4 Add payload length validation in USB frame decoder
5 months ago
just_stuff_tm 2d1160d992 Enhance BLE connection handling and improve USB connection messaging
5 months ago
just_stuff_tm ee3af52c0f Add initial contacts sync handling for web Bluetooth transport
5 months ago
just_stuff_tm 98f7c3b088 Refactor USB handling to improve connection management and error cleanup
5 months ago
just_stuff_tm f462815775 Refactor USB connection handling and improve notification setup
5 months ago
just_stuff_tm 5f4333398e Enhance Bluetooth scanning and notification handling for web platform
5 months ago
just_stuff_tm c23a1da430 Add web serial support and USB tests
5 months ago
just_stuff_tm 22a53439b1 Initialize USB Supoport for Andriod and Desktop
5 months ago
Winston Lowe 7d8e049745
Enhance message parsing and error handling in MeshCoreConnector (#260)
5 months ago
ericz 3502559fae minus to tilde
5 months ago
ericz e125318137 Shorten lastSeen for en,de,es,fr
5 months ago
Winston Lowe d53465d13b persist discovered contacts when all are removed
5 months ago
Winston Lowe a0efbbe4bd Persist Discovered Contacts when updated
5 months ago
zjs81 bd5db9a9d5
Merge pull request #253 from ericszimmermann/ez_search-displayed-prefix
5 months ago
zjs81 79b17b53a0
Merge pull request #246 from Specter242/codex/signal-ui-consistency
5 months ago
ericz 647fe1523e make it that even combination <0x90 is allowed.
5 months ago
ericz b7d5ee5754 Allow search for prefix as Displayed in contact list.
5 months ago
Winston Lowe 38856c67e5 feat: Add functionality to delete all discovered contacts
5 months ago
zjs81 6bd3c17cdf
Merge pull request #217 from MeshEnvy/chrome/main
5 months ago
zjs81 6d0712c450
Merge pull request #240 from ericszimmermann/ez_removeDevicenameBrackets
5 months ago
Winston Lowe ddeb1edc2e refactor(discovery): simplify sorting logic for last seen contacts
5 months ago
Winston Lowe 8d73602509 add flags for manual contact addition and telemetry mode handling
5 months ago
Winston Lowe fcab69f9f0 refactor(connector): adjust frame length check and simplify contact handling logic
5 months ago
Winston Lowe d2640e1294 feat(localization): update 'overwrite oldest contact' subtitle for multiple languages
5 months ago
Winston Lowe b02225c02e refactor(connector): remove unused radio settings frame and update command constant
5 months ago
Winston Lowe 128e99e3e7 refactor(settings): remove unused import for adaptive_app_bar_title
5 months ago
Winston Lowe 12bf46bba1 feat(localization): update contact settings translations for multiple languages
5 months ago
Winston Lowe 92d8e7cd0b Refactor contact search functionality to use DiscoveryContact model and simplify query matching
5 months ago
Winston Lowe 75610695c2 Add contact settings and discovery features
5 months ago
Specter242 57ea30cae9 Unify signal indicator UI
5 months ago
Serge Tarkovski 1b94442ab6 Fix action constant collision: change _actionTogglePrioritizeUsers from 10 to 11
5 months ago
Serge Tarkovski 3ae14781f0 AI translations for "Users first"
5 months ago
Serge Tarkovski ecc496f2af Merge branch 'main' into unread-peoplefirst
5 months ago
Serge Tarkovski c47a4cb622 fix: filter by _shouldTrackUnreadForContactKey when recalculating cached contacts unread total
5 months ago
Serge Tarkovski a30fc439f3 refactor: use UnreadBadge widget in QuickSwitchBar for consistent badge styling
5 months ago
Winston Lowe e139383335
Add localized search functionality for contacts (#244)
5 months ago
ZIER 64428294c9 info • Unnecessary use of string interpolation • lib/widgets/app_bar.dart:43:23 • unnecessary_string_interpolations
5 months ago
ZIER e7a8c36bc4 more aesthetically pleasing display of Companionname
5 months ago
Winston Lowe 2a62390903 Implement debounced notification listener updates in MeshCoreConnector
5 months ago
Ben Allfree 75d25f6312 Merge branch 'main' into chrome/main
5 months ago
Ben Allfree d88786bb0f ble filtering
5 months ago
Ben Allfree cac65face6 Merge main into chrome/main
5 months ago
zjs81 f2ccec2926 Merge branch 'main' into MGJ520/main
5 months ago
zjs81 ea379ce50b Fix dart format line length in contacts_screen.dart
5 months ago
zjs81 50af2e0bc9 Fix review issues: dedicated l10n keys, remove unrelated CI/macOS changes, translate all locales
5 months ago
zjs81 d5ac84430c Merge branch 'main' into favorite_filter_ez
5 months ago
zjs81 83386a8cde
Merge pull request #214 from MeshEnvy/fix/cursor-focus
5 months ago
zjs81 acc0fff2dc
Merge pull request #215 from MeshEnvy/fix/enter-send-giphy
5 months ago
ericz a26055c93f resolved analyte code failure: unused import
5 months ago
ericz 5a70ed48cf favorites handling only
5 months ago
just_stuff_tm 31db565ebf PR Combined #228 #220 #219 #201
5 months ago
just_stuff_tm 515b9c1f29 fix los init localization
5 months ago
just_stuff_tm ea1d728d4f Merge remote-tracking branch 'origin/issue-fix-channel-edit-delete-actions' into combined-prs
5 months ago
just_stuff_tm 86bde1d178 Merge remote-tracking branch 'origin/los-elevation-icon' into combined-prs
5 months ago
just_stuff_tm de63733bb9 Merge remote-tracking branch 'origin/calculate-refrac-los' into combined-prs
5 months ago
just_stuff_tm c880c2d107 fix channel actions context
5 months ago
just_stuff_tm 2a7cc28a3a fix
5 months ago
just_stuff_tm 8a16024642 fix(chat): stabilize pinch-to-zoom scaling
5 months ago
just_stuff_tm 0f17e2382c feat(chat): add global pinch-to-zoom text scaling via ChatTextScaleService
5 months ago
just_stuff_tm 6065059241 fix: keep los panel reactive
5 months ago
just_stuff_tm faefef14ff fix: restore baseline freq in los text
5 months ago
just_stuff_tm 2188b49726 fix: refresh los localization
5 months ago
just_stuff_tm 74e29a6c0f fix: clamp los profile bounds
5 months ago
Ben Allfree 7740698cde Merge branch 'main' into chrome/main
5 months ago
Ben Allfree 972ae809e3 Merge branch 'main' into fix/cursor-focus
5 months ago
Ben Allfree deb46553f3 Merge remote-tracking branch 'origin/main' into fix/enter-send-giphy
5 months ago
just_stuff_tm ea2f35ec2e fix: keep los metadata on failure
5 months ago
just_stuff_tm e2585c0992 fix: reduce rebuilds in los panel
5 months ago
just_stuff_tm 78f1a7b28e fix: normalize stored frequency
5 months ago
just_stuff_tm 0121b5f649
Merge branch 'zjs81:main' into issue-fix-channel-edit-delete-actions
5 months ago
just_stuff_tm ec14870aed Update after upstream merged other commits
5 months ago
just_stuff_tm c0516a475d fix: extend los profile edges
5 months ago
just_stuff_tm b998186430
Merge branch 'main' into los-elevation-icon
5 months ago
just_stuff_tm 16b2c24983 Propagate LOS frequency data and clamp bounds
5 months ago
just_stuff_tm c8ff0cc943 Merge upstream/main
5 months ago
zjs81 64bf307d09
Merge pull request #216 from MeshEnvy/feat/hide-message-tracing
5 months ago
Ben Allfree 88f8066ed3 code formatting
5 months ago
Ben Allfree c8f93f9902 code cleanup
5 months ago
Ben Allfree c34be44950 merge from chat trace
5 months ago
Ben Allfree 3730b2a6c2 formatting
5 months ago
Ben Allfree 173fdf7168 chat fixes
5 months ago
Ben Allfree 549fc62632 chat fixes
5 months ago
Ben Allfree 53d073d8f2 deprecation fix
5 months ago
just_stuff_tm 677b25908a Document LOS frequency and k-factor math
5 months ago
just_stuff_tm fc55fb98ce Document LOS frequency and k-factor math
5 months ago
just_stuff_tm 2bdd9d35cc feat: show radio horizon on los profile
5 months ago
just_stuff_tm 1f816f7e08 ran dart format . on libs/icons/los_icon.dart
5 months ago
just_stuff_tm bd27c90216 feat: render los elevation via material symbol
5 months ago
just_stuff_tm 9bcb8b9ca6 feat: render los elevation via svg
5 months ago
just_stuff_tm aaf79c90c9 feat: show los elevation icon
5 months ago
just_stuff_tm 08edd2696e Revert "feat: add custom los icon"
5 months ago
just_stuff_tm 0f2d18d6fa feat: add custom los icon
5 months ago
just_stuff_tm 47044ae14e fix(l10n): add channels_channelDeleteFailed with proper placeholder typing and translations
5 months ago
just_stuff_tm 332bb5ef3a Updated PR and Added snackbar Translations
5 months ago
just_stuff_tm 81a423d096
Merge branch 'main' into issue-fix-channel-edit-delete-actions
5 months ago
just_stuff_tm abde4a5e46
Merge branch 'zjs81:main' into issue-fix-channel-edit-delete-actions
5 months ago
zjs81 6e1cb0482f
Merge branch 'main' into fix-channel-del
5 months ago
Ben Allfree 4975b5366e formatting fixes
5 months ago
Ben Allfree d269e181c3 formatting fix
5 months ago
Ben Allfree 35498c1b90 formatting fix
5 months ago
Ben Allfree bf4f52a4e3 hide message tracing
5 months ago
Ben Allfree c284e571b0 hide message tracing
5 months ago
Ben Allfree 3ca53e967c fix: <enter> to send giphy
5 months ago
Ben Allfree 096e0a4184 fix: return cursor to message window after send
5 months ago
Ben Allfree 377f1df445 fix: browser detection
5 months ago
Ben Allfree 9865a03c53 fix: <enter> to send giphy
5 months ago
Ben Allfree a5555bd606 fix: return cursor to message window after send
5 months ago
Ben Allfree 8e07440114 BLE fix
5 months ago
Ben Allfree 71129bdf4d chrome BLE load fix
5 months ago
Ben Allfree ab05cf8b3e chrome BLE sync
5 months ago
Ben Allfree 452e5337f0 chrome connect
5 months ago
Ben Allfree 6ac987e7cf select BLE device
5 months ago
Ben Allfree 5522f9a236 BLE select cancel
5 months ago
Ben Allfree 5676cbd84e chrome required screen
5 months ago
Ben Allfree b5e47ce44f filter BLE at OS level
5 months ago
Ben Allfree 6d63e49938 add platforminfo helper
5 months ago
spfmoby 2306269384 Better french translations
5 months ago
just_stuff_tm 41ff2353a4
Merge branch 'main' into issue-fix-channel-edit-delete-actions
5 months ago
Krasimir Kazakov b3ad54f296
Added mute channel functionality (#209)
5 months ago
Leah 7cb4c5a334
Swipe to reply (#160)
5 months ago
just_stuff_tm bb8ad70cb9
Merge branch 'zjs81:main' into issue-fix-channel-edit-delete-actions
5 months ago
Aaron Easterling 2feff809ff
Mark pending channel messages sent on RESP_CODE_SENT (#186)
5 months ago
just_stuff_tm 51d70ce086
fix(appbar): prevent title overflow on narrow widths (#205)
5 months ago
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
just_stuff_tm f38b8b0319
Merge branch 'zjs81:main' into issue-fix-channel-edit-delete-actions
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
just_stuff_tm ba2763a3f6 fix(channels): make edit/delete actions use parent context after bottom sheet closes
5 months ago
446564 4bf2519559 clear app db of channel messages on delete
5 months ago
MGJ 0e81d75cce
Merge branch 'main' into main
5 months ago
Serge Tarkovski afcc4db405 fix: clamp cached unread totals to prevent negative badge counts
5 months ago
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
MGJ a9fbf8c7f5 Correct Chinese translation
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

Powered by TurnKey Linux.