iFixit / iFixitAndroid

Official iFixit Android App
https://play.google.com/store/apps/details?id=com.dozuki.ifixit
GNU General Public License v3.0
162 stars 88 forks source link

Add preferred image capture method on step edit #195

Closed marczych closed 9 years ago

marczych commented 10 years ago

It sure would be nice to have a preferred option for image capture. I'd guess that 95+% of image capture on step edit is from the camera so it would be nice to have one-click camera open functionality from the step edit page. Right now the user is forced to click on the empty thumbnail then select "Camera" every time.

Ideally we would convert our current dialog to be as close to the default Android "Complete action using" dialog complete with preferred selection. The only sticking points are how to store the preference (per user or per device?) and allowing the user to select a different option. I suppose long clicking on the thumbnail could override the preferred selection if one exists.