Project

General

Profile

« Previous | Next » 

Revision b3091b98

Added by Leszek Koltunski about 1 year ago

Up version to 1.12.4, what's new.

View differences:

build.gradle
15 15
        applicationId "org.distorted.magic"
16 16
        minSdkVersion 21
17 17
        targetSdkVersion 32
18
        versionCode 70
19
        versionName "1.12.3"
18
        versionCode 71
19
        versionName "1.12.4"
20 20
    }
21 21

  
22 22
    buildTypes {
src/main/java/org/distorted/dialogs/RubikDialogWhatsNew.java
45 45

  
46 46
      "1. Implement the first two solvers - Pyraminx Duo & Ivy Cube\n" +
47 47
      "2. Implement AI Cube and Burr Cube\n" +
48
      "3. Many fixes - for Trajber 4x4, touch control, creation of Bandaged Cuboids, scores dialog...\n",
48
      "3. Many fixes - for Trajber 4x4, touch control, creation of Bandaged Cuboids, scores dialog...",
49

  
50
      "1.12.4",
51

  
52
      "1. Implement 2x2x3, Pyraminx & Skewb Diamond solvers.",
49 53

  
50 54
      "Coming",
51 55

  
52
      "1. Implemented Pyraminx, 2x2x3, Skewb, Skewb Diamond solvers.\n" +
53
      "2. More solvers (2x2x2?)\n" +
56
      "1. Implemented Pocket Cube, Skewb solvers.\n" +
54 57
      "2. Support for adjustable stickers.\n" +
55 58
      "3. In-game currency (stars)\n" +
56
      "4. More objects (Penrose Cubes, the Double-Crazy, Ghost Cubes, more Mirrors)"
59
      "4. More objects (Icosamate, Penrose Cubes, the Double-Crazy, Ghost Cubes, more Mirrors)"
57 60
      };
58 61

  
59 62
///////////////////////////////////////////////////////////////////////////////////////////////////
src/main/res/values/strings.xml
176 176
    <string name="color_violet6">violet</string>
177 177
    <string name="color_grey6">grey</string>
178 178

  
179
    <string name="solver_cube3_title" translatable="false">Kociemba 3x3 Solver</string>
179
    <string name="solver_cube3_title" translatable="false">3x3 Cube Solver</string>
180 180
    <string name="solver_pduo2_title" translatable="false">Pyraminx Duo Solver</string>
181 181
    <string name="solver_pyra3_title" translatable="false">Pyraminx Solver</string>
182 182
    <string name="solver_ivy_title" translatable="false">Ivy Solver</string>
183 183
    <string name="solver_cu232_title" translatable="false">2x2x3 Cuboid Solver</string>
184 184
    <string name="solver_diam2_title" translatable="false">Skewb Diamond Solver</string>
185
    <string name="solver_cube2_title" translatable="false">Skewb Diamond Solver</string>
186
    <string name="solver_skew2_title" translatable="false">Skewb Diamond Solver</string>
185
    <string name="solver_cube2_title" translatable="false">2x2 Cube Solver</string>
186
    <string name="solver_skew2_title" translatable="false">Skewb Solver</string>
187 187

  
188 188
    <string name="solver_cube3_description">A near-perfect, instantaneous, two-phase 3x3x3 solver.\nAuthor: Herbert Kociemba.</string>
189 189
    <string name="solver_pduo2_description">A perfect, instantaneous solver.\nAuthor: Leszek Koltunski.</string>

Also available in: Unified diff