thunderbiscuit / padawan-wallet

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

Feat: Added simple settings page #203

Closed fivetran-tangyetong closed 2 years ago

fivetran-tangyetong commented 2 years ago

Added simple settings page with the Request Testnet Coins! button. Code is largely the same as the previous settings fragment but the deprecated auth method has been changed.

I also moved the snackbar in the SendCoinsBackScreen.kt to the bottombar of the scaffold.

thunderbiscuit commented 2 years ago

Thanks for the PR! This is coming together nicely (the migration to Compose I mean).