ogarcia / opensudoku

Open Source Sudoku game for Android.
GNU General Public License v3.0
328 stars 144 forks source link

Feature request: reset all games in a folder or during import #72

Closed gsker closed 3 years ago

gsker commented 4 years ago

I recently imported some old games to play them and realized I was either going to have to reset them as I played them or go through and reset 300 games one after another. And I was not going to be able to put them in a not played state. My options were to edit the xml to get rid of the state data or change the application.

I edited OpenSudokuImportTask.java to set state, time, and lastPlayed to default values and recompiled.

It worked fine but I'd like to have that as an option either to reset a folder, or to not include the played data during an import. I'm not a programmer -- I'm only able to do very simple things and would hose up the code if I tried.

ogarcia commented 3 years ago

Fixed. Added an option to reset all puzzles in a folder. It will be included in next version.