Revision 8d1b2017
Added by Leszek Koltunski about 1 year ago
src/main/java/org/distorted/dialogs/RubikDialogAbout.java | ||
---|---|---|
33 | 33 |
public class RubikDialogAbout extends RubikDialogAbstract |
34 | 34 |
{ |
35 | 35 |
private static final String WHATS_NEW = |
36 |
"1. Creator of Bandaged Megaminxes\n" + |
|
37 |
"2. Fix for a longstanding bug which affected the Void Cube and Pyraminx Diamond.\n"; |
|
38 |
|
|
39 |
private static final String WHATS_COMING = |
|
40 | 36 |
"1. Creator of Bandaged Skewbs.\n" + |
41 | 37 |
"2. Creator of Bandaged Octahedrons.\n" + |
42 |
"3. New UI.\n" + |
|
43 |
"4. Support for adjustable stickers.\n" + |
|
44 |
"5. iOS version.\n" + |
|
45 |
"6. Algorithmic solvers.\n" + |
|
46 |
"7. More objects:\n - Ghost Cubes\n - more Mirrors\n - more Mixups\n - F-Skewb\n - Dino Skewb"; |
|
38 |
"3. Fix for the Skewb Solver.\n" + |
|
39 |
"4. Internal changes to support Ghost Cubes."; |
|
40 |
|
|
41 |
private static final String WHATS_COMING = |
|
42 |
"1. New UI with a completely new main screen.\n" + |
|
43 |
"2. Support for adjustable stickers.\n" + |
|
44 |
"3. Algorithmic solvers.\n" + |
|
45 |
"4. iOS version (no time for this, anyone can help?)\n" + |
|
46 |
"5. More objects:\n - Lattice Cube\n - Ghost Cubes\n - more Mirrors\n - more Mixups\n - Penrose Cubes\n"; |
|
47 | 47 |
|
48 | 48 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
49 | 49 |
|
Also available in: Unified diff
About Dialog