TBR: reader/router WIP UI refactor

Cleans up the router code so that functions which map to route changes are
clearly associated with the routes definition in main.js. Route functions no
longer expect to make async/out of band calls and only handle rendering
coordination.

* Temporarily removes code to bind the Mercury app to Vanadium.

Change-Id: Id79c6c7e73bd8dc28d2cb836d4d2ff442aabbc56
10 files changed
tree: 0b5cd9cb82c4f3bd98d6770bbd72af8f6d1c9a81
  1. android/
  2. vdl/
  3. web/
  4. .gitignore
  5. .jiriignore
  6. AUTHORS
  7. CONTRIBUTING.md
  8. CONTRIBUTORS
  9. LICENSE
  10. Makefile
  11. PATENTS
  12. README.md
  13. VERSION
README.md

Reader

An example multi-device PDF reader built using Vanadium on both the web and Android platforms. The web version requires use of the Vanadium Chrome extension.

All apps exchange information using Syncbase. Details of the various projects can be found in their respective directories.