Open plcp opened 4 years ago
Currently we throw away everything except the value we display in the end and a potential icon.
My thoughts up to now have been to add an info button or something similar that would provide a possible wiki link and any additional information. Implementing this will become more relatistic when we drop support for old devices in version 15 and can assume that we have a fairly large heap available on all supported devices.
Related https://github.com/MarcusWolschon/osmeditor4android/issues/986
Vespucci Version
14.0.17
Download source
From Google PlayStore
Behaviour/Symptoms
When both
display_value
andshort_description
are set in a preset,short_description
is ignored and not displayed. It seems to not be displayed elsewhere and inaccessible to the user.This seems like a documented choice of Vespucci and thus this issue is a feature request.
Expected Behaviour
JOSM shows the provided description below the display value and this is most useful to give precisions on the use of a preset, notably on custom
combo
withlist_entry
keys.One way to integrate this into Vespucci's UI may be spawning on a long press on the key a pop-up including details such as the options and their full description. An alternative would be a small blue « i » icon to tap or long press on the top-right corner of the key.
How to recreate
Any other potentially relevant information
An another alternative would be to hack
<link>
entries withhref
keys set to inlinedata:image/svg+xml; ...
svg describing the content.