Matthew Leibowitz

Results 157 issues of Matthew Leibowitz

Creating a new project/package for more advanced SkiaSharp views, such as a dynamic (both hardware and software) views and a "infinite" gesture view.

**Is your feature request related to a problem? Please describe.** It would be great to be able to leverage the power and flexibility of SkiaSharp to easily apply affects and...

feature-request

I have an iOS binding project that uses `@(NativeReference)` to pull in the frameworks. If I run a `Pack`, I get this error: > NuGet.Build.Tasks.Pack.targets(198,5): error : The file '/Users/matthew/Projects/square-bindings/binding/Square.Aardvark/bin/Debug/xamarinios1.0/Native.Square.Aardvark.manifest'...

I have been back and forth on this one, but it is still a large breaking change that will affect users. Maybe. I am not sure exactly how this affects...

enhancement
ready

Currently all the drawing properties are on the canvas object, and that is mostly fine. However, this makes swapping to a new set of styles a bit laborious. For example,...

enhancement

RichTextKit is very good and supports most of the required text processing features that will be needed. BiDi, styling, layout, wrapping, and more. https://github.com/toptensoftware/RichTextKit

enhancement

Besides the Color/Colors changes which are mostly cosmetic and a bit rare in code... maybe... there are a few things that are quite different. 1. #54 Going from R/G/B/A to...

Testing with iOS is so nice in that it creates a custom simulator and boots it up. It would be awesome if we could get the same for Android.

enhancement
android
emulator

As Kotlin is moving towards being the main language and is right now the default and recommended language for Android development, many new features rely on Kotlin features. One such...

enhancement
generator

I have a simple case of abstract classes that aren't generating the correct code. Java: [interface-tests.jar.zip](https://github.com/xamarin/java.interop/files/3503603/interface-tests.jar.zip) ```java public abstract class AbstractCollection extends Object implements Collection { // required implementation }...

bug
generator