Cody Engel

Results 8 issues of Cody Engel

After I create a new bug in any project and click Save and Return, I’m taken to another project when the screen refreshes. Ex: New bug in Project A sends...

Add unit tests for the Flax module to ensure the module works as intended.

enhancement

We aren't savages, so add JavaDoc to the Flax module. This will include class and method documentation.

enhancement

Completely remove Rx from the Flax module. Updating sample apps will be a separate issue.

enhancement

Currently the Model emits itself when changes are made, this isn't ideal for a number of reasons: 1. The model state could change inbetween onNext calls causing the renderer to...

enhancement

Currently the FlaxAction types are fairly primitive and should be updated to support a wider range of default Action types. These actions include callbacks from View, TextView, EditText, System (Activity,...

enhancement

Flax needs to be properly released to jCenter so that it can be easier to include in projects.

enhancement

Since Android is unpredictable it would probably be a good idea to allow the Store to survive process death: https://medium.com/inloop/android-process-kill-and-the-big-implications-for-your-app-1ecbed4921cb Currently device rotation works fine, however if the application is...

enhancement