Friday, June 21, 2013

1.0.0.70 - What's new

To get the latest version, run "Check for updates" from the Device Center or download.

New: 9-patch image support

It is now possible to use 9-patch images (.9.png) as drawable resource. We have extended the Widgets\UsingButton sample to demonstrate this.

New: Portable Class Library support

It is now possible to reference Portable Class Libraries in your dot42 project. To accomplish this, all dot42 assemblies had to be made retargetable and the assembly name of mscorlib.dll has been fixed.

New: Easier use of Support and GooglePlayServices libraries

The new application project wizard has been extended with checkboxes to import commonly used libraries. Currently, these include Android Support Library and Google Play Services.


Note that you will be asked to agree with the corresponding license agreement.

New: Samples are now on GitHub.

As of this release, our samples are on GitHub for easy access. The samples will also be installed locally at [My Documents]\Dot42\Samples folder.

New: Added Google Plus sample

We have ported the Plus code sample that is included with Google Play Services client library. See on GitHub.

Fixed: Dragging xml files into Visual Studio causes crash

No comment.

Fixed: Step behavior of debugger is broken

Line number information in the DEX files was broken. This resulted in unexpected step behavior in the debugger.

Fixed: Various compiler issues

Various minor issues have been fixed in the IL to DEX compiler.

Fixed: HttpWebResponse may loose data

The underlying HTTP client was closed prematurely. Make sure to close your HttpWebResponse to avoid socket and memory leaks.

No comments:

Post a Comment