DroidKaigi / conference-app-2024

The Official Conference App for DroidKaigi 2024
Apache License 2.0
421 stars 200 forks source link

ProfileCard: Crop the image to a square when selected. #413

Open mikanIchinose opened 1 month ago

mikanIchinose commented 1 month ago

Background

The image displayed on the profile card is intended to be shown as a circular crop.

We wanted to implement the cropping process at the time of image selection, but it is difficult to do on both platform. Therefore, in the current implementation, we display an error if the selected image is not square.

Spec

  1. select an image
  2. show cropping screen // <- new feature!!
  3. after cropping, back to edit screen
warahiko commented 1 month ago

I'd like to try 🙋‍♀️

takahirom commented 1 month ago

Thanks! Assigned 👍

takahirom commented 2 weeks ago

@warahiko How is the progress going?

warahiko commented 2 weeks ago

sorry, I have not had enough time to work on this issue, so if this blocking other issues, please assign someone else. otherwise, I would like to continue challenging. (I expect to have some time this week......)