Revision b84f8cd9
Added by Leszek Koltunski 9 months ago
| build.gradle | ||
|---|---|---|
| 15 | 15 |
applicationId "org.distorted.magic" |
| 16 | 16 |
minSdkVersion 23 |
| 17 | 17 |
targetSdkVersion 34 |
| 18 |
versionCode 96
|
|
| 19 |
versionName "2.2.0"
|
|
| 18 |
versionCode 97
|
|
| 19 |
versionName "2.2.1"
|
|
| 20 | 20 |
} |
| 21 | 21 |
|
| 22 | 22 |
buildTypes {
|
| src/main/java/org/distorted/dialogs/DialogAbout.java | ||
|---|---|---|
| 33 | 33 |
public class DialogAbout extends DialogAbstract |
| 34 | 34 |
{
|
| 35 | 35 |
private static final String WHATS_NEW = |
| 36 |
"1. The first two algorithmic solvers:\n - the Beginner Method (3x3)\n - Kilominx solver\n" +
|
|
| 37 |
"2. Lots of internal improvements and small fixes, for example for the movement of the Coin puzzles";
|
|
| 36 |
"1. Next algorithmic solver: Megaminx!\n" +
|
|
| 37 |
"2. Support for Ghosts and the fist two Ghost Cubes:\n - Ghost Cube 2x2\n - Ghost Cube 3x3";
|
|
| 38 | 38 |
|
| 39 | 39 |
private static final String WHATS_COMING = |
| 40 |
"1. More algorithmic solvers - Megaminx, 4x4 and more.\n" +
|
|
| 40 |
"1. More algorithmic solvers - 4x4 and more.\n" + |
|
| 41 | 41 |
"2. Support for sticker modes (Tartan Cube, Shepherd's Cube, etc).\n" + |
| 42 | 42 |
"3. iOS version (no time for this, anyone can help? Code is open-source)\n" + |
| 43 |
"4. More objects:\n - Ghost Cubes\n - more Mixups\n - more Barrels\n";
|
|
| 43 |
"4. More objects:\n - Ghost Pyraminx\n - Golden Cube (Ghost Skewb)\n - more Mixups\n - more Barrels\n";
|
|
| 44 | 44 |
|
| 45 | 45 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 46 | 46 |
|
Also available in: Unified diff
up version to 2.2.1, update the About dialog.