415 replace all pixel icons with vecor graphics#436
Merged
Julius-Babies merged 3 commits intomainfrom Mar 4, 2026
Merged
Conversation
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.
ce51cda to
493b128
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.
No description provided.