Commit graph

330 commits

Author SHA1 Message Date
Garth Vander Houwen
026bb80fba
Transports Interface to Support TCP for all Platforms and Serial on Mac (#1341)
* Initial implementation of transports

* Initial LogRadio implementation

* Fixes for Settings view (caused by debug commenting)

* Refinement of the object and actor model

* Connect view text and tab updates

* Fix mac catalyst and tests

* Warning and logging clean-up

* In progress commit

* Serial Transport and Reconnect draft work

* Serial transport and reconnection draft work

* Quick fix for BLE - still more work to do

* interim commit

* More in progress changes

* Minor improvements

* Pretty good initial implementation

* Bump version beyond the app store

* Fix for disconnection swipeAction

* Tweaks to TCPConnection implementation

* Retry for NONCE_ONLY_DB

* Revert json string change

* Simplified some of the API + "Anti-discovery"

* Tweaks for devices leaving the discovery process

* Bump version

* iOS26 Tweaks

* Tweaks and bug fixes

* Add link with slash sf symbol

* update symbol image on connect view

* BLE disconnect handling

* Log privacy attributes

* Onboarding and minor fixes.

* change database to nodes, add emoji to tcp logs

* Error handling improvements

* More logging emojis

* Suppressed unnecessary errors on disconnect

* Heartbeat emoji

* Add bluetooth symbol

* add privacy attributes to [TCP] logs, add custom bluetooth logo

* Improve routing logs

* Emoji for connect logs

* Heartbeat emoji

* Add CBCentralManagerScanOptionAllowDuplicatesKey options to central for bluetooth

* fix nav errors by switching from observableobject to state

* Update connection indicator icon

* fix for BLE disconnects

* Connection process fixes

* More fixes/tweaks to connection process

* Strict concurrency

* Fix some warnings, remove wifi warning

* delete stale keys

* interim commit

* Update privacy for log, fix wrong space

* fix a couple of linting items

* Switch to targeted

* interim commit

* BLE Signal strenth on connect view

* Remove BLE RSSI from long press menu

* Modem lights

* minor spacing tweak

* Additional BLE logging and a scanning fix.

* Discovery and BLE RSSI improvements

* Background suspension

* Update isConnected to enable UI during db load

* update protobufs

* Replace config if statements with switches, Fix unknown module config logging, make dark mode modem circle stroke color white so they are visible

* Additional logging cleanup

* hast

* Set unmessagable to true if the longname has the unmessagable emoji

* Connect error handling improvements

* Admin popup list icon and activity lights updates

* Revert use of .toolbar back to .navigationBarItems

* More public logging

* Better BLE error handling

* Node DB progress meter

* minor tweak to activity light interaction timing

* Fix comment linting, remove stale keys

* Remove stale keys

* Easy linting fixes

* Two more simple linting fixes

* clean up meshtasticapp

* More public logging

* Replay config

* Logging

* Fix for unselected node on Settings

* Tweak to progress meter based on device idiom

* Update protos

* Session replay redaction of messages

* Serial fix for old devices, and a let statement

* Mask text too

* Fix typo

* BLE poweredOff is now an auto-reconnectable error

* Update logging

* Fix for peerRemovedPairingInformation

* Logging for BLE peripheral:didUpdateValueFor errors.

* Fix for inconsistent swipe disconnect behavior

* periperal:didUpdateValueFor error handling

* Fix for BLEConnection continuation guarding

* BLEConnection actor deadlock on disconnect

* Heartbeat nonce

* Fix for swipe disconnect and task cancellation

* Fix for swipe actions not honoring .disabled()

* Tell BLETransport when BLEConnection is cancelled

* Update navigation logging

* Logging updates

* Bump version to 2.7.0

* Organize into folders and heartbeat stuff

* Minor improvements to manual TCP connection

* Auto-connect toggle

* Possible BLE bug, still waiting to see in logs

* Concurrency tweaks

* Concurrency improvements

* requestDeviceMetadata fix. fixes remote admin

* Minor typo fixes

* "All" button for log filters: category and level

* More robust continuation handling for BLE

* @FetchRequest based ChannelMessageList

* Update info.plist and device hardware file

* Move auto connect toggle to app settings and debug mode, tint properly with the accent color

* Add label to auto connect toggle

* Update log for node info received from ourselves over the mesh

* Remove unused scrollViewProxy

* Update Meshtastic/Views/Onboarding/DeviceOnboarding.swift

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update target for connect view

* Properly Set datadog environment

* Comment out ble manager

* Adjust cyclomatic complexity thresholds in .swiftlint.yml

* Linting fixes, delete ble manager

* Make session replay debug only

---------

Co-authored-by: jake-b <jake-b@users.noreply.github.com>
Co-authored-by: jake <jake@jakes-Mac-mini.local>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-08-27 08:09:02 -07:00
Jacob Powers
11b95dca4d swiftlint 2025-07-23 20:26:50 +00:00
Garth Vander Houwen
4b7dfc3af2 Point emoji notifications to the message they are part of 2025-07-14 22:41:32 -07:00
Garth Vander Houwen
25256a27d8 Fix copilot screwup 2025-07-09 15:03:51 -07:00
Garth Vander Houwen
9aa41b7c73
Update Meshtastic/Helpers/MeshPackets.swift
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-09 14:58:00 -07:00
Garth Vander Houwen
5cf8a63108 Unwrap first canned messages element 2025-07-07 14:02:19 -07:00
Garth Vander Houwen
cb3c809747
Merge pull request #1296 from mtoolstec/main
Fix not showing canned messages and message changed detection
2025-07-07 10:14:43 -07:00
Jake-B
648a82ff6a fixed a typo in a comment 2025-07-02 09:20:35 -04:00
whywilson
1778edbad1 Fix showing canned messages 2025-06-30 14:20:06 +08:00
Garth Vander Houwen
74e169a7f9
Merge pull request #1282 from bjpetit/purge-stale-nodes
App option for purging nodes not heard in certain amount of time
2025-06-19 13:15:09 -07:00
Garth Vander Houwen
e0678258be Adjust key generation, clean up userid's 2025-06-18 16:44:21 -07:00
Garth Vander Houwen
9f9313ffba Safer create user function 2025-06-15 09:47:27 -07:00
Garth Vander Houwen
75cf037cfe Remove more remnants of the old admin channel 2025-06-14 14:25:46 -07:00
Garth Vander Houwen
2920a38312 Translation updates 2025-06-13 09:57:27 -07:00
Brent Petit
7128aface4 App option for purging nodes not heard in certain amount of time 2025-06-01 10:57:48 -05:00
Garth Vander Houwen
70340fa18f Fix some linting and ben writing C# warnings 2025-05-24 00:33:27 -07:00
Garth Vander Houwen
530872e50f capitilize node list, update unmessagable logic, clean up contact list filtering 2025-05-21 11:48:47 -07:00
Garth Vander Houwen
f59a945a8d Set unmessagable more places 2025-05-15 18:59:38 -07:00
Benjamin Faershtein
db5ec2f8cb
Merge branch 'main' into FixWaypointState 2025-05-09 09:22:01 -07:00
Garth Vander Houwen
70fa86ae32 Finish updating translation strings 2025-05-08 22:50:44 -07:00
Garth Vander Houwen
ffb3296ddf 60 stupid keys remaining 2025-05-08 20:34:25 -07:00
Benjamin Faershtein
a1d5a8a0d0 fixed a small issue where it tries updating it after its deleted 2025-05-06 22:03:24 -07:00
Benjamin Faershtein
531e74dd5c Fixed waypoint updating logic and waypoint notification 2025-05-06 21:49:44 -07:00
Garth Vander Houwen
a0e94bd518 More translation key cleanup 2025-04-27 16:19:10 -07:00
Garth Vander Houwen
defba587e7 Assorted linting updates 2025-04-27 14:04:47 -07:00
Garth Vander Houwen
b08064258f
Merge branch '2.5.22' into StoreAndForwardUpdate 2025-03-31 22:11:54 -07:00
Garth Vander Houwen
ea39adac26 Add OSLog Redacttion attributes 2025-03-31 22:06:00 -07:00
Jake-B
18db01eb7f Filter module settings based on excluded_modules field 2025-03-28 16:20:45 -04:00
Benjamin Faershtein
d33e700783 Overhaul Store and Forward 2025-03-15 00:02:43 -07:00
Jake-B
d847e75437 Database updates for new attributes in Telemetry protobufs 2025-03-14 16:01:00 -04:00
Garth Vander Houwen
d438dc2099 Get rid of the developer mesh log 2025-02-28 21:00:11 -08:00
Jake-B
bc4687953e Refactor to optional values for TelemetryEntity attributes 2025-02-21 18:23:03 -05:00
oliver
5d97e246ab Kept remote version of Localizable.xcstrings 2025-02-03 12:11:50 +08:00
Matthew Davies
bec24ba93c
Add power metrics widgets for node detail screen 2025-01-25 00:13:12 -08:00
Ben Meadors
805dca6562 Add to channel notification as well 2025-01-15 15:57:48 -06:00
Ben Meadors
53ec91a771 Fix plumbing of critical bool for textMessagePacket notification 2025-01-15 09:43:21 -06:00
Garth Vander Houwen
da1afd9a81 Add deviceid from mynodeinfo to core data 2025-01-11 10:35:53 -08:00
Garth Vander Houwen
e1f2e34c2e Add criticial alerts functionality to textMessageAppPacket 2025-01-10 08:32:42 -08:00
Ben Meadors
d937e7cc71 Fix the Meshtastic FFFFFF display bug in the message list 2024-12-18 13:26:22 -06:00
Garth Vander Houwen
e118412808 Add ignore node button 2024-12-13 21:11:12 -08:00
Garth Vander Houwen
e4b664c0bd Exclude live activity code from Mac better 2024-12-13 09:57:09 -08:00
Garth Vander Houwen
d9442d3b4e Device image updates 2024-12-10 20:34:25 -08:00
Garth Vander Houwen
5a20d8c873 Update live activity with new metrics 2024-10-18 23:35:44 -07:00
Garth Vander Houwen
fa4e000ceb Updates for new protos 2024-10-10 06:13:14 -07:00
Garth Vander Houwen
a4d5aefca3 Bossy linter 2024-10-05 15:50:57 -07:00
Garth Vander Houwen
aee1a31e8e add packet filter for message lock icon 2024-10-05 09:53:33 -07:00
Garth Vander Houwen
4cc38dabf9
Merge pull request #941 from meshtastic/connect-localstats-update
Connect localstats update
2024-09-22 07:15:33 -07:00
Garth Vander Houwen
7d94dc4264 Clean up local stats code 2024-09-22 07:07:25 -07:00
Garth Vander Houwen
470f3432da Clean up key mis match logic 2024-09-18 18:50:46 -07:00
Garth Vander Houwen
94708e76cb fix logging typo, update lock icon on messages to only show for real acks 2024-09-18 18:25:20 -07:00