ground-android
ground-android copied to clipboard
Ground mobile data collection app for Android
Colors that don't look quite right - [ ] Toolbar background and nav icon - [ ] Surface container color, e.g., survey list backround
When adding a feature you generally zoom out of the map until the crosshair is roughly over the location you want, then zoom in until you've got an accurate position....
We should have notifications for these background operations: - [ ] New LOIs added to a job by organizer - [ ] New jobs added to a survey by organizer...
Room `@Transaction` annotation makes this easy. This will prevent failed operations from leaving the db in an invalid state.
Ideas: * We currently split the project config into many different tables, even though the entire hierarchy is always read and written as a single unit. We could reduce complexity...
- [x] Automated testing run via CI - [x] Automated UI testing run via CI - [ ] Acceptable unit test coverage - [ ] Acceptable UI test coverage
Forked from #734 filed by @karistenneson. @scolsen I think showing the same "location lock" toggle shown on the main map view would work here. Is that what you had in...
State and behavior belongs in contained UIs, not at root level.
Use Cloud Function triggers to implement cascading deletes on server.