ground-android icon indicating copy to clipboard operation
ground-android copied to clipboard

Ground mobile data collection app for Android

Results 505 ground-android issues
Sort by recently updated
recently updated
newest added

@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

type: bug
priority: p1

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? ![image](https://user-images.githubusercontent.com/8918023/183302687-8dec4a07-ac32-4680-b48a-21a25690e47f.png) 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?

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...

type: cleanup
priority: p2

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...

type: cleanup
priority: p2