kaajjo / LibreSudoku

LibreSudoku - Sudoku app for android built with Kotlin + Jetpack Compose + Material3
GNU General Public License v3.0
415 stars 31 forks source link

Keep track of the date and time of the game #41

Closed nvllz closed 1 year ago

nvllz commented 1 year ago

Let's record the date and time of each game and put it in the History tab. I don't know if the game actually records such data, and I don't know if we want to show only the start time of the game in the game details, or also the time it finished, but it would definitely be useful to show such data in the game details. If it would look better, you can also replace the 'Game ID: x' line in the game list with the start date of the game. The format should be set by the user with various options in the settings.