Marc Rousavy
Marc Rousavy
Hey - shit sorry I forgot to get back to this PR now. Thanks so much for this, yea I added this to V3 already (with an `enum` now not...
V3 is the version that supports multi process mode, yes.
Hey! any updates? @Mister-CK
Hey! I think this is fixed in v3 beta :)
Created `IInjector`, `InjectionExtensions`, `InjectionResolver`, `Injector` ~@ 26fdaa01efb4a7d50e9dc3d9520871fedbcb91a5 #### Done * Register via templated initializer functions * Register via auto type/constructor resolving * Register via static singleton instances * Remove bindings...
Sorry, I was missing the `src` folder. Could you try again with 1.0.6?
Sorry for the inconvenience! I haven't been able to give this repo much attention recently, but I will definitely try to fix those issues. In the meantime, you can just...
Does it work with 1.0.3?
Hey! Has anyone managed to bridge the libyuv's C crop feature to Android yet? I could try to create a PR here
Maybe add this to your `proguard-rules.pro`: ```pro -keep class com.mrousavy.camera.** { *; } ```