TODOs: Upgrade to 2.1.4

2.1.4 appears to contain 4 major changes:
- Watch now takes a list of collections, rather than just 1.
- SyncgroupSpec now takes only the collection ids, rather than the
  collection id + prefix
- Put and Get no longer and now does take type info respectively.
- Syncgroup Join now asks for a list of acceptable blessing strings.

Tested on 2.1.4 (published version), which seems to work.
For other developers, we've made it 2.1.+ in case they want to try out
maven changes locally.

Change-Id: Ied9111853bc62cc4daeac258099f4063b1bd87a7
5 files changed
tree: 585b47f9d52d11a7da92290db3630d6324d466e2
  1. app/
  2. gradle/
  3. .gitignore
  4. .jshintignore
  5. .jshintrc
  6. AUTHORS
  7. build.gradle
  8. CONTRIBUTING.md
  9. CONTRIBUTORS
  10. gradle.properties
  11. gradlew
  12. gradlew.bat
  13. LICENSE
  14. PATENTS
  15. README.md
  16. settings.gradle
  17. VERSION
README.md

TODOs demo: Syncbase and Firebase

This is a TODOs application for Android which uses either Firebase or Syncbase as a persistence layer.

Building & running

Switching between persistence layers

To switch between Firebase and Syncbase use: Build -> Select Build Variant and choose between the various options (e.g., firebaseDebug, syncbaseDebug etc.)

Firebase

The firebase app is at https://vivid-heat-7354.firebaseio.com/. Ross Wang and Alex Fandrianto manage the administration of the database.

WARNING: There is no authentication required in this demo, and the TODO list is global, accessible to all. In a real TODOs app this would not be the case of course. In the mean time, don't put anything sensitive there!