Skip to content

fix(maui): scale and center Android adaptive app icon safe-zone, bump version to 1.3.2 (fixes #167) - #174

Merged
fboucher merged 1 commit into
mainfrom
fix/167-android-app-icon
Aug 7, 2026
Merged

fix(maui): scale and center Android adaptive app icon safe-zone, bump version to 1.3.2 (fixes #167)#174
fboucher merged 1 commit into
mainfrom
fix/167-android-app-icon

Conversation

@fboucher

@fboucher fboucher commented Aug 7, 2026

Copy link
Copy Markdown
Owner

Summary of Changes

  • Version Bump: Upgraded application version to v1.3.2 across Directory.Build.props and src/NoteBookmark.MauiApp/NoteBookmark.MauiApp.csproj (with ApplicationVersion incremented to 5).
  • Android Adaptive App Icon Safe-Zone Fix: Adjusted scale factor in appiconfg.svg transform matrix from 0.853816 to 0.65 (tx = 280, ty = 253.325).
    • The previous scale factor (0.853816) caused artwork pixels to extend up to 371.9px from center, exceeding the Android adaptive icon safe-zone radius of 305.5px (cutting off top, bottom, and corners on Android home screens / app launcher).
    • The new scale factor (0.65) brings maximum artwork pixel distance from center to 283.09px, ensuring 100% of the icon artwork sits comfortably inside Android's adaptive icon mask (circular/squircle) with ~7% padding.

Fixes #167

@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown

Code Coverage

Package Line Rate Branch Rate Health
NoteBookmark.AIServices 97% 64%
NoteBookmark.Api 89% 79%
NoteBookmark.BlazorApp 5% 10%
NoteBookmark.Domain 86% 75%
NoteBookmark.ServiceDefaults 96% 75%
NoteBookmark.SharedUI 15% 20%
Summary 53% (925 / 1740) 44% (238 / 541)

@fboucher
fboucher requested a review from fboucher-os August 7, 2026 12:35

@fboucher-os fboucher-os left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@fboucher
fboucher merged commit 904bf8f into main Aug 7, 2026
1 check passed
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.

The App icon on Android is cropped

2 participants