getodk / collect

ODK Collect is an Android app for filling out forms. It's been used to collect billions of data points in challenging environments around the world. Contribute and make the world a better place! ✨📋✨
https://docs.getodk.org/collect-intro
Other
719 stars 1.38k forks source link

Crash of the app after trying to attach ~17MB image in Image widget #6434

Closed dbemke closed 1 month ago

dbemke commented 2 months ago

ODK Collect version

the master version ce00913a7cd87d3f5b2472e834ac6a9974d1906c

Android version

10, 14

Device used

Redmi 9T, Pixel 7a

Problem description

Crash of the app after trying to attach ~17MB image in Image widget carshImage

The issue doesn’t occur in the store version 2024.2.4

Steps to reproduce the problem

  1. Go to All question types form to image widget.
  2. Tap "Choose image" and attach an image (image 1.jpg 17MB in https://drive.google.com/drive/u/1/folders/1IeuxQZU8Sw90PAOnTRlMToB3Wp_LuCoN)

    Expected behavior

    The app shouldn't crash.

lognaturel commented 2 months ago

That makes sense as a side effect of https://github.com/getodk/collect/pull/6417

@grzesiek2010 maybe we can scale down once a certain size threshold is reached, otherwise maintain original size?