ground-android
ground-android copied to clipboard
Ground mobile data collection app for Android
This should be done when a survey is first opened. Thereafter, the last viewport should be used (#870). @kdyson, as discussed.
UI state should replayed from view model rather than loaded on each lifecycle event.
~Feature property key/value are currently not aligned properly.~
`TileSetSource.boundsIntersect()` only selects tile sets whose bounds intersect the viewport; tiles set which are strictly larger than the viewport are not rendered, even if available. To get this to work...
"Offline imagery not available. Contact your administrator to request offline imagery be configured for this app."
See also https://github.com/google/ground-platform/issues/704
As an early hack, we returned the string representation of responses by extending `getDetailsText()` in the base `TaskData`. To allow for i18n and proper SoC, these UI representations should be...
Fixes #2326 Introduces the [oss-licenses-plugin](https://github.com/google/play-services-plugins/tree/master/oss-licenses-plugin) that builds the licenses for each dependency and shows them in a dynamically generated list. - [x] Verified that "View Licenses" button triggers the plugin...