Project

General

Profile

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

magiccube / src / main / java / org / distorted / control / RubikControl.java @ 88a3e972

# Date Author Comment
88a3e972 10/01/2021 11:27 PM Leszek Koltunski

Move more code to objectlib.

3f7a4363 09/29/2021 04:07 PM Leszek Koltunski

Remove all files that have been separated into a new library 'objectlib'

588ace55 09/29/2021 12:14 PM Leszek Koltunski

Prepare the 'objectlib' package to be separated into a library module

bdbbb4c5 09/28/2021 11:47 PM Leszek Koltunski

Refactoring: split the 'objects' package into two, 'objects' and 'objectlib'.
The point: we're going to need to move the 'objectlib' stuff into its own library module, and that's because we're going to create a new app module which needs access to it.

7aa4c349 07/09/2021 02:42 PM Leszek Koltunski

Progress with RubikControl.

b9d4aa3b 07/08/2021 01:58 PM Leszek Koltunski

Lots of changes :)

809c3432 06/30/2021 06:05 PM Leszek Koltunski

Introduce a BlockController - a watchdog which makes sure the Touch and UI blocks do not take too long.
If it detecs a long block, it unblocks and reports the situation to Crashylytics.

8ba7aeb1 05/19/2021 03:45 PM Leszek Koltunski

RubikControl: rotate the cube.

314bffaf 05/16/2021 11:19 PM Leszek Koltunski

RubikControl: fixes; progress.

f7f24f23 05/07/2021 11:37 PM Leszek Koltunski

Progress with RubikControl.

b7e5a0ac 05/07/2021 05:03 PM Leszek Koltunski

Progress with RubikControl.

f8eece7d 05/07/2021 11:55 AM Leszek Koltunski

Attach the control nodes directly to the screen, not to the Object Node.

51f51f83 05/07/2021 12:19 AM Leszek Koltunski

Progress with RubikControl.

f5da732a 05/04/2021 12:52 AM Leszek Koltunski

Cube Control: step 2.