Commit Graph

14 Commits

Author SHA1 Message Date
Kevin Gorham b32f5973e9
Corrections to the top-level README file. 2020-01-15 08:28:20 -05:00
Bradley Miller 7bde72f11f Update README for first versioned release 2020-01-08 14:10:06 -07:00
Kevin Gorham 1f18042d52
Implement versioning and other cleanup.
- Correct typo and compiler warning in Rust.
'trait objects without an explicity dyn' are deprecated and this is a warning as of Rust 1.37
- update dependencies
- update documentation

docs
2019-09-12 01:31:23 -04:00
Kevin Gorham afa142e1c9 Update docs 2019-03-30 12:22:20 -04:00
Kevin Gorham dec4f0f62e Add docs folder with Synchronizer documentation 2019-03-29 02:31:25 -04:00
Kevin Gorham 72283cee81 Cleanup Synchronizer API, add KDocs and remove dead code 2019-03-29 02:04:25 -04:00
Kevin Gorham af998e132d Promote diagrams from draft to final status 2019-03-27 02:09:25 -04:00
Kevin Gorham 5ea910b7f0 Updated readme to further point to preview branch 2019-03-27 01:32:18 -04:00
Kevin Gorham 4261ae9efc Update README to reference preview branch 2019-03-19 11:51:11 -04:00
Kevin Gorham 2467ab2dfb Update readme to reflect latest behavior 2019-03-13 02:36:35 -04:00
Kevin Gorham cc41d0646b Added diagram for developer Point of View 2019-03-13 02:36:26 -04:00
Kevin Gorham 76bcc52b25 Initial explanation of the structure of the SDK 2019-03-13 02:28:21 -04:00
Kevin Gorham 8598fe5fd7 Add diagram to the README
Renamed data DB in overview diagram. Initially we expected this to only contain UI data but it was easier to have one database for everything that can be derived from a seed, rather than multiple databases segregated by sensitivity.
2019-03-13 02:27:59 -04:00
Kevin Gorham 32af4b9559 initial commit of sample project code
The next step is to clean this up and integrate it with the latest version of the android app
2018-11-20 12:59:08 -05:00