Commit Graph

62 Commits

Author SHA1 Message Date
Kevin Gorham 688f401d25
Merge pull request #31 from zcash/feature/mnemonics
Added module for generating mnemonic phrases and seeds.
2019-12-14 21:49:36 -05:00
Kevin Gorham 1a64eb3fbd
Added module for generating mnemonic phrases and seeds.
The underlying library is not perfect but it will do for now. Closes #7. Closes #8.
2019-12-14 21:43:34 -05:00
Kevin Gorham 9b2e7b318b
Corrections 2019-12-14 17:44:12 -05:00
Kevin Gorham 6d12ada9a5
Merge pull request #30 from zcash/feature/feedback
Feature/feedback
2019-12-14 15:11:39 -05:00
Kevin Gorham 35e9984be3
Refactor: FeedbackObservers should not have to know about the Coordinator.
This also makes the initialization of feedback easier to reason about because there is no magic involved with adding the observers.
2019-12-14 15:09:21 -05:00
Kevin Gorham 1af99c0263
Add support for writing feedback to the console, a file or mixpanel.
The app currently does all three. Closes #28. Closes #29.
2019-12-14 14:40:27 -05:00
Kevin Gorham 00813ba05f
Created module for feedback
This provides a reusable way to generate streams of feedback events that can be directed to a file or analytics service. Address item 1 in issue #28
2019-12-13 07:58:43 -05:00
Kevin Gorham 18c62287a4
Added the zboto font.
Created by @geffenz to contain the Z logo in place of the dollar sign, which helps with positioning and animating text.
2019-12-13 06:02:30 -05:00
Kevin Gorham 1e232a726c
Make numberpad not respond to taps while disabled.
Addresses item 2 in issue #1
2019-12-13 05:59:56 -05:00
Kevin Gorham a36fa8b4d4
Added startup workflows.
- added home screen banner and logic to show/hide messages
- added no balance banner and behavior
- added landing and backup screens
- fixed and finished receive screen
- added back buttons
- switched from rounded to cut corners
- added sound and vibration
- added ability to detect dev environment and adjust behavior
2019-11-27 09:24:00 -05:00
Kevin Gorham 343b7c4cf3
Initial commit. 2019-11-26 15:29:16 -05:00
Kevin Gorham c2e395a4b7
Initial commit 2019-11-24 16:40:00 -05:00