You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a popup displaying the difficulty levels and their respective boundaries. May be reached by
Tapping at the difficulty info at the top bar on the main screen.
Using the info icon near the difficulty choice in the new game screen.
Changed
Changed appearance of cells dealing with cheating and errors:
Revealed cells appear in gray scale.
If a cage a filled but does not match its math result, all cells get an red background and the cage gets a red outline.
If two cells in a row or column get filled with the same value, both cells get a red background.
When using the menu item 'Show errors', all wrongly filled cells get a red background and the value is displayed in a red color, too.
This should clarify if a cell was revealed (grayscale), if there is an error regarding the cell (red background) or if the value itself is wrong (red value).
Fixed
Fixed 'Show errors' which did not work at all.
The popup to inform that a game was won gets dismissed as soon as the user starts another game. (reported by isHiteshBehera)
Fixed deactivated number button colors in light theme which used the same colors as active ones.
Fixed inconsistent appearance of the hint button of the main screen.