Gino Miceli
Gino Miceli
The current "add feature" flow doesn't work well for polygon drawing, since the user will need to select the layer _before_ drawing the polygon. It's also surprising that a point...
Problem: Smaller polygons aren't visible when zoomed out, and appear only as several pixels on the map.  Also, multiple markers at the same location pile up and overlap. Potential...
- [ ] Move behavior and state from HomeScreenFragment, MapContainerFragment, and others into view models. - [ ] Move logic into appropriate class. Namely, there's a lot of logic relating...
There are several problems with the lifecycle of `EditObservationFragment` and `EditObservationViewModel` while working on #1077: * `initialize()` is called when the ViewModel is being restored, even if it was already...
Haven't tried to repro yet. Could these be caused by a feature deleted locally still being present on the map or open in the UI? ``` Non-fatal Exception: com.google.android.gnd.persistence.remote.NotFoundException: Feature...
On Pixel 4, photo and data sync status notifications not appearing. Using debug build.
To ensure subscriptions did not accumulate until a view or view model is destroyed, we previously only allowed calls to subscribe() in initializers that would only be called once per...
`lastPhotoResult` in `EditObservationViewModel` replays the last value on subscribe, which will cause the `PhotoFieldViewModel` to upload the photo again. @shobhitagarwal1612 FYI.