ground-android
ground-android copied to clipboard
Ground mobile data collection app for Android
App version: 0.1.20 (32) Stack trace: ``` Fatal Exception: java.lang.RuntimeException: Canvas: trying to draw too large(201326592bytes) bitmap. at android.graphics.RecordingCanvas.throwIfCannotDraw(RecordingCanvas.java:267) at android.graphics.BaseRecordingCanvas.drawBitmap(BaseRecordingCanvas.java:98) at android.graphics.drawable.BitmapDrawable.draw(BitmapDrawable.java:561) at com.squareup.picasso.PicassoDrawable.draw(PicassoDrawable.java:109) at android.widget.ImageView.onDraw(ImageView.java:1446) at android.view.View.draw(View.java:25177) at...
"CI failing" badge is shown on README. It looks like this might be a flake https://github.com/google/ground-android/actions/runs/15474257729 Rerunning check now.
**Describe the bug** Unable to collect data for a public survey owned by someone else **App version** At head **To Reproduce** Steps to reproduce the behavior: 1. User A creates...
> _This issue was auto-created as part of the Zenhub sub-issues migration. The original entity was opened on 2020-07-13. For more details see [this post](https://changelog.zenhub.com/migration-of-epics-projects-to-sub-issues-313645?zenhub_entity_id=Z2lkOi8vcmFwdG9yL1Byb2plY3QvMTgzMzU)._
Adapting details from #3148 to "Draw area": This introduces a new option set by the organizer called "allow manual override" on "Walk/draw area tasks": Details: * The location lock will...
The idea is that the capture location and drop pin tasks would be combined into a single "Add a point" task, with an option set by the organizer to "Capture...
Summarizing from https://github.com/google/ground-android/issues/2565: * Min. threshold will be optionally specified by survey organizers. * The threshold is enforced only when location lock is enabled * For "Capture Location", location lock...
The error handling shows a generic message "Could not connect, try again later" for all kinds of exceptions. We should show more specific, helpful messages on failure. _Originally posted by...
We spoke about this but I can't find an FR or notes. | Before | After | | -------- | ------- | | Upload pending | Pending | | Failed...
We must handle these two cases: - [ ] Device almost full: warn and don't allow download of more imagery. - [ ] Device full: show error and exit The...