-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Refactor location handling in UploadMediaDetailFragment and related classes #6274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Refactor location handling in UploadMediaDetailFragment and related classes #6274
Conversation
…#487) * Copy Title, description and location to subsequent media * Show message on success * Refresh UI immediately after location update Refactor location handling in UploadMediaDetailFragment and related classes
✅ Generated APK variants! |
Sorry I was no clear in the issue description. I meant that when a location has been used before, it should be used as a default when opening the "Add location" map. In other words, even if a location has been picked for a previous picture, the following pictures without EXIF coordinates should still have the "Add location" button rather than the "Edit location" button. If not clear please let me know. Thank you! :-) |
Thank you for the clarification! Just to share how it currently works: when we add a location to the first image in the selected media set, we then need to manually press the "Copy to subsequent media" button. This action copies the location to all the other selected media files In above recording I am using fake gps that' why it working like that but you can give a try to my branch so that you get better understanding I hope you get what I'm saying |
On main, I just tried on main with 3 no-EXIF images:
|
Record_2025-04-07-17-27-07.mp4can you check the above video, if it doesn't satisfy then i try to change but can you give the step what i have to do ? Is i have to do that after adding the location to first image pin automatically set to that location and when you select the Record_2025-04-07-17-39-18.2.1.mp4 |
The problem in these videos is that "Copy to subsequent media" also copies the location. How about remembering the last used location as a kind of preference? |
Fixes #6252
Copy Title, description and location to subsequent media
Show message on success
Refresh UI immediately after location update
Refactor location handling in UploadMediaDetailFragment and related classes
Record_2025-04-04-21-55-42.mp4