You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: