Project

General

Profile

« Previous | Next » 

Revision 7214ddf1

Added by Leszek Koltunski 19 days ago

Make the default UI color scheme be GREEN
Up versino to 2.1.0
About dialog: new & todo

View differences:

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 Penrose Cubes.\n" +
37
      "2. Support for adjustable colors and shapes of stickers.";
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.";
38 39

  
39 40
  private static final String WHATS_COMING =
40 41
      "1. Support for sticker modes (Tartan Cube, Shepherd's Cube, etc).\n" +
41
      "2. Support for color themes in the UI.\n" +
42
      "3. Algorithmic solvers. (sub-optimal solvers for larger puzzles such as the 4x4)\n" +
43
      "4. 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    - Barrels\n";
42
      "2. Algorithmic solvers. (sub-optimal solvers for larger puzzles such as the 4x4)\n" +
43
      "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";
45 45

  
46 46
///////////////////////////////////////////////////////////////////////////////////////////////////
47 47

  

Also available in: Unified diff