Helium314
Helium314
Hmm, then compose looks like the "easiest" solution
> and adding a whole heap of tags manually When you use the long-press add POI functionality, you will get a _redo_ button in the tag editor, so you only...
There are 0 uses for `payment:credit_cards:signed` and `payment:debit_cards:signed`, and I don't think SCEE is the right place to introduce new tags. Or is `:signed` acceptable to add anywhere? It could...
Feel free to implement it, but for me this is far too much effort for a very minor gain.
Closing this issue because I do not intend to work on it in foreseeable future (or ever). However the _contributor needed_ label still applies. So if you're interested to work...
What happens behind the scenes is the app sending ctrl+left/right to the system. So it's Android that is not treating symbols correctly. Technically it would be possible to re-implement this...
Is the _modernised_ data still coming from OSM?
The `osm*.txt` files should only contain what is actually used in OSM. With SCEE I want to avoid pushing new / alternative keys and values as much as possible. The...
> _I_ shifted things over to modern taxonomy > The former is correct taxonomy and the latter is incorrect taxonomy and again _I_ eventually intend to get rid of all...
The issue is caused [here](https://github.com/Helium314/HeliBoard/blob/main/app/src/main/java/helium314/keyboard/latin/utils/PopupKeysUtils.kt#L47), where `fixedColumnOrder` is added to retain the popup layout of previous versions. (somewhat similar, but not relevant in your case: use of `addFixedColumnOrder` and `adjustAutoColumnOrder`...