Revision 58990dfd
Added by Leszek Koltunski over 1 year ago
src/main/java/org/distorted/dialogs/RubikDialogAbout.java | ||
---|---|---|
35 | 35 |
private static final String WHATS_NEW = |
36 | 36 |
"1. 3x3x2 Cuboid solver.\n" + |
37 | 37 |
"2. Support for 'coin' puzzles (Coin Tetrahedron, Ancient Coin Cube).\n" + |
38 |
"3. Improvements to the Highscores dialog."; |
|
38 |
"3. Improvements to the Highscores dialog.\n" + |
|
39 |
"4. Correct the Masterball (before it was nearly impossible to be solved)"; |
|
39 | 40 |
|
40 | 41 |
private static final String WHATS_COMING = |
41 | 42 |
"1. iOS version.\n" + |
Also available in: Unified diff
About Dialog.