Mikhail Fedotov

Results 50 comments of Mikhail Fedotov

> what do you mean by invalidated? I mean it is replaced with default one, and so it is not triggered. ``` void onActivityDestroyed(Activity oldActivity) { if (activity == oldActivity)...

Audio button in sample app does not use Rationale dialog. Use CAMERA button. Steps to reproduce on Sample app. * press CAMERA button * see rationale dialog * rotate screen...

Storing a reference to the listener in a Fragment with `setRetainInstance(true)` does not help?

Looks like I explained not correctly. I meant, to use such a fragment (with `setRetainInstance(true)`) inside `DexterActivity`. Move `Dexter.onActivityReady(this);` and `Dexter.onActivityDestroyed(this);` calls to that fragment. I expect this will extend...

Try using conditional transition which allows to calculate target state in "runtime". https://github.com/nsk90/kstatemachine/wiki#conditional-transitions I am planning to implement this possibility, but it is not finished yet, and there is still...

History state added in https://github.com/nsk90/kstatemachine/releases/tag/v0.14.0

issue for undo() functionality #44

@mashtonian you can try undo functionality in https://github.com/nsk90/kstatemachine/releases/tag/v0.15.0 =)

There is no synchronization support and CopyOnWriteArraySet should be replaced with another Set implementation. Also tests should not depend on JUnit.

which platforms to support?