helloworld1 / FreeOTPPlus

Enhanced fork of FreeOTP-Android providing a feature-rich 2FA authenticator
Apache License 2.0
658 stars 75 forks source link

Incorrect(?) logo for Firefox accounts #131

Open James-E-A opened 3 years ago

James-E-A commented 3 years ago

The Firefox Accounts sign-in UI uses the general "Firefox family" logo, not the browser-specific logo:

Screenshot from 2021-05-30 17-14-57

Should that be used in the app, instead?

helloworld1 commented 3 years ago

I don't have a vector XML icon format for the Firefox family logo. If you know any open sourced icon in vector XML format, please let me know and I will update the icon.

This is the icon needs to be updated https://github.com/helloworld1/FreeOTPPlus/blob/master/token-images/src/main/res/drawable/token_image_firefox.xml

James-E-A commented 3 years ago

If you know any open sourced icon in vector XML format, please let me know and I will update the icon.

I'm not sure if it's "open source" any more than, say, the Google logo that the app currently uses is, but a vectorized copy is available at https://mozilla.design/mozilla

(Or here's a direct attachment; you'll have to rename it as GitHub blocks *.svg files. I would have just sent a PR with it, but I'm not sure how to convert or normalize it to the tooled SVG style all the other included icons seem to have.)