Revision a87e0cb7
Added by Leszek Koltunski almost 2 years ago
| build.gradle | ||
|---|---|---|
| 15 | 15 |
applicationId "org.distorted.magic" |
| 16 | 16 |
minSdkVersion 21 |
| 17 | 17 |
targetSdkVersion 34 |
| 18 |
versionCode 88
|
|
| 19 |
versionName "2.0.0"
|
|
| 18 |
versionCode 89
|
|
| 19 |
versionName "2.0.1"
|
|
| 20 | 20 |
} |
| 21 | 21 |
|
| 22 | 22 |
buildTypes {
|
| ... | ... | |
| 40 | 40 |
} |
| 41 | 41 |
|
| 42 | 42 |
dependencies {
|
| 43 |
api project(':distorted-objectlib')
|
|
| 44 |
api project(':distorted-flags')
|
|
| 43 |
api project(':distorted-library-object')
|
|
| 44 |
api project(':distorted-component-flags')
|
|
| 45 | 45 |
|
| 46 | 46 |
implementation platform('com.google.firebase:firebase-bom:32.1.1')
|
| 47 | 47 |
implementation ('com.google.firebase:firebase-analytics')
|
| 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. New puzzle-centric UI. All actions one can do to a given puzzle in one context menu. "; |
|
| 36 |
"1. Support for shape-shifting cuboids. " + |
|
| 37 |
"2. Support for sorting the puzzle grid by various criteria."; |
|
| 37 | 38 |
|
| 38 | 39 |
private static final String WHATS_COMING = |
| 39 |
"1. Improvements to the new UI - possibility to sort the puzzles by various criteria.\n" +
|
|
| 40 |
"2. Support for adjustable stickers (not only the colors, but support for texturing the whole cube with images of your choice).\n" +
|
|
| 40 |
"1. Support for adjustable stickers (not only the colors, but support for texturing the whole cube with images of your choice).\n" +
|
|
| 41 |
"2. Support for color themes in the UI.\n" +
|
|
| 41 | 42 |
"3. Algorithmic solvers. (sub-optimal solvers for larger puzzles such as the 4x4)\n" + |
| 42 | 43 |
"4. iOS version (no time for this, anyone can help? Code is open-source)\n" + |
| 43 |
"5. More objects:\n - Ghost Cubes\n - more Mirrors\n - more Mixups\n - Penrose Cubes\n";
|
|
| 44 |
"5. More objects:\n - Ghost Cubes\n - more Mixups\n - Penrose Cubes\n"; |
|
| 44 | 45 |
|
| 45 | 46 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 46 | 47 |
|
Also available in: Unified diff
bump to version 2.0.1