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

Current behavior: Sign in request silent fails without any visible changes. Expected behavior: Show show some error toast or dialog message. Note: We only show a dialog if the sign...

type: fr

This has been logged in prod 319 times in the past 7 days. There are some potentially useful log lines under "Logs & Breadcrumbs", primarily related to: * Photo upload...

type: bug

https://github.com/google/ground-android/blob/39f4723116a780b4ff7254617985983c1608fcf1/ground/src/main/java/com/google/android/ground/ui/datacollection/tasks/text/TextTaskInput.kt#L49 ```text /* * Copyright 2025 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with...

type: code health

for all map tasks\. https://github.com/google/ground-android/blob/4c5d13acdc698760b90b0658e147a5ac70982b74/ground/src/main/java/com/google/android/ground/ui/datacollection/tasks/location/CaptureLocationTaskViewModel.kt#L81-L83 ```text } } // TODO: Investigate if this method be pulled to BasemapViewModel since location lock is available // Issue URL: https://github.com/google/ground-android/issues/2985 // for all...

type: code health

@shobhitagarwal1612 Can we disable this check when PRs are submitted from forks? Log: ``` Run actions/checkout@v4 Syncing repository: google/ground-android Getting Git version info Temporarily overriding HOME='/home/runner/work/_temp/09f1e676-5451-471f-b06c-487a85a566a0' before making global git...

type: code health

https://github.com/google/ground-android/blob/559b81589e6fc01bd896a4dc1ac2bd851c008193/ground/src/test/java/com/google/android/ground/ui/datacollection/tasks/location/CaptureLocationTaskFragmentTest.kt#L65-L66 ```text isRequired = false, ) private val job = Job(id = "job1") private val lastLocationFlow = MutableSharedFlow(replay = 1) override fun setUp() { super.setUp() // TODO: Add unit tests...

type: code health

@jo-spek FYI A message should be shown asking the user to stand still to wait for more accurate location. @vittorino for UX @amegantz

ux needed

This PR contains a number of small UI tweaks to make the application match the current UX designs, including: - Adding a translucent background in the Job selection modal -...

- [ ] Size of "+" button - [ ] Bottom margin of "+" button - [ ] Color of "+" icon - [ ] Color of other icons on...

type: bug