On Oct 29, 2011, at 5:17 AM, gabriel.b...@gmail.com wrote: > You guys should have more focus on fix existent bugs before implement new > features.
Existing "bug": No Honeycomb support, no ICS support. Pretty much identical to the "how do we bind 3rd party .jar files" question. Fixed. (Mostly.) Previously Mono for Android's GC mechanism would rely upon JNIEnv::GetObjectRefType(), which was documented as not working reliably (prior to ICS). Probably responsible for JNI warnings about deleting the wrong kind of reference. Fixed in 1.9.2 (and responsible for the JniHandleOwnership-related change). Binding bug when dealing with rectangular array parameters. Fixed in 1.9.1. We're fixing lots of existing bugs while implementing the new features, especially since many of the "new features" depend upon fixing bugs at the same time. Sometimes the fixes regress things, such as View.ItemLongClick becoming a property from an event, which will be fixed in the future. In short, we're not doing all features, all the time. :-) - Jon _______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid