Results 9 comments of Yann Badoual

The second one is useless because it's just a redeclaration of a method in the AndroidInjector interface. The first one is here useless because the injected fields are in the...

If memory serves, for this case I used `CharSequence` with `ForegroundColorSpan` I'll check for the label color, I'll add when I have some time (or you can if you want...

Yeah, but using span if you're always using the same color is not the best idea, complicates life for nothing :) Tip, following code is simpler/more optimized: ```java SpannableString span...

Are you talking about this?

Sadly I don't time to implement this right now, I would gladly accept a merge request if anyone is interested in doing this. I guess you could either set the...

For labels see #34 If you're talking about the not-filled circle indicator, then no it's not possible, if you're talking about the filled circle when a step is done, you...

Not sure I understand what you want, currently you have: - full dot for done steps - half-full dot for current step - nothing for future steps Can you explain...

For anyone with the same use-case, one other alternative is to code an interceptor that would do nothing when the current context is not an instance of the wanted activity...

I have the `@JvmOverloads`, but the method is called from java code, it's not working 🤔 ### Work around: I created a Java class with static methods to do my...