Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Wallet) Add SVG support to NFT images #27800

Closed
simoarpe opened this issue Jan 13, 2023 · 3 comments · Fixed by brave/brave-core#17330
Closed

(Wallet) Add SVG support to NFT images #27800

simoarpe opened this issue Jan 13, 2023 · 3 comments · Fixed by brave/brave-core#17330
Labels
feature/web3/wallet Integrating Ethereum+ wallet support OS/Android Fixes related to Android browser functionality priority/P3 The next thing for us to work on. It'll ride the trains. QA Pass - Android ARM QA/Yes release-notes/include security

Comments

@simoarpe
Copy link

simoarpe commented Jan 13, 2023

The Android framework does not support SVG images out of the box.
We are already using Glide, so a possible option would be to implement a custom SVG decoder using Glide, as explained in the official Glide examples.
This solution would require an external library to include into the codebase.

@simoarpe simoarpe added feature/web3/wallet Integrating Ethereum+ wallet support OS/Android Fixes related to Android browser functionality labels Jan 13, 2023
@diracdeltas
Copy link
Member

cc @kdenhartog @thypon for security considerations

@kdenhartog kdenhartog self-assigned this Jan 15, 2023
@jamesmudgett jamesmudgett added the priority/P3 The next thing for us to work on. It'll ride the trains. label Jan 20, 2023
@jamesmudgett jamesmudgett moved this to Backlog in Web3 Jan 20, 2023
@kdenhartog kdenhartog removed their assignment Feb 1, 2023
@simoarpe
Copy link
Author

@github-project-automation github-project-automation bot moved this from Backlog to Done in Web3 Mar 21, 2023
@brave-builds brave-builds added this to the 1.51.x - Nightly milestone Mar 21, 2023
@srirambv
Copy link
Contributor

Verification passed on Oppo Reno 5 with Android 13 running 1.51.97 x64 Beta build

27800.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature/web3/wallet Integrating Ethereum+ wallet support OS/Android Fixes related to Android browser functionality priority/P3 The next thing for us to work on. It'll ride the trains. QA Pass - Android ARM QA/Yes release-notes/include security
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

7 participants