TutorialActivity: link to PurchaseActivity.
Block rotating layes of not free objects in the Tutorial Activity.
Further improvements for the UI.
Improve UI proportions on squarish screens.
Add Stars to the main menu.
Progress with 'Stars' dialog.
Released 1.11.6 version
Records dialog: support objects with less than 8 number of scrambles.
Make it possible to decide about FastScramble duration fromo outside the ObjectControl.
SetName dialog can become entangled in exceptions...
Make several objects built-inoone fix for USE_IAP
Dialog 'buy stars'
Unlock downloaded objects on download if we have everything in the app unlocked!
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!
Purchase Pane: further progress.
Purchase Pane: post-purchase dialogs.
Purchase Pane: buttons (part2)
Purchase Pane: buttons
Fix marking objects as free.
Merge remote-tracking branch 'origin/master'
Bugfix: properly display number of stars on new installs.
fix showing the number of stars on app startup.
Stars: introductory dialog explaining the concept of stars.
Stars Overlay: fix the 'negative numbers of new stars' mode.
Stars Overlay: implement zero and negative numbers of new stars.
Minor.
Minor
Changes to the initialization - initialize the 'bought objects'
correct the stars animation.corect number of stars earned in level 8.
'Stars' animation: support totalStars up to 5 digits long, i.e. up to 99999.
Now the 'stars' animation should fulling work, even on the physical LG phone.
Stars animation: looks like if we do not switch off the depthMask and stencilMask of the OverlayNode, then the crash on my physical LG phone goes away.
Stars animation: support spending stars.
make the little flying stars disappear in the end.
The 'stars earned' effect is done. Works only for newStars>0.Also, there is a crash in the graphics driver on my physical LG phone.
Progress with Masterball TouchControl.
Interface: properly support object which have numScrambles less than 8.
Report number of stars to the server.
All users who are upgrading from a version <1.11.4, where there was no concept of 'stars', get all their stars.
Reinstall the latest Android Studio, latest gradle; reconfigure all project to match and compile.
Switch off marking objects as free and bought in RubikObjectListUp compileSdkVerion to 32 (dependency forces us to do so)
inc num of stars on each first recordup version name to 1.11.4
Switch off visible effects of IAP (all objects free, no 'stars' animation)
Progress with Win effect + stars
Disable writing DEPTH and STENCIL to the Screen from both the TwistyObjectNode and the Overlay Node.
Star visible now, but the background of it is opaque (dark gray, same as the glClearColor of the main Screen)
Beginnings of support for 'Overlays': first overlay will be the rotating star which little stars fly to when one solves a level for the first time.
Progress with marking objects as free.
Progress with marking objects as free
IAP: speed up.
IAP: finish the 'Purschase' activity.
IAP part 6: new 'Present' object effect (cont'd)
IAP part 6: new 'Present' object effect.
IAP part 5: new 'Purchase' activity (cont'd)
IAP part 5: new 'Purchase' activity.
IAP part 4: further progress with locks in the object popup screen.
bugfix
IAP, part 3: non-free objects appear in the popup with a lock icon: make the lock icon's size resolution-independent
IAP, part 3: non-free objects appear in the popup with a lock icon.
IAP, part 2: unify the way we create object popups in ScreenPlay and ConfigActivity.
IAP, part 1: Introduce the concept of a 'free' and 'not free' object to
- ObjectType- DownloadedObject- RubikObject- jsons
Move the 'bandaged' button back to the main menu.
Simplification for the new way of storing records.
New way to store records, comopletely independent on the number of scrambles.Do away with the weird 'getDBLevel' thing.
difficulty icons.
Make error reporting in the Solver a bit better.
Bugfix for rotating the object in BandagedCreator mode.
Make the bandaged cuboids work up to any size.
Make ObjectSignature ready for any size bandaged cube.
Correct the MAX level in the leaderboard.
Correct the leaderboard. Still, the 'MAX' level does noot work!
license
solvers,tutorials: license.
screens: license.
objects,patterns: license.
main,messaging: license.
external,helpers: license.
dialogs: license.
config: license.
bandaged: license.
Make the fastScramble incremental.
Make the BandagedPlay use FastScramble. (static 500 times)
Add Firebase Cloud Messaging and Firebase In-App Messaging
correct the way we add new downloadeed objects.
- we need to export the main activity- we need to detect if the downloaded JSON is corrupt and if yes, do not save it.
Report JSON errors also from the bandaged screen.
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.