langerhans / dogecoin-wallet-new

Dogecoin Wallet app for your Android device. Standalone Dogecoin node, no centralized backend required. Forked from the popular Bitcoin Wallet.
188 stars 105 forks source link

Support the "doge://" scheme for QR Codes #20

Closed jesstelford closed 10 years ago

jesstelford commented 10 years ago

Dogecoin supports the "doge://" scheme for QR Codes (see a clickable example here) in the QT desktop wallet.

The format is: doge://[address]?amount=[doges]&label=[text label]

This allows the creator of the QR Code to insert a default message and value (eg; for showing on a Tip Jar, etc).

It'd be great to see this supported in the Android Wallet also.

Keep up the great work! :)

langerhans commented 10 years ago

The format is actually dogecoin:address... since Qt has problems with the double-slash syntax, see line 172 in the file you linked. And this format is also already supported by the wallet. Please check if I'm right and close the issue if so :)