touch: beer emoji, status-bar unread tap, new-contact toast toggle, Czech accents#22
Open
Vybo wants to merge 1 commit into
Open
touch: beer emoji, status-bar unread tap, new-contact toast toggle, Czech accents#22Vybo wants to merge 1 commit into
Vybo wants to merge 1 commit into
Conversation
…zech accents - emoji: bake the beer mug U+1F37A and clinking beers U+1F37B as colour glyphs into emoji_data.c (now 252) and add the beer mug to the composer picker; the clinking pair was already listed but only rendered monochrome, now colour. - status bar: tapping the unread badge (envelope + count) on the left now jumps to the Chats inbox. The CLICKABLE flag is toggled per-tick so only the badge state intercepts the tap — every other left-zone state (Back chevron, profile name, OSM credit, blank) keeps the bar's control-center / Back tap. - contacts: add a "Notify on new contact" toggle to the Auto-add page (TouchCfg v8, default ON). When off it suppresses the auto-discovery toast chip in UITask::notify(); the diag-log line and tab badge are unaffected. - keyboard: add the Czech accents c-caron, e-caron, t-caron, z-caron, r-caron and u-ring (plus uppercase) to the long-press / tap accent popup. Glyphs are already baked in the extras fallback fonts, so no font regeneration needed. Builds verified on both LilyGo_TDeck_companion_radio_touch and heltec_v4_tft_companion_radio_usb_tcp_touch. Signed-off-by: Dan Vybiral <dan.vybiral@greencode.cz>
1042646 to
a8cd3ec
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Four touch-UI feedback fixes, branched off
main(beta9).Emoji
Bake the beer mug (U+1F37A 🍺) and clinking beers (U+1F37B 🍻) as colour glyphs in
emoji_data.c(now 252) and add the beer mug to the composer emoji picker. 🍻 was already listed but only rendered monochrome — it now matches the rest of the set in colour.Status-bar unread → Chats
Tapping the unread badge (envelope + count) on the left of the status bar now jumps to the Chats inbox. The tap is only live while the count is shown; every other left-zone state (Back chevron, profile name, OSM credit, blank) keeps the bar's existing control-center / Back tap.
"Notify on new contact" toggle
New switch on the Auto-add contacts settings page (default ON). When off it suppresses the low-key toast chip that fires when a contact is auto-discovered in a busy mesh; the diagnostics line and tab badge are unaffected. Persisted in
TouchCfg(v7 → v8); existing devices migrate with the toast left ON.Czech accents
Add č ě ť ž ř ů (and uppercase Č Ě Ť Ž Ř Ů) to the long-press / tap accent popup, under base letters c e t z r u. The glyphs are already baked in the extras fallback fonts, so no font regeneration was needed.
Verification
Builds clean on both
LilyGo_TDeck_companion_radio_touchandheltec_v4_tft_companion_radio_usb_tcp_touch. All changes are board-agnostic (no SD-gated paths touched).