zcash-android-wallet/app
Kevin Gorham a693caf499
Fix: critical bug in underlying storage library.
ViewingKeys would sometimes get written in one way but not read back the same, dependeing on length. This was hard to catch because it only happened about 30 percent of the time. The fix was to update the secure storage library to work with lists and maintain order. A PR was submitted upstream but we are also going to seek out a better library to use going forward.
2020-10-07 20:17:29 -04:00
..
src Fix: critical bug in underlying storage library. 2020-10-07 20:17:29 -04:00
.gitignore Initial commit. 2019-11-26 15:29:16 -05:00
build.gradle Minor fixes and cleanup. 2020-09-25 11:50:20 -04:00
google-services.json Contributing guide and helper file for easier builds. 2020-06-10 18:06:38 -04:00
proguard-rules.pro Modifications to configuration and tests. 2019-12-23 14:41:15 -05:00