BitcoinWalletMobile icon indicating copy to clipboard operation
BitcoinWalletMobile copied to clipboard

A simple, well designed and easy to use mobile Bitcoin wallet. Compatible with both Android and iOS. Designed for newbies.

Results 7 BitcoinWalletMobile issues
Sort by recently updated
recently updated
newest added

Visiting: https://play.google.com/store/apps/details?id=org.bitcoin.wallet Return "We're sorry, the requested URL was not found on this server."

F-Droid URL: https://f-droid.org/ F-Droid Wikipedia: https://www.wikipedia.org/wiki/F-Droid Contribution/Submit Applications: https://f-droid.org/en/contribute/#submit-applications Inclusion Policy: https://f-droid.org/en/docs/Inclusion_Policy Request For Packaging Tickets: https://gitlab.com/fdroid/rfp/issues F-Droid is application & app store for android apps (alternative to Google Play)...

The `DevSettingsActivity` activity is exposed on all releases, as it's declared in main folder at: https://github.com/bitcoin-dot-org/BitcoinWalletMobile/blob/893175f939fae2ef123342b120ed71ec44919af5/android/app/src/main/AndroidManifest.xml#L33 From react documentation at "Android (Java)" > "Configuring permissions": https://reactnative.dev/docs/integration-with-existing-apps#configuring-permissions > If you need...

I tried to reproduce the app I got from Google Play to make sure it matches the published source code but failed. My findings will be public on [WalletScrutiny](https://walletscrutiny.com/android/org.bitcoin.wallet/). The...

From packages.json: ```js "electrum-client": "https://github.com/BlueWallet/rn-electrum-client", "react-native-qrcode-scanner": "https://github.com/moaazsidat/react-native-qrcode-scanner", ``` it use git repo instead of yarn/npm registry, which require additional git dep to compile the app & repo can be removed/relocated/changed...

Add .ipa file (ios app) & universal .apk (android app) to the releases as assets at github releases & add description of the release in: https://github.com/bitcoin-dot-org/BitcoinWalletMobile/releases

Compiling this app with Containerfile at: https://gitlab.com/walletscrutiny/walletScrutinyCom/-/issues/208 will fail with OOM error unless running the following command `sed -i '/org.gradle.jvmargs/s/^#//g' gradle.properties;` which used to uncomment this line: https://github.com/bitcoin-dot-org/BitcoinWalletMobile/blob/56d56d767c95a33afa4ca9da17b0ad206ecd416d/android/gradle.properties#L13 so it's...