-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
27 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
Optimierungen: | ||
|
||
- Layoutoptimierungen, sowohl vom Hauptbildschirm als auch vom Bidschirm zum Starten eines neuen Spiels. | ||
- Optimiertes Scrollen beim Bildschirm zum Starten eines neuen Spiels. | ||
|
||
Behobene Fehler: | ||
- Die Statistiken über gestartete und gelöste Spiele zeigten immer den Wert 0. | ||
- Beim Klick auf das Fragezeichen erscheint nur dann ein 'Rückgängig'-Button, wenn dies sinnvoll ist. | ||
- Gruppe mit Division und Resultat '0' wurden immer als falsch ausgefüllt angezeigt. | ||
|
||
- Behebt Fehler beim Layout des Hauptbildschrims für 8-Zoll-Tablets mit einem Seitenverhältnis von 16:9. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
Optimizations: | ||
|
||
- Optimize layout of both the main screen and the new game screen. There should be now a better chance to display a consistent layout which matches the current window size. | ||
- Optimize scrolling in new game screen. | ||
|
||
Bug fixes: | ||
- Statistics about started, hinted and solved puzzles always showed 0. | ||
- The popup when hiting the question mark only shows an 'undo' button if applicable. | ||
- Fix cages with division and result '0' to be always shown as filled wrong. | ||
|
||
- Fix layout of the main screen when using a 8' tablet with aspect ratio of e.g. 16:9. |