Vladislav Krot

Results 4 issues of Vladislav Krot

SVG renders incorrectly. I attached screenshots of how it should be and how it is. SVG image - https://yadi.sk/d/hApRkr1v7-JUhQ The code `let svgView = SVGView() svgView.backgroundColor = UIColor(white: 1.0, alpha:...

bug

**Describe the bug** Unable to get provider com.suparnatural.core.fs.FileSystemProvider: java.lang.IllegalStateException: Incorrect provider authority in manifest. **To Reproduce** I got some crashes from my users reported by FirebaseCrashlytics. **Stacktrace** Caused by java.lang.IllegalStateException...

bug

**Describe the bug** Currently if we provide @Serializable(with = CustomSerializer) annotation then we no longer have access to original generated serializer. Which is fine in most cases, but it is...

Hi, is it possible to load dex files from another apk? For example MultiDex.install(fromContext,toContext);