aricneto / TwistyTimer

Twisty Timer is a material design twisty puzzle timer for Android. It uses the TNoodle library to generate scramble sequences for all current official speedsolving puzzles.
GNU General Public License v3.0
238 stars 52 forks source link

Move times between categories #173

Open robertvandeneynde opened 1 year ago

robertvandeneynde commented 1 year ago

As an improvement, it would be useful to move times between puzzle type and categories.

The scenario is the following :

Currently when you select multiple times in the second tab, you can only delete the selection. I suggest to add a "Move" button next to the delete one. It then opens some sort of menu to select the puzzle type (ex. 4x4x4) and category (ex. BLD), then moves the times to the correct category.

The scramble would of course not be kept if the puzzle is different.

Another option would be that the move button deletes times, then we switch the puzzle and category, then a "Paste" button appears to place the times in the current puzzle and category. But I think it's more complicated.

Thanks for reading my proposal :)