MarcusWolschon / osmeditor4android

Vespucci is a OpenStreetMap editor for Android
http://vespucci.io
Other
381 stars 83 forks source link

Selection/action modes stack/history #1268

Open simonpoole opened 4 years ago

simonpoole commented 4 years ago

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:

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 commented 2 years ago

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