Commit Graph

6 Commits

Author SHA1 Message Date
Kevin Gorham adda661311
remove analytics dependencies completely 2020-06-23 19:09:28 -04:00
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 5803a9dd71
Add crash reporting via Crashlytics. 2020-02-21 18:49:45 -05:00
Kevin Gorham 931bf5c280
Enabled crash reporting.
Addresses #54
2020-01-09 11:05:01 -05:00
Kevin Gorham ac626917f4
Added Synchronizer subcomponents.
Related to #39
2020-01-07 01:41:02 -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