Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

magiccube / src / main / java / org / distorted / dialogs @ 58990dfd

# Date Author Comment
58990dfd 05/24/2023 03:26 PM Leszek Koltunski

About Dialog.

5e6d3e7d 05/24/2023 02:17 PM Leszek Koltunski

minor

441f2db5 05/24/2023 01:28 PM Leszek Koltunski

Dialog About

65bc1da3 05/24/2023 12:59 PM Leszek Koltunski

Improve the way we display time in the Scores dialog

c91240c9 05/10/2023 04:12 PM Leszek Koltunski

About dialog.

a0aff1b4 04/05/2023 03:11 PM Leszek Koltunski

About Dialog

71897466 04/05/2023 12:56 PM Leszek Koltunski

Move patterns and Kociemba solver to objectlib.

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

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

0e6e004d 04/03/2023 09:21 PM Leszek Koltunski

dialog about

d4ed5afd 03/22/2023 05:37 PM Leszek Koltunski

Update API dialog.

2a37cfa4 03/22/2023 05:32 PM Leszek Koltunski

Up to version 1.12.5
Update the About dialog.
Target API 33.

bf1edbac 03/11/2023 12:32 AM Leszek Koltunski

Dialog About.

b4ee249e 03/10/2023 07:08 PM Leszek Koltunski

Dialog About.

d2f9fa0d 03/10/2023 05:59 PM Leszek Koltunski

Dialog About.

24da418d 03/10/2023 04:58 PM Leszek Koltunski

Dialog About.

e71baee1 03/10/2023 04:48 PM Leszek Koltunski

Dialog About.

c69ea8e1 03/08/2023 11:49 PM Leszek Koltunski

New MrUK tutorials.

76856be3 03/07/2023 05:36 PM Leszek Koltunski

What's New.

b3091b98 03/03/2023 02:59 PM Leszek Koltunski

Up version to 1.12.4, what's new.

24414279 02/22/2023 10:14 PM Leszek Koltunski

What's new

7bdd481b 02/13/2023 03:32 PM Leszek Koltunski

- add the Pyraminx Duo solver to the list
- make the signature of an object independent of its location in the ObjectType enum

7e80bb72 02/11/2023 11:16 PM Leszek Koltunski

Whats new

52a69ff3 02/11/2023 11:15 PM Leszek Koltunski

Whats new

63cbccf2 02/04/2023 06:26 PM Leszek Koltunski

Bugfix for the Scores dialog.

45bc9f25 02/01/2023 02:41 PM Leszek Koltunski

Bump to 1.12.2

a22a18dd 01/31/2023 10:41 AM Leszek Koltunski

Up version to 1.12.1

34d6b123 01/30/2023 01:29 PM Leszek Koltunski

What's New dialog: improvements.
Remove the About dialog.

74c9fa47 01/30/2023 12:40 PM Leszek Koltunski

Solvers dialog: improvements.

b2d7aa87 01/24/2023 10:01 PM Leszek Koltunski

Bugfix.

7b191fe5 01/24/2023 03:54 PM Leszek Koltunski

'What's new' UI.

1c89e2a7 01/24/2023 03:44 PM Leszek Koltunski

What's new dialog
Bump version to 1.12.0

67d7fb28 01/23/2023 03:51 PM Leszek Koltunski

Progress with solvers dialog.

93a1c364 01/21/2023 01:02 AM Leszek Koltunski

Introduce RubikDialogSolvers.

f8a21f6b 01/20/2023 05:19 PM Leszek Koltunski

Unify all dialogs.

c02fa107 01/20/2023 03:52 PM Leszek Koltunski

Continue unifying all the dialogs under one RubikDialogAbstract.

b5c2adb4 01/20/2023 11:10 AM Leszek Koltunski

Start unifying all the dialogs under one RubikDialogAbstract.

b6cce523 01/20/2023 12:05 AM Leszek Koltunski

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

1db2a539 01/19/2023 11:20 PM Leszek Koltunski

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

788701a7 01/19/2023 10:55 PM Leszek Koltunski

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

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.

2a1f50b0 01/15/2023 11:53 PM Leszek Koltunski

Records dialog: support objects with less than 8 number of scrambles.

67179b40 01/09/2023 06:25 PM Leszek Koltunski

SetName dialog can become entangled in exceptions...

4d6327a1 01/04/2023 03:35 PM Leszek Koltunski

