commons-app / apps-android-commons

The Wikimedia Commons Android app allows users to upload pictures from their Android phone/tablet to Wikimedia Commons
https://commons-app.github.io/
Apache License 2.0
984 stars 1.18k forks source link

"Edit location" is hard to use (and confusing) #5713

Open mnalis opened 2 months ago

mnalis commented 2 months ago

Feedback

When geotagged picture is being uploaded, and "Edit location" button is clicked, there are several usability problems, see this video:

https://github.com/commons-app/apps-android-commons/assets/156656/325f4a12-bb14-4cf4-8631-a1fa40de6412

Wiki username

Mnalis

Device name

Samsung Galaxy S23+

Android version

Android 14 (OneUI 6.1)

Commons app version

5.0.1~af028cbdd (latest F-droid)

Jason-Whitmore commented 1 month ago

Can I be assigned this issue? I already have a pull request which hopefully resolves issue #5704 and I am familiar with the code that is probably causing the rest of the issues.

Jason-Whitmore commented 1 month ago

@mnalis I'm having trouble reproducing the third problem. When I follow the steps you provided, the map will center near the EXIF location, not the center of the map. I believe this is also happening in the video you uploaded.

I recommend trying to move the map a large distance (a kilometer) away from the pin before tapping the blue "Edit Location" button. Does the problem still occur?

Thank you.

mnalis commented 3 weeks ago

I recommend trying to move the map a large distance (a kilometer) away from the pin before tapping the blue "Edit Location" button. Does the problem still occur?

You are correct, when current GPS location is several kilometers away from EXIF location, clicking "Edit Location" does seem to move the map towards (or at least very near) EXIF location. I'm eagerly awaiting next release to test out your fixes @Jason-Whitmore, so I'll do more check then to confirm if everything seems fine!