Revision 80459e9b
Added by Leszek Koltunski 21 days ago
src/main/java/org/distorted/dialogs/DialogAbout.java | ||
---|---|---|
34 | 34 |
{ |
35 | 35 |
private static final String WHATS_NEW = |
36 | 36 |
"1. Improve support for Ghosts.\n" + |
37 |
"2. The next two Ghosts:\n - Ghost Pyramid\n - Ghost Skewb aka Golden Cube\n" +
|
|
37 |
"2. A few more puzzles.\n" +
|
|
38 | 38 |
"3. Support for undoing the last operation in the Bandaged Creators."; |
39 | 39 |
|
40 | 40 |
private static final String WHATS_COMING = |
41 | 41 |
"1. More algorithmic solvers - 4x4 and more.\n" + |
42 | 42 |
"2. Support for sticker modes (Tartan Cube, Shepherd's Cube, etc).\n" + |
43 | 43 |
"3. iOS version (no time for this, anyone can help? Code is open-source)\n" + |
44 |
"4. More objects:\n - more Ghosts\n - more Mixups\n - more Barrels\n - Rediminx\n - 4x4 Windmill\n - 4x4 Axis";
|
|
44 |
"4. More objects:\n - more Mixups\n - more Barrels\n - Rediminx\n - 4x4 Windmill\n - 4x4 Axis"; |
|
45 | 45 |
|
46 | 46 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
47 | 47 |
|
Also available in: Unified diff
Abotu Dialog