Revision 42c1ea56
Added by Leszek Koltunski about 21 hours ago
build.gradle | ||
---|---|---|
15 | 15 |
applicationId "org.distorted.magic" |
16 | 16 |
minSdkVersion 23 |
17 | 17 |
targetSdk 35 |
18 |
versionCode 101
|
|
19 |
versionName "2.2.3"
|
|
18 |
versionCode 102
|
|
19 |
versionName "2.2.4"
|
|
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. Support for Calvin's Cuboids.\n" +
|
|
37 |
"2. Many bugfixes for Ghosts.\n";
|
|
36 |
"1. Fixes to the Pyraminx & Skewb Diamond solvers. Thanks to Patricio for the bug report.\n" +
|
|
37 |
"2. Transition from Java to Kotlin Multiplatform: About 1/4 of the app rewritten. Once this is complete, the app will run on iOS devices.\n";
|
|
38 | 38 |
|
39 | 39 |
private static final String WHATS_COMING = |
40 |
"1. More algorithmic solvers - 4x4 and more.\n" +
|
|
41 |
"2. Support for sticker modes (Tartan Cube, Shepherd's Cube, etc).\n" +
|
|
42 |
"3. iOS version (no time for this, anyone can help? Code is open-source)\n" +
|
|
40 |
"1. iOS version (work started!)\n" +
|
|
41 |
"2. More algorithmic solvers - 4x4 and more.\n" +
|
|
42 |
"3. Support for sticker modes (Tartan Cube, Shepherd's Cube, etc).\n" +
|
|
43 | 43 |
"4. More objects:\n - more Mixups\n - more Barrels\n - Rediminx"; |
44 | 44 |
|
45 | 45 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
Also available in: Unified diff
About dialog; up to v. 2.2.4