Revision 73f563b0
Added by Leszek Koltunski about 1 year ago
build.gradle | ||
---|---|---|
15 | 15 |
applicationId "org.distorted.magic" |
16 | 16 |
minSdkVersion 21 |
17 | 17 |
targetSdkVersion 34 |
18 |
versionCode 85
|
|
19 |
versionName "1.13.3"
|
|
18 |
versionCode 86
|
|
19 |
versionName "1.13.4"
|
|
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. Creator of Bandaged Skewbs.\n" + |
|
37 |
"2. Creator of Bandaged Octahedrons.\n" + |
|
38 |
"3. Fixes for the Skewb Solver.\n" + |
|
39 |
"4. Royal Pyraminx.\n" + |
|
40 |
"5. Internal changes to support Ghost Cubes."; |
|
36 |
"1. Seriously lower memory usage - we were getting an increasing amount of crashes due to phones running out of memory.\n"; |
|
41 | 37 |
|
42 | 38 |
private static final String WHATS_COMING = |
43 | 39 |
"1. Next: version 2.0 with a completely new main screen and new UI.\n" + |
44 | 40 |
"2. Support for adjustable stickers (not only the colors, but support for texturing the whole cube with images of your choice).\n" + |
45 | 41 |
"3. Algorithmic solvers. (sub-optimal solvers for larger puzzles such as the 4x4)\n" + |
46 | 42 |
"4. iOS version (no time for this, anyone can help? Code is open-source)\n" + |
47 |
"5. More objects:\n - Lattice Cube\n - Ghost Cubes\n - more Mirrors\n - more Mixups\n - Penrose Cubes\n";
|
|
43 |
"5. More objects:\n - Ghost Cubes\n - more Mirrors\n - more Mixups\n - Penrose Cubes\n"; |
|
48 | 44 |
|
49 | 45 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
50 | 46 |
|
Also available in: Unified diff
About Dialog; up version to 1.13.4