New flags: Dominicana and Bahamas.Fix a bug with displaying the Dominican flag ( a special case! )
Swap two tutorials; fix resuming WebView.
more tutorials
- new tutorials- fix youtube playback
Fix a long standing bug in the way we detect if a Cube or Pyraminx is solved. The reason for all those 'impossible' records being submitted.
Fix the too large 'back' icon in the Tutorial Activity.
Progress creating the Tutorial Dialog.
Progress creating the Tutorial Activity.
Merge remote-tracking branch 'origin/tutorial'
Start creating the Tutorial Activity.
More support for using the library from more than one activity
1) Beginnings of support for using the library from more than one activity2) rename DistortedLibrary.onCreate() to onSurfaceCreated()3) (rubik) add Cambodia's flag.
Progress with using the Library in a second Activity.
New 'tutorial' activity.
Remove all traces of tutorials from the new 1.5.4.This is a bigger job; tutorials will only come in 1.6.0.
Translations of the 'tutorial' string.
New info images; Namibia flag.
Progress with the Info Dialog
Lots of changes:
1) new 'info' button (not working yet)2) make all dialogs modal; rework the way the Pattern Dialog appears.
Preparation for the Object Info popup: add the name, inventor, complexity info to each object.
Catch exceptions when rotating.
Do not permit clicking on the 'play' button if we are currently scrambling an object.
New Ivy mesh.
Slight improvement for the Ivy Mesh.
Explicitly declare support for large screens in the Manifest.
Mesh for the Ivy.
Icons for the Ivy.
Progress with the Ivy.
Even more debugs for the 'failed to restore preferences' mystery.
Minor.
1) Progress with the Ivy2) further refine defense against failing to restore preferences.
Progress with the Ivy
Bugfix
Beginnings of the Ivy Cube.
Avoid cutouts in a new way
Avoid the possible cutouts at the top of the screen.
Missing meshes; fix the Solver.
New Meshes for all objects.
Icons for the Skewb Master.
More error reporting - this time in Scores.
Improve the Skewb; set max components to 110 in MeshBase so that all of Professor Skewb's components fit.
Make the texture multi-row: avoid the maximum texture size.
Report to Crashlytics if we fail to restore preferencees (2)
Report to Crashlytics if we fail to restore preferencees.
Report to Crashlytics if the fail to set texture due to it being too large.
Progress with Skewb familty; separate StickerFactory class.
Spearate the concept of number of layers of an object and its size.In case of the Skewb family, this is no longer the same (Master Skewb has 3 layers but it's twice bigger than the 2-layered Skewb)
Objects must explicitly provide a list of offsets specifying where the cut planes are (rather than just a BASIC_STEP - the width of the layer - which is insufficient in case of objects which have layers of vastly different width, like the Master Skewb)
Move computation of the rotation rows to the Object from Cubits.
Beginnings of support for any-sized Skewb.
New meshes.
CubitFactory: unify creating MeshPolygon bands.
Play State: Recreate all 3 PopupWindows.
More debugging for the case of suspicious submits.
Swap Redi with Helicopter.
More unification in CubitFactory.
New API for the library: add an empty texture component to a Mesh.Use this in thr Magic Cube to add empty texture components to some types of cubits.
Unification of the way we round the corners of various cubits.
Bugfix for a rare Firebase crash.
Improve Analytics reports
The Redi Cube should be finished now.
Redi icons.
Add the Redi Cube: part3.
Add the Redi Cube: part2.
Add the Redi Cube: part1.
Work around a rare crash on startup
Correct a bug computing Hash and immediatelly bump to 1.5.2
adjust requesting for review a bit more - now it will happen after a user has launched the app twice and played 7 times.
adjust the objects some more.
- 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
Simplify OpenGL error dialog. Show it only once.
Simplify drawing textures.
Minor
Brighter background.
Bigger 'OK' button in Dialogs.
Transparent Buttons.
1) report all solved levels to Analytics2) automatically dismiss the NewRecord and Solved dialogs when one backs from the Done state.
Make the RubikScores class thread-safe.
New meshes for the Diamond and the Pyraminxes.
Icons for the Diamond.
Add a CubitFactory and convert all objects to use it. Biggest change is thr Pyramiinx which now uses a lattice of Octahedrons and Tetrahedrons, just like the Diamond.
Fix Diamond's isSolved()
Progress with the Diamond. Everything working except for the isSolved(): turns out the center cubits can end up rotated along the face by multitudes of 120 degrees.
Progress with the Diamond. Everything working, expect one thing: half of the faces are upside down, and computing offset doesn't work on those faces properly.
Make the top and bottom bars transparent, above the GLSurfaceView.
Progress with the Skewb Diamond.