Skip to content

Conversation

@Xaositek
Copy link
Contributor

@Xaositek Xaositek commented Jul 16, 2025

  • Calculate the length of the combinedName string and properly use it
  • Use sanitized longNameStr.c_str() in the Home frame display for longer names
  • Improve Version Readability on System Frame
  • Favorite DM'd nodes via BaseUI
  • Prevent negative message IDs in logs
  • Restore Unfavorite functionality
  • Correct Favorite Node logic to properly rebuild list
  • Resolve bool kb_found not properly being set for I2C keyboards identified on second pass

@Xaositek Xaositek marked this pull request as ready for review July 16, 2025 16:05
@Xaositek Xaositek self-assigned this Jul 16, 2025
@Xaositek Xaositek added the baseui Issues directly related to BaseUI label Jul 16, 2025
@Xaositek Xaositek requested review from caveman99 and thebentern July 16, 2025 17:04
@Xaositek Xaositek requested a review from jp-bennett July 16, 2025 19:11
@Xaositek
Copy link
Contributor Author

@jp-bennett Can you validate the change I made in NotificationRenderer.cpp is alright? if (curSelected == static_cast<int8_t>(numDigits)) {

@Xaositek Xaositek changed the title Small BaseUI Updates BaseUI Updates Jul 16, 2025
@jp-bennett jp-bennett merged commit 71b6508 into master Jul 17, 2025
34 of 41 checks passed
@jp-bennett jp-bennett deleted the baseui_updates branch July 17, 2025 00:44
oscgonfer pushed a commit to fablabbcn/smartcitizen-meshtastic that referenced this pull request Jul 22, 2025
* Calculate the length of the right string and use it

* Improve readability of Version Number

* Prevent negative message IDs and proactively favorite DM'd nodes

* Patch up Remove Favorite functionality

* Fix warnings for TFT_MESH_* and hasSupportBrightness

* Fix warning around casting variables

* Correct Favorite Node Behavior to rebuild favorite nodes when updated.

* Resolve bool kb_found issue not working for second discovery keyboards

---------

Co-authored-by: Jonathan Bennett <jbennett@incomsystems.biz>
oscgonfer pushed a commit to fablabbcn/smartcitizen-meshtastic that referenced this pull request Jul 23, 2025
* Calculate the length of the right string and use it

* Improve readability of Version Number

* Prevent negative message IDs and proactively favorite DM'd nodes

* Patch up Remove Favorite functionality

* Fix warnings for TFT_MESH_* and hasSupportBrightness

* Fix warning around casting variables

* Correct Favorite Node Behavior to rebuild favorite nodes when updated.

* Resolve bool kb_found issue not working for second discovery keyboards

---------

Co-authored-by: Jonathan Bennett <jbennett@incomsystems.biz>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

baseui Issues directly related to BaseUI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants