Hello Martin > So the "provided" and "compile" scope of "android-test" and > "com.android.support.test" are temporary, and the scope is expected to > be changed to "test" when the instrumented testing issues will be resolved? Yes it is.
> Looking at AffineTransform and Curve classes, the source code seems very > similar to code from the JDK. Since JDK code is under GPL license, we > can not create derivative work in Apache projects. Would it be possible > to omit those classes? Thank you for notifying this. I will look into this one. > Regarding AffineTransform, Android has its own Affine > class. What about creating an AffineTransform class as a wrapper around the Android Affine class? Did you mean the android.graphics.Matrix class? The reason I didn't use the Matrix class is because it uses float instead of double and I was not sure float would be sufficient for our task. -- Sisinda
