ogarcia / opensudoku

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

Sort finished games by time #70

Closed ghost closed 4 years ago

ghost commented 4 years ago

Sort solved games by last played or play time -Jesus Fuentes

ogarcia commented 4 years ago

I just tested your PR, but this not is the idea. The sort option must work independently of filter. If a game has not played or not finished then the time is 00:00 (go bottom).

ghost commented 4 years ago

Do you want solved puzzles to always go to the top over currently playing (which is over never started)?

ogarcia commented 4 years ago

The current approach is better, but I think that is better revert changes in sudoku_list.xml and not show any of order here because these text only is showed when a filter is active Update: And in several devices these extra info breaks view :-(

ghost commented 4 years ago

Removed the changes to the view at the bottom of the layout.

ogarcia commented 4 years ago

Merged in develop!