thunderbiscuit / padawan-wallet

The bitcoin wallet trainer on Android.
https://padawanwallet.com/
Apache License 2.0
114 stars 50 forks source link

Feat: Adding QR Scanner #207

Closed darkvoid32 closed 2 years ago

darkvoid32 commented 2 years ago

Feat #205.

Added camera functionality to scan QR codes using the ZXing library. Clicking the camera icon will open up a new screen with the camera open, hence I also changed some remember methods to rememberSaveable so the inputs do not get removed when coming back from the camera screen.

Data is passed back using the backstack, but the address scanned does not have any address validation.

thunderbiscuit commented 2 years ago

This will need a rebase @darkvoid32.

darkvoid32 commented 2 years ago

Rebased with compose branch