ogarcia / opensudoku

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

Highlight Notes #53

Closed jlnordin closed 4 years ago

jlnordin commented 4 years ago

This PR adds support for highlighting all notes that match a particular number when a cell is selected. This also includes a new setting to turn off this behavior if desired.

Highlighting note values is particularly important for more complex Sudoku games where figuring out what notes to remove is a large part of the game. This process can be greatly helped by visualizing the patterns the notes make.

Testing

ogarcia commented 4 years ago

Merged! I see that you used SwitchPreference instead CheckBoxPreference in this new setting. What do you think about change all CheckBoxPreferences to SwitchPreferences?

obar commented 4 years ago

Thanks @jlnordin, I've thought how this feature would be helpful and you've done it!