My-Wallet-V3-Android icon indicating copy to clipboard operation
My-Wallet-V3-Android copied to clipboard

Blockchain Android Wallet

Results 37 My-Wallet-V3-Android issues
Sort by recently updated
recently updated
newest added

Hello. To make a payment on the site, I've got a link like ``` Send ``` When you click on this link, a wallet should open to send the specified...

Building app with: ```dockerfile FROM debian:sid-slim RUN set -ex; \ mkdir -p /usr/share/man/man1/; \ apt-get update; \ DEBIAN_FRONTEND=noninteractive apt-get install --yes -o APT::Install-Suggests=false --no-install-recommends \ git \ openjdk-11-jdk ; \...

https://www.reddit.com/r/CryptoCurrency/comments/ulzirq/is_it_normal_for_a_stable_coin_to_be_worth_096/?utm_medium=android_app&utm_source=share

https://www.reddit.com/r/CryptoCurrency/comments/uuljkq/давайте_дружить_в_google_play_играх/?utm_medium=android_app&utm_source=share

## Objective To support Lunu ppv2 payment protocol. ## Description A lot of changes have been made. I've added superclasses to implement additional ppv2 providers. ## How to Test Got...

## Objective Fixed issue with QR code scanning for ETH with amount, ## Description Modified EthAsset. ## How to Test Generate and scan the following QR: ethereum:0x0a62e9a9e133924e66ef918d4352e93ba31d0676?value=4490000000000000&gasPrice=68000000000 ## Screenshot/Design assessment...

https://github.com/blockchain/My-Wallet-V3-Android/issues/1309#issue-1245050422

It happen many times that source-code of the app on google-play was not found in this repo as the repo contain old code for previous version, ensure that publishing code...

## Objective Fixed QR code scanning with amount/value fields provided for BTC/ETH. ## Description Changed parseAddress methods of EthAsset and BtcAsset classes. ## How to Test Scan QR code with...

## Objective Update the setup documentation to run the app after cloning it from the repository. ## Description Generate a new _google-services.json_ file to resolve _[Issue #1261]_ when cloning and...