Project

General

Profile

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

magiccube / src / main / java / org / distorted / solvers / ScreenSetupPosition.java @ c95eafeb

# Date Author Comment
d7f9a1a7 03/14/2025 12:31 AM Leszek Koltunski

bugfix: do not use ListObjects in the app anywhere except the RubikObjectList and RubikObject.

In particular, stop using it in the Solver part of the app. Now after this bugfix we can rearrange the objects in the ListObjects at will.

47f42042 03/01/2025 12:25 AM Leszek Koltunski

Reconfigure for Java 11
Beginnings of real support for moving objects around in ListObjects

302600e5 01/30/2025 01:12 PM Leszek Koltunski

compiles now

3a768e35 01/05/2025 12:40 PM Leszek Koltunski

Move all the strings from objlib to the app.
Upgrade AGP from 8.1.4 to 8.3.2

50bb18a1 12/30/2024 11:09 PM Leszek Koltunski

a dialog to interrupt too long solves

7e9d918b 12/30/2024 11:27 AM Leszek Koltunski

minor