Jason P
94258cfd1c
Adjust text location for pop-ups
2025-06-25 16:32:36 -05:00
Jason P
7c297eff8f
Reorder Timezones to match expectations
2025-06-25 16:13:00 -05:00
Jason P
c178396e20
Unify Message Titles
2025-06-25 16:02:10 -05:00
Jason P
caf4c3919c
Finalize Autosized Action menu per screen
2025-06-25 15:40:27 -05:00
HarukiToreda
7d09bd981a
Autosized Action menu per screen
2025-06-25 15:34:19 -04:00
Jason P
f046c1a68a
Merge branch 'master' into 2.7-MiscFixes-Week1
2025-06-25 13:56:14 -05:00
github-actions[bot]
3870d81bf6
[create-pull-request] automated change ( #7134 )
...
Co-authored-by: caveman99 <25002+caveman99@users.noreply.github.com>
2025-06-25 20:18:55 +02:00
Kongduino
a7dcf580ad
Update RedirectablePrint.cpp ( #7114 )
...
Bug fix to my hexDump code. Because `log()` adds a carriage return, hexdump lines were split over 3 lines. This fixes it.
2025-06-25 19:54:57 +02:00
Jason P
61f81ac758
Correct T_Watch_S3 specific line
2025-06-25 12:04:59 -05:00
Jonathan Bennett
9446f07c4d
trunk
2025-06-25 11:28:45 -05:00
Jonathan Bennett
94904cb6a7
Update no-op showOverlayBanner function
2025-06-25 11:28:19 -05:00
HarukiToreda
646b370411
Compressed action list
2025-06-25 12:24:27 -04:00
Jonathan Bennett
b6bcee18b5
Trunk
2025-06-25 11:20:43 -05:00
Jonathan Bennett
20988aa4fa
Actually honor the points-north setting
2025-06-25 11:17:04 -05:00
HarukiToreda
cab6707ca0
Retired drawFunctionOverlay code
...
No longer being used
2025-06-25 10:44:39 -04:00
Jason P
46ac9841d6
Finalize Time Format picker word change
2025-06-25 09:12:31 -05:00
Jason P
88ab198e0f
Use all the rows on EInk since with autohide the navigation bar
2025-06-25 09:10:04 -05:00
Jason P
0c948a3fc0
Time Format wording
2025-06-25 08:25:41 -05:00
Jason P
17456d0618
Merge branch 'master' into 2.7-MiscFixes-Week1
2025-06-25 07:54:07 -05:00
Jason P
a395448170
Menu wording adjustments
2025-06-25 07:52:26 -05:00
Jason P
e6ba326876
Update message caching to correct aged timestamp
2025-06-25 07:11:21 -05:00
todd-herbert
ecfaf3a095
Canned Messages via InkHUD menu ( #7096 )
...
CI / build-esp32-c3 (push) Blocked by required conditions
CI / build-esp32-c6 (push) Blocked by required conditions
CI / build-nrf52 (push) Blocked by required conditions
CI / build-rpi2040 (push) Blocked by required conditions
CI / build-stm32 (push) Blocked by required conditions
CI / build-debian-src (push) Waiting to run
CI / package-pio-deps-native-tft (push) Waiting to run
CI / test-native (push) Waiting to run
CI / docker-deb-amd64 (push) Waiting to run
CI / docker-deb-amd64-tft (push) Waiting to run
CI / docker-alp-amd64 (push) Waiting to run
CI / docker-alp-amd64-tft (push) Waiting to run
CI / docker-deb-arm64 (push) Waiting to run
CI / docker-deb-armv7 (push) Waiting to run
CI / gather-artifacts (esp32) (push) Blocked by required conditions
CI / gather-artifacts (esp32c3) (push) Blocked by required conditions
CI / gather-artifacts (esp32c6) (push) Blocked by required conditions
CI / gather-artifacts (esp32s3) (push) Blocked by required conditions
CI / gather-artifacts (nrf52840) (push) Blocked by required conditions
CI / gather-artifacts (rp2040) (push) Blocked by required conditions
CI / gather-artifacts (stm32) (push) Blocked by required conditions
CI / release-artifacts (push) Blocked by required conditions
CI / release-firmware (esp32) (push) Blocked by required conditions
CI / release-firmware (esp32c3) (push) Blocked by required conditions
CI / release-firmware (esp32c6) (push) Blocked by required conditions
CI / release-firmware (esp32s3) (push) Blocked by required conditions
CI / release-firmware (nrf52840) (push) Blocked by required conditions
CI / release-firmware (rp2040) (push) Blocked by required conditions
CI / release-firmware (stm32) (push) Blocked by required conditions
CI / publish-firmware (push) Blocked by required conditions
* Allow observers to respond to AdminMessage requests
Ground work for CannedMessage getters and setters
* Enable CannedMessage config in apps for InkHUD devices
* Migrate the InkHUD::Events AdminModule observer
Use the new AdminModule_ObserverData struct
* Bare-bones NicheGraphics util to access canned messages
Handles loading and parsing. Handle admin messages for setting and getting.
* Send canned messages via on-screen menu
* Change ThreadedMessageApplet from Observer to Module API
Allows us to intercept locally generated packets ('loopbackOK = true'), to handle outgoing canned messages.
* Fix: crash getting empty canned message string via Client API
* Move file into Utils subdir
* Move an include statement from .cpp to .h
* Limit strncpy size of dest, not source
Wasn't critical in ths specific case, but definitely a mistake.
2025-06-25 06:04:18 -05:00
Jason P
a6cc4ab3fe
Trunk runs
2025-06-24 22:57:27 -05:00
Jason P
d411fd99f0
Update comments for Screen.cpp related to module load change
2025-06-24 22:50:39 -05:00
Jason P
819f5a2fde
Resolve dangling pointer issues with sanitize code
2025-06-24 22:33:27 -05:00
Jason P
ca34fe9a90
Small adjustments to AM/PM replacement across various devices
2025-06-24 21:59:55 -05:00
Jason P
137e7183c7
Merge pull request #7124 from csrutil/2.7-MiscFixes-Week1-message-cache
...
feat(bug): cache the lines and heights to reduce the overhead
2025-06-24 21:37:17 -05:00
Jason P
54fa39b2e9
Add AM/PM to low resolution clock also
2025-06-24 21:14:29 -05:00
csrutil
eca240373a
cleanup, cheers
2025-06-25 09:08:30 +08:00
csrutil
0b1703a51a
addressed the conflicts, and changed target branch to 2.7-MiscFixes-Week1
2025-06-25 08:53:03 +08:00
Jason P
653f6c2a85
Move modules beyond the clock in navigation
2025-06-24 17:24:20 -05:00
Jason P
7a285cf221
Maintain clock frame when switching between Clock Faces
2025-06-24 14:46:40 -05:00
Jason P
cea5cd171a
Adjust drawBluetoothConnectedIcon on TWatch
2025-06-24 14:13:28 -05:00
HarukiToreda
c5e3bc841e
Suppress action screen Full refresh for Eink
2025-06-24 14:52:43 -04:00
Jason P
ca7d2d7482
Add Toggle Backlight for EInk Displays
2025-06-24 13:42:28 -05:00
Jason P
7af31a88c0
Establish Action Menu on all node list screens, add NodeDB reset (with confirmation) option
2025-06-24 13:13:37 -05:00
Jason P
9f53df4f2e
Update Analog Clock on EInk to show more digits
2025-06-24 11:06:10 -05:00
Thomas Göttgens
485fc7639e
fix misc build warnings. NFC
2025-06-24 18:01:04 +02:00
Jason P
34f3800e2b
Remove old battery icon and option, use drawCommonHeader throughout, re-add battery to Clock frames
2025-06-24 10:46:25 -05:00
Jason P
a3ed75c5c9
Hide quick toggle as option is available within Action Menu, commented out for the moment
2025-06-24 09:48:06 -05:00
Jason P
088143dbf3
Add Adhoc Ping and resolve error with std::string sanitized
2025-06-24 08:14:38 -05:00
Jason P
fecf80c39b
Updated working for 12-/24-hour menu and Added US/Arizona to timezone picker
2025-06-24 07:00:07 -05:00
Jason P
7ef8067b87
Merge branch 'master' into 2.7-MiscFixes-Week1
2025-06-24 06:46:40 -05:00
Ben Meadors
91bcf072a0
Tweak interval trottling ( #7113 )
CI / build-nrf52 (push) Blocked by required conditions
CI / build-rpi2040 (push) Blocked by required conditions
CI / build-stm32 (push) Blocked by required conditions
CI / build-debian-src (push) Waiting to run
CI / package-pio-deps-native-tft (push) Waiting to run
CI / test-native (push) Waiting to run
CI / docker-deb-amd64 (push) Waiting to run
CI / docker-deb-amd64-tft (push) Waiting to run
CI / docker-alp-amd64 (push) Waiting to run
CI / docker-alp-amd64-tft (push) Waiting to run
CI / docker-deb-arm64 (push) Waiting to run
CI / docker-deb-armv7 (push) Waiting to run
CI / gather-artifacts (esp32) (push) Blocked by required conditions
CI / gather-artifacts (esp32c3) (push) Blocked by required conditions
CI / gather-artifacts (esp32c6) (push) Blocked by required conditions
CI / gather-artifacts (esp32s3) (push) Blocked by required conditions
CI / gather-artifacts (nrf52840) (push) Blocked by required conditions
CI / gather-artifacts (rp2040) (push) Blocked by required conditions
CI / gather-artifacts (stm32) (push) Blocked by required conditions
CI / release-artifacts (push) Blocked by required conditions
CI / release-firmware (esp32) (push) Blocked by required conditions
CI / release-firmware (esp32c3) (push) Blocked by required conditions
CI / release-firmware (esp32c6) (push) Blocked by required conditions
CI / release-firmware (esp32s3) (push) Blocked by required conditions
CI / release-firmware (nrf52840) (push) Blocked by required conditions
CI / release-firmware (rp2040) (push) Blocked by required conditions
CI / release-firmware (stm32) (push) Blocked by required conditions
CI / publish-firmware (push) Blocked by required conditions
Nightly / Trunk Check and Upload (push) Has been cancelled
Nightly / Trunk Upgrade (PR) (push) Has been cancelled
2025-06-24 05:27:40 -05:00
HarukiToreda
9de5d170bf
Pause Banner for Eink moved to bottom
2025-06-24 02:14:01 -04:00
renovate[bot]
4802cef3ca
chore(deps): update radiolib to v7.2.0 ( #7098 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-24 15:56:02 +10:00
HarukiToreda
3d28086f68
Improvements to Eink Navigation
2025-06-24 01:37:10 -04:00
Jason P
232d601b14
Fix Clock menu option decision tree
2025-06-23 23:50:14 -05:00
Jason P
36ee2cfda0
Remove Second Hand for Analog Clock on EInk displays
2025-06-23 23:43:22 -05:00
Jason P
56c1ba037a
Gotta keep height and width in expected order
2025-06-23 23:15:20 -05:00