Xamarin.Forms by Xamarin Inc.

<PackageReference Include="Xamarin.Forms" Version="1.4.1.6342-pre1" />

 Xamarin.Forms 1.4.1.6342-pre1

Build native UIs for iOS, Android, and Windows Phone from a single, shared C# codebase

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>Xamarin.Forms</id>
    <version>1.4.1.6342-pre1</version>
    <authors>Xamarin Inc.</authors>
    <owners>Xamarin Inc.</owners>
    <licenseUrl>http://download.xamarin.com/content/licenses/Xamarin.Forms.rtf</licenseUrl>
    <projectUrl>http://xamarin.com/forms</projectUrl>
    <iconUrl>http://xamarin.com/content/images/nuget/xamarin.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Build native UIs for iOS, Android, and Windows Phone from a single, shared C# codebase</description>
    <releaseNotes>Back to our regularly scheduled bug grind.

## Enhancements ##

- Secondary toolbar items on iOS now have a disabled appearance

## Bug Fixes ##

- [Bug 27782](https://bugzilla.xamarin.com/show_bug.cgi?id=27782) - Hard crash, as soon as a item in a ListView is selected and then changed
- [Bug 27765](https://bugzilla.xamarin.com/show_bug.cgi?id=27765) - Labels misaligned inside of ViewCells (and everything else actually)
- [Bug 26418](https://bugzilla.xamarin.com/show_bug.cgi?id=26418) - [Android] ListView does not update when the bound ObservableCollection changes
- [Bug 27304](https://bugzilla.xamarin.com/show_bug.cgi?id=27304) - Toggling IsVisible for an element in a Grid row does not update properly
- [Bug 27625](https://bugzilla.xamarin.com/show_bug.cgi?id=27625) - ListView cell with multiple labels height crops content
- [Bug 27085](https://bugzilla.xamarin.com/show_bug.cgi?id=27085) - EntryCell has no possibility to hide keyboard on iOS
- [Bug 26771](https://bugzilla.xamarin.com/show_bug.cgi?id=26771) -  [Android] jobject must not be IntPtr.Zero when Navigation.PushAsync after resuming app
- [Bug 27301](https://bugzilla.xamarin.com/show_bug.cgi?id=27301) - Bug in ToolbarTracker.UntrackTarget
- [Bug 26487](https://bugzilla.xamarin.com/show_bug.cgi?id=26487) - WebView local files fail within WinPhone
- [Bug 24484](https://bugzilla.xamarin.com/show_bug.cgi?id=24484) - NavigationRenderer.ParentingViewController breaks things

## Other Fixes ##

- Switch.IsToggled on Android no longer resets bindings by mistake.
- Fix potential crash in iOS WebView</releaseNotes>
    <copyright>Copyright 2013-2014</copyright>
    <dependencies>
      <group targetFramework="WindowsPhone8.0">
        <dependency id="WPtoolkit" version="4.2013.08.16" />
      </group>
      <group targetFramework="MonoAndroid1.0">
        <dependency id="Xamarin.Android.Support.v4" version="21.0.3.0" />
      </group>
    </dependencies>
  </metadata>
</package>