commit | 41f4db7fc09a78986bc68d83a5630697ac4d136f | [log] [tgz] |
---|---|---|
author | Alex Fandrianto <alexfandrianto@google.com> | Tue Jul 19 13:38:19 2016 -0700 |
committer | Alex Fandrianto <alexfandrianto@google.com> | Tue Jul 19 13:38:19 2016 -0700 |
tree | 995c7a6401cd34d7f98cfe20651b49a9abb82c4f | |
parent | 42ce47b247565b7e9aff3f63d46034aa8fbdf7e6 [diff] |
TODOs: HLAPI 0.1.7 upgrade (cloud) and discovery workaround This upgrades TODOs to use the cloud changes from 0.1.7. It also contains a bugfix for finding peers. Restarting an ad doesn't seem to play well with our underlying implementation, so I'm more careful to only stop if started and start if not started. However, I have a feeling the real bug is deeper in our implementation. Change-Id: I3232cca474b9aca1e1bd9bbc917bd2224d252f13
This is a TODOs application for Android which uses either Firebase or Syncbase as a persistence layer.
To switch between Firebase and Syncbase use: Build -> Select Build Variant
and choose between the various options (e.g., firebaseDebug
, syncbaseDebug
etc.)
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!