simonpoole / OpeningHoursFragment

Android UI element for displaying and editing an opening hours value
MIT License
9 stars 2 forks source link

Support conditional keys in template database #51

Closed simonpoole closed 3 years ago

simonpoole commented 3 years ago

See https://github.com/MarcusWolschon/osmeditor4android/issues/1417

Currently we support a fixed set of keys that can be used for filtering, but besides these, conditional variants of tags can have opening_hours values as well, but these' can't be saved as keys for filtering templates.

We could allow entering any key, or add specific support, the later will likely require wildcard/partial matching support to be really useful.

simonpoole commented 3 years ago

Wild card and custom key vales support added in https://github.com/simonpoole/OpeningHoursFragment/pull/52