Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

magiccube / src / main / java / org / distorted / screens @ c02fa107

Latest revisions

# Date Author Comment
c02fa107 01/20/2023 03:52 PM Leszek Koltunski

Continue unifying all the dialogs under one RubikDialogAbstract.

27401bea 01/19/2023 06:12 PM Leszek Koltunski

More fixes for UI in case of extreme screen (w/h) ratios ( from 1.0 to 2.0 ).

4279106d 01/18/2023 11:48 PM Leszek Koltunski

Further improvements for the UI.

09bcbc45 01/18/2023 11:30 PM Leszek Koltunski

Further improvements for the UI.

cc0fc0c5 01/18/2023 09:51 PM Leszek Koltunski

Further improvements for the UI.

24cd23dd 01/18/2023 04:21 PM Leszek Koltunski

Further improvements for the UI.

9dfb553f 01/18/2023 03:02 PM Leszek Koltunski

Improve UI proportions on squarish screens.

6b034729 01/18/2023 01:45 PM Leszek Koltunski

Add Stars to the main menu.

b1629e16 01/13/2023 12:25 PM Leszek Koltunski

Make it possible to decide about FastScramble duration fromo outside the ObjectControl.

5305fdc8 01/03/2023 03:27 PM Leszek Koltunski

Very important bugfix for an issue which probably has been the reason for many mysterious behaviours in the past: the JsonReader class cannot be a singleton! Convert it into a normal 'instanced' class.
With it being a singleton there's a major issue: when we create a new TwistyObject from a JSON file (by, for example, going to PurchaseActivity) and then we come back to the old object (by, for example, going back to the main RubikActivity) - then the JsonReader inside the old object has read the new JSON file and thus many of the 'abstract' methods in the old TwistyObject (for example getShortName()) all of the sudden start returning new values!

View revisions

Also available in: Atom