osmeditor4android icon indicating copy to clipboard operation
osmeditor4android copied to clipboard

Selection/action modes stack/history

Open simonpoole opened this issue 4 years ago • 1 comments

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.

simonpoole avatar Oct 27 '20 09:10 simonpoole

https://github.com/MarcusWolschon/osmeditor4android/pull/1694/commits/766657e227f5e7ca3061b3b940a29f9412646476 introduces a selection stack that could be used to implement this.

simonpoole avatar Aug 11 '22 07:08 simonpoole