Revision f29a423a
Added by Leszek Koltunski almost 3 years ago
| src/main/java/org/distorted/solvers/ImplementedSolversList.java | ||
|---|---|---|
| 20 | 20 |
PYRAMINX (ObjectSignatures.PYRA_3, R.string.solver_pyra3_title, R.string.solver_pyra3_description, false), |
| 21 | 21 |
IVY (ObjectSignatures.IVY_2 , R.string.solver_ivy_title, R.string.solver_ivy_description, false), |
| 22 | 22 |
TOWER (ObjectSignatures.CU_232, R.string.solver_cu232_title, R.string.solver_cu232_description, false), |
| 23 |
DIAMOND (ObjectSignatures.DIAM_2, R.string.solver_diam2_title, R.string.solver_diam2_description, false), |
|
| 23 | 24 |
; |
| 24 | 25 |
|
| 25 | 26 |
public static final int NUM_OBJECTS = values().length; |
| src/main/res/values/strings.xml | ||
|---|---|---|
| 124 | 124 |
<string name="solver_ivy_description" translatable="false">A perfect, instantaneous, tablebase-based Ivy Cube solver.\nAuthor: Leszek Koltunski.</string> |
| 125 | 125 |
<string name="solver_cu232_title" translatable="false">2x2x3 Cuboid Solver</string> |
| 126 | 126 |
<string name="solver_cu232_description" translatable="false">A perfect, instantaneous, tablebase-based 2x2x3 Cuboid solver.\nAuthor: Leszek Koltunski.</string> |
| 127 |
<string name="solver_diam2_title" translatable="false">Skewb Diamond Solver</string> |
|
| 128 |
<string name="solver_diam2_description" translatable="false">A perfect, instantaneous, tablebase-based Skewb Diamoond solver.\nAuthor: Leszek Koltunski.</string> |
|
| 127 | 129 |
|
| 128 | 130 |
<string name="ns_placeholder" translatable="false">+%1$d</string> |
| 129 | 131 |
<string name="sq_placeholder" translatable="false">%1$2d.</string> |
Also available in: Unified diff
Remove the 'switchTouchControl' optimization which, with many different objects in the solver screen now, does not work any more.