Go to file
Taylor Hornby 5cd2091394 Add known areas for improvement to the README 2020-05-28 16:43:14 -06:00
.github/ISSUE_TEMPLATE Update issue templates 2020-01-17 16:00:43 -06:00
app Bump version to 1.0.0-alpha25 2020-03-27 16:47:07 -04:00
buildSrc Updated build and dependencies. 2020-02-12 08:03:14 -05:00
feedback Extend analytics to include taps, screen views, and send flow. 2020-02-21 18:52:57 -05:00
gradle/wrapper Added configuration to support QR scanning. 2020-01-08 03:42:49 -05:00
lockbox Refactor to add support for SDK plugins. 2020-02-12 07:59:47 -05:00
mnemonic Refactor to add support for SDK plugins. 2020-02-12 07:59:47 -05:00
qrecycler Created module for feedback 2019-12-13 07:58:43 -05:00
.gitignore Initial commit. 2019-11-26 15:29:16 -05:00
CHANGELOG.md Updated build, dependencies and added changelog. 2020-02-21 19:03:00 -05:00
LICENSE Initial commit 2019-11-24 16:40:00 -05:00
README.md Add known areas for improvement to the README 2020-05-28 16:43:14 -06:00
build.gradle Updated build and dependencies. 2020-02-12 08:03:14 -05:00
gradle.properties General fixes and cleanup. 2020-01-31 11:32:36 -05:00
gradlew Initial commit. 2019-11-26 15:29:16 -05:00
gradlew.bat Initial commit. 2019-11-26 15:29:16 -05:00
settings.gradle Updated build and dependencies. 2020-02-12 08:03:14 -05:00

README.md

zcash-android-wallet

Android wallet using the Zcash Android SDK that is maintained by core developers.

There are some known areas for improvement:

  • Traffic analysis, like in other cryptocurrency wallets, can leak some privacy of the user.
  • The wallet might display inaccurate transaction information if it is connected to an untrustworthy server.

See the Wallet App Threat Model for more information about the security and privacy limitations of the wallet.