Project

General

Profile

Activity

From 10/02/2021 to 10/31/2021

10/29/2021

01:46 AM Revision b20e89d2 (magiccube): Move the main app to the 'J1M1' object creation mode, i.e. create them from the Json files and using the Dmesh fiels as well.
Make it possible for any app descending from the 'objectlib' to use any of the J0M0, J0M1, J1M0, J1M1 modes. Leszek Koltunski

10/28/2021

10:56 PM Revision 8723caee (magiccube): Remove ObjectType from a few moree places.
Leszek Koltunski
02:39 AM Revision d828d78e (magiccube): Simplify dependancies.
Leszek Koltunski

10/27/2021

01:59 AM Revision 95472aca (magiccube): Remove dependancies on Firebase from objectlib.
Report such errors to the application via the Interface. Leszek Koltunski
11:55 PM Revision e709e44d (magiccube): Progress with PuzzleTester app.
Leszek Koltunski
01:22 PM Flags Revision 90c9b62a (distorted-flags): Add flag of Mauritius.
Leszek Koltunski

10/25/2021

01:36 PM Revision 69a271f3 (magiccube): Fix for a rare crash.
Leszek Koltunski

10/22/2021

11:00 AM Revision a946af34 (magiccube): new API to make is possible to adjust default scale factor in each TwistyObjectNode.
(and use it in Tutorials, where the object needs to be smaller) Leszek Koltunski
02:59 AM Revision 338babe8 (magiccube): Major change: separate the notion of a TwistyObject and its Node. Now,
1) the Node stays when we change objects (this makes transitions faster)
2) it's possible to just create an Object wi...
Leszek Koltunski

10/21/2021

05:17 PM Revision d4415163 (magiccube): Standarize icon naming scheme.
Leszek Koltunski

10/18/2021

02:17 PM Revision 88d28110 (magiccube): Minor
Leszek Koltunski
02:11 PM Revision 88bad160 (magiccube): Use the latest objectlib
Leszek Koltunski

10/16/2021

12:07 PM Revision ae77f661 (magiccube): Correct the 'solved' icons in the Play popup.
Leszek Koltunski

10/15/2021

12:35 AM Revision 3f287c05 (magiccube): Correction
Leszek Koltunski

10/13/2021

06:59 PM Revision 97193a09 (magiccube): Bump versionCode to 42 (forgotten before)
Leszek Koltunski
05:36 PM Revision 772882ec (magiccube): Fix a lint error.
Leszek Koltunski
05:24 PM Revision 0f25905a (magiccube): Correct location of the keystore.
Leszek Koltunski
04:14 PM Revision 4c9947bd (magiccube): 1. Do not restore object scrambling if we freshly upgraded from some version older than 1.9.0
2. Bugfix for a recently introduced crasher in the Play screen. Leszek Koltunski
03:02 PM Revision 59553a2a (magiccube): Tutorials
Leszek Koltunski
02:04 PM Revision 16be2d2a (magiccube): Up version to 1.9.0
Leszek Koltunski
01:59 PM Revision 2da68298 (magiccube): Create the 3 Popups only on first button click - this time we can have the final screen dimensions (and also it starts faster ) Before we weree getting the screen size from before hiding navigation bars, which made the height smaller, which made the number of obejcts and levels in the popups sometimes too small!
Leszek Koltunski

10/12/2021

12:28 PM Revision 7b2a8ef3 (magiccube): Progress with cuboids.
Leszek Koltunski

10/11/2021

11:47 PM Revision fbffa02a (magiccube): Fix the Solver
Leszek Koltunski
10:53 PM Revision 09b2bd31 (magiccube): make numLayers into an int[] (preparation for Cuboids)
Caution: because of previous changes to cubit order in cube, the Solver is broken! Leszek Koltunski

10/10/2021

12:24 AM Revision 8c93c0b1 (magiccube): 'IconMode' finished.
Leszek Koltunski

10/06/2021

11:40 PM Revision f08ec48e (magiccube): Remove unneeded API.
Leszek Koltunski
11:25 PM Revision 0c52f5da (magiccube): Relax objectlib's requirements: it can be displayed not only on top of a DistortedScreen, but any DistortedFramebuffer.
Leszek Koltunski
01:15 PM Revision 52547ba7 (magiccube): Simplification
Leszek Koltunski

10/05/2021

01:04 AM Revision eb49fa90 (magiccube): Use the off-center objects to display the object in Tutorial mode properly.
Now it is not covered by the right bar! Leszek Koltunski
10:53 PM Revision 33f6abfd (magiccube): Remove the 'setupObject()' redundant API.
Leszek Koltunski
07:10 PM Revision f57d0ad9 (magiccube): Minor
Leszek Koltunski
03:40 PM Revision c65a5efe (magiccube): Further simplifications.
Leszek Koltunski
03:12 PM Revision e019c70b (magiccube): Remove the concept of a 'TwistyActivity' altogether.
Leszek Koltunski
02:12 PM Revision 9523ae28 (magiccube): Hide most of the TwistyActivity methods inside objectlib.
Leszek Koltunski
12:58 PM Revision f4f784ad (magiccube): Bugfix: we shouldn't be calling TwsityObject.solve() directly from the app, only through ObjectControl.solveOnly().
Leszek Koltunski
12:52 PM Revision e4f656d1 (magiccube): Simplifications
Leszek Koltunski
11:58 AM Revision 2afc6754 (magiccube): Move RubikControl to objectlib (as 'ObjectAutomator')
Hide ObjectPreRender inside objectlib and move its APi to ObjectControl. Leszek Koltunski

10/04/2021

10:11 PM Revision 8ab435b9 (magiccube): 1. Remove 'db level' from objectlib (this belongs to the app!)
2. change ScreenPlay's 'mObject' to be an ObjectType. Leszek Koltunski
04:59 PM Revision 287e91a6 (magiccube): Remove from ObjectType info which row given object is supposed to be in. This belongs to the applcations.
Leszek Koltunski
03:33 PM Revision 1bafcba4 (magiccube): Simplifications
Leszek Koltunski
03:23 PM Revision 05a244ad (magiccube): Simplifications
Leszek Koltunski
02:17 PM Revision 05c20dad (magiccube): Simplifications
Leszek Koltunski
01:39 PM Revision dd1a65c1 (magiccube): Move ObjectControl, the next big chunk of code, to objectlib.
Leszek Koltunski

10/02/2021

12:07 PM Revision eaf46415 (magiccube): Move PreRender to objectlib.
This code is now shared betweeen the Rubik and Tutorial activities. Leszek Koltunski

10/01/2021

12:08 AM Revision 1cd323dd (magiccube): Move yet more code to objectlib.
It's almost possible to move the PreRender to objectlib now. Leszek Koltunski
 

Also available in: Atom