Skip to content
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

Clipboard: decimal format of GPS location #202

Closed
MusicalsAndJazz opened this issue Jan 14, 2023 · 3 comments
Closed

Clipboard: decimal format of GPS location #202

MusicalsAndJazz opened this issue Jan 14, 2023 · 3 comments
Assignees
Labels
bug A bug of the App, it needs to be fixed soon
Milestone

Comments

@MusicalsAndJazz
Copy link

The very useful clipboard feature copies the current coordinates onto the clipboard in the system locale settings. This seems fine at first sight, but unfortunately services like Google Maps seem to only use a fixed format to separate the integer part of a number from the decimals: the decimal point (".").
In my case, I use Android in German i.e. decimals are seperated by a comma (","), it means that I cannot share my location using the clipboard, as Google does not recognise this as correct coordinates.

Request:
Please set the clipboard copy format to "universal" so it is independent of the locale.

Thank you and keep up your excellent work!

@GrazianoCapelli
Copy link
Member

Thanks for the very useful feedback, you reported an important wrong behaviour of the app.
I label this issue as bug, we'll fix it as soon as possible with an app update.

@GrazianoCapelli GrazianoCapelli added the bug A bug of the App, it needs to be fixed soon label Jan 14, 2023
@GrazianoCapelli GrazianoCapelli added this to the v3.2.1 milestone Jan 14, 2023
@GrazianoCapelli GrazianoCapelli self-assigned this Jan 14, 2023
@GrazianoCapelli
Copy link
Member

We just released the v3.2.1, that corrected this important bug.
We published it on Google Play, if you installed the app from there you should be able to see the update in 1 - 3 days.
We would e glad to have your feedback to be sure that now the feature works correctly.

I close the issue, feel free to reopen it in case of needs.

@MusicalsAndJazz
Copy link
Author

We just released the v3.2.1, that corrected this important bug. We published it on Google Play, if you installed the app from there you should be able to see the update in 1 - 3 days. We would e glad to have your feedback to be sure that now the feature works correctly.

I close the issue, feel free to reopen it in case of needs.

Hi Graziano, It now works perfectly. Thank you for your swift reaction and fixing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug of the App, it needs to be fixed soon
Projects
None yet
Development

No branches or pull requests

2 participants