Copy coords to clipboard, faster autocomplete, category hint

This commit is contained in:
Daniele Verducci (Slimpenguin)
2024-03-01 07:02:39 +01:00
parent 1bbf8d0c5c
commit 0de02c6d44
5 changed files with 28 additions and 4 deletions
+2 -1
View File
@@ -63,11 +63,12 @@
<string name="accuracy">Accuracy: {accuracy} m</string>
<string name="accuracy_nosignal">No GPS signal!</string>
<string name="location_permission_required">Location permission is required to create a geofavorite.</string>
<string name="confirm">Save</string>
<string name="category_hint">Write the name to create a new category</string>
<string name="error_saving_geofavorite">Unable to save geofavorite</string>
<string name="error_unsupported_uri">Unable to obtain coordinates from shared data</string>
<string name="geofavorite_saved">Geofavorite saved</string>
<string name="incomplete_geofavorite">Incomplete geofavorite: Name and category are mandatory</string>
<string name="coords_copied">Coordinates have been copied to the clipboard</string>
<!-- Map picker activity -->
<string name="coordinates_parse_error">Coordinates should be in format xx.xxxxxx</string>