ground-android
ground-android copied to clipboard
Ground mobile data collection app for Android
When "other" option is disabled, either by clicking another radio box (select one) or by deselected the "other" checkbox (select many), the other text remains visible in the UI, @rawbzz...
This occurred after returning to the app after a day or so: * Active survey name and description in nav drawer was empty. * Survey list was empty, no error...
Instead the pin is shown unclustered at all zoom levels @jcqli For triage
[Screen_recording_20240322_161732.webm](https://github.com/google/ground-android/assets/228050/902b76c5-e775-4bc5-9c88-3c99613ae9de) Spinner is shown when loading the survey, but then freezes while loading LOIs (I think). We should show the spinner until everything is loaded. @jcqli FYI
@justinkimtang Could you PTAL? @jcqli FYI
For now we can add `android:autoLink="web"` to the dialog `permission_denied_dialog.xml` and customize the `contact_survey_organizer_to_obtain_access` string in the of-ground fork. In the future we should read the url from Firestore `config/properties/signUpUrl`...
Potentially using https://github.com/google/play-services-plugins/tree/master/oss-licenses-plugin
Fixes #2388 Prevents the location permission dialog from being shown too early (see issue for explanation), by only triggering early when the user has already given permission, and otherwise waiting...
The button label should say "Done", instead it shows "Next". Survey (with ACL removed).. ``` { "description": "", "jobs": { "wr7jv1ZXAAKJ50x2z21y": { "name": "Label a point", "id": "wr7jv1ZXAAKJ50x2z21y", "defaultStyle": {...
**Describe the bug** When adding a new LOI, two entries appear, one of which never completes. **To Reproduce** Steps to reproduce the behavior: 1. Add a new LOI and collect...