ogarcia / opensudoku

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

[Enhancement] Add an Ascending/Descending toggle to the Sort function #114

Closed e-t-l closed 3 years ago

e-t-l commented 3 years ago

For the Sort option, can we add an Ascending/Descending toggle? (Personally, I would mainly want this so that completed puzzles appear at the bottom of the list, not the top.)

demield commented 3 years ago

Hello, you can use filter option to hide already solved puzzles.

Anyway, I've modified sorting dialog, so player can choose sorting order by tapping on corresponding button ("ASC" or "DESC"). Now it looks like this. Screenshot from 2021-04-02 16-07-40

My friend gave me an idea to put sort and filter options onto a separate panel (something like a navigation drawer), so player can just swipe to reveal them. @ogarcia What do you think?

ogarcia commented 3 years ago

Anyway, I've modified sorting dialog, so player can choose sorting order by tapping on corresponding button ("ASC" or "DESC").

Great idea :wink:

My friend gave me an idea to put sort and filter options onto a separate panel (something like a navigation drawer), so player can just swipe to reveal them. @ogarcia What do you think?

In that case all menu options must be in the drawer, something like YouTube app when you press in your picture

ogarcia commented 3 years ago

Done in 3.8.0