Commit Graph

17 Commits

Author SHA1 Message Date
Kevin Gorham de69567812
Explicitly disable all feedback, dev info and crash reporting.
Addresses https://github.com/zcash/zcash-android-wallet/issues/143 by placing everything behind a user setting that can be enabled in the future by users who want to continue helping us improve the user experience. For the most part, this will just be turned on for internal company releases in order to continue learning and improving the app.
2020-06-10 10:02:53 -04:00
Kevin Gorham 4c4ef46efe
Updated to the newly refactored (and published) SDK. 2020-06-10 07:49:38 -04:00
Kevin Gorham 8434e23014
Logging: Send failures.
Also improved crash reporting.
2020-02-12 08:01:08 -05:00
Kevin Gorham 899e48b9f3
Implemented the Restore feature. 2020-01-31 11:31:36 -05:00
Kevin Gorham b72b1434ac
Final improvements before beta release. 2020-01-15 10:32:54 -05:00
Kevin Gorham f7e438431d
Mucho fixes. 2020-01-13 19:09:22 -05:00
Kevin Gorham 62bbd30c40
Fixes after the team testing session. 2020-01-10 02:53:16 -05:00
Kevin Gorham 931bf5c280
Enabled crash reporting.
Addresses #54
2020-01-09 11:05:01 -05:00
Kevin Gorham 4922d690e9
Added configuration to support QR scanning. 2020-01-08 03:42:49 -05:00
Kevin Gorham 1d25feadf9
Fix dagger implementation by simplifying things and removing Dagger Android.
Dagger Android is overly complex and confusing and Google admitted that they need to change it and simply its use. In the meantime, it is easier to just remove it and setup dagger the old way.
2020-01-06 00:01:06 -05:00
Kevin Gorham cdcc39121b
Modifications to configuration and tests. 2019-12-23 14:41:15 -05:00
Kevin Gorham 83056ad492
Refactor feedback logic and configuration. 2019-12-17 16:34:42 -05:00
Kevin Gorham 9b2e7b318b
Corrections 2019-12-14 17:44:12 -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 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