Revision edc6fab2
Added by Leszek Koltunski about 2 months ago
build.gradle | ||
---|---|---|
15 | 15 |
applicationId "org.distorted.magic" |
16 | 16 |
minSdkVersion 21 |
17 | 17 |
targetSdkVersion 34 |
18 |
versionCode 93
|
|
19 |
versionName "2.1.0"
|
|
18 |
versionCode 94
|
|
19 |
versionName "2.1.1"
|
|
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. Support for color themes in the UI.\n" + |
|
37 |
"2. Support for barrel-shaped puzzles.\n" + |
|
38 |
"3. Fix for Penrose Cubes: correctly detect solved state."; |
|
36 |
"1. Fix for 4x4 Penrose - now it correctly detects all solved states.\n" + |
|
37 |
"2. Sorry for lack of activity lately - I've been busy with private stuff. Now I'm resuming development! \n\nNext: algorithmic solvers"; |
|
39 | 38 |
|
40 | 39 |
private static final String WHATS_COMING = |
41 |
"1. Support for sticker modes (Tartan Cube, Shepherd's Cube, etc).\n" +
|
|
42 |
"2. Algorithmic solvers. (sub-optimal solvers for larger puzzles such as the 4x4)\n" +
|
|
40 |
"1. Algorithmic solvers. (sub-optimal solvers for larger puzzles such as the 4x4)\n" +
|
|
41 |
"2. Support for sticker modes (Tartan Cube, Shepherd's Cube, etc).\n" +
|
|
43 | 42 |
"3. iOS version (no time for this, anyone can help? Code is open-source)\n" + |
44 |
"5. More objects:\n - Ghost Cubes\n - more Mixups\n - more Barrels\n";
|
|
43 |
"4. More objects:\n - Ghost Cubes\n - more Mixups\n - more Barrels\n";
|
|
45 | 44 |
|
46 | 45 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
47 | 46 |
|
Also available in: Unified diff
Bump to version 2.1.1 ; About dialog.