Commit graph

183 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
Benjamin Faershtein
d1f39833ab Fix qr code not showing 2025-08-12 19:54:12 -07:00
Garth Vander Houwen
42ed3437ff Update navigation splitview visibility to allign with ios26 2025-07-24 08:47:59 -07:00
Garth Vander Houwen
f2137a92c5
Update Meshtastic/Views/Nodes/NodeList.swift
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-15 15:51:33 -07:00
Garth Vander Houwen
537fd2d386 Node navigation cleanup 2025-07-15 15:49:46 -07:00
Garth Vander Houwen
5cca683d44 Unset navigation selected node on details disappear 2025-07-15 08:11:48 -07:00
Garth Vander Houwen
16ad1ecfce Only share messagable contacts 2025-05-25 09:25:58 -07:00
Garth Vander Houwen
70340fa18f Fix some linting and ben writing C# warnings 2025-05-24 00:33:27 -07:00
Garth Vander Houwen
b0fddbabfc
Merge pull request #1228 from gitbisector/voiceovertake3
Additional accessibilityLabels for VoiceOver users (take #3)
2025-05-20 19:38:43 -07:00
gitbisector
b0f1dbf355 Additional accessibilityLabels for VoiceOver users (take #3) 2025-05-15 20:28:40 -07:00
Garth Vander Houwen
faa6886ec2 Add unmessagable to node list 2025-05-15 08:06:37 -07:00
Ben Meadors
9a5b3d7c65
Update Meshtastic/Views/Nodes/NodeList.swift
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-05-13 20:02:40 -05:00
Ben Meadors
05397db3a4 Add shared contact functionality (WIP)
Feel free to hijack and make it not terrible
2025-05-13 19:43:43 -05:00
Garth Vander Houwen
6b001471d5
Revert "Additional accessibilityLabels for VoiceOver users (take #2)" 2025-05-13 06:29:39 -07:00
Garth Vander Houwen
ceaacd1150
Merge pull request #1221 from gitbisector/voiceovertake2
Additional accessibilityLabels for VoiceOver users (take #2)
2025-05-13 06:18:30 -07:00
gitbisector
5cccdcea22 Additional accessibilityLabels for VoiceOver users (take #2) 2025-05-11 16:12:34 -07:00
Garth Vander Houwen
07358b18e2
Revert "Additional accessibilityLabels for VoiceOver users." 2025-05-10 18:32:31 -07:00
Garth Vander Houwen
d862c30c46
Merge pull request #1211 from gitbisector/accessibility-improvements
Additional accessibilityLabels for VoiceOver users.
2025-05-10 17:23:31 -07:00
Garth Vander Houwen
da3f79c20d
Merge pull request #1214 from gitbisector/issue#1155nav
Fix TraceRoute notification navigation to correct node (#1115)
2025-05-10 12:37:52 -07:00
Garth Vander Houwen
07b2c59b90
Merge pull request #1213 from meshtastic/traceroute-countdown
Rate limited traceroute btn and progress indicator
2025-05-10 11:38:45 -07:00
git bisector
7063e7d419 Fix TraceRoute notification navigation to correct node (#1115)
When clicking on a completed TraceRoute notification, the app now navigates to the correct destination node instead of the connected node. This fixes issue #1115 where the app was navigating to the wrong node detail screen.
2025-05-09 21:03:33 -07:00
git bisector
b855ecc713 Additional accessibilityLabels for VoiceOver users. 2025-05-09 17:56:26 -07:00
Jake-B
dcfad05599 Rate limited traceroute btn and progress indicator 2025-05-09 16:46:08 -04:00
Garth Vander Houwen
70fa86ae32 Finish updating translation strings 2025-05-08 22:50: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
Benjamin Faershtein
3bfdbd05f5 Fixed title 2025-04-04 22:04:43 -07:00
Garth Vander Houwen
ea39adac26 Add OSLog Redacttion attributes 2025-03-31 22:06:00 -07:00
Jake-B
f730a93082 Do not apply variation selectors to ASCII 2025-03-15 10:13:19 -04:00
Garth Vander Houwen
da03814493 Remove more translation keys 2025-02-15 12:17:22 -08:00
Brian Floersch
4d0312623d Cleanup node list
Added preview for NodeListItem, Added CoreData bindings, Align all icons, Deduplicate code for list items, Fix list view padding for tab bar transparency
2025-02-06 00:04:59 -05:00
Garth Vander Houwen
88e7c92f89 Switch to new locations handler 2025-01-21 09:19:14 -08:00
Garth Vander Houwen
a31fda92d1 Make message button match user list 2025-01-11 07:28:59 -08:00
Garth Vander Houwen
49c7bd7bef Add ignore node functionality to the node and user list 2024-12-16 14:43:59 -08:00
Garth Vander Houwen
e118412808 Add ignore node button 2024-12-13 21:11:12 -08:00
Garth Vander Houwen
a4d5aefca3 Bossy linter 2024-10-05 15:50:57 -07:00
Garth Vander Houwen
d477de80c2 Remove ios 16 conditions 2024-10-05 10:44:46 -07:00
Blake McAnally
c678cd37fe
Merge pull request #901 from meshtastic/refactor-router-state
Refactor router state to more closely match tab bar behavior
2024-08-28 13:41:56 -05:00
Garth Vander Houwen
583c992cb8 Remove publisher change event that runs way too often 2024-08-28 11:32:22 -07:00
Blake McAnally
620e329521 Refactor router state to more closely match tab bar behavior 2024-08-28 07:37:49 -05:00
Garth Vander Houwen
25f8e424ed Sync up isonline with the firmware add local stats extension 2024-08-25 10:08:32 -07:00
Garth Vander Houwen
4361a082c5 Sync up online timeframes with the stats at seen in the last 2 hours 2024-08-25 09:50:01 -07:00
Garth Vander Houwen
fa872a9d22 Assorted cleanup 2024-08-23 20:10:57 -07:00
Garth Vander Houwen
72b7cc3e3c Node list message user context menu item 2024-08-15 08:15:11 -07:00
Garth Vander Houwen
5c8eea9ea8 Key match warning search on first appear 2024-08-14 21:36:31 -07:00
Garth Vander Houwen
197b567db0 Clean up the filters 2024-08-14 21:32:17 -07:00
Garth Vander Houwen
772a14d664 Add pki encryption toggle to user and node list filters 2024-08-12 19:51:34 -07:00
Garth Vander Houwen
9f99980534 initial security config proto mockup 2024-08-08 07:33:31 -07:00
Garth Vander Houwen
6bb8d03a98 Add display name to search 2024-08-06 21:56:43 -07:00
Garth Vander Houwen
e8b6f00dc2 Device hardware updates 2024-08-05 19:35:41 -07:00