Revision 99fb7868
Added by Leszek Koltunski 7 months ago
| build.gradle | ||
|---|---|---|
| 15 | 15 |
applicationId "org.distorted.magic" |
| 16 | 16 |
minSdkVersion 23 |
| 17 | 17 |
targetSdkVersion 34 |
| 18 |
versionCode 99
|
|
| 19 |
versionName "2.2.3-test" |
|
| 18 |
versionCode 100
|
|
| 19 |
versionName "2.2.3-test2"
|
|
| 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. New puzzles: 4x4 Axis, Windmill, Fisher.\n" +
|
|
| 37 |
"2. Beginning of support for off-center cuboids.\n" +
|
|
| 38 |
"3. Better shape of internal walls.";
|
|
| 36 |
"1. Many bugfixes.\n" +
|
|
| 37 |
"2. Proper scrambling of Calvin's Cuboids.\n" +
|
|
| 38 |
"3. Proper detection of solved state for Calvin's Cuboids.";
|
|
| 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 Mixups\n - more Barrels\n - Rediminx\n - 4x4 Windmill\n - 4x4 Axis";
|
|
| 44 |
"4. More objects:\n - more Mixups\n - more Barrels\n - Rediminx"; |
|
| 45 | 45 |
|
| 46 | 46 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 47 | 47 |
|
Also available in: Unified diff
2.2.3-test2