Electric-Coin-Company / zashi-android

The Zashi Zcash Wallet, Android Edition
MIT License
20 stars 14 forks source link

Dark mode QR codes for Receive screen #1473

Open HonzaR opened 2 weeks ago

HonzaR commented 2 weeks ago

Is your feature request related to a problem? Please describe.

As a follow-up for #1011 we'd like to introduce dark mode QR codes to improve dark mode UX.

Describe the solution you'd like

The color change is easily achievable using the implemented screen.receive.util.AndroidQrCodeImageGeneratorKt#toBlackAndWhiteColorArray

However, such a QR code is not readable with our QR code scan logic.

So, the task here is to improve the generated QR code or scan logic to be compatible. The compatibility needs to be ensured in cross-platform and cross-apps ways.

Alternatives you've considered

Additional context