Dialog 'buy stars'

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!

f8e8a08e 01/02/2023 09:04 PM Leszek Koltunski

Purchase Pane: post-purchase dialogs.

45831b78 01/02/2023 03:36 PM Leszek Koltunski

Purchase Pane: post-purchase dialogs.

d05e7629 12/27/2022 01:10 AM Leszek Koltunski

Stars: introductory dialog explaining the concept of stars.

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

Changes to the initialization - initialize the 'bought objects'

05c044a5 11/23/2022 02:22 PM Leszek Koltunski

Reinstall the latest Android Studio, latest gradle; reconfigure all project to match and compile.

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.

5bda8973 08/04/2022 03:00 PM Leszek Koltunski

New way to store records, comopletely independent on the number of scrambles.
Do away with the weird 'getDBLevel' thing.

83018ac4 07/27/2022 03:36 PM Leszek Koltunski

Correct the MAX level in the leaderboard.

b61c66ad 07/27/2022 01:11 PM Leszek Koltunski

Correct the leaderboard. Still, the 'MAX' level does noot work!

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

dialogs: license.

ca280c3f 07/13/2022 10:36 PM Leszek Koltunski

Make the BandagedPlay use FastScramble. (static 500 times)

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.

4f3e2d90 07/11/2022 11:50 PM Leszek Koltunski

Progress with central menu popup.

afcae97f 07/11/2022 02:42 PM Leszek Koltunski

Stop giving different app names in different languages.
Remove the licensing info from the About Dialog.

068f7c2f 07/04/2022 03:56 PM Leszek Koltunski

Improve setting the size of text on spinners.

adbd16d9 07/04/2022 03:08 PM Leszek Koltunski

New 'Free Play' screen.

39176a1f 07/04/2022 11:20 AM Leszek Koltunski

Make the size of the text in the spinners in the bandaged activity look right on all screen sizes.

d9a49dde 05/12/2022 01:15 PM Leszek Koltunski

Improve the bandaged scramble settings dialog.

85770de9 04/24/2022 09:41 PM Leszek Koltunski

Improvements.

36bf9f0b 04/16/2022 02:48 PM Leszek Koltunski

BandagedPlay: remove the conf dialog

917d15f5 04/15/2022 12:51 AM Leszek Koltunski

BandagedPlay: configurable mode and scramble depth

1db19441 04/14/2022 02:46 PM Leszek Koltunski

BandagedPlay: dialog

d26274d1 04/13/2022 01:07 AM Leszek Koltunski

Simplify the way we remember cubit quats, and delete those from SharedPrefs when we delete a bandaged object.

5d5ed376 04/09/2022 11:21 PM Leszek Koltunski

On OpenGL ES 3.0, some drivers are veeeery slow linking a program which includes transform feedback - and such program is needed to apply vertex effects to meshes - which is needed to round corners of puzzle cubits.

Thus on 3.0 we switch off rounding corners of the meshes in the Creator mode, otherwise we'd need to wait about 24 seconds for the screen to appear!

58d6a40d 04/02/2022 11:57 AM Leszek Koltunski

Improve the Updates dialog.

6647b730 04/02/2022 12:01 AM Leszek Koltunski

Bandaged 3x3: new dialog.

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)

fa52fe5d 03/30/2022 11:46 PM Leszek Koltunski

Bandaged 3x3 UI: translations for the dialog

72e386ef 03/28/2022 12:17 PM Leszek Koltunski

Bandaged 3x3: progress with saving.

61a7b812 03/26/2022 12:32 AM Leszek Koltunski

Bandaged 3x3: saving dialog.

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.

2e48adc9 02/01/2022 03:23 PM 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.

eb985085 01/31/2022 12:50 AM Leszek Koltunski

Refactor RubikObject in preparation for creating RubikObjects from DownloadedObjects.

314e9ff0 01/30/2022 11:48 PM Leszek Koltunski

Refactor RubikObject in preparation for creating RubikObjects from DownloadedObjects.

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.

ffe7e55d 01/27/2022 12:21 AM Leszek Koltunski

Reorganize the Network so that concurrent network operattions are possible.
Finally figure out and fix the bug which was causing users to multi-submit the same records over and over.

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.

179f7189 01/25/2022 03:43 PM Leszek Koltunski

Downloading updates: dialog progress.

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

Downloading updates: dialog progress.