Go to file
Kevin Gorham 771d10358e
Fix nearly all bugs from yesterday's stress test.
- reset the send data after a successful transaction submission
    - failed txs will keep the data around for a retry
- improved wallet details
    - added a footer so that it is easier to see scroll behavior
    - unblocked the navigation icons
    - fix change displayed to be ZEC instead of zatoshi
    - fix spacing and sizing for amount text
    - colored the amount available text at the top (emphasize amount)
- improved t-address experience
    - valid t-addresses are recognized in the UI
    - remove shield for transparent sends
    - don't allow memos
    - message the user about unshielded transactions
- improved icon positioning on home screen (and profile)
2020-01-10 13:58:10 -05:00
app Fix nearly all bugs from yesterday's stress test. 2020-01-10 13:58:10 -05:00
buildSrc Fix dagger implementation by simplifying things and removing Dagger Android. 2020-01-06 00:01:06 -05:00
feedback Fixes after the team testing session. 2020-01-10 02:53:16 -05:00
gradle/wrapper Added configuration to support QR scanning. 2020-01-08 03:42:49 -05:00
lockbox Iterated on wallet creation 2019-12-23 14:41:14 -05:00
mnemonic Cleanup and bugfixes. 2019-12-23 14:41:16 -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
LICENSE Initial commit 2019-11-24 16:40:00 -05:00
README.md Initial commit 2019-11-24 16:40:00 -05:00
build.gradle Added configuration to support QR scanning. 2020-01-08 03:42:49 -05:00
gradle.properties Fix dagger implementation by simplifying things and removing Dagger Android. 2020-01-06 00:01:06 -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 Modifications to configuration and tests. 2019-12-23 14:41:15 -05:00

README.md

zcash-android-wallet

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