Revision bc3fb18e
Added by Leszek Koltunski over 2 years ago
| build.gradle | ||
|---|---|---|
| 15 | 15 |
applicationId "org.distorted.magic" |
| 16 | 16 |
minSdkVersion 21 |
| 17 | 17 |
targetSdkVersion 34 |
| 18 |
versionCode 81
|
|
| 19 |
versionName "1.12.7"
|
|
| 18 |
versionCode 82
|
|
| 19 |
versionName "1.13.0"
|
|
| 20 | 20 |
} |
| 21 | 21 |
|
| 22 | 22 |
buildTypes {
|
| 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. 3x3x2 Cuboid solver.\n" +
|
|
| 37 |
"2. Support for 'coin' puzzles (Coin Tetrahedron, Ancient Coin Cube).\n" +
|
|
| 38 |
"3. Improvements to the Highscores dialog.\n" +
|
|
| 39 |
"4. Correct the Masterball (before it was nearly impossible to be solved)";
|
|
| 36 |
"1. Creator of Bandaged Pyraminxes.\n" +
|
|
| 37 |
"2. Fixes for the existing Creator of Bandaged Cuboids.\n" +
|
|
| 38 |
"3. Adjustments to the way one controls the puzzles.\n" +
|
|
| 39 |
"4. Ancient Coin Cube & Tins Cube.";
|
|
| 40 | 40 |
|
| 41 | 41 |
private static final String WHATS_COMING = |
| 42 |
"1. Creator of bandaged Pyraminxes [in progress now].\n" + |
|
| 43 |
"2. iOS version.\n" + |
|
| 44 |
"3. Algorithmic solvers.\n" + |
|
| 45 |
"4. Support for adjustable stickers.\n" + |
|
| 46 |
"5. In-game currency (stars)\n" + |
|
| 47 |
"6. More objects:\n - Tins Cube\n - Ancient Coin Cube\n - higher-order Jings\n - Ghost Cubes\n - more Mirrors\n - more Mixups\n"; |
|
| 42 |
"1. Creator of Bandaged Skewbs.\n" + |
|
| 43 |
"2. Creator of Bandaged Megaminxes.\n" + |
|
| 44 |
"3. New UI.\n" + |
|
| 45 |
"4. Support for adjustable stickers.\n" + |
|
| 46 |
"5. iOS version.\n" + |
|
| 47 |
"6. Algorithmic solvers.\n" + |
|
| 48 |
"7. More objects:\n - higher-order Jings\n - Ghost Cubes\n - more Mirrors\n - more Mixups\n"; |
|
| 48 | 49 |
|
| 49 | 50 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 50 | 51 |
|
Also available in: Unified diff
"About" dialog & up the version to 1.13.0