Project

General

Profile

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

magiccube / src / main / java / org / distorted / dialogs / RubikDialogUpdateView.java @ 988e3d33

# Date Author Comment
988e3d33 03/13/2024 01:30 PM Leszek Koltunski

Objects can support or not changing colors of their stickers.

ff4a2a13 01/18/2024 04:47 PM Leszek Koltunski

progress with new sorting methods.

7bb30586 11/15/2023 03:28 PM Leszek Koltunski

Remove all old UI 1.0 classes

1c04d054 10/28/2023 12:01 AM Leszek Koltunski

Major progress to version 2.0.0.

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

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

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!

e9e744f7 12/20/2022 02:59 PM Leszek Koltunski

Changes to the initialization - initialize the 'bought objects'

4c3fd041 08/14/2022 10:25 AM Leszek Koltunski

bugfix

80f574a1 08/12/2022 12:37 AM Leszek Koltunski

IAP, part 1: Introduce the concept of a 'free' and 'not free' object to

- ObjectType
- DownloadedObject
- RubikObject
- jsons

fad10885 08/04/2022 11:18 PM Leszek Koltunski

Move the 'bandaged' button back to the main menu.

68191e7d 07/15/2022 12:29 AM Leszek Koltunski

dialogs: license.

ac1900c3 07/12/2022 07:34 PM Leszek Koltunski

correct the way we add new downloadeed objects.

05fb345c 07/12/2022 06:19 PM Leszek Koltunski

- we need to export the main activity
- we need to detect if the downloaded JSON is corrupt and if yes, do not save it.

c020555e 07/12/2022 03:28 PM Leszek Koltunski

Do not crash when something's wrong with the JSON file - handle this gracefully, do not change the object then, and report this to Firebase.

81493402 03/31/2022 10:48 PM Leszek Koltunski

delete icon, object and extras files from local storage when:

1) we delete a locally produced bandaged 3x3
2) it turns out that a downloaded object is already built-in (which can happen if we download an object and then upgrade to app version which builts it in)

c89c3b1b 02/02/2022 05:41 PM Leszek Koltunski

Make it possible to automatically re-download EXTRAS file if it previously failed to download

e847c553 02/02/2022 01:36 PM Leszek Koltunski

Make 'downloaded' debugs controlled by a single boolean.

32fbd026 02/02/2022 12:53 AM Leszek Koltunski

Downloaded Objects: bugfix.

43c2812a 02/01/2022 03:11 PM Leszek Koltunski

Downloaded Objects: bugfixes

84d746d7 02/01/2022 01:30 PM Leszek Koltunski

Downloaded Objects more or less work now.

7fe62d1f 01/29/2022 11:45 PM Leszek Koltunski

Download the icons only once and save to local storage.

806329e3 01/29/2022 12:13 AM Leszek Koltunski

Support for saving the downloaded JSONs in local data storage.

35161021 01/28/2022 10:53 PM Leszek Koltunski

Beginnings of support for saving the downloaded JSONs in local data storage.

acabdd83 01/28/2022 10:17 PM Leszek Koltunski

Rename the 'network' package to 'external' since it will also deal with writing/reading files from local storage.

46be3ddf 01/28/2022 03:11 PM Leszek Koltunski

progress with the Updates: download the jsons.

06ba394a 01/27/2022 09:22 PM Leszek Koltunski

Progress with Updates Dialog; improvement for the MIRR_4 icon.

b88cdd91 01/27/2022 04:09 PM Leszek Koltunski

Download Update icons.

9fde123a 01/26/2022 12:41 PM Leszek Koltunski

Downloading updates: dialog progress.

2c9ab085 01/26/2022 12:24 PM Leszek Koltunski

Downloading updates: dialog progress.

99b8a069 01/25/2022 06:17 PM Leszek Koltunski

Downloading updates: dialog progress.

4429d6c8 01/25/2022 11:51 AM Leszek Koltunski

Downloading updates: dialog progress.

c651024f 01/25/2022 01:30 AM Leszek Koltunski

Downloading updates: dialog progress.

7bee6064 01/24/2022 11:04 PM Leszek Koltunski

Downloading updates: dialog progress.

9c39179e 01/24/2022 09:37 PM Leszek Koltunski

Downloading updates: dialog progress.