Andreia Ferreira
Andreia Ferreira
When trying to download offline imagery for an area that doesn't have this data, the app crashed with [StorageException](https://console.firebase.google.com/u/0/project/ground-dev-sig/crashlytics/app/android:org.groundplatform.android/issues/e3304389425320ba8191ff4be41862b5?time=24h&types=crash&sessionEventKey=6941329201A300011EC210EF697E71DD_2162844563414382503). In order to fix that, error handling was added to `MogPathOrUrl.toUrl()`,...
There seems to be a crash that happens when downloading offline map imagery. I managed to reproduce it consistently by downloading a first area and then downloading a second one...
https://github.com/user-attachments/assets/e1f452cc-05da-480d-904d-4f00bf005392 After completing the polygon, rotating the screen makes it possible to add an extra point, which will trigger a crash `java.lang.IllegalStateException: Attempted to add last vertex after completing the...
In order to streamline the release process it would be ideal to implement a CI/CD workflow that triggers a new release and publishes the app on the Google Play Console...
Data Binding is in [maintenance mode](https://issuetracker.google.com/issues/173030256#comment10) and it still relies on kapt which prevents this plugin from being completely removed from the project. The current usages of data binding can...