Alexey Illarionov

Results 6 comments of Alexey Illarionov

Try the path from #29 pull request please. I also recommend to set the number of threads to 1. Multithread version is a little bit buggy now (#21)

I have the same problem on `Nexus 5 Android L developer preview` and on `Samsung Galaxy S2 android 4.1.2`. Looks like `AndroidBitmap_lockPixels()` creates a copy of the buffer for each...

The Implementation using native threads works at least as fast, and this error does not occur: [blur.c](https://github.com/illarionov/BlurTestAndroid/blob/develop/ndkstackblur/src/main/jni/blur.c)

> @illarionov hi. can you also test your project with this branch? and if you got some issues - please submit small test project for `samples` directory, i use samples...

@Pschsch did you move all the resources from `resources/MR/*` to `moko-resources/*`?

Is there some good reason for this? [Detekt Gradle Plugin](https://github.com/detekt/detekt) allows you to specify a collection of files as a source (as it extends [SourceTask](https://docs.gradle.org/current/dsl/org.gradle.api.tasks.SourceTask.html)) [Spotless Gradle Plugin](https://github.com/diffplug/spotless/tree/main/plugin-gradle) also allows...