osmeditor4android
osmeditor4android copied to clipboard
Selection/action modes stack/history
Currently there is no way in the action modes to have a back stack or similar, this could be useful in certain scenarios.
For example:
- select elements -> multi-select actionmode
- add to relation
- exit add to route -> relation selection actionmode
if at this point the user wants to repeat the action, they need to re-select the elements as in step one. If there was a way to get back to the previous state redoing the selection could be avoided.
https://github.com/MarcusWolschon/osmeditor4android/pull/1694/commits/766657e227f5e7ca3061b3b940a29f9412646476 introduces a selection stack that could be used to implement this.