Project

General

Profile

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

magiccube / src / main / java / org / distorted / external / RubikUpdates.java @ 7bb30586

# Date Author Comment
7bb30586 11/15/2023 03:28 PM Leszek Koltunski

Remove all old UI 1.0 classes

b525bc12 11/11/2023 12:15 AM Leszek Koltunski

Make it possible to download objects with no extras file. Up VERSION_OBJECT_APP to 13.

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

Major progress to version 2.0.0.

0effd5a9 08/20/2023 12:30 PM Leszek Koltunski

Remove the generic 'MINOR' object and extras versions from JsonWriter, and replace them with per-ObjectType values. This was the reason why objects which had their 'minor' (really: version) updated to '1' in the server then never updated the jsons with locally stored versions.

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

Changes to the initialization - initialize the 'bought objects'

298f3977 11/15/2022 12:54 PM Leszek Koltunski

Partly merge the 'iap' branch.

1c327853 07/15/2022 12:31 AM Leszek Koltunski

external,helpers: license.

5e048300 05/02/2022 11:50 PM Leszek Koltunski

Fix for a bug when in Turkey and Azerbaijan, the names of downloaded objects which contain the letter 'I' do not get translated to upper case correctly (part 2: fix 'toLowerCase()' )

10194caa 02/15/2022 01:23 PM Leszek Koltunski

Minor.

7e950e32 02/15/2022 01:02 PM Leszek Koltunski

Another fix for a crasher.

37b1e723 02/15/2022 10:27 AM Leszek Koltunski

Fix a crasher.

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

Make 'downloaded' debugs controlled by a single boolean.

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.

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.