Oleg Godovykh

Results 16 issues of Oleg Godovykh

Right now moveLayoutToPosition is called every time when we are not at very beginning of list/grid and not in process of restoring (`!restoringLanes` is true for most of cases). Method...

Unclear what to test right now — all complex logic belongs to JS

https://github.com/bodymovin/bodymovin/issues/24

Support animations in format of [Facebook Keyframes](https://github.com/facebookincubator/Keyframes/tree/master/android)

enhancement

Get rid of JS library usage (or at least use it only for parsing)

enhancement

Add mode to track currently open file and reload animations when new animation is open in editor

enhancement

Provide way for IDE to run on bundled Jetbrains JVM, while loading JavaFX from JAVA_HOME/JDK_HOME Links to consider: [Support discussion](https://intellij-support.jetbrains.com/hc/en-us/community/posts/206754045-How-do-you-deploy-a-plugin-that-depends-on-javafx-IDEA-bundled-with-JDK-does-not-include-native-libraries-) [Github repo](https://github.com/vsch/idea-multimarkdown)

enhancement
help wanted

Right now there is no easy way to expect that some particular worker is not running during the given render step. There is a workaround to use `requireExplicitWorkerExpectations`, but it...

enhancement
good first issue
testing

https://developer.android.com/reference/android/widget/TextView#setTextKeepState(java.lang.CharSequence) method is available since API 1, and allows to use `CharSequence`s instead of `Stringg`s. It allows, for example, nicer handling of different substates as cursor position, selection, and so...