Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

magiccube / src / main / java / org / distorted / scores @ 36b9ee93

# Date Author Comment
36b9ee93 02/15/2021 11:53 PM Leszek Koltunski

Attempt to programmatically catch the 'cube is sometimes not drawn' bug and report it to my server.

ee4e7896 12/28/2020 09:56 PM Leszek Koltunski

if a user has a verified name, set it as a GoogleAnalytics UserId

688f7712 12/16/2020 09:15 PM Leszek Koltunski

Cleanups

59aee296 12/03/2020 10:34 PM Leszek Koltunski

Change the way we request for reviews.

c8249cf6 11/28/2020 09:22 PM Leszek Koltunski

New flags: Dominicana and Bahamas.
Fix a bug with displaying the Dominican flag ( a special case! )

25445dcf 10/17/2020 12:00 AM Leszek Koltunski

More error reporting - this time in Scores.

b3ee0e78 10/02/2020 12:36 PM Leszek Koltunski

Correct a bug computing Hash and immediatelly bump to 1.5.2

a4259b7f 10/02/2020 09:08 AM Leszek Koltunski

adjust requesting for review a bit more - now it will happen after a user has launched the app twice and played 7 times.

e06e1b7e 10/01/2020 10:29 PM Leszek Koltunski

- after some time using it, request an App review
- some tweaking for the way the objects look (set internal_color to something slightly lighter than pure black, round the corners of the stickers better)
- set internal_node ratio to 1.42, this way the objects never get cut

6570171b 09/28/2020 09:28 PM Leszek Koltunski

Make the RubikScores class thread-safe.

9c2f0c91 09/25/2020 08:35 AM Leszek Koltunski

Rename some classes.

d7e539d0 09/19/2020 10:21 PM Leszek Koltunski

Progress with Play state.

fb377dae 08/11/2020 02:19 PM Leszek Koltunski

Major progress with Dino; rotations (almost?) work now.

db19ef39 07/30/2020 10:46 AM Leszek Koltunski

We need to up the version to 1.3.5 - new release to AppInChina because of the previous commit

79e752b3 07/06/2020 09:37 PM Leszek Koltunski

Solving time - display it more accurately.

82d6e038 06/08/2020 10:56 AM Leszek Koltunski

Port changes to ObjectList from the deferred-jobs branch.

4fd84652 05/03/2020 09:39 PM Leszek Koltunski

Remove the 'touchscreen required = false' from the manifest (because or a bug in Samsung App Store - it marks such apps as incompatible with any device)

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)

5d50e7a7 04/19/2020 10:51 PM Leszek Koltunski

Allow the server to correct our notion of country (improvement)

874c37b1 04/19/2020 10:32 PM Leszek Koltunski

Allow the server to correct our notion of country.

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.

86cbdab1 04/12/2020 12:06 PM Leszek Koltunski

Minor tweaks to the 'Prev' buton in Solving state;
Relax requirements in the Manifest - now only 'android.hardware.faketouch' supporting device is required, i.e. something that supports basic point-click-drag-unclick. No need for full 'android.hardware.touchscreen' thing with its multitouch silliness.

8e3898c8 04/09/2020 10:09 PM Leszek Koltunski

Each object size now has its own number of levels (not always 18!)

85b09df4 04/09/2020 02:04 PM Leszek Koltunski

Reorganize UI of the Play state.

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

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

53f23b64 03/27/2020 01:08 AM Leszek Koltunski

Progress with Pretty Patterns - do away with the tabbed dialog!

769d7b9f 03/25/2020 10:42 PM Leszek Koltunski

Bugfixes.

4c0cd600 03/25/2020 06:24 PM Leszek Koltunski

Change the series of Object buttons in the Play state into a PopupWindow.

f895e77a 03/23/2020 12:52 PM Leszek Koltunski

Implement a new Dialog, SetName.

9acb2402 03/23/2020 12:47 AM Leszek Koltunski

Implement computeHash()

2dfe43d3 03/22/2020 11:25 PM Leszek Koltunski

Bugfix for downloading High Scores.

17f9a695 03/22/2020 01:17 AM Leszek Koltunski

progress with submitting one's high scores.

4895fff6 03/22/2020 12:29 AM Leszek Koltunski

Beginnings of submitting one's high scores.

bc511ea5 03/20/2020 11:06 PM Leszek Koltunski

Add the 'New Record' dialog.

e41e7dc3 03/20/2020 10:43 PM Leszek Koltunski

Add the 'Solved' dialog.

82ce8e64 03/20/2020 03:40 PM Leszek Koltunski

Progress with getting/setting Country and DeviceID.

286d73ae 03/19/2020 11:50 PM Leszek Koltunski

Port the downloading into the new 'magic' server.

1c90c64a 03/16/2020 11:53 PM Leszek Koltunski

Incorporate myRecords into the Scores dialog.

c3ffcf58 03/16/2020 04:42 PM Leszek Koltunski

Progress with saving number of runs, plays, name, verified status.

714292f1 03/16/2020 12:40 PM Leszek Koltunski

Minor.

f0e87514 03/16/2020 12:12 PM Leszek Koltunski

Separate scores from StateSolving