ground-android
ground-android copied to clipboard
Ground mobile data collection app for Android
@shobhitagarwal1612 Is this related to the refactor of the shared test classes? Latest log: https://pantheon.corp.google.com/cloud-build/builds/dfa0e6be-c7d1-4e9a-a30b-0c0ac2495446;step=3?project=ground-android-gcb
Fixes #1177 Configures a google chat notifier when a build is passes / fails / timeouts on the master branch. https://cloud.google.com/build/docs/configuring-notifications/notifiers How does it work?  Cloud run free tier:...
Diable instrumentation tests for master build to prevent build from failing. This is temporary until the underlying issue is resolved. @gino-m PTAL?
…the actual implementation Fixes # @... PTAL?
Towards #1175. @scolsen PTAL?
This commit simplifies and updates our model for locations of interest: - We retain only a single LocationOfInterest data class that accepts a geometry in its constructor. - The Builder...
Shapes are represented in remote db in features as `point` (GeoPoint), `geoJson` (string) and `geometry` (map). There's also some confusion in the implementation about geometries vs LOIs. This design wasn't...
Setup alert when instrumentation tests fail on master branch Recently, we removed running instrumentation tests for PR branches. Also, GCB doesn't provide out-of-the-box solution for build failures. Either setup a...