reader/android: port to vanadium-android:1.5

* add support for x86-64 by specifying that a universal APK be built
* bump Android Gradle plugin version to 1.5 (fixes a problem where the
  x86-64 shared library was not included in the universal APK)
* bump vanadium-android version to 1.5, fix a handful of breakages
  caused by API changes in that version
* as a workaround of https://v.io/i/1101, provide a new single thread
  executor to the VContext

Change-Id: I8f7942190d0343d4d978c3c68db4f1eed3651593
3 files changed
tree: f5898df4a4b7828685cb49e5f2df02b732be5c50
  1. android/
  2. common/
  3. web/
  4. .editorconfig
  5. .gitignore
  6. .jiriignore
  7. .jshintignore
  8. .jshintrc
  9. AUTHORS
  10. CONTRIBUTING.md
  11. CONTRIBUTORS
  12. LICENSE
  13. Makefile
  14. PATENTS
  15. README.md
  16. 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.