Project

General

Profile

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

magiccube / src / main / java / org / distorted / config / ConfigSurfaceView.java @ e91771e4

# Date Author Comment
e91771e4 03/06/2024 03:06 PM Leszek Koltunski

progress with configurable stickers

14da3188 02/19/2024 01:38 AM Leszek Koltunski

More support for configuring the stickers.

58fd2ec0 02/16/2024 01:15 AM Leszek Koltunski

Initial support for configuring the stickers.

5b22f901 02/14/2024 02:31 PM Leszek Koltunski

rename the 'Config' package to 'Info'

b45b986a 11/03/2023 11:18 PM Leszek Koltunski

Major progress with version 2.0.0.

88451205 04/06/2023 12:02 PM Leszek Koltunski

Change OperatingSystemInterface

ed0ea1c5 04/04/2023 03:31 PM Leszek Koltunski

Move the OSInterface to a separate module

ac4c7a1d 04/04/2023 02:53 PM Leszek Koltunski

Separate a OSInterface from LibInterface

ce31f774 04/04/2023 11:19 AM Leszek Koltunski

remove all references to android.Context and android.Activity from distorted-objectlib

b1178f5f 01/19/2023 04:55 PM Leszek Koltunski

Move the control of object scaling out the objectlib.
Thee xact way the object is scaled needs to be decided in the app, as only the app knows that e.g. in the Rubik main screen, if it is a square, then obejct needs to be a bit smaller than in case of Config screen (if that one happens to be a square)

9d51b9d6 07/15/2022 12:25 AM Leszek Koltunski

config: license.

45516ed2 12/08/2021 03:26 PM Leszek Koltunski

Fix setDefaultRotation() when changing an object; do it at exactly the right time when the 'old' object has already disappeared, but the new hasn't been attached to the Nodee yet.

97a4ae23 11/24/2021 11:47 PM Leszek Koltunski

Progress with ConfigScreen.

1237d25d 11/24/2021 05:36 PM Leszek Koltunski

Beginnings of the ConfigActivity.