InfiniTimeOrg / InfiniTime

Firmware for Pinetime smartwatch written in C++ and based on FreeRTOS
GNU General Public License v3.0
2.71k stars 927 forks source link

Changed CasioStyleG7710 notification icon to show number of undismissed notifications #1804

Closed borkymcgee closed 1 year ago

borkymcgee commented 1 year ago

Previously, CasioStyleG7710's notification icon only showed an 'i' if there were any unread notifications (i.e. notifications that the watch recieved while notifications were muted)

This change implements the fix i proposed in #1803, displaying the number of undismissed notifications present instead

github-actions[bot] commented 1 year ago

Build checks have not completed. Possible reasons for this are:

  1. The checks need to be approved by a maintainer
  2. The branch has conflicts
  3. The firmware build has failed
FintasticMan commented 1 year ago

As mentioned in #1616, we will implement this in all watch faces once notifications are synced with the connected device.

borkymcgee commented 1 year ago

Apologies, I forgot to show closed issues while searching for duplicates facepalm

FintasticMan commented 1 year ago

No worries!