Vladimir Baryshnikov

Results 10 issues of Vladimir Baryshnikov

Looks like library is not loading animation correctly which leads to loading a wrong resource, i.e. it can try to load "dimen" as animation. As a result it crashes since...

Maybe it make sense to keep tooltip separate from the View? So tooltip responsibility is only to show "decorated" view. Remove all view setters including text and font. And create...

### Description After `FlexboxLayoutManager` is restored from saved state, i.e. fragment is re added via `ViewPager` all items are shifted up or down. When `FlexboxLayoutManager` saves state, it saves `getDecoratedLeft()`...

Hello I've been trying the demo app and when I change to 24fps video is much darker now. Is there anything I should change to make it lighter, enable some...

Hello I would like to pass custom `set_bufflen` to our RTMP server: https://github.com/arut/nginx-rtmp-module/wiki/Directives#buflen Do you know if it possible or maybe there is something else I can try?

1. remove local.properties 2. add missing gradle wrapper jar

Problems cause by this bug: 1. image flickering 2. if you load image grid, scroll down, then scroll up, images are reloaded again 3. first batch of images consume TWICE...

Bug

Gradle: 2.10 Android plugin: 2.1.0 Retrolambda: 3.2.0 Immutables: 2.2 ``` FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':compileRetrolambdaDebug'. > java.io.FileNotFoundException: my-project/build/intermediates/classes/project/debug/META-INF/services ``` While...

This is happens a lot, please fix. Similar problem is described here: http://stackoverflow.com/questions/11452398/signal-11-sigsegv-fault-addr-in-android-when-using-bump-api Here is stack trace: I/Bump API(23987): Service Destroyed F/libc (23987): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1),...

Please use JavaDoc comments, to describe functions, variables and etc in your code. Right now you use comments, which are obviously not a javadoc comments, and you can't get description...