Helium314
Helium314
Mainly freedom to add any point feature, no matter whether it is on one of the curated things and places lists or not. But also convenience (no need to switch...
Technically of course, but when allowing to add more features, you'd also need to adjust the [`IS_THING_EXPRESSION`](https://github.com/Helium314/SCEE/blob/modified/app/src/main/java/de/westnordost/streetcomplete/osm/Things.kt#L38) to show existing objects. This will be an enormous wall of text to...
> That map should also be showing **all existing** `power=pole` icons (i.e. ["icon": "temaki-power_pole"](https://github.com/openstreetmap/id-tagging-schema/blob/7f7582ca2b2c29b9a462171c2c526b0f20e7c68d/data/presets/power/pole.json#L20)). It is already showing power poles around where you add one. Showing _**all existing** `power=pole` icons_...
> To be added tag is established and has a useful purpose I wouldn't see [140 uses](https://taginfo.openstreetmap.org/keys/check_date%3Aaccess) as _established_, and I don't have a feeling for whether SCEE pushing it...
Maybe something could be done in `FeatureDictionary.getFeature`. Currently it returns the first feature if there are multiple matches. Though there is already some [sorting happening in osmfeatures](https://github.com/westnordost/osmfeatures/blob/master/src/commonMain/kotlin/de/westnordost/osmfeatures/FeatureDictionary.kt#L140-L165). Ideally the issue...
Right, so maybe things go wrong somewhere else...
The issue is because the _trim_ is happening when pressing ok, but the check is done to determine whether _ok_ should be shown.
Gesture typing is disabled when `isTouchExplorationEnabled` in Android settings, when you have no dictionary for the current language, or when the input field claims it's a password field (`InputType.TYPE_TEXT_VARIATION_VISIBLE_PASSWORD`, `InputType.TYPE_TEXT_VARIATION_PASSWORD`,...
> And something like `{ "$": "multi_text_key", "label": "pɸ", "codePoints": [ 112, 632 ] }` crashes the program lol Can you provide logs? > I.e. even if I try to...
> If you're asking to have a custom symbols layout only for this layout, this is not possible. Actually it should be possible in the next version (just copy how...