Commit graph

138 commits

Author SHA1 Message Date
Garth Vander Houwen
5842864a61
Remove all problematic scrolling logic in favor of swiftui built in scroll features (#1379)
* Remove all problematic scrolling logic in favor of swiftui built in features.

* Fix nested Navigation crash

* Fix broken title on channel ist
2025-09-08 20:19:29 -07:00
Garth Vander Houwen
194f62850c
Remove gotFirstUnreadMessage bool that is breaking things (#1370) 2025-09-03 09:37:48 -07:00
Garth Vander Houwen
d204340d5d
Revert "Remove redundant gotFirstUnreadMessage " 2025-08-27 08:18:34 -07:00
Garth Vander Houwen
fa45e8026f
Merge pull request #1351 from RCGV1/read-indicator-improvements
Remove redundant gotFirstUnreadMessage
2025-08-27 08:12:03 -07:00
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
7e24e860a1 Remove redundant gotFirstUnreadMessage so we can mark everythin as read on first load 2025-08-15 12:23:09 -07:00
Garth Vander Houwen
f0080c7413 Add key mismatch link to DM messages view 2025-08-13 21:09:11 -07:00
Benjamin Faershtein
57d6a8c721 Fixed messages not scrolling to bottom 2025-06-12 14:12:00 -07:00
Garth Vander Houwen
f3316518cc Remove reply overlay until it can look decent 2025-06-12 09:44:31 -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
8b235ecc3e Merge remote-tracking branch 'refs/remotes/origin/2.6.3' 2025-05-20 22:34:07 -07:00
Garth Vander Houwen
2f76e88ea5
Revert "Update serbian translations" 2025-05-20 22:33:17 -07:00
Garth Vander Houwen
20614745d9 Merge remote-tracking branch 'refs/remotes/origin/2.6.3' 2025-05-20 22:32:59 -07:00
Garth Vander Houwen
d7d2378c51 Ben thought he was writing C# 2025-05-20 22:29:53 -07:00
Benjamin Faershtein
fa6386ffd0
Merge branch '2.6.3' into update_serbian_translations 2025-05-13 13:56:35 -07:00
Nikola Dašić
ba84a5d566 Merge branch 'main' of github.com:meshtastic/Meshtastic-Apple 2025-05-12 15:37:49 +02:00
Benjamin Faershtein
916279b0d1 Timestamps above messages spaced by 15 min 2025-05-11 00:00:54 -07:00
Benjamin Faershtein
3bac49ef1f
Merge branch 'main' into BetterReplies 2025-05-03 23:45:52 -07:00
Benjamin Faershtein
d37572fde2 Reply updates 2025-05-02 16:54:16 -07:00
Garth Vander Houwen
defba587e7 Assorted linting updates 2025-04-27 14:04:47 -07:00
Benjamin Faershtein
cc84a244e8 Added Back Scroll To Bottom 2025-04-24 18:11:58 -07:00
Garth Vander Houwen
1b7e5e09ff
Revert "Better handling of reading messages" 2025-04-23 08:10:34 -07:00
Benjamin Faershtein
36da70c728 Scroll to Bottom Button View 2025-04-02 17:44:01 -07:00
Garth Vander Houwen
ea39adac26 Add OSLog Redacttion attributes 2025-03-31 22:06:00 -07:00
Brian Floersch
b6a881f008 Scroll to content when keyboard is presented 2025-02-06 20:01:26 -05:00
Garth Vander Houwen
a4d5aefca3 Bossy linter 2024-10-05 15:50:57 -07:00
Garth Vander Houwen
01b354e4a4 Ack error font 2024-08-29 08:50:31 -07:00
Garth Vander Houwen
f7c26f896f New scroll methods 2024-08-23 19:28:13 -07:00
Garth Vander Houwen
8c3b4ada37 Move the lock to the message corner 2024-08-14 17:04:48 -07:00
Garth Vander Houwen
59a104d9e9 ack! 2024-08-14 14:11:08 -07:00
Garth Vander Houwen
9e4def79be Little tiny locks 2024-08-08 21:52:43 -07:00
Garth Vander Houwen
f4bcad2c68 Linting fixes 2024-08-04 21:42:02 -07:00
Blake McAnally
fbf059be6a Refactor BLEManager.context setting on all the views, and just do that at the app root instead 2024-07-15 15:57:44 -05:00
Blake McAnally
3a746af27e Refactor the apps routing structure to enable app-wide navigation through a Router to improve how deep link URLs are handled 2024-07-15 15:57:42 -05:00
Garth Vander Houwen
df87fb538d log updates 2024-06-24 07:24:24 -07:00
Garth Vander Houwen
847892d45d Log categories 2024-06-03 02:17:55 -07:00
Blake McAnally
4c7cd0d923 Adopt OSLog for logging and replace the majority of calls to print() 2024-06-01 11:30:29 -05:00
Garth Vander Houwen
ee7c2467c7 Not pink 2024-04-10 20:06:01 -07:00
Garth Vander Houwen
2b785b66b0 PINK! 2024-04-10 19:59:35 -07:00
Garth Vander Houwen
02cca19f26 Assorted updates 2024-03-23 09:01:44 -07:00
Austin Payne
a16c6be659 fix: channel message retry not updating ack state 2024-02-21 00:29:26 -07:00
Austin Payne
9efdd568d8 fix: don't push ack text left
Aligns RetryButton to look more like iMessages retry button
2024-02-17 14:10:25 -07:00
Austin Payne
8b751f462a improvement: add TapbackResponses view 2024-02-17 14:10:25 -07:00
Austin Payne
bb0acba742 improvement: dedupe canRetry definition 2024-02-17 14:10:25 -07:00
Austin Payne
d0f84662db improvement: add MessageText views 2024-02-17 14:10:25 -07:00
Garth Vander Houwen
231a160c1e Let duty cycle restricted messages be retried 2024-02-15 20:09:33 -08:00
Garth Vander Houwen
b388a2babf Bump version 2024-02-13 21:31:13 -08:00
Garth Vander Houwen
b16b029128 Show retry button for DM's 2024-02-13 18:58:29 -08:00
Garth Vander Houwen
bdce50cc20 Only show retry for ack error 5 and 3 2024-02-13 18:47:07 -08:00
Austin Payne
6849977239 feature: add simple retry mechanism 2024-02-12 23:56:33 -07:00