Dominik Mičuta

Results 4 issues of Dominik Mičuta

With the builder style creation of intent there is consistency. Problem is when you want do specify intent flags and actions you can no longer only builder but manual change...

In implementation of ClassElementAdapter there is a check for ``` if (Modifier.isAbstract(rawType.getModifiers())) { throw new IllegalArgumentException("Cannot serialize abstract class " + rawType.getName()); } ``` is this necessary? Autovalue model with...

@sockeqwe please add instrumental / espresso test to MVI sample. You talked about it in Fragmented podcast and its hard to imagine and implement the intercepting part of the view...

Something like: @Navigator( action = "ACTION", flags = {Intent.FLAG_ACTIVITY_NEW_TASK, Intent.FLAG_ACTIVITY_CLEAR_TASK} )