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

![Screenshot 2024-04-12 at 8 24 28 AM](https://github.com/google/ground-android/assets/228050/b73ecf40-5575-462c-8982-8eb387d2bbcc) ![Screenshot 2024-04-12 at 8 25 41 AM](https://github.com/google/ground-android/assets/228050/b7dced44-9a6c-4d5d-8fcb-6981c51301c7) @rawbzz Is looking at this UI element now, may want to wait for final designs before...

type: bug

The action of selecting a survey for use in the app (`activateSurvey`) and related state (`activeSurvey`). The occurs when the user selects the survey from the list, or when the...

type: code health

For ex Survey.name and not Survey.title.

type: code health

@shobhitagarwal1612 Is this possible, or was there something preventing us for doing this?

type: code health

See https://docs.gradle.org/current/userguide/platforms.html#sub:central-declaration-of-dependencies

type: code health

Some things to include: * Required tutorials: * Android development with Android Studio * RxJava tutorial / videos * Basic dependency injection with Dagger 2 * Git and Github tutorials...

type: docs

..but passes locally with `gradle testDebugUnitTest` or when run interactively in Android Studio. Error in GCB: ``` com.google.android.ground.persistence.sync.SurveySyncServiceTest > callSyncSurveyWithIdWhenConstraintsMet FAILED org.mockito.exceptions.verification.TooFewActualInvocations at SurveySyncServiceTest.kt:76 ```

type: code health

Formulating an overall strategy to run end to end testing on the mobile and web app. Will need to configure something like Docker or Github Hosted Runners which will spin...

type: code health