Project

General

Profile

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

magiccube / src / main / java / org / distorted / dialogs / RubikDialogAbout.java @ 441f2db5

# Date Author Comment
441f2db5 05/24/2023 01:28 PM Leszek Koltunski

Dialog About

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

About dialog.

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

About Dialog

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.

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

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

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 ).

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

Improve UI proportions on squarish screens.

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

dialogs: license.

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.

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!

6a083c6a 04/23/2021 02:18 PM Leszek Koltunski

- report the Graphics driver's Renderer and Version.
- new Diamond, Skewb2 and Skewb3 meshes.

a8576d91 10/25/2020 11:09 PM Leszek Koltunski

Lots of changes:

1) new 'info' button (not working yet)
2) make all dialogs modal; rework the way the Pattern Dialog appears.

eb376d3a 09/29/2020 01:29 PM Leszek Koltunski

Bigger 'OK' button in Dialogs.

ffd68f35 09/20/2020 10:15 AM Leszek Koltunski

Make it so that the Navigation Bar does not re-appear when we pop up a DialogFragment.

Now there's noly 1 case when it still reappears: it's when we pop up a PopupWindow.

b1e9596b 07/09/2020 10:48 PM Leszek Koltunski

Display the 'Privacy Policy' dialog (only if locale is set to ZH - chinese requirement)

2eb74743 06/20/2020 10:55 PM Leszek Koltunski

Improvements to the UI - make it proportional regardless of the physical screen size. (Part 5 - first 3 Dialogs)

1780dcb0 04/30/2020 04:13 PM Leszek Koltunski

Fix clicking on the 'Distorted.org' link; get app version from build.gradle (and not from strings.xml)

703aee64 04/14/2020 10:07 PM Leszek Koltunski

Fix clickable links in the About dialog.

85248b04 04/14/2020 09:16 PM Leszek Koltunski

Finally solve the bug on Samsung Android 9 and 10 phones that the Dialogs Main & patterns wouldn't be modeless: move the setting of this flag earlier, to the 'onCreateDialog()' function.

801b16db 04/14/2020 06:29 PM Leszek Koltunski

Minor.

90fd47b0 04/14/2020 01:20 PM Leszek Koltunski

Lots of bugfixes.

66e777b0 04/13/2020 08:22 PM Leszek Koltunski

Move to AndroidX, target API level 29.

584585d0 04/12/2020 06:13 PM Leszek Koltunski

(Hopefully) make the Dialogs NOT disappear on clicks outside (previously this wasn't working on Android 9).
Lower API requirements to 21.

1f9772f3 04/05/2020 02:10 PM Leszek Koltunski

More support for the 3x3x3 Solver: more of the actual 3x3x3 solver mechanism.