Activity
From 09/12/2021 to 10/11/2021
10/11/2021
10/08/2021
- 11:27 PM Revision 5c84d9c2 (library): Set possibility for the Postprocessing effects to eclipse the whole object or only work at the edges.
- 05:53 PM Revision 06ed13b5 (library): New API: set components centers of all components all in one go.
- 12:47 PM Revision e8a86d16 (library): comment.
- 12:42 PM Revision 23691e40 (library): New BORDER effect.
- 12:42 PM Revision cef5d326 (examples): New BORDER effect.
- 11:05 AM Revision f90fe926 (library): Comment.
- 09:33 AM Revision caf7ce0a (examples): Minor
- 09:33 AM Revision 5b567bb4 (library): Minor
10/07/2021
- 10:32 PM Revision 5b829159 (examples): Improvements for the new Border effect. Now works, but covers the object - to be corrected.
- 10:32 PM Revision 7b2f81e8 (library): Improvements for the new Border effect. Now works, but covers the object - to be corrected.
- 03:23 PM Revision 1b80a6e2 (examples): New postprocess effect 'Border' (not working yet) and adding it to the testing app 'Triblur'.
- 03:23 PM Revision d58407a8 (library): New postprocess effect 'Border' (not working yet) and adding it to the testing app 'Triblur'.
10/06/2021
10/02/2021
- 12:40 AM Revision 8d98b65f (library): Move destroying most of statics from onDestroy() earlier, to onPause().
- Reason: doing this in onDestroy() is too late, because when we have two activities, and switch between them, first th...
09/30/2021
- 04:03 PM Revision 8fc3b80a (library): Move QuatHelpeer to distorted-library
- 02:39 PM Revision 4c96c7c9 (library): Add debugging option to DistortedEffects.
09/15/2021
- 10:37 AM Revision 9ef86c9f (library): On second thought, come back to Vector. The problem: before we had the potentially blocking function 'effectFinished' inside our synchronized block.
- 10:33 AM Revision 2f40484b (library): Improve EffectMessageSender: ArrayList with explicit locking in place of a Vector.
09/14/2021
- 11:55 PM Revision c337dd1c (library): 1) add missing call to BlockController.onPause() / onResume() to the Tutorial activity
- 2) rearrange BlockController's error reporting to make the case where the MessageSender thread has died separate
3) i... - 05:31 PM Revision 7d151b69 (library): More debugs to the EffectMessageSender.
- 04:17 PM Revision 43eecb4c (library): Firebase shows that we have a problem when an app is rapidly restarted, i.e. when is it paused and resumes within tens of milliseconds. Then sometimes the EffectMessageSender thread dies.
- Attempt to limit this by synchronizing the whole 'start' and 'stop' methods, although I suspect this will still happe...
Also available in: Atom