Project

General

Profile

Download (9.48 KB) Statistics
| Branch: | Tag: | Revision:

magiccube / src / main / java / org / distorted / states / RubikStateSolving.java @ 8fcd8cba

# Date Author Comment
8fcd8cba 04/13/2020 10:37 AM Leszek Koltunski

1) Relax requirements as to OpenGL ES ( now only 3.0 required )
2) fix a crash in Solving state

86cbdab1 04/12/2020 12:06 PM Leszek Koltunski

Minor tweaks to the 'Prev' buton in Solving state;
Relax requirements in the Manifest - now only 'android.hardware.faketouch' supporting device is required, i.e. something that supports basic point-click-drag-unclick. No need for full 'android.hardware.touchscreen' thing with its multitouch silliness.

0e5ad27c 04/10/2020 11:23 PM Leszek Koltunski

Add a 'withdraw move' button to the Solving UI state.

85b09df4 04/09/2020 02:04 PM Leszek Koltunski

Reorganize UI of the Play state.

1f9772f3 04/05/2020 02:10 PM Leszek Koltunski

More support for the 3x3x3 Solver: more of the actual 3x3x3 solver mechanism.