Skip to content

415 replace all pixel icons with vecor graphics#436

Merged
Julius-Babies merged 3 commits intomainfrom
415-replace-all-pixel-icons-with-vecor-graphics
Mar 4, 2026
Merged

415 replace all pixel icons with vecor graphics#436
Julius-Babies merged 3 commits intomainfrom
415-replace-all-pixel-icons-with-vecor-graphics

Conversation

@Julius-Babies
Copy link
Contributor

No description provided.

Copilot AI and others added 3 commits March 4, 2026 20:57
Converted 88 Lucide PNG icons to Android vector drawable XML files.
Each SVG path uses stroke="#000000" (replacing currentColor),
stroke-width="2", with round linecap and linejoin.

Remaining PNGs (no Lucide equivalent or custom/brand icons):
- fingerprint.png - not available in Lucide icon set
- github.png, instagram.png, mastodon.png, threads.png, whatsapp.png - brand icons
- google_play.png - brand icon
- logo.png, logo_dark.png, logo_light.png - custom app logos
- undraw_relaxing_at_home_black.png, undraw_relaxing_at_home_white.png - custom illustrations
- union_jack.png - custom flag icon

Co-authored-by: Julius-Babies <66371497+Julius-Babies@users.noreply.github.com>
Converted github, google_play, instagram, mastodon, threads, whatsapp
PNG icons to Android vector drawable XML using SVG data from
https://simpleicons.org (Simple Icons project).

All paths use fillColor="#000000" (fill-based, no stroke).
Deleted corresponding PNG files.

Co-authored-by: Julius-Babies <66371497+Julius-Babies@users.noreply.github.com>
This commit replaces the legacy fingerprint image resource with a new vector graphic and removes unused drawable files to streamline the project's resource directory.

Key changes:
*   The bitmap-based `fingerprint.png` has been replaced with a new vector-based `fingerprint_pattern.xml`.
*   `EnrollBiometricAuthenticationDialog` has been updated to reference the new `fingerprint_pattern` resource.
*   The unused `compose-multiplatform.xml` vector resource has been deleted.
@Julius-Babies Julius-Babies force-pushed the 415-replace-all-pixel-icons-with-vecor-graphics branch from ce51cda to 493b128 Compare March 4, 2026 19:57
@Julius-Babies Julius-Babies merged commit ee34584 into main Mar 4, 2026
@Julius-Babies Julius-Babies deleted the 415-replace-all-pixel-icons-with-vecor-graphics branch March 4, 2026 19:57
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.

Replace all pixel icons with vecor graphics

2 participants