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

Ground mobile data collection app for Android

Results 471 ground-android issues
Sort by recently updated
recently updated
newest added
trafficstars

Exact UX TBD, would likely hide the sign in button and replace it with a message eg "Sign in unavailable while offline."

type: feature request
priority: p2

Expected to see photos here, but instead they're handled as text fields: https://github.com/google/ground-android/blob/21e2292da587e068916abe641d90a51ce978f7e4/gnd/src/main/java/com/google/android/gnd/persistence/remote/firestore/schema/ObservationConverter.java#L71 @shobhitagarwal1612 Any idea how we can move the deserialization logic into the same place?

type: cleanup
priority: p2

We should use `android.text.format.DateFormat.getDateFormat(context)`, but `DateResponse` and `TimeResponse` are context-agnostic. Formatting should instead be done in the view layer, with the response objet's `String` representation used for debugging only. Fyi...

type: bug

@gino-m proposed adding an RX converter called `handleErrors` that would effectively serve the role of `doOnError`, `onErrorReturn`, and friends and do the following: 1. Catch an error emitted by a...

type: cleanup
priority: p2

Requested by @kdyson. See also https://github.com/google/ground-platform/issues/762

type: feature request
ux needed
priority: p2

The first time a photo is taken, the user is prompted to go through the permissions flows. The camera appears, and the user can take photos, but upon taking a...

type: bug
priority: p1

We currently silently eat all remote data store errors. See https://github.com/google/ground-android/pull/274#discussion_r361377361 by @shobhitagarwal1612 .

type: cleanup
priority: p2

**To Reproduce** Steps to reproduce the behavior: 1. Open offline areas UI 2. Click back **Expected behavior** The map appears immediately without refetching tiles. **Actual behavior** Tiles are reloaded and...

type: bug