Skip to content

Ancs#38

Closed
tituscmd wants to merge 51 commits into
InfiniBros:mainfrom
cyberneel:ancs
Closed

Ancs#38
tituscmd wants to merge 51 commits into
InfiniBros:mainfrom
cyberneel:ancs

Conversation

@tituscmd
Copy link
Copy Markdown
Collaborator

@tituscmd tituscmd commented Aug 5, 2025

No description provided.

cyberneel and others added 30 commits December 18, 2024 20:15
Currently, the notification UID, Event ID and Category are shown.
Data source is not working properly, the Characteristic and/or descriptor isn't being found correctly
Need to iron out some things like characteristics disappearing and reappearing.
Also added constants to set lengths for the title, subtitle, and message.
Accepting and Declining works
cyberneel and others added 21 commits May 19, 2025 13:33
and save a few bytes of heap memory

Co-authored-by: Lionel Elie Mamane <lionel@mamane.lu>
* remove leading zeros from battery percentage
* add correct colors matching the battery icon color thresholds
Commit 0aead42 ("navigation: Add is available (InfiniTimeOrg#1847)") added the
ability to draw the app icon in grey and in a disabled state when some
prerequisits were not met. Only the Navigation app was using this mechanism
due to its icons being stored in the external memory and possibly missing.

Commit 63e0c4f ("Application selection at build time") broke this by
always setting the state as true:
      for (const auto& userApp : userApps) {
        apps[i++] = Screens::Tile::Applications {userApp.icon, userApp.app, true};
      }

Fix this by creating an isAvailable() strcuture in the app classes, similar
to how the Watchfaces handle the same problem of checking availability.
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Aug 5, 2025

Build size and comparison to main:

Section Size Difference
text 387640B 11956B
data 944B -4B
bss 22656B 120B

Run in InfiniEmu

@tituscmd tituscmd closed this Aug 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